Uses of Enum
io.debezium.jdbc.JdbcValueConverters.DecimalMode
Packages that use JdbcValueConverters.DecimalMode
-
Uses of JdbcValueConverters.DecimalMode in io.debezium.data
Methods in io.debezium.data with parameters of type JdbcValueConverters.DecimalModeModifier and TypeMethodDescriptionstatic 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.DecimalModeModifier and TypeFieldDescriptionprotected final JdbcValueConverters.DecimalModeJdbcValueConverters.decimalModeMethods in io.debezium.jdbc that return JdbcValueConverters.DecimalModeModifier and TypeMethodDescriptionReturns 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.DecimalModeModifierConstructorDescriptionJdbcValueConverters(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.DecimalModeModifier and TypeMethodDescriptionRelationalDatabaseConnectorConfig.DecimalHandlingMode.asDecimalMode()RelationalDatabaseConnectorConfig.getDecimalMode()Returns the Decimal mode Enum fordecimal.handling.modeconfiguration.