Schema class

Introduction

Class synopsis

mysql_xdevapi\Schema
class mysql_xdevapi\Schema implements mysql_xdevapi\DatabaseObject {
/* Properties */
public $name;
/* Methods */
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()
}

Properties

name

Table of Contents