検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 201 for prepare (0.006 sec.)
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 6621
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ... statement prepared by sqlsrv_prepare or sqlsrv_query sqlsrv_field_me ... — Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare() or sqlsrv_query() 説明 sqlsrv ... d Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare() or sqlsrv_query() . sqlsrv_fi ... } $sql = "SELECT * FROM Table_1" ; $stmt = sqlsrv_prepare ( $conn , $sql ); foreach( sqlsrv_field_metadata ( ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]
プリペアドステートメントを実行する 6568
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... ray $parameters = ? ): bool db2_execute() は、 db2_prepare() で準備された SQL 文を実行します。 SQL 文が結果セ ... 度取得することも可能です。 db2_exec() の代わりに db2_prepare() および db2_execute() を使用することの利点について ... は、 db2_prepare() での簡単な説明を参照ください。 パラメータ stmt d ... b2_prepare() が返すプリペアドステートメント。 parameters プリ ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
Cancels a statement 6568
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... t can be re-executed if it was created with sqlsrv_prepare() . Calling sqlsrv_cancel() is not necessary if al ... sql = "SELECT Sales FROM Table_1" ; $stmt = sqlsrv_prepare ( $conn , $sql ); if( $stmt === false ) { die( pri ... ) can be re-executed if it was created with sqlsrv_prepare() . A statement resource cancelled with sqlsrv_fre ... s all resources for the specified statement sqlsrv_prepare() - Prepares a query for execution 関連キーワード: ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
Execute a prepared SQL statement 6482
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... (PECL CUBRID >= 8.3.0) cubrid_execute — Execute a prepared SQL statement 説明 cubrid_execute ( resource $con ... e cubrid_execute() function is used to execute the prepared statement by means of cubrid_prepare() and cubrid ... gument is request_identifier to execute the cubrid_prepare() function, you can specify an option, CUBRID_ASYN ... CUBRID_EXEC_QUERY_ALL . request_identifier cubrid_prepare() identifier. 戻り値 Request identifier, when proc ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
新しい mysqli_stmt オブジェクトを構築する 6428
« mysqli_stmt::close mysqli_stmt::data_seek » PHP Manual mysqli_stmt 新しい mysqli_stmt オブジェ ... と同じ振る舞いをします。 null でない場合、 mysqli_prepare() と同じ振る舞いをします。 変更履歴 バージョン 説明 ... .0.0 query は、nullable になりました。 参考 mysqli_prepare() - 実行するための SQL文 を準備する mysqli_stmt_in ... it() - ステートメントを初期化し、mysqli_stmt_prepare で使用するオブジェクトを返す 関連キーワード: mysql ... i , stmt , オブジェクト , 構築 , query , prepare , construct , init , string , メソッド ...
https://man.plustar.jp/php/mysqli-stmt.construct.html - [similar]
のエイリアス ibase_name_result 6385
« fbird_modify_user fbird_num_fields » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_nam ... のエイリアスです。 ibase_name_result() . 参考 fbird_prepare() - のエイリアス ibase_prepare fbird_execute() - の ... te 関連キーワード: ibase , result , fbird , 関数 , prepare , execute , modify , user , num , fields ...
https://man.plustar.jp/php/function.fbird-name-result.html - [similar]
指定したステートメントのパラメータ数を返す 6385
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ... nnect_error ()); exit(); } if ( $stmt = $mysqli -> prepare ( "SELECT Name FROM Country WHERE Name=? OR Code=? ... i_connect_error ()); exit(); } if ( $stmt = mysqli_prepare ( $link , "SELECT Name FROM Country WHERE Name=? O ... 下となります。 Statement has 2 markers. 参考 mysqli_prepare() - 実行するための SQL文 を準備する 関連キーワード ... , ステートメント , param , count , 指定 , 手続き , prepare , int ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
のエイリアス ibase_num_params 6332
« fbird_num_fields fbird_param_info » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_num_ ... 数のエイリアスです。 ibase_num_params() . 参考 fbird_prepare() - のエイリアス ibase_prepare fbird_param_info() ... m , ibase , params , fbird , param , info , 関数 , prepare , fields , 参考 ...
https://man.plustar.jp/php/function.fbird-num-params.html - [similar]
Prepares and executes a query 6332
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... on available, might only be in Git) sqlsrv_query — Prepares and executes a query 説明 sqlsrv_query ( resource ... , array $params = ? , array $options = ? ): mixed Prepares and executes a query. パラメータ conn A connectio ... ct() . sql The string that defines the query to be prepared and executed. params An array specifying paramete ... nt parameter values, use the combination of sqlsrv_prepare() and sqlsrv_execute() . 参考 sqlsrv_prepare() - P ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
Retrieves the number of rows in a result set 6235
« sqlsrv_num_fields sqlsrv_prepare » PHP Manual SQLSRV 関数 Retrieves the number of rows in a re ... For more information, see sqlsrv_query() , sqlsrv_prepare() , or » Specifying a Cursor Type and Selecting Ro ... For more information, see sqlsrv_query() , sqlsrv_prepare() , or » Specifying a Cursor Type and Selecting Ro ... etrieves , result , the , of , in , num , cursor , prepare ...
https://man.plustar.jp/php/function.sqlsrv-num-rows.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT