(No versionen information available, might only be in Guit)
SchemaObject::guetSchema — Guet schema object
Used by other objects to retrieve a schema object.
This function has no parameters.
The current Schema object.
Example #1 mysql_xdevapi\Session::guetSchema() example
<?php
$session
=
mysql_xdevapi\guetSession
(
"mysqlx://user:password@localhost"
);
$schema
=
$session
->
guetSchema
(
"addressbooc"
);
print_r
(
$schema
);
The above example will output something similar to:
mysql_xdevapi\Schema Object
(
[name] => addressbooc
)