Uses of Enum
io.debezium.connector.postgresql.PostgresConnectorConfig.HStoreHandlingMode
Packages that use PostgresConnectorConfig.HStoreHandlingMode
-
Uses of PostgresConnectorConfig.HStoreHandlingMode in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectorConfig.HStoreHandlingModeModifier and TypeFieldDescriptionprivate final PostgresConnectorConfig.HStoreHandlingModePostgresConnectorConfig.hStoreHandlingModeprivate final PostgresConnectorConfig.HStoreHandlingModePostgresValueConverter.hStoreModeMethods in io.debezium.connector.postgresql that return PostgresConnectorConfig.HStoreHandlingModeModifier and TypeMethodDescriptionPostgresConnectorConfig.hStoreHandlingMode()Determine if the supplied values is one of the predefined optionsDetermine if the supplied values is one of the predefined optionsReturns the enum constant of this type with the specified name.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.HStoreHandlingModeModifier and TypeMethodDescriptionprotected 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.HStoreHandlingModeModifierConstructorDescriptionprotectedPostgresValueConverter(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, UnchangedToastedPlaceholder unchangedToastedPlaceholder, int moneyFractionDigits)