Uses of Class
com.exasol.adapter.document.edml.ConvertableMappingErrorBehaviour
-
Packages that use ConvertableMappingErrorBehaviour Package Description com.exasol.adapter.document.edml -
-
Uses of ConvertableMappingErrorBehaviour in com.exasol.adapter.document.edml
Methods in com.exasol.adapter.document.edml that return ConvertableMappingErrorBehaviour Modifier and Type Method Description ConvertableMappingErrorBehaviourToVarcharMapping. getNonStringBehaviour()Get the behaviour to apply in case a value is not a varchar.ConvertableMappingErrorBehaviourToBoolMapping. getNotBooleanBehavior()Get the behaviour to apply in case a value is not a boolean.ConvertableMappingErrorBehaviourToDateMapping. getNotDateBehavior()Get the behaviour to apply in case a value is not a date.ConvertableMappingErrorBehaviourAbstractToNumberMapping. getNotNumericBehaviour()Get the behaviour to apply in case a value is not a number.ConvertableMappingErrorBehaviourToTimestampMapping. getNotTimestampBehavior()Get the behaviour to apply in case a value is not a timestamp.static ConvertableMappingErrorBehaviourConvertableMappingErrorBehaviour. valueOf(String name)Returns the enum constant of this type with the specified name.static ConvertableMappingErrorBehaviour[]ConvertableMappingErrorBehaviour. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exasol.adapter.document.edml with parameters of type ConvertableMappingErrorBehaviour Modifier and Type Method Description BToVarcharMapping.ToVarcharMappingBuilder. nonStringBehaviour(ConvertableMappingErrorBehaviour nonStringBehaviour)Define the behaviour to apply in case a value is not a varchar.BToBoolMapping.ToBoolMappingBuilder. notBooleanBehavior(ConvertableMappingErrorBehaviour notBooleanBehavior)Define the behaviour to apply in case a value is not a boolean.BToDateMapping.ToDateMappingBuilder. notDateBehavior(ConvertableMappingErrorBehaviour notDateBehavior)Define the behaviour to apply in case a value is not a date.BAbstractToNumberMapping.AbstractToNumberMappingBuilder. notNumericBehaviour(ConvertableMappingErrorBehaviour notNumericBehaviour)Define the behavior to apply in case a value is not a number.BToTimestampMapping.ToTimestampMappingBuilder. notTimestampBehavior(ConvertableMappingErrorBehaviour notTimestampBehavior)Define the behaviour to apply in case a value is not a timestamp.
-