• Packages that use Unlcvt 
    Package Description
    psdi.configure
    This package includes classes for applying configuration changes to the database.
    psdi.iface.util  
    • Uses of Unlcvt in psdi.configure

      Methods in psdi.configure with parameters of type Unlcvt 
      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.
    • Uses of Unlcvt in psdi.iface.util

      Methods in psdi.iface.util with parameters of type Unlcvt 
      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 allData)
      Output to the print stream a series of "insert into..." statements so that the table can be rebuilt.