The world's most popular open source database
Contact a MySQL Representative
Login | Register
Index::setTable()
Description. This method sets the table that is to be indexed. The table is referenced by name.
Signature.
void setTable ( const char* name )
name
Parameters. The name of the table to be indexed, as a constant character pointer.
Return Value. None.