query
Class IndexDesc

java.lang.Object
  extended by query.IndexDesc

 class IndexDesc
extends java.lang.Object

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

indexName

public java.lang.String indexName
Name of the index file.


tableName

public java.lang.String tableName
Name of the referenced table.


columnName

public java.lang.String columnName
Name of the indexed column.

Constructor Detail

IndexDesc

public IndexDesc(Tuple tuple)
Constructs an IndexDesc from the given index catalog tuple.