Mysql_xdevapi
PHP Manual

Schema class

(PECL mysql-xdevapi >= 8.0.11)

简介

类摘要

mysql_xdevapi\Schema implements mysql_xdevapi\DatabaseObject {
/* 属性 */
public $name ;
/* 方法 */
public mysql_xdevapi\Collection createCollection ( string $name )
public bool dropCollection ( string $collection_name )
public bool existsInDatabase ( void )
public mysql_xdevapi\Collection getCollection ( string $name )
public mysql_xdevapi\Table getCollectionAsTable ( string $name )
public array getCollections ( void )
public string getName ( void )
public mysql_xdevapi\Session getSession ( void )
public mysql_xdevapi\Table getTable ( string $name )
public array getTables ( void )
}

属性

name

Table of Contents


Mysql_xdevapi
PHP Manual