Uses of Class
io.debezium.jdbc.JdbcValueConverters.BigIntUnsignedMode
-
Packages that use JdbcValueConverters.BigIntUnsignedMode Package Description io.debezium.jdbc -
-
Uses of JdbcValueConverters.BigIntUnsignedMode in io.debezium.jdbc
Fields in io.debezium.jdbc declared as JdbcValueConverters.BigIntUnsignedMode Modifier and Type Field Description protected JdbcValueConverters.BigIntUnsignedModeJdbcValueConverters. bigIntUnsignedModeMethods in io.debezium.jdbc that return JdbcValueConverters.BigIntUnsignedMode Modifier and Type Method Description static JdbcValueConverters.BigIntUnsignedModeJdbcValueConverters.BigIntUnsignedMode. valueOf(String name)Returns the enum constant of this type with the specified name.static JdbcValueConverters.BigIntUnsignedMode[]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.BigIntUnsignedMode Constructor Description JdbcValueConverters(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.
-