liquibase.structure.core
Class Table

java.lang.Object
  extended by liquibase.structure.AbstractDatabaseObject
      extended by liquibase.structure.core.Relation
          extended by liquibase.structure.core.Table
All Implemented Interfaces:
Comparable, DatabaseObject

public class Table
extends Relation


Constructor Summary
Table()
           
 
Method Summary
 boolean equals(Object o)
           
 List<ForeignKey> getIncomingForeignKeys()
           
 List<Index> getIndexes()
           
 List<ForeignKey> getOutgoingForeignKeys()
           
 PrimaryKey getPrimaryKey()
           
 List<UniqueConstraint> getUniqueConstraints()
           
 int hashCode()
           
 Table setName(String name)
           
 void setPrimaryKey(PrimaryKey primaryKey)
           
 String toString()
           
 
Methods inherited from class liquibase.structure.core.Relation
compareTo, getColumn, getColumns, getContainingObjects, getName, getRemarks, getSchema, setRemarks, setSchema, setSchema
 
Methods inherited from class liquibase.structure.AbstractDatabaseObject
compareTo, getAttribute, getAttributes, getObjectTypeName, getSnapshotId, setAttribute, setSnapshotId, snapshotByDefault
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Table

public Table()
Method Detail

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.