Schema クラス

(PECL mysql-xdevapi >= 8.0.11)

はじめに

クラス概要

classmysql_xdevapi\Schemaimplementsmysql_xdevapi\DatabaseObject {
public$name;
publiccreateCollection(string$name): mysql_xdevapi\Collection
publicdropCollection(string$collection_name): bool
publicexistsInDatabase(): bool
publicgetCollection(string$name): mysql_xdevapi\Collection
publicgetCollectionAsTable(string$name): mysql_xdevapi\Table
publicgetCollections(): array
publicgetName(): string
publicgetSession(): mysql_xdevapi\Session
publicgetTable(string$name): mysql_xdevapi\Table
publicgetTables(): array
}

プロパティ

name

目次

To Top