Uses of Enum
io.debezium.connector.oracle.OracleConnectorConfig.IntervalHandlingMode
Packages that use OracleConnectorConfig.IntervalHandlingMode
-
Uses of OracleConnectorConfig.IntervalHandlingMode in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleConnectorConfig.IntervalHandlingModeModifier and TypeFieldDescriptionprivate final OracleConnectorConfig.IntervalHandlingModeOracleConnectorConfig.intervalHandlingModeprivate final OracleConnectorConfig.IntervalHandlingModeOracleValueConverters.intervalHandlingModeMethods in io.debezium.connector.oracle that return OracleConnectorConfig.IntervalHandlingModeModifier and TypeMethodDescriptionOracleConnectorConfig.getIntervalHandlingMode()Convert mode name into the logical valueConvert mode name into the logical valueReturns the enum constant of this type with the specified name.OracleConnectorConfig.IntervalHandlingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.