|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ddlutils.model.IndexImpBase
org.apache.ddlutils.model.NonUniqueIndex
Represents an index definition for a table.
| Field Summary |
| Fields inherited from class org.apache.ddlutils.model.IndexImpBase |
_columns, _name |
| Constructor Summary | |
NonUniqueIndex()
|
|
| Method Summary | |
Object |
clone()
|
boolean |
equals(Object obj)
|
boolean |
equalsIgnoreCase(Index other)
Compares this index to the given one while ignoring the case of identifiers. |
int |
hashCode()
|
boolean |
isUnique()
Determines whether this index is unique or not. |
String |
toString()
|
String |
toVerboseString()
Returns a verbose string representation of this index. |
| Methods inherited from class org.apache.ddlutils.model.IndexImpBase |
addColumn, getColumn, getColumnCount, getColumns, getName, hasColumn, removeColumn, removeColumn, setName |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NonUniqueIndex()
| Method Detail |
public boolean isUnique()
true if the index is an unique one
public Object clone()
throws CloneNotSupportedException
clone in interface Indexclone in class IndexImpBaseCloneNotSupportedExceptionpublic boolean equals(Object obj)
public boolean equalsIgnoreCase(Index other)
other - The other index
true if this index is equal (ignoring case) to the given onepublic int hashCode()
public String toString()
public String toVerboseString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||