Creates an instance of Table with the given attributes.
Parameters: tname - Table name Parameters: tcatalog - Catalog name Parameters: tschema - Schema name Parameters: ttype - Table type
Creates an instance of Table with the given attributes.
Parameters: tname - Table name Parameters: jname - Table java name Parameters: tcatalog - Catalog name Parameters: tschema - Schema name Parameters: ttype - Table type
Set the table columns.
Parameters: newColumns - Table columns
setForeignKeyColumnList
public void setForeignKeyColumnList(List newList)(Code)
Sets List of foreign key column objects to the given List.
Parameters: newList - List containing new collection of ForeignKeyColumn objects representingforeign key columns within this table
Set the table name.
Parameters: newName - Table name
setPrimaryKeyColumnList
public void setPrimaryKeyColumnList(List newList)(Code)
Sets List of primary key column objects to the given List.
Parameters: newList - List containing new collection of KeyColumn objects representing primary keycolumns within this table