Php/docs/class.mysql-xdevapi-schema
来自菜鸟教程
(PECL mysql-xdevapi >= 8.0.11)
简介
类摘要
mysql_xdevapi\Schema implements mysql_xdevapi\DatabaseObject {
public
$name
/* 方法 */
public createCollection
( string $name
) : mysql_xdevapi\Collection
public dropCollection
( string $collection_name
) : bool
public existsInDatabase ( ) : bool
public getCollection
( string $name
) : mysql_xdevapi\Collection
public getCollectionAsTable
( string $name
) : mysql_xdevapi\Table
public getCollections ( ) : array
public getName ( ) : string
public getSession ( ) : mysql_xdevapi\Session
public getTable
( string $name
) : mysql_xdevapi\Table
public getTables ( ) : array
}
属性
name
Table of Contents
- Schema::__construct — constructor
- Schema::createCollection — Add collection to schema
- Schema::dropCollection — Drop collection from schema
- Schema::existsInDatabase — Check if exists in database
- Schema::getCollection — Get collection from schema
- Schema::getCollectionAsTable — Get collection table object
- Schema::getCollections — Get all schema collections
- Schema::getName — Get schema name
- Schema::getSession — Get schema session
- Schema::getTable — Get schema table
- Schema::getTables — Get schema tables
/* 属性 */