| Package | Description |
|---|---|
| io.debezium.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private 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,
boolean adaptiveTimePrecision,
ZoneOffset defaultOffset,
TemporalAdjuster adjuster)
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 © 2017 JBoss by Red Hat. All rights reserved.