Package solutions.a2.cdc.oracle
Interface OraLogMiner
- All Known Implementing Classes:
OraCdcDistributedV$ArchivedLogImpl,OraCdcV$ArchivedLogImpl
public interface OraLogMiner
Interface for LogMiner operations
- Author:
- averemee
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateStatements(Connection connLogMiner) booleanextend()longgetDbId()booleandefault booleanDoes implementation requires connection to Oracle Database?booleannext()voidstop()
-
Method Details
-
createStatements
- Throws:
SQLException
-
next
- Throws:
SQLException
-
extend
- Throws:
SQLException
-
stop
- Throws:
SQLException
-
isDictionaryAvailable
boolean isDictionaryAvailable() -
getDbId
long getDbId() -
getDbUniqueName
String getDbUniqueName() -
isOracleConnectionRequired
default boolean isOracleConnectionRequired()Does implementation requires connection to Oracle Database?- Returns:
- true if implementation required connection to Oracle database otherwise - false
-