Systems for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
Datafile::getTablespaceId()
Description. This method gets the ID of the tablespace to which the datafile belongs.
You can also access the name of the associated tablespace directly. See Section 4.2.1.5, “Datafile::getTablespace()”.
Datafile::getTablespace()
Signature.
Uint32 getTablespaceId ( void ) const
Parameters. None.
Return Value. The is method returns the tablespace ID as an unsigned 32-bit integer.