Uses of Class
io.debezium.connector.postgresql.PostgresConnectorConfig.IntervalHandlingMode
-
Packages that use PostgresConnectorConfig.IntervalHandlingMode Package Description io.debezium.connector.postgresql -
-
Uses of PostgresConnectorConfig.IntervalHandlingMode in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectorConfig.IntervalHandlingMode Modifier and Type Field Description private PostgresConnectorConfig.IntervalHandlingModePostgresConnectorConfig. intervalHandlingModeprivate PostgresConnectorConfig.IntervalHandlingModePostgresValueConverter. intervalModeMethods in io.debezium.connector.postgresql that return PostgresConnectorConfig.IntervalHandlingMode Modifier and Type Method Description protected PostgresConnectorConfig.IntervalHandlingModePostgresConnectorConfig. intervalHandlingMode()static PostgresConnectorConfig.IntervalHandlingModePostgresConnectorConfig.IntervalHandlingMode. parse(String value)Convert mode name into the logical valuestatic PostgresConnectorConfig.IntervalHandlingModePostgresConnectorConfig.IntervalHandlingMode. parse(String value, String defaultValue)Convert mode name into the logical valuestatic PostgresConnectorConfig.IntervalHandlingModePostgresConnectorConfig.IntervalHandlingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PostgresConnectorConfig.IntervalHandlingMode[]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.IntervalHandlingMode 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)
-