public class NonUniqueIndex extends IndexImplBase
_columns, _name| Constructor and Description |
|---|
NonUniqueIndex() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equalsIgnoreCase(Index other)
Compares this index to the given one while ignoring the case of identifiers.
|
Index |
getClone()
Returns a clone of this index object.
|
int |
hashCode() |
boolean |
isUnique()
Determines whether this index is unique or not.
|
String |
toString() |
String |
toVerboseString()
Returns a verbose string representation of this index.
|
addColumn, getColumn, getColumnCount, getColumns, getName, hasColumn, hasColumn, removeColumn, removeColumn, setNamepublic boolean isUnique()
true if the index is an unique onepublic Index getClone() throws ModelException
ModelExceptionpublic boolean equalsIgnoreCase(Index other)
other - The other indextrue if this index is equal (ignoring case) to the given onepublic String toVerboseString()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.