| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Modifier and Type | Field and Description |
|---|---|
private PostgresConnectorConfig.HStoreHandlingMode |
PostgresConnectorConfig.hStoreHandlingMode |
private PostgresConnectorConfig.HStoreHandlingMode |
PostgresValueConverter.hStoreMode |
| Modifier and Type | Method and Description |
|---|---|
protected PostgresConnectorConfig.HStoreHandlingMode |
PostgresConnectorConfig.hStoreHandlingMode() |
static PostgresConnectorConfig.HStoreHandlingMode |
PostgresConnectorConfig.HStoreHandlingMode.parse(String value)
Determine if the supplied values is one of the predefined options
|
static PostgresConnectorConfig.HStoreHandlingMode |
PostgresConnectorConfig.HStoreHandlingMode.parse(String value,
String defaultValue)
Determine if the supplied values is one of the predefined options
|
static PostgresConnectorConfig.HStoreHandlingMode |
PostgresConnectorConfig.HStoreHandlingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresConnectorConfig.HStoreHandlingMode[] |
PostgresConnectorConfig.HStoreHandlingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
PostgresValueConverter.convertHStore(Column column,
org.apache.kafka.connect.data.Field fieldDefn,
Object data,
PostgresConnectorConfig.HStoreHandlingMode mode) |
| Constructor and Description |
|---|
PostgresValueConverter(Charset databaseCharset,
JdbcValueConverters.DecimalMode decimalMode,
TemporalPrecisionMode temporalPrecisionMode,
ZoneOffset defaultOffset,
JdbcValueConverters.BigIntUnsignedMode bigIntUnsignedMode,
boolean includeUnknownDatatypes,
TypeRegistry typeRegistry,
PostgresConnectorConfig.HStoreHandlingMode hStoreMode,
CommonConnectorConfig.BinaryHandlingMode binaryMode,
PostgresConnectorConfig.IntervalHandlingMode intervalMode,
byte[] toastPlaceholder) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.