public class ExportDbTableToSequentialFile
extends java.lang.Object
java com.softwaremining.jcl.ExportDbTableToSequentialFile fully.qualified.classname target-output [optional] record-delimiters Table-Name" where fully.qualified.classname : name of a Object-Relational class e.g. com.softwaremining.persistence.Clients
output-filename or directory : - e.g c:/temp/file1.txt or c:/temp/ (when only a dir name is provided, the system will use default filename for the Persistent class)
[Optional] record-delimiters : e.g. \\n or BLANK (for SequentialFiles). Enter \\n (or \\r\\n) for Line-Sequential, enter BLANK or leave blank for sequential files
[Optional] TABLE-Name (record-delimitor must be specified if table-name is also specified)
Constructor and Description |
---|
ExportDbTableToSequentialFile() |
Modifier and Type | Method and Description |
---|---|
static int |
generateSequentialFromDbTable(ISQLWrapper persistentFile,
java.lang.String directory,
java.lang.String crLF) |
static void |
main(java.lang.String[] args)
main entry point
|
public static void main(java.lang.String[] args)
public static int generateSequentialFromDbTable(ISQLWrapper persistentFile, java.lang.String directory, java.lang.String crLF)
Copyright SoftwareMining. All Rights Reserved.