Description. This method retrieves the column at the specified position within the index.
Signature.
const Column* getColumn
(
unsigned no
) const
Parameters.
The ordinal position number no of
the column, as an unsigned integer. Use the
getNoOfColumns() method to determine how
many columns make up the index — see
Section 4.5.2.4, “Index::getNoOfColumns()”, for details.
Return Value.
The column having position no in
the index, as a pointer to an instance of
Column. See Section 4.1, “The Column Class”.

