Description. This method is used to add several column names to an index definition at one time.
As with the addColumn() and
addColumnName() methods, the indexes are
numbered in the order in which they were added. (However, this
matters only for ordered indexes.)
Signature.
void addColumnNames
(
unsigned noOfNames,
const char** names
)
Parameters. This method takes two parameters:
The number of columns/names
noOfNames to be added to the
index.
The names to be added (as a
pointer to a pointer).
Return Value. None.
