|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIndex
public class Index
Represents a database index
Constructor Summary | |
---|---|
Index(String typeName,
String indexName,
boolean unique,
Hints hints,
String... attributes)
|
|
Index(String typeName,
String indexName,
boolean unique,
String... attributes)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getAttributes()
An un-modifiable list of the attributes in the index |
Hints |
getHints()
Retrieves the hints for this index. |
String |
getIndexName()
The index name |
String |
getTypeName()
The feature type owning this index |
int |
hashCode()
|
boolean |
isUnique()
True if the index is a unique one, false otherwise |
String |
toString()
|
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Index(String typeName, String indexName, boolean unique, String... attributes)
public Index(String typeName, String indexName, boolean unique, Hints hints, String... attributes)
Method Detail |
---|
public boolean isUnique()
public List<String> getAttributes()
public String getTypeName()
public String getIndexName()
public Hints getHints()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |