Recommended Servers for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
Table::getPrimaryKey()
Description. This method is used to obtain the name of the table's primary key.
Signature.
const char* getPrimaryKey ( int no ) const
no
Parameters. None.
Return Value. The name of the primary key, a string (character pointer).