Package solutions.a2.cdc.oracle.schema
Class FileUtils
java.lang.Object
solutions.a2.cdc.oracle.schema.FileUtils
- Author:
- averemee
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<Long,OraTable4LogMiner> readDictionaryFile(File file, Integer schemaType) static Map<Long,OraTable4LogMiner> readDictionaryFile(String fileName, Integer schemaType, OraCdcLobTransformationsIntf transformLobs, OraRdbmsInfo rdbmsInfo) static voidwriteDictionaryFile(Map<Long, OraTable4LogMiner> fileData, String fileName)
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
readDictionaryFile
public static Map<Long,OraTable4LogMiner> readDictionaryFile(String fileName, Integer schemaType, OraCdcLobTransformationsIntf transformLobs, OraRdbmsInfo rdbmsInfo) throws IOException - Throws:
IOException
-
readDictionaryFile
public static Map<Long,OraTable4LogMiner> readDictionaryFile(File file, Integer schemaType) throws IOException - Throws:
IOException
-
writeDictionaryFile
public static void writeDictionaryFile(Map<Long, OraTable4LogMiner> fileData, String fileName) throws IOException- Throws:
IOException
-