SchemaObject::getSchemaGet schema object Description
abstract mysql_xdevapi\Schema mysql_xdevapi\SchemaObject::getSchema()
Used by other objects to retrieve a schema object. ParametersThis function has no parameters. Return ValuesThe current Schema object. ExamplesExample #1 mysql_xdevapi\Session::getSchema example
The above example will output something similar to: mysql_xdevapi\Schema Object ( [name] => addressbook ) |