| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Modifier and Type | Field and Description |
|---|---|
private PostgresConnectorConfig.IntervalHandlingMode |
PostgresConnectorConfig.intervalHandlingMode |
private PostgresConnectorConfig.IntervalHandlingMode |
PostgresValueConverter.intervalMode |
| Modifier and Type | Method and Description |
|---|---|
protected PostgresConnectorConfig.IntervalHandlingMode |
PostgresConnectorConfig.intervalHandlingMode() |
static PostgresConnectorConfig.IntervalHandlingMode |
PostgresConnectorConfig.IntervalHandlingMode.parse(String value)
Convert mode name into the logical value
|
static PostgresConnectorConfig.IntervalHandlingMode |
PostgresConnectorConfig.IntervalHandlingMode.parse(String value,
String defaultValue)
Convert mode name into the logical value
|
static PostgresConnectorConfig.IntervalHandlingMode |
PostgresConnectorConfig.IntervalHandlingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresConnectorConfig.IntervalHandlingMode[] |
PostgresConnectorConfig.IntervalHandlingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PostgresValueConverter(Charset databaseCharset,
JdbcValueConverters.DecimalMode decimalMode,
TemporalPrecisionMode temporalPrecisionMode,
ZoneOffset defaultOffset,
JdbcValueConverters.BigIntUnsignedMode bigIntUnsignedMode,
boolean includeUnknownDatatypes,
TypeRegistry typeRegistry,
PostgresConnectorConfig.HStoreHandlingMode hStoreMode,
PostgresConnectorConfig.IntervalHandlingMode intervalMode,
byte[] toastPlaceholder) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.