PDF (US Ltr)
- 2.4Mb
PDF (A4)
- 2.4Mb
HTML Download (TGZ)
- 251.5Kb
HTML Download (Zip)
- 258.9Kb
- 5.25.1
Schema::__construct
- 5.25.2
Schema::createCollection
- 5.25.3
Schema::dropCollection
- 5.25.4
Schema::existsInDatabase
- 5.25.5
Schema::getCollection
- 5.25.6
Schema::getCollectionAsTable
- 5.25.7
Schema::getCollections
- 5.25.8
Schema::getName
- 5.25.9
Schema::getSession
- 5.25.10
Schema::getTable
- 5.25.11
Schema::getTables
Copyright 1997-2021 the PHP Documentation Group.
mysql_xdevapi\Schema {
mysql_xdevapi\Schema , mysql_xdevapi\DatabaseObject Propertiespublic name ;
Methodspublic mysql_xdevapi\Collection mysql_xdevapi\Schema::createCollection(string name);
public bool mysql_xdevapi\Schema::dropCollection(string collection_name);
public bool mysql_xdevapi\Schema::existsInDatabase();
public mysql_xdevapi\Collection mysql_xdevapi\Schema::getCollection(string name);
public mysql_xdevapi\Table mysql_xdevapi\Schema::getCollectionAsTable(string name);
public array mysql_xdevapi\Schema::getCollections();
public string mysql_xdevapi\Schema::getName();
public mysql_xdevapi\Session mysql_xdevapi\Schema::getSession();
public mysql_xdevapi\Table mysql_xdevapi\Schema::getTable(string name);
public array mysql_xdevapi\Schema::getTables();
}