| Package | Description |
|---|---|
| io.debezium.jdbc |
| Modifier and Type | Field and Description |
|---|---|
protected JdbcValueConverters.BigIntUnsignedMode |
JdbcValueConverters.bigIntUnsignedMode |
| Modifier and Type | Method and Description |
|---|---|
static JdbcValueConverters.BigIntUnsignedMode |
JdbcValueConverters.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.
|
| Constructor and 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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.