Uses of Enum
io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
Packages that use PostgresConnectorConfig.IntervalHandlingMode
-
Uses of PostgresConnectorConfig.IntervalHandlingMode in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectorConfig.IntervalHandlingModeModifier and TypeFieldDescriptionprivate final PostgresConnectorConfig.IntervalHandlingModePostgresConnectorConfig.intervalHandlingModeprivate final PostgresConnectorConfig.IntervalHandlingModePostgresValueConverter.intervalModeMethods in io.debezium.connector.postgresql that return PostgresConnectorConfig.IntervalHandlingModeModifier and TypeMethodDescriptionPostgresConnectorConfig.intervalHandlingMode()Convert mode name into the logical valueConvert mode name into the logical valueReturns the enum constant of this type with the specified name.PostgresConnectorConfig.IntervalHandlingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.connector.postgresql with parameters of type PostgresConnectorConfig.IntervalHandlingModeModifierConstructorDescriptionprotectedPostgresValueConverter(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)