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. 
 | 
Iterator | 
getColumnIterator()  | 
Iterator | 
getIndexIterator()  | 
PrimaryKey | 
getPrimaryKey()  | 
Iterator | 
getUniqueKeyIterator()  | 
addCheckConstraint, addColumn, addIndex, addUniqueKey, createForeignKey, createForeignKey, createUniqueKey, equals, equals, getCatalog, getCheckConstraintsIterator, getColumn, getColumnSpan, getComment, getForeignKeyIterator, getIdentifierValue, getIndex, getName, getOrCreateIndex, getOrCreateUniqueKey, getQualifiedName, getQuotedCatalog, getQuotedCatalog, getQuotedName, getQuotedName, getQuotedSchema, getQuotedSchema, getRowId, getSchema, getSubselect, getUniqueInteger, getUniqueKey, hasDenormalizedTables, hashCode, hasPrimaryKey, isAbstract, isAbstractUnionTable, isCatalogQuoted, isPhysicalTable, isQuoted, isSchemaQuoted, isSubselect, qualify, setAbstract, setCatalog, setComment, setIdentifierValue, setName, setPrimaryKey, setQuoted, setRowId, setSchema, setSubselect, setUniqueInteger, sqlAlterStrings, sqlCommentStrings, sqlCreateString, sqlDropString, sqlTemporaryTableCreateString, toString, validateColumnspublic DenormalizedTable(Table includedTable)
public void createForeignKeys()
createForeignKeys in class Tablepublic Column getColumn(Column column)
Tablepublic Iterator getColumnIterator()
getColumnIterator in class Tablepublic boolean containsColumn(Column column)
containsColumn in class Tablepublic PrimaryKey getPrimaryKey()
getPrimaryKey in class Tablepublic Iterator getUniqueKeyIterator()
getUniqueKeyIterator in class Tablepublic Iterator getIndexIterator()
getIndexIterator in class TableCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.