(No version information available, might only be in Git)
SchemaObject::getSchema — Get schema object
Used by other objects to retrieve a schema object.
�˺���û�в�����
The current Schema object.
Example #1 mysql_xdevapi\Session::getSchema() example
<?php
$session = mysql_xdevapi\getSession("mysqlx://user:password@localhost");
$schema = $session->getSchema("addressbook");
print_r($schema);
�������̵���������ڣ�
mysql_xdevapi\Schema Object ( [name] => addressbook )