Description.
This method drops an index given an instance of
Index and possibly an optional instance of
Table.
Signature.
int dropIndex
(
const Index& index
)
int dropIndex
(
const Index& index,
const Table& table
)
Parameters.
Required.
A reference to an Index object.
Optional.
A reference to a Table object.
Return Value.
0 on success, -1 on
failure.
