| Package | Description |
|---|---|
| io.debezium.config | |
| io.debezium.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private CommonConnectorConfig.BinaryHandlingMode |
CommonConnectorConfig.binaryHandlingMode |
| Modifier and Type | Method and Description |
|---|---|
CommonConnectorConfig.BinaryHandlingMode |
CommonConnectorConfig.binaryHandlingMode() |
static CommonConnectorConfig.BinaryHandlingMode |
CommonConnectorConfig.BinaryHandlingMode.parse(String value)
Determine if the supplied values is one of the predefined options
|
static CommonConnectorConfig.BinaryHandlingMode |
CommonConnectorConfig.BinaryHandlingMode.parse(String value,
String defaultValue)
Determine if the supplied values is one of the predefined options
|
static CommonConnectorConfig.BinaryHandlingMode |
CommonConnectorConfig.BinaryHandlingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonConnectorConfig.BinaryHandlingMode[] |
CommonConnectorConfig.BinaryHandlingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommonConnectorConfig.BinaryHandlingMode |
JdbcValueConverters.binaryMode |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
JdbcValueConverters.convertBinary(Column column,
org.apache.kafka.connect.data.Field fieldDefn,
Object data,
CommonConnectorConfig.BinaryHandlingMode mode) |
| 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.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.