Uses of Enum
io.debezium.config.CommonConnectorConfig.BinaryHandlingMode
Packages that use CommonConnectorConfig.BinaryHandlingMode
-
Uses of CommonConnectorConfig.BinaryHandlingMode in io.debezium.config
Fields in io.debezium.config declared as CommonConnectorConfig.BinaryHandlingModeModifier and TypeFieldDescriptionprivate final CommonConnectorConfig.BinaryHandlingModeCommonConnectorConfig.binaryHandlingModeMethods in io.debezium.config that return CommonConnectorConfig.BinaryHandlingModeModifier and TypeMethodDescriptionCommonConnectorConfig.binaryHandlingMode()Determine if the supplied values is one of the predefined optionsDetermine if the supplied values is one of the predefined optionsReturns the enum constant of this type with the specified name.CommonConnectorConfig.BinaryHandlingMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommonConnectorConfig.BinaryHandlingMode in io.debezium.jdbc
Fields in io.debezium.jdbc declared as CommonConnectorConfig.BinaryHandlingModeModifier and TypeFieldDescriptionprotected final CommonConnectorConfig.BinaryHandlingModeJdbcValueConverters.binaryModeMethods in io.debezium.jdbc with parameters of type CommonConnectorConfig.BinaryHandlingModeModifier and TypeMethodDescriptionprotected ObjectJdbcValueConverters.convertBinary(Column column, org.apache.kafka.connect.data.Field fieldDefn, Object data, CommonConnectorConfig.BinaryHandlingMode mode) Constructors in io.debezium.jdbc with parameters of type CommonConnectorConfig.BinaryHandlingModeModifierConstructorDescriptionJdbcValueConverters(JdbcValueConverters.DecimalMode decimalMode, TemporalPrecisionMode temporalPrecisionMode, ZoneOffset defaultOffset, TemporalAdjuster adjuster, JdbcValueConverters.BigIntUnsignedMode bigIntUnsignedMode, CommonConnectorConfig.BinaryHandlingMode binaryMode) Create a new instance, and specify the time zone offset that should be used only when converting values without timezone information to values that require timezones.