liquibase.structure.core
Class Table
java.lang.Object
liquibase.structure.AbstractDatabaseObject
liquibase.structure.core.Relation
liquibase.structure.core.Table
- All Implemented Interfaces:
- Comparable, DatabaseObject
public class Table
- extends Relation
Constructor Summary |
Table()
|
Table
public Table()
getPrimaryKey
public PrimaryKey getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(PrimaryKey primaryKey)
getOutgoingForeignKeys
public List<ForeignKey> getOutgoingForeignKeys()
getIncomingForeignKeys
public List<ForeignKey> getIncomingForeignKeys()
getIndexes
public List<Index> getIndexes()
getUniqueConstraints
public List<UniqueConstraint> getUniqueConstraints()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
setName
public Table setName(String name)
Copyright © 2013 Liquibase.org. All Rights Reserved.