public class DBUniqueIndex extends DBIndex
doc, name, objectType, owner| Constructor and Description |
|---|
DBUniqueIndex(String name,
boolean nameDeterministic,
DBUniqueConstraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumnName(String columnName) |
String[] |
getColumnNames() |
DBTable |
getTable() |
boolean |
isIdentical(DBObject other)
tells if an object has the same definition as another one.
|
boolean |
isUnique() |
equals, getName, hashCode, isNameDeterministic, toStringsetTablegetDoc, getObjectType, getOwner, setDoc, setName, setOwnerclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDoc, getObjectType, getOwner, setOwnerpublic DBUniqueIndex(String name, boolean nameDeterministic, DBUniqueConstraint constraint)
public DBTable getTable()
getTable in interface DBTableComponentgetTable in class AbstractDBTableComponentpublic String[] getColumnNames()
getColumnNames in interface MultiColumnObjectgetColumnNames in class DBIndexpublic void addColumnName(String columnName)
addColumnName in class DBIndexCopyright © 2006–2014 Volker Bergmann. All rights reserved.