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, validateColumns
public DenormalizedTable(Table includedTable)
public void createForeignKeys()
createForeignKeys
in class Table
public Column getColumn(Column column)
Table
public Iterator getColumnIterator()
getColumnIterator
in class Table
public boolean containsColumn(Column column)
containsColumn
in class Table
public PrimaryKey getPrimaryKey()
getPrimaryKey
in class Table
public Iterator getUniqueKeyIterator()
getUniqueKeyIterator
in class Table
public Iterator getIndexIterator()
getIndexIterator
in class Table
Copyright © 2018 JBoss by Red Hat. All rights reserved.