|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object query.IndexDesc
class IndexDesc
Index descriptor, i.e. a strongly-typed version of an index catalog tuple.
Field Summary | |
---|---|
java.lang.String |
columnName
Name of the indexed column. |
java.lang.String |
indexName
Name of the index file. |
java.lang.String |
tableName
Name of the referenced table. |
Constructor Summary | |
---|---|
IndexDesc(Tuple tuple)
Constructs an IndexDesc from the given index catalog tuple. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String indexName
public java.lang.String tableName
public java.lang.String columnName
Constructor Detail |
---|
public IndexDesc(Tuple tuple)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |