Schema class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

Class synopsis

classmysql_xdevapi\Schemaimplementsmysql_xdevapi\DatabaseObject {
public$name;
publiccreateCollection(string$name, string$validate = ?): 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
}

Properties

name

Table of Contents

To Top