public abstract class DBConstraint extends AbstractDBTableComponent implements MultiColumnObject
doc, name, objectType, owner| Constructor and Description |
|---|
DBConstraint(String name,
boolean nameDeterministic,
String objectType,
DBTable owner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
abstract String[] |
getColumnNames()
Returns the columns which constitute this constraint
|
DBTable |
getTable() |
int |
hashCode() |
boolean |
isNameDeterministic() |
String |
toString() |
setTablegetDoc, getName, getObjectType, getOwner, setDoc, setName, setOwnerclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDoc, getObjectType, getOwner, isIdentical, setOwnerpublic abstract String[] getColumnNames()
getColumnNames in interface MultiColumnObjectpublic DBTable getTable()
getTable in interface DBTableComponentgetTable in class AbstractDBTableComponentpublic boolean isNameDeterministic()
public boolean equals(Object o)
equals in class AbstractDBObjectpublic int hashCode()
hashCode in class AbstractDBObjectpublic String toString()
toString in class AbstractDBObjectCopyright © 2006–2014 Volker Bergmann. All rights reserved.