Description.
This method is used to obtain a List of all
the indexes on a table, given the table's name. (See
Section 4.7, “The List Class”.)
Signature.
int listIndexes
(
List& list,
const char* table
) const
or
int listIndexes
(
List& list,
const char* table
)
Parameters.
listIndexes() takes two arguments:
A reference to the List that contains
the indexes following the call to the method
The name of the table whose
indexes are to be listed
Both of these arguments are required.
Return Value.
0 on success, -1 on
failure.

