検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 532 for execute (0.152 sec.)
Create a new Command 3135
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... esents a database command. The command may then be executed with MongoDB\Driver\Manager::executeCommand() . T ... ( "buildinfo" => 1 )); try { $cursor = $manager -> executeCommand ( "admin" , $command ); $response = $cursor ... axTimeMS" => 10 , ) ); try { $cursor = $manager -> executeCommand ( "beerdb" , $command ); $response = $curso ... n exceeded time limit 参考 MongoDB\Driver\Manager::executeCommand() - Execute a database command MongoDB\Driv ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
統計情報 3135
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... ていると推定できるかもしれません。 ps_prepared_never_executed や ps_prepared_once_executed も参照してください。 ... セットの場合だけ起こります。 同上 ps_prepared_never_executed Connection 準備(prepare)されたが、決して実行されな ... メントを準備すべきではありません。 ps_prepared_once_executed Connection 一度だけ実行されたプリペアドステートメ ... PHPが接続を閉じた場合だけのはずです。 init_command_executed_count Connection 初期化コマンドが実行された合計回 ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
新しいラージオブジェクトを作成する 3135
« PDO::pgsqlGetPid PDO::pgsqlLOBOpen » PHP Manual PostgreSQL (PDO) 新しいラージオブジェクトを作成 ... INTO BLOBS (ident, oid) VALUES (?, ?)" ); $stmt -> execute (array( $some_id , $oid )); $db -> commit (); ?> 参 ...
https://man.plustar.jp/php/pdo.pgsqllobcreate.html - [similar]
直近の SQL ステートメントによって作用した行数を返す 3135
« PDOStatement::nextRowset PDOStatement::setAttribute » PHP Manual PDOStatement 直近の SQL ステー ... = $dbh -> prepare ( 'DELETE FROM fruit' ); $del -> execute (); /* 削除された行数を返す */ print( "Return numb ...
https://man.plustar.jp/php/pdostatement.rowcount.html - [similar]
ODBC 関数 3135
« 定義済み定数 odbc_autocommit » PHP Manual ODBC ODBC 関数 ODBC 関数 目次 odbc_autocommit — 自動 ... ッセージを得る odbc_exec — SQL文を直接実行する odbc_execute — プリペアドステートメントを実行する odbc_fetch_ar ...
https://man.plustar.jp/php/ref.uodbc.html - [similar]
パラメータの値を変数にバインドする 3135
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバイン ... ':id' , 1 , SQLITE3_INTEGER ); $result = $stmt -> execute (); var_dump ( $result -> fetchArray ( SQLITE3_ASS ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
関数エイリアスのリスト 3104
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少 ... define_by_name() OCI8 ocierror oci_error() OCI8 ociexecute oci_execute() OCI8 ocifetch oci_fetch() OCI8 ocife ...
https://man.plustar.jp/php/aliases.html - [similar]
IBM DB2、Cloudscape および Apache Derby 3104
« ibase_wait_event はじめに » PHP Manual ベンダー固有のモジュール IBM DB2、Cloudscape および Apa ... をエスケープする db2_exec — SQL 文を直接実行する db2_execute — プリペアドステートメントを実行する db2_fetch_arr ...
https://man.plustar.jp/php/book.ibm-db2.html - [similar]
The MongoDB\Driver\BulkWrite class 3104
« MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D ... date, and delete operations, the collection may be executed via MongoDB\Driver\Manager::executeBulkWrite() . ... the server in an arbitrary order where they may be executed in parallel. Any errors that occur are reported a ... ult in four write commands (i.e. roundtrips) being executed. Since the operations are ordered, the third inse ... rtion cannot be sent until the preceding update is executed. 例2 Ordered write operations causing an error <? ...
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html - [similar]
The Swoole\Server class 3104
« Swoole\Serialize::unpack Swoole\Server::addlistener » PHP Manual Swoole The Swoole\Server clas ... es in blocking way. Swoole\Server::taskWaitMulti — Execute multiple tasks concurrently. Swoole\Server::tick — ...
https://man.plustar.jp/php/class.swoole-server.html - [similar]