検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 201 for prepare (0.003 sec.)
Prepare a SQL statement for execution 10432
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... id_prepare (PECL CUBRID >= 8.3.0) cubrid_preparePrepare a ... SQL statement for execution 説明 cubrid_prepare ( resource $conn_identifier , string $prepare_stmt ... , int $option = 0 ): resource The cubrid_prepare() function is a sort of API which represents SQL s ... piled SQL statement will be included in the cubrid_prepare() . Accordingly, you can use this statement effect ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
Prepare a query for later binding of parameter placeholders and execution 10389
« ibase_pconnect ibase_query » PHP Manual Firebird/InterBase 関数 Prepare a query for later bind ... ing of parameter placeholders and execution ibase_prepare (PHP 5, PHP 7 < 7.4.0) ibase_preparePrepare a q ... of parameter placeholders and execution 説明 ibase_prepare ( string $query ): resource ibase_prepare ( resour ... $link_identifier , string $query ): resource ibase_prepare ( resource $link_identifier , string $trans , stri ... ng $query ): resource Prepare a query for later binding of parameter placeholder ...
https://man.plustar.jp/php/function.ibase-prepare.html - [similar]
のエイリアス ibase_prepare 9766
« fbird_pconnect fbird_query » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_prepare fbi ... rd_prepare (PHP 5, PHP 7 < 7.4.0) fbird_prepare — のエイリアス ... ibase_prepare() 説明 この関数は次の関数のエイリアスです。 ibase_ ... prepare() . 関連キーワード: prepare , ibase , fbird , 関数 , pconnect , query , ...
https://man.plustar.jp/php/function.fbird-prepare.html - [similar]
Executes a statement prepared with sqlsrv_prepare 9712
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... qlsrv_prepare sqlsrv_execute (No version information available, ... y be in Git) sqlsrv_execute — Executes a statement prepared with sqlsrv_prepare() 説明 sqlsrv_execute ( resou ... rce $stmt ): bool Executes a statement prepared with sqlsrv_prepare() . This function is ideal fo ... r executing a prepared statement multiple times with different parameter ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
Prepares a query for execution 8382
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_prepare ... nformation available, might only be in Git) sqlsrv_preparePrepares a query for execution 説明 sqlsrv_prepa ... , array $params = ? , array $options = ? ): mixed Prepares a query for execution. This function is ideal for ... ct() . sql The string that defines the query to be prepared and executed. params An array specifying paramete ... cess and false if an error occurred. 例 例1 sqlsrv_prepare() example This example demonstrates how to prepare ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
Close the request handle 8339
« cubrid_bind cubrid_close_request » PHP Manual CUBRID 関数 Close the request handle cubrid_clos ... e_prepare (PECL CUBRID >= 8.3.0) cubrid_close_prepare — Clos ... e the request handle 説明 cubrid_close_prepare ( resource $req_identifier ): bool The cubrid_clos ... e_prepare() function closes the request handle given by the ... 戻り値 Return true on success. 例 例1 cubrid_close_prepare() example <?php $con = cubrid_connect ( "localhost ...
https://man.plustar.jp/php/function.cubrid-close-prepare.html - [similar]
ステートメントを初期化し、mysqli_stmt_prepare で使用するオブジェクトを返す 7952
« mysqli::stat mysqli::store_result » PHP Manual mysqli ステートメントを初期化し、mysqli_stmt_prepare ... _stmt_init — ステートメントを初期化し、mysqli_stmt_prepare で使用するオブジェクトを返す 説明 オブジェクト指向 ... ( mysqli $mysql ): mysqli_stmt | false mysqli_stmt_prepare() で使用可能な ステートメントオブジェクトを割り当て ... 、初期化します。 注意 : mysqli_stmt_prepare() がコールされるまで、 これ以降のあらゆる mysqli_s ... 。 戻り値 オブジェクトを返します。 参考 mysqli_stmt_prepare() - SQL ステートメントを実行するために準備する 関連 ...
https://man.plustar.jp/php/mysqli.stmt-init.html - [similar]
SQL ステートメントを実行するために準備する 7577
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行 ... するために準備する mysqli_stmt::prepare mysqli_stmt_prepare (PHP 5, PHP 7, PHP 8) mysqli_s ... tmt::prepare -- mysqli_stmt_prepare — SQL ステートメントを実行す ... 準備する 説明 オブジェクト指向型 public mysqli_stmt::prepare ( string $query ): bool 手続き型 mysqli_stmt_prepa ... owed_packet よりも長いステートメントを mysqli_stmt_prepare() に渡した場合、 返ってくるエラーコードは MySQL Na ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
実行するための SQL文 を準備する 7577
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare ... mysqli_prepare (PHP 5, PHP 7, PHP 8) mysqli::prepare -- mysqli_pr ... を準備する 説明 オブジェクト指向型 public mysqli::prepare ( string $query ): mysqli_stmt | false 手続き型 my ... sqli_prepare ( mysqli $mysql , string $query ): mysqli_stmt | f ... ) ステートメントでは使用できません。 戻り値 mysqli_prepare() はステートメントオブジェクトを返します。 エラー時 ...
https://man.plustar.jp/php/mysqli.prepare.html - [similar]
指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 7523
« pg_port pg_put_line » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメントを ... 作成するリクエストを 送信し、その完了を待つ pg_prepare (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_prepare — 指定し ... 作成するリクエストを 送信し、その完了を待つ 説明 pg_prepare ( PgSql\Connection $connection = ? , string $stmtn ... ame , string $query ): PgSql\Result | false pg_prepare() は、 pg_execute() あるいは pg_send_execute() で後 ... 文解析や実行計画作成が最初の 一度だけですみます。 pg_prepare() は PostgreSQL 7.4 以降の接続でのみ使用可能です。 ...
https://man.plustar.jp/php/function.pg-prepare.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT