Uses of Enum Class
io.debezium.connector.oracle.OracleConnectorConfig.TransactionSnapshotBoundaryMode
Packages that use OracleConnectorConfig.TransactionSnapshotBoundaryMode
-
Uses of OracleConnectorConfig.TransactionSnapshotBoundaryMode in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleConnectorConfig.TransactionSnapshotBoundaryModeModifier and TypeFieldDescriptionprivate final OracleConnectorConfig.TransactionSnapshotBoundaryModeOracleConnectorConfig.logMiningTransactionSnapshotBoundaryModeMethods in io.debezium.connector.oracle that return OracleConnectorConfig.TransactionSnapshotBoundaryModeModifier and TypeMethodDescriptionOracleConnectorConfig.getLogMiningTransactionSnapshotBoundaryMode()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.TransactionSnapshotBoundaryMode.values()Returns an array containing the constants of this enum class, in the order they are declared.