The world's most popular open source database
Contact a MySQL Representative
Login | Register
Index::setName()
Description. This method sets the name of the index.
This is the only Index::set*() method whose result is visible to a MySQL Server.
Index::set*()
*
Signature.
void setName ( const char* name )
name
Parameters. The desired name for the index, as a constant character pointer.
Return Value. None.