mysql_xdevapi\Schema
class mysql_xdevapi\Schema
implements
mysql_xdevapi\DatabaseObject {
public
$name;
public mysql_xdevapi\Collection createCollection(string $name
, string $validate
= ?)
public bool dropCollection(string $collection_name
)
public bool existsInDatabase()
public mysql_xdevapi\Collection getCollection(string $name
)
public mysql_xdevapi\Table getCollectionAsTable(string $name
)
public array getCollections()
public string getName()
public mysql_xdevapi\Session getSession()
public mysql_xdevapi\Table getTable(string $name
)
public array getTables()
}