Uses of Class
io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
-
Packages that use PostgresConnectorConfig.HStoreHandlingMode Package Description io.debezium.connector.postgresql -
-
Uses of PostgresConnectorConfig.HStoreHandlingMode in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectorConfig.HStoreHandlingMode Modifier and Type Field Description private PostgresConnectorConfig.HStoreHandlingModePostgresConnectorConfig. hStoreHandlingModeprivate PostgresConnectorConfig.HStoreHandlingModePostgresValueConverter. hStoreModeMethods in io.debezium.connector.postgresql that return PostgresConnectorConfig.HStoreHandlingMode Modifier and Type Method Description protected PostgresConnectorConfig.HStoreHandlingModePostgresConnectorConfig. hStoreHandlingMode()static PostgresConnectorConfig.HStoreHandlingModePostgresConnectorConfig.HStoreHandlingMode. parse(String value)Determine if the supplied values is one of the predefined optionsstatic PostgresConnectorConfig.HStoreHandlingModePostgresConnectorConfig.HStoreHandlingMode. parse(String value, String defaultValue)Determine if the supplied values is one of the predefined optionsstatic PostgresConnectorConfig.HStoreHandlingModePostgresConnectorConfig.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.Methods in io.debezium.connector.postgresql with parameters of type PostgresConnectorConfig.HStoreHandlingMode Modifier and Type Method Description protected ObjectPostgresValueConverter. convertHStore(Column column, org.apache.kafka.connect.data.Field fieldDefn, Object data, PostgresConnectorConfig.HStoreHandlingMode mode)Constructors in io.debezium.connector.postgresql with parameters of type PostgresConnectorConfig.HStoreHandlingMode Constructor 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)
-