Package | Description |
---|---|
psdi.configure |
This package includes classes for applying configuration changes to the
database.
|
psdi.iface.util |
Modifier and Type | Method and Description |
---|---|
int |
Util.writeDumpTable(java.lang.String tbname,
java.util.TreeMap tableCols,
java.io.PrintStream out,
int maxLines,
int numLines,
Unlcvt unlcvt,
boolean psFormat)
Output to the print stream a series of "insert into..." statements so that
the table can be rebuilt.
|
Modifier and Type | Method and Description |
---|---|
int |
SQLConverterUtil.writeDumpTable(java.lang.String tbname,
java.util.TreeMap tableCols,
java.io.PrintStream out,
int maxLines,
int numLines,
Unlcvt unlcvt,
boolean psFormat,
java.lang.String whereClause,
boolean addRowStamp,
boolean useSequence,
boolean defaultDate,
boolean addDelete,
boolean skipLangCode,
int fileType,
java.lang.String grantApp,
java.util.List<org.jdom.Element> allData)
Output to the print stream a series of "insert into..." statements so that
the table can be rebuilt.
|