Php/docs/class.mysql-xdevapi-schema

提供:Dev Guides
< Php
2020年12月14日 (月) 13:01時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(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


目次