| Package | Description |
|---|---|
| io.debezium.jdbc |
| 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)
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 © 2018 JBoss by Red Hat. All rights reserved.