public class DenormalizedTable extends Table
| Constructor and Description |
|---|
DenormalizedTable(Table includedTable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsColumn(Column column) |
void |
createForeignKeys() |
Column |
getColumn(Column column)
Return the column which is identified by column provided as argument.
|
java.util.Iterator |
getColumnIterator() |
java.util.Iterator |
getIndexIterator() |
PrimaryKey |
getPrimaryKey() |
java.util.Iterator |
getUniqueKeyIterator() |
addCheckConstraint, addColumn, addIndex, addUniqueKey, createForeignKey, createForeignKey, createUniqueKey, getCatalog, getCheckConstraintsIterator, getColumn, getColumnSpan, getComment, getForeignKeyIterator, getIdentifierValue, getIndex, getName, getOrCreateIndex, getOrCreateUniqueKey, getQualifiedName, getQuotedName, getQuotedName, getQuotedSchema, getQuotedSchema, getRowId, getSchema, getSubselect, getUniqueInteger, getUniqueKey, hasDenormalizedTables, hasPrimaryKey, isAbstract, isAbstractUnionTable, isPhysicalTable, isQuoted, isSchemaQuoted, isSubselect, qualify, setAbstract, setCatalog, setComment, setIdentifierValue, setName, setPrimaryKey, setQuoted, setRowId, setSchema, setSubselect, sqlAlterStrings, sqlCommentStrings, sqlCreateString, sqlDropString, sqlTemporaryTableCreateString, toString, uniqueColumnString, uniqueColumnString, validateColumnspublic DenormalizedTable(Table includedTable)
public void createForeignKeys()
createForeignKeys in class Tablepublic Column getColumn(Column column)
Tablepublic java.util.Iterator getColumnIterator()
getColumnIterator in class Tablepublic boolean containsColumn(Column column)
containsColumn in class Tablepublic PrimaryKey getPrimaryKey()
getPrimaryKey in class Tablepublic java.util.Iterator getUniqueKeyIterator()
getUniqueKeyIterator in class Tablepublic java.util.Iterator getIndexIterator()
getIndexIterator in class TableCopyright © 2013. All Rights Reserved.