|
Table::getSchemaGet table schema Description
public mysql_xdevapi\Schema mysql_xdevapi\Table::getSchema()
Fetch the schema associated with the table. ParametersThis function has no parameters. Return ValuesA Schema object. ExamplesExample #1 mysql_xdevapi\Table::getSchema example
The above example will output something similar to: object(mysql_xdevapi\Schema)#9 (1) { ["name"]=> string(11) "addressbook" } |