Uses of Class
solutions.a2.cdc.oracle.OraTable4LogMiner
Packages that use OraTable4LogMiner
-
Uses of OraTable4LogMiner in solutions.a2.cdc.oracle
Constructors in solutions.a2.cdc.oracle with parameters of type OraTable4LogMinerModifierConstructorDescriptionOraTable4InitialLoad(Path rootDir, OraTable4LogMiner oraTable, OraCdcInitialLoad metrics, OraRdbmsInfo rdbmsInfo) Creates OraCdcTableBuffer queueConstructor parameters in solutions.a2.cdc.oracle with type arguments of type OraTable4LogMinerModifierConstructorDescriptionOraCdcInitialLoadThread(int waitInterval, long asOfScn, Map<Long, OraTable4LogMiner> tablesInProcessing, Path queuesRoot, OraRdbmsInfo rdbmsInfo, OraCdcInitialLoad metrics, BlockingQueue<OraTable4InitialLoad> tablesQueue, OraConnectionObjects oraConnections) -
Uses of OraTable4LogMiner in solutions.a2.cdc.oracle.schema
Methods in solutions.a2.cdc.oracle.schema that return types with arguments of type OraTable4LogMinerModifier and TypeMethodDescriptionDatabaseObjects.getTableDef()static Map<Long,OraTable4LogMiner> FileUtils.readDictionaryFile(File file, Integer schemaType) static Map<Long,OraTable4LogMiner> FileUtils.readDictionaryFile(String fileName, Integer schemaType, OraCdcLobTransformationsIntf transformLobs, OraRdbmsInfo rdbmsInfo) Method parameters in solutions.a2.cdc.oracle.schema with type arguments of type OraTable4LogMinerModifier and TypeMethodDescriptionstatic voidFileUtils.writeDictionaryFile(Map<Long, OraTable4LogMiner> fileData, String fileName)