| Package | Description |
|---|---|
| io.debezium.data | |
| io.debezium.jdbc | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kafka.connect.data.SchemaBuilder |
SpecialValueDecimal.builder(JdbcValueConverters.DecimalMode mode,
int precision,
int scale)
Returns a
SchemaBuilder for a decimal number depending on JdbcValueConverters.DecimalMode. |
static Object |
SpecialValueDecimal.fromLogical(SpecialValueDecimal value,
JdbcValueConverters.DecimalMode mode,
String columnName) |
| Modifier and Type | Field and Description |
|---|---|
protected JdbcValueConverters.DecimalMode |
JdbcValueConverters.decimalMode |
| Modifier and Type | Method and Description |
|---|---|
static JdbcValueConverters.DecimalMode |
JdbcValueConverters.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.
|
| Constructor and Description |
|---|
JdbcValueConverters(JdbcValueConverters.DecimalMode decimalMode,
TemporalPrecisionMode temporalPrecisionMode,
ZoneOffset defaultOffset,
TemporalAdjuster adjuster,
JdbcValueConverters.BigIntUnsignedMode bigIntUnsignedMode)
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.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcValueConverters.DecimalMode |
RelationalDatabaseConnectorConfig.DecimalHandlingMode.asDecimalMode() |
JdbcValueConverters.DecimalMode |
RelationalDatabaseConnectorConfig.getDecimalMode()
Returns the Decimal mode Enum for
decimal.handling.mode
configuration. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.