next up previous contents
Next: Column Option Constants Up: General Methods Previous: General Methods

isIndexed

NAME isIndexed

PROTOTYPE

#include "SSTable.h"

int SSTable::isIndexed(int colIndex);

PURPOSE

isIndexed tells whether a given column is searchable or not.

RECEIVES

colIndex The index of the column

RETURN VALUE

Returns 0 if the column is not searchable or the index is out of range. Otherwise, the column is searchable and a value of 1 is returned.

REMARKS

None  



Olivera Tosic
12/17/1999