Package | Description |
---|---|
psdi.configure |
This package includes classes for applying configuration changes to the
database.
|
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 . |
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.
|