Schema クラス

(PECL mysql-xdevapi >= 8.0.11)

はじめに

クラス概要

class 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

目次

関連キーワード:  public, xdevapi, クラス, スキーマ, 取得, string, コレクション, テーブル, getCollection, getTables