Uses of Enum Class
io.debezium.connector.oracle.OracleConnectorConfig.SnapshotLockingMode
Packages that use OracleConnectorConfig.SnapshotLockingMode
-
Uses of OracleConnectorConfig.SnapshotLockingMode in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleConnectorConfig.SnapshotLockingModeModifier and TypeFieldDescriptionprivate final OracleConnectorConfig.SnapshotLockingModeOracleConnectorConfig.snapshotLockingModeMethods in io.debezium.connector.oracle that return OracleConnectorConfig.SnapshotLockingModeModifier and TypeMethodDescriptionOracleConnectorConfig.getSnapshotLockingMode()Determine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.Returns the enum constant of this class with the specified name.OracleConnectorConfig.SnapshotLockingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.