検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 177 for collection (0.037 sec.)
ステートメントを実行する 5072
« CollectionFind::__construct CollectionFind::fields » PHP Manual mysql_xdevapi\CollectionFind ス ... テートメントを実行する CollectionFind::execute (No version information available, mi ... ght only be in Git) CollectionFind::execute — ステートメントを実行する 説明 publi ... c mysql_xdevapi\CollectionFind::execute (): mysql_xdevapi\DocResult find 操作 ... せるための DocResult オブジェクトを返します。 例 例1 CollectionFind の例 <?php $session = mysql_xdevapi \ getSessi ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.execute.html - [similar]
DocResult のコンストラクタ 5072
« mysql_xdevapi\DocResult DocResult::fetchAll » PHP Manual mysql_xdevapi\DocResult DocResult のコ ... onstruct () ドキュメントの結果と警告を取得します。 CollectionFind クラスによってインスタンス化されます。 パラメー ... hema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $create -> add ( '{"name": "Alfred", ... ge": 42, "job": "Butler"}' )-> execute (); // ... $collection = $schema -> getCollection ( "people" ); // Yields ... a DocResult object $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.construct.html - [similar]
一行取得する 5072
« DocResult::fetchAll DocResult::getWarnings » PHP Manual mysql_xdevapi\DocResult 一行取得する D ... hema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $create -> add ( '{"name": "Alfred", ... ge": 42, "job": "Butler"}' )-> execute (); // ... $collection = $schema -> getCollection ( "people" ); // Yields ... a DocResult object $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchone.html - [similar]
ドキュメントのフィールドのフィルタを設定する 5038
« CollectionFind::execute CollectionFind::groupBy » PHP Manual mysql_xdevapi\CollectionFind ドキ ... ュメントのフィールドのフィルタを設定する CollectionFind::fields (No version information available, mig ... ht only be in Git) CollectionFind::fields — ドキュメントのフィールドのフィルタを ... 設定する 説明 public mysql_xdevapi\CollectionFind::fields ( string $projection ): mysql_xdevapi\ ... 返されるカラムを識別します。 戻り値 後の処理に使える CollectionFind を返します。 例 例1 mysql_xdevapi\CollectionFi ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.fields.html - [similar]
返されるドキュメントの数を限定する 5038
« CollectionFind::having CollectionFind::lockExclusive » PHP Manual mysql_xdevapi\CollectionFind ... 返されるドキュメントの数を限定する CollectionFind::limit (No version information available, migh ... t only be in Git) CollectionFind::limit — 返されるドキュメントの数を限定する 説 ... 明 public mysql_xdevapi\CollectionFind::limit ( int $rows ): mysql_xdevapi\Collection ... ows ドキュメントの最大数 戻り値 追加の操作に使える CollectionFind オブジェクトを返します。 DocResult オブジェクト ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.limit.html - [similar]
SHARED LOCK 付きで操作を実行する 5038
« CollectionFind::lockExclusive CollectionFind::offset » PHP Manual mysql_xdevapi\CollectionFind ... SHARED LOCK 付きで操作を実行する CollectionFind::lockShared (No version information available, ... might only be in Git) CollectionFind::lockShared — SHARED LOCK 付きで操作を実行する ... 説明 public mysql_xdevapi\CollectionFind::lockShared ( int $lock_waiting_option = ? ): ... mysql_xdevapi\CollectionFind ロックを共有モードで使う複数のトランザクション ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.lockshared.html - [similar]
生成された id を取得する 5038
« Result::getAutoIncrementValue Result::getWarnings » PHP Manual mysql_xdevapi\Result 生成された ... hema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $collection = $schema -> getCollecti ... on ( "people" ); $result = $collection -> add ( '{"name": "Bernie", "jobs": [{"title":"Ca ...
https://man.plustar.jp/php/mysql-xdevapi-result.getgeneratedids.html - [similar]
スキーマに属する全てのコレクションを取得する 5038
« 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_xdevapi \ getSessio ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollections.html - [similar]
パラメータの値を設定する 5038
« XSLTProcessor::removeParameter XSLTProcessor::setProfiling » PHP Manual XSLTProcessor パラメー ... を返します。 例 例1 変換前に所有者を変更する <?php $collections = array( 'Marc Rutkowski' => 'marc' , 'Olivier Pa ... ivier' ); $xsl = new DOMDocument ; $xsl -> load ( 'collection.xsl' ); // 変換の設定を行う $proc = new XSLTProces ... Sheet ( $xsl ); // attach the xsl rules foreach ( $collections as $name => $file ) { // XML ソースをロードする $ ... xml = new DOMDocument ; $xml -> load ( 'collection_' . $file . '.xml' ); $proc -> setParameter ( '' , ...
https://man.plustar.jp/php/xsltprocessor.setparameter.html - [similar]
Returns the server associated with this cursor 5016
« MongoDB\Driver\Cursor::getId MongoDB\Driver\Cursor::isDead » PHP Manual MongoDB\Driver\Cursor ... ([ 'x' => 1 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $cursor = $manager -> executeQuery ( ' ... db.collection' , $query ); var_dump ( $cursor -> getServer ()); ...
https://man.plustar.jp/php/mongodb-driver-cursor.getserver.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT