Uses of Class
com.exasol.adapter.document.edml.MappingErrorBehaviour
-
Packages that use MappingErrorBehaviour Package Description com.exasol.adapter.document.edml -
-
Uses of MappingErrorBehaviour in com.exasol.adapter.document.edml
Methods in com.exasol.adapter.document.edml that return MappingErrorBehaviour Modifier and Type Method Description MappingErrorBehaviourAbstractToNumberMapping. getOverflowBehaviour()Get the behaviour to apply in case a value exceeds the size of theVARCHARcolumn.MappingErrorBehaviourToJsonMapping. getOverflowBehaviour()Get the behaviour to apply in case a value exceeds the size of the Exasol column.static MappingErrorBehaviourMappingErrorBehaviour. valueOf(String name)Returns the enum constant of this type with the specified name.static MappingErrorBehaviour[]MappingErrorBehaviour. 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 MappingErrorBehaviour Modifier and Type Method Description BAbstractToNumberMapping.AbstractToNumberMappingBuilder. overflowBehaviour(MappingErrorBehaviour overflowBehaviour)Define the behaviour to apply in case a value exceeds the size of theVARCHARcolumn.BToJsonMapping.ToJsonMappingBuilder. overflowBehaviour(MappingErrorBehaviour overflowBehaviour)Set the behaviour to apply in case a value exceeds the size of the Exasol column.
-