public class DBNotNullConstraint extends DBConstraint
doc, name, objectType, owner| Constructor and Description |
|---|
DBNotNullConstraint(DBTable owner,
String name,
boolean nameDeterministic,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames()
Returns the columns which constitute this constraint
|
boolean |
isIdentical(DBObject other)
tells if an object has the same definition as another one.
|
equals, getTable, hashCode, isNameDeterministic, toStringsetTablegetDoc, getName, getObjectType, getOwner, setDoc, setName, setOwnerclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDoc, getObjectType, getOwner, setOwnerpublic String[] getColumnNames()
DBConstraintgetColumnNames in interface MultiColumnObjectgetColumnNames in class DBConstraintCopyright © 2006–2014 Volker Bergmann. All rights reserved.