Uses of Enum
io.debezium.jdbc.JdbcValueConverters.BigIntUnsignedMode
Packages that use JdbcValueConverters.BigIntUnsignedMode
-
Uses of JdbcValueConverters.BigIntUnsignedMode in io.debezium.jdbc
Fields in io.debezium.jdbc declared as JdbcValueConverters.BigIntUnsignedModeModifier and TypeFieldDescriptionprotected final JdbcValueConverters.BigIntUnsignedModeJdbcValueConverters.bigIntUnsignedModeMethods in io.debezium.jdbc that return JdbcValueConverters.BigIntUnsignedModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.JdbcValueConverters.BigIntUnsignedMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.jdbc with parameters of type JdbcValueConverters.BigIntUnsignedModeModifierConstructorDescriptionJdbcValueConverters(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.