Results of 1 - 10 of about 188 for schema (0.001 sec.)
- Schema クラス 9943
- « RowResult::getWarningsCount Schema::__construct » PHP Manual Mysql_xdevapi Schema クラス Schema
...
>= 8.0.11) はじめに クラス概要 class mysql_xdevapi\Schema implements mysql_xdevapi\DatabaseObject { /* プロパ ...
public getTables (): array } プロパティ name 目次 Schema::__construct — Schema のコンストラクタ Schema::cre ...
ateCollection — スキーマにコレクションを追加する Schema::dropCollection — スキーマからコレクションを削除す ...
る Schema::existsInDatabase — データベースに存在するかをチェ ...
-
https://man.plustar.jp/php/class.mysql-xdevapi-schema.html
- [similar]
- Schema のコンストラクタ 9702
- « mysql_xdevapi\Schema Schema::createCollection » PHP Manual mysql_xdevapi\Schema Schema のコンス
...
トラクタ Schema::__construct (No version information available, mi ...
ght only be in Git) Schema::__construct — Schema のコンストラクタ 説明 privat ...
e mysql_xdevapi\Schema::__construct () スキーマオブジェクトは、スキーマ(デ ...
ラメータ この関数にはパラメータはありません。 例 例1 Schema::__construct の例 <?php $session = mysql_xdevapi \ ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.construct.html
- [similar]
- スキーマからコレクションを削除する 9548
- « Schema::createCollection Schema::existsInDatabase » PHP Manual mysql_xdevapi\Schema スキーマか
...
らコレクションを削除する Schema::dropCollection (No version information available, ...
might only be in Git) Schema::dropCollection — スキーマからコレクションを削除す ...
る 説明 public mysql_xdevapi\Schema::dropCollection ( string $collection_name ): bool ...
ています。 パラメータ collection_name 戻り値 例 例1 Schema::dropCollection の例 <?php $session = mysql_xdevap ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.dropcollection.html
- [similar]
- Get the requested schema information 9505
- « cubrid_rollback cubrid_seq_drop » PHP Manual CUBRID 関数 Get the requested schema information
...
cubrid_schema (PECL CUBRID >= 8.3.0) cubrid_schema — Get the req ...
uested schema information 説明 cubrid_schema ( resource $conn_id ...
entifier , int $schema_type , string $class_name = ? , string $attr_name ...
= ? ): array The cubrid_schema() function is used to get the requested schema inf ...
-
https://man.plustar.jp/php/function.cubrid-schema.html
- [similar]
- スキーマにコレクションを追加する 9472
- « Schema::__construct Schema::dropCollection » PHP Manual mysql_xdevapi\Schema スキーマにコレクシ
...
ョンを追加する Schema::createCollection (No version information availabl ...
e, might only be in Git) Schema::createCollection — スキーマにコレクションを追加す ...
る 説明 public mysql_xdevapi\Schema::createCollection ( string $name ): mysql_xdevapi\ ...
オプションの validate 引数が追加されました。 例 例1 Schema::createCollection の例 <?php $session = mysql_xdev ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.createcollection.html
- [similar]
- スキーマからコレクションを取得する 8870
- « Schema::existsInDatabase Schema::getCollectionAsTable » PHP Manual mysql_xdevapi\Schema スキー
...
マからコレクションを取得する Schema::getCollection (No version information available, ...
might only be in Git) Schema::getCollection — スキーマからコレクションを取得する ...
説明 public mysql_xdevapi\Schema::getCollection ( string $name ): mysql_xdevapi\Col ...
ンを指す Collection オブジェクトを返します。 例 例1 Schema::getCollection の例 <?php $session = mysql_xdevapi ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollection.html
- [similar]
- データベースに存在するかをチェックする 8672
- « Schema::dropCollection Schema::getCollection » PHP Manual mysql_xdevapi\Schema データベースに存
...
在するかをチェックする Schema::existsInDatabase (No version information availabl ...
e, might only be in Git) Schema::existsInDatabase — データベースに存在するかをチェ ...
ックする 説明 public mysql_xdevapi\Schema::existsInDatabase (): bool 現在のオブジェクト(スキ ...
いれば true そうでなければ false を返します。 例 例1 Schema::existsInDatabase の例 <?php $session = mysql_xdev ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.existsindatabase.html
- [similar]
- コレクションをテーブルオブジェクトとして取得する 8672
- « Schema::getCollection Schema::getCollections » PHP Manual mysql_xdevapi\Schema コレクションをテ
...
ーブルオブジェクトとして取得する Schema::getCollectionAsTable (No version information avai ...
lable, might only be in Git) Schema::getCollectionAsTable — コレクションをテーブルオブ ...
ジェクトとして取得する 説明 public mysql_xdevapi\Schema::getCollectionAsTable ( string $name ): mysql_xdev ...
ンに対応するテーブルオブジェクトを返します。 例 例1 Schema::getCollectionAsTable の例 <?php $session = mysql_ ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollectionastable.html
- [similar]
- スキーマの名前を取得する 8629
- « Schema::getCollections Schema::getSession » PHP Manual mysql_xdevapi\Schema スキーマの名前を取
...
得する Schema::getName (No version information available, might ...
only be in Git) Schema::getName — スキーマの名前を取得する 説明 public my ...
sql_xdevapi\Schema::getName (): string スキーマの名前を取得します パラ ...
の名前を文字列として返します。 例 例1 mysql_xdevapi\Schema::getName() の例 <?php $session = mysql_xdevapi \ g ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.getname.html
- [similar]
- スキーマに属する全てのコレクションを取得する 8399
- « Schema::getCollectionAsTable Schema::getName » PHP Manual mysql_xdevapi\Schema スキーマに属する
...
全てのコレクションを取得する Schema::getCollections (No version information available, ...
might only be in Git) Schema::getCollections — スキーマに属する全てのコレクショ ...
ンを取得する 説明 public mysql_xdevapi\Schema::getCollections (): array このスキーマに属するコレ ...
ンオブジェクトが値となります。 例 例1 mysql_xdevapi\Schema::getCollections() の例 <?php $session = mysql_xdev ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollections.html
- [similar]