Schema class

Schema class

(PECL mysql-xdevapi >= 8.0.11)

簡介

類摘要

class mysql_xdevapi\Schema implements mysql_xdevapi\DatabaseObject {
/* 屬性 */
public $name;
/* 方法 */
public createCollection(string $name, string $validate = ?): 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

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *