検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 55 for createCollection (0.002 sec.)
スキーマにコレクションを追加する 15729
« Schema::__construct Schema::dropCollection » PHP Manual mysql_xdevapi\Schema スキーマにコレクシ ... ョンを追加する Schema::createCollection (No version information available, might only be i ... n Git) Schema::createCollection — スキーマにコレクションを追加する 説明 public mys ... ql_xdevapi\Schema::createCollection ( string $name ): mysql_xdevapi\Collection スキーマ ... ンの validate 引数が追加されました。 例 例1 Schema::createCollection の例 <?php $session = mysql_xdevapi \ getSession ( ...
https://man.plustar.jp/php/mysql-xdevapi-schema.createcollection.html - [similar]
The MongoDB\Driver\Command class 12713
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\ ... sing MongoDB\Driver\Command to provide a helper to create collections <?php class CreateCollection { protected $cmd = ... Driver \ Manager ( "mongodb://localhost:27017" ); $createCollection = new CreateCollection ( "cappedCollection" ); $cr ... tCappedCollection ( 64 * 1024 ); try { $command = $createCollection -> getCommand (); $cursor = $manager -> executeCom ... dump ( $response ); $collstats = [ "collstats" => $createCollection -> getCollectionName ()]; $cursor = $manager -> ex ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
スキーマからコレクションを削除する 10259
« Schema::createCollection Schema::existsInDatabase » PHP Manual mysql_xdevapi\Schema スキーマか ... ema = $session -> getSchema ( "food" ); $schema -> createCollection ( "trees" ); $schema -> dropCollection ( "trees" ) ... ; $schema -> createCollection ( "buildings" ); print_r ( $schema -> gettables () ...
https://man.plustar.jp/php/mysql-xdevapi-schema.dropcollection.html - [similar]
Schema のコンストラクタ 8884
« mysql_xdevapi\Schema Schema::createCollection » PHP Manual mysql_xdevapi\Schema Schema のコンス ... ema = $session -> getSchema ( "food" ); $schema -> createCollection ( "trees" ); print_r ( $schema -> gettables ()); p ...
https://man.plustar.jp/php/mysql-xdevapi-schema.construct.html - [similar]
Schema クラス 8618
« RowResult::getWarningsCount Schema::__construct » PHP Manual Mysql_xdevapi Schema クラス Schem ... プロパティ */ public $ name ; /* メソッド */ public createCollection ( string $name ): mysql_xdevapi\Collection public ... ema::__construct — Schema のコンストラクタ Schema::createCollection — スキーマにコレクションを追加する Schema::dropCol ...
https://man.plustar.jp/php/class.mysql-xdevapi-schema.html - [similar]
コレクションの名前を得る 7391
« Collection::find Collection::getOne » PHP Manual mysql_xdevapi\Collection コレクションの名前を ... Schema ( "addressbook" ); $collection = $schema -> createCollection ( "people" ); // ... var_dump ( $collection -> get ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getname.html - [similar]
スキーマオブジェクトを得る 7243
« Collection::getOne Collection::getSession » PHP Manual mysql_xdevapi\Collection スキーマオブジ ... Schema ( "addressbook" ); $collection = $schema -> createCollection ( "people" ); var_dump ( $collection -> getSchema ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getschema.html - [similar]
セッションオブジェクトを取得 7243
« Collection::getSchema Collection::modify » PHP Manual mysql_xdevapi\Collection セッションオブジ ... Schema ( "addressbook" ); $collection = $schema -> createCollection ( "people" ); // ... $newsession = $collection -> ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getsession.html - [similar]
CollectionModify のコンストラクタ 7243
« CollectionModify::bind CollectionModify::execute » PHP Manual mysql_xdevapi\CollectionModify C ... Schema ( "addressbook" ); $collection = $schema -> createCollection ( "people" ); $result = $collection -> add ( '{"na ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.construct.html - [similar]
影響を受けた行数を得る 7243
« Result::__construct Result::getAutoIncrementValue » PHP Manual mysql_xdevapi\Result 影響を受け ... getSchema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $collection = $schema -> getCollecti ...
https://man.plustar.jp/php/mysql-xdevapi-result.getaffecteditemscount.html - [similar]
PREV 1 2 3 4 5 6 NEXT