検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 532 for execute (0.063 sec.)
ストアドプロシージャから、次の結果セットを要求する 3135
« db2_lob_read db2_num_fields » PHP Manual IBM DB2 関数 ストアドプロシージャから、次の結果セット ... なりません。 パラメータ stmt db2_exec() あるいは db2_execute() から返されるプリペアドステートメント。 戻り値 ス ...
https://man.plustar.jp/php/function.db2-next-result.html - [similar]
アクション名を設定します 3135
« oci_server_version oci_set_call_timeout » PHP Manual OCI8 関数 アクション名を設定します oci_se ... $s = oci_parse ( $c , 'select * from dual' ); oci_execute ( $s ); oci_fetch_all ( $s , $res ); sleep ( 30 ); ...
https://man.plustar.jp/php/function.oci-set-action.html - [similar]
クライアント識別子を設定します 3135
« oci_set_call_timeout oci_set_client_info » PHP Manual OCI8 関数 クライアント識別子を設定します ... i_parse ( $c , 'select mydata from mytable' ); oci_execute ( $s ); // ... ?> 注意 警告 データベースとのやりと ...
https://man.plustar.jp/php/function.oci-set-client-identifier.html - [similar]
クライアント情報を設定する 3135
« oci_set_client_identifier oci_set_db_operation » PHP Manual OCI8 関数 クライアント情報を設定す ... $s = oci_parse ( $c , 'select * from dual' ); oci_execute ( $s ); oci_fetch_all ( $s , $res ); sleep ( 30 ); ...
https://man.plustar.jp/php/function.oci-set-client-info.html - [similar]
モジュール名を設定します 3135
« oci_set_edition oci_set_prefetch_lob » PHP Manual OCI8 関数 モジュール名を設定します oci_set_m ... $s = oci_parse ( $c , 'select * from dual' ); oci_execute ( $s ); oci_fetch_all ( $s , $res ); sleep ( 30 ); ...
https://man.plustar.jp/php/function.oci-set-module-name.html - [similar]
行をオブジェクトとして得る 3135
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... uery_params() や (様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 row ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
レコードを選択する 3135
« pg_result_status pg_send_execute » PHP Manual PostgreSQL 関数 レコードを選択する pg_select (PH ...
https://man.plustar.jp/php/function.pg-select.html - [similar]
行を配列として返す 3135
« sqlsrv_execute sqlsrv_fetch_object » PHP Manual SQLSRV 関数 行を配列として返す sqlsrv_fetch_ar ... SQL Server database sqlsrv_query() - Prepares and executes a query sqlsrv_errors() - Returns error and warni ...
https://man.plustar.jp/php/function.sqlsrv-fetch-array.html - [similar]
Create a new BulkWrite 3135
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... operations may be added. The write(s) may then be executed with MongoDB\Driver\Manager::executeBulkWrite() . ... sion. ordered bool Ordered operations ( true ) are executed serially on the MongoDB server, while unordered o ... ent to the server in an arbitrary order and may be executed in parallel. true エラー / 例外 引数のパースに失敗 ... \ WriteConcern ( 1 ); try { $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk , $writeConcern ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
Add an update operation to the bulk 3135
« MongoDB\Driver\BulkWrite::insert MongoDB\Driver\Session » PHP Manual MongoDB\Driver\BulkWrite ... ongodb://localhost:27017' ); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk ); ?> 参考 Mong ... oDB\Driver\Manager::executeBulkWrite() - Execute one or more write operations ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.update.html - [similar]