| Package | Description |
|---|---|
| io.debezium.jdbc | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
static TemporalPrecisionMode |
TemporalPrecisionMode.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static TemporalPrecisionMode |
TemporalPrecisionMode.parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
static TemporalPrecisionMode |
TemporalPrecisionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalPrecisionMode[] |
TemporalPrecisionMode.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.
|
| Modifier and Type | Field and Description |
|---|---|
private TemporalPrecisionMode |
RelationalDatabaseConnectorConfig.temporalPrecisionMode |
| Modifier and Type | Method and Description |
|---|---|
TemporalPrecisionMode |
RelationalDatabaseConnectorConfig.getTemporalPrecisionMode()
Returns the temporal precision mode mode Enum for
time.precision.mode
configuration. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.