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

      Methods in psdi.configure with parameters of type TableElement 
      Modifier and Type Method and Description
      java.util.ArrayList ColumnElement.getAddSql(java.lang.String tbname, java.lang.String name, java.sql.Connection con, Util util, java.util.HashMap oldCol, TableElement tableElement)
      When reading XML, this method outputs the Sql to update the customer's metadata in preparation for running ConfigDB.
      java.util.ArrayList ColumnElement.getUpdateSql(java.lang.String tbname, java.lang.String name, java.sql.Connection con, Util util, java.util.HashMap oldCol, TableElement tableElement)
      When reading XML, this method outputs the Sql to update the customer's metadata in preparation for running ConfigDB.
      Constructors in psdi.configure with parameters of type TableElement 
      Constructor and Description
      ColumnElement(TableElement tableElement, java.lang.String name, java.util.HashMap newCol, java.util.HashMap oldCol)
      This constructor is used when creating a new TableElement for the purpose of writing out XML.