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