Uses of Class
io.debezium.jdbc.JdbcValueConverters.DecimalMode
-
Packages that use JdbcValueConverters.DecimalMode Package Description io.debezium.data io.debezium.jdbc io.debezium.relational -
-
Uses of JdbcValueConverters.DecimalMode in io.debezium.data
Methods in io.debezium.data with parameters of type JdbcValueConverters.DecimalMode Modifier and Type Method Description static org.apache.kafka.connect.data.SchemaBuilderSpecialValueDecimal. builder(JdbcValueConverters.DecimalMode mode, int precision, int scale)Returns aSchemaBuilderfor a decimal number depending onJdbcValueConverters.DecimalMode.static ObjectSpecialValueDecimal. fromLogical(SpecialValueDecimal value, JdbcValueConverters.DecimalMode mode, String columnName) -
Uses of JdbcValueConverters.DecimalMode in io.debezium.jdbc
Fields in io.debezium.jdbc declared as JdbcValueConverters.DecimalMode Modifier and Type Field Description protected JdbcValueConverters.DecimalModeJdbcValueConverters. decimalModeMethods in io.debezium.jdbc that return JdbcValueConverters.DecimalMode Modifier and Type Method Description static JdbcValueConverters.DecimalModeJdbcValueConverters.DecimalMode. valueOf(String name)Returns the enum constant of this type with the specified name.static JdbcValueConverters.DecimalMode[]JdbcValueConverters.DecimalMode. 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.DecimalMode 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. -
Uses of JdbcValueConverters.DecimalMode in io.debezium.relational
Methods in io.debezium.relational that return JdbcValueConverters.DecimalMode Modifier and Type Method Description JdbcValueConverters.DecimalModeRelationalDatabaseConnectorConfig.DecimalHandlingMode. asDecimalMode()JdbcValueConverters.DecimalModeRelationalDatabaseConnectorConfig. getDecimalMode()Returns the Decimal mode Enum fordecimal.handling.modeconfiguration.
-