検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 201 for prepare (0.003 sec.)
実行する SQL 文を準備する 7426
« SQLite3::openBlob SQLite3::query » PHP Manual SQLite3 実行する SQL 文を準備する SQLite3::prepare ... re (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::prepare — 実行する SQL 文を準備する 説明 public SQLite3::p ... 、失敗した場合に false を返します。 例 例1 SQLite3::prepare() の例 <?php unlink ( 'mysqlitedb.db' ); $db = new ... r) VALUES (1, 'This is a test')" ); $stmt = $db -> prepare ( 'SELECT bar FROM foo WHERE id=:id' ); $stmt -> b ... 数にバインドする 関連キーワード: 準備 , 実行 , 文 , prepare , パラメータ , query , オブジェクト , 変数 , publi ...
https://man.plustar.jp/php/sqlite3.prepare.html - [similar]
Bind variables to a prepared statement as parameters 7190
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... CUBRID >= 8.3.0) cubrid_bind — Bind variables to a prepared statement as parameters 説明 cubrid_bind ( resour ... der in the SQL statement that was passed to cubrid_prepare() . If bind_value_type is not given, string will b ... dentifier Request identifier as a result of cubrid_prepare() . bind_index Location of binding parameters. It ... brid_close_request ( $result ); $game_req = cubrid_prepare ( $conn , "SELECT athlete_code FROM game WHERE hos ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 7190
« pg_send_execute pg_send_query_params » PHP Manual PostgreSQL 関数 指定したパラメータでプリペア ... するリクエストを 送信し、その結果を待たない pg_send_prepare (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_prepare — 指 ... リクエストを 送信し、その結果を待たない 説明 pg_send_prepare ( PgSql\Connection $connection , string $statement ... クエストを 送信し、その結果を待ちません。 これは pg_prepare() の非同期バージョンです。 リクエストが受け付けられ ... g_get_result() を使用します。関数のパラメータは pg_prepare() と同じように処理されます。 pg_prepare() と同様、 ...
https://man.plustar.jp/php/function.pg-send-prepare.html - [similar]
Close the request handle 7147
« cubrid_close_prepare cubrid_col_get » PHP Manual CUBRID 関数 Close the request handle cubrid_c ... ated to the handle. It is an alias of cubrid_close_prepare() . パラメータ req_identifier Request identifier. ... e_request ( $req ); // or you can use cubrid_close_prepare($req) } cubrid_disconnect ( $con ); } ?> 参考 cubr ... id_close_prepare() - Close the request handle 関連キーワード: reque ... st , handle , cubrid , the , identifier , prepare , CUBRID , memory , example , success ...
https://man.plustar.jp/php/function.cubrid-close-request.html - [similar]
Creates EvPrepare watcher object associated with the current event loop instance 7051
« EvLoop::periodic EvLoop::resume » PHP Manual EvLoop Creates EvPrepare watcher object associate ... d with the current event loop instance EvLoop::prepare (PECL ev >= 0.2.0) EvLoop::prepare — Creates EvPre ... rent event loop instance 説明 final public EvLoop::prepare ( callable $callback , mixed $data = null , int $p ... riority = 0 ): EvPrepare Creates EvPrepare watcher object associated with t ... メータ All parameters have the same maening as for EvPrepare() 戻り値 Returns EvPrepare object on success 参考 ...
https://man.plustar.jp/php/evloop.prepare.html - [similar]
実行用に文を準備する 6997
« odbc_pconnect odbc_primarykeys » PHP Manual ODBC 関数 実行用に文を準備する odbc_prepare (PHP 4 ... , PHP 5, PHP 7, PHP 8) odbc_prepare — 実行用に文を準備する 説明 odbc_prepare ( resourc ... lse を返します。 例 例1 odbc_execute() および odbc_prepare() の例 次のコードは、myproc の 3 つのパラメータがす ... ます。 <?php $a = 1 ; $b = 2 ; $c = 3 ; $stmt = odbc_prepare ( $conn , 'CALL myproc(?,?,?)' ); $success = odbc_ ... 関連キーワード: 実行 , 準備 , 文 , IN , パラメータ , prepare , OUT , execute , resource , query ...
https://man.plustar.jp/php/function.odbc-prepare.html - [similar]
文を実行する準備を行い、文オブジェクトを返す 6954
« PDO::lastInsertId PDO::query » PHP Manual PDO 文を実行する準備を行い、文オブジェクトを返す PDO ... ::prepare (PHP 5 >= 5.1.0, PHP 7, PHP 8, PHP 8,PECL pdo >= 0 ... .1.0) PDO::prepare — 文を実行する準備を行い、文オブジェクトを返す 説明 ... public PDO::prepare ( string $query , array $options = [] ): PDOStatem ... ラメータを用いて複数回実行されるような文に対し PDO::prepare() と PDOStatement::execute() をコールすることで、 ...
https://man.plustar.jp/php/pdo.prepare.html - [similar]
指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その... 6911
« pg_select pg_send_prepare » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメ ... 無名ステートメントが実行されます。名前は、事前に pg_prepare() ・ pg_send_prepare() あるいは PREPARE SQL コマン ... する if (! pg_connection_busy ( $dbconn )) { pg_send_prepare ( $dbconn , "my_query" , 'SELECT * FROM shops WHER ... ); $res3 = pg_get_result ( $dbconn ); } ?> 参考 pg_prepare() - 指定したパラメータでプリペアドステートメントを ... 作成するリクエストを 送信し、その完了を待つ pg_send_prepare() - 指定したパラメータでプリペアドステートメントを ...
https://man.plustar.jp/php/function.pg-send-execute.html - [similar]
Sets the response writer used to prepare the response from Solr 6911
« SolrClient::rollback SolrClient::setServlet » PHP Manual SolrClient Sets the response writer u ... sed to prepare the response from Solr SolrClient::setResponseWrit ... tResponseWriter — Sets the response writer used to prepare the response from Solr 説明 public SolrClient::set ... nseWriter ): void Sets the response writer used to prepare the response from Solr パラメータ responseWriter O ... : SolrClient , setResponseWriter , Sets , writer , prepare , from , rollback , setServlet , public , string ...
https://man.plustar.jp/php/solrclient.setresponsewriter.html - [similar]
プリペアドステートメントを実行する 6718
« odbc_exec odbc_fetch_array » PHP Manual ODBC 関数 プリペアドステートメントを実行する odbc_exec ... ource $statement , array $params = [] ): bool odbc_prepare() で準備された命令を実行します。 パラメータ statem ... ent odbc_prepare() で取得した結果 ID リソース。 params プリペアドス ... lse を返します。 例 例1 odbc_execute() および odbc_prepare() の例 次のコードは、myproc の 3 つのパラメータがす ... ます。 <?php $a = 1 ; $b = 2 ; $c = 3 ; $stmt = odbc_prepare ( $conn , 'CALL myproc(?,?,?)' ); $success = odbc_ ...
https://man.plustar.jp/php/function.odbc-execute.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT