検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 184 for Statement (0.002 sec.)
Prepare a SQL statement for execution 7990
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... CL CUBRID >= 8.3.0) cubrid_prepare — Prepare a SQL statement for execution 説明 cubrid_prepare ( resource $conn ... e() function is a sort of API which represents SQL statements compiled previously to a given connection handle. ... This pre-compiled SQL statement will be included in the cubrid_prepare() . Accordi ... ngly, you can use this statement effectively to execute several times repeatedly or ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
Retrieves the number of fields (columns) on a statement 7758
« sqlsrv_next_result sqlsrv_num_rows » PHP Manual SQLSRV 関数 Retrieves the number of fields (co ... lumns) on a statement sqlsrv_num_fields (No version information availabl ... ds — Retrieves the number of fields (columns) on a statement 説明 sqlsrv_num_fields ( resource $stmt ): mixed R ... etrieves the number of fields (columns) on a statement. パラメータ stmt The statement for which the numbe ... s returned. sqlsrv_num_fields() can be called on a statement before or after statement execution. 戻り値 Return ...
https://man.plustar.jp/php/function.sqlsrv-num-fields.html - [similar]
Indicates whether the specified statement has rows 7725
« sqlsrv_get_field sqlsrv_next_result » PHP Manual SQLSRV 関数 Indicates whether the specified statement ... sqlsrv_has_rows — Indicates whether the specified statement has rows 説明 sqlsrv_has_rows ( resource $stmt ): ... bool Indicates whether the specified statement has rows. パラメータ stmt A statement resource ret ... v_execute() . 戻り値 Returns true if the specified statement has rows and false if the statement does not have ...
https://man.plustar.jp/php/function.sqlsrv-has-rows.html - [similar]
Prepares a query for execution 7494
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... e Microsoft SQLSRV documentation. 戻り値 Returns a statement resource on success and false if an error occurred ... example This example demonstrates how to prepare a statement with sqlsrv_prepare() and re-execute it multiple t ... ID = ?" ; // Initialize parameters and prepare the statement. // Variables $qty and $id are bound to the statem ... ray( 1 => 10 , 2 => 20 , 3 => 30 ); // Execute the statement for each order. foreach( $orders as $id => $qty ) ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
SQLSRV 関数 7373
« 定義済み定数 sqlsrv_begin_transaction » PHP Manual SQLSRV SQLSRV 関数 SQLSRV 関数 目次 sqlsrv_ ... s a database transaction sqlsrv_cancel — Cancels a statement sqlsrv_client_info — Returns information about the ... RV operation performed sqlsrv_execute — Executes a statement prepared with sqlsrv_prepare sqlsrv_fetch_array — ... _metadata — Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or sqlsrv_query sqlsrv_ ... free_stmt — Frees all resources for the specified statement sqlsrv_get_config — Returns the value of the speci ...
https://man.plustar.jp/php/ref.sqlsrv.html - [similar]
PHP 用 Microsoft SQL Server ドライバ 7218
« SQLite3Result::reset はじめに » PHP Manual ベンダー固有のモジュール PHP 用 Microsoft SQL Serve ... s a database transaction sqlsrv_cancel — Cancels a statement sqlsrv_client_info — Returns information about the ... RV operation performed sqlsrv_execute — Executes a statement prepared with sqlsrv_prepare sqlsrv_fetch_array — ... _metadata — Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or sqlsrv_query sqlsrv_ ... free_stmt — Frees all resources for the specified statement sqlsrv_get_config — Returns the value of the speci ...
https://man.plustar.jp/php/book.sqlsrv.html - [similar]
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 7185
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ... _metadata — Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare() or sqlsrv_query() 説明 ... mt ): mixed Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare() or sqlsrv_query() . s ... qlsrv_field_metadata() can be called on a statement before or after statement execution. パラメータ st ... mt The statement resource for which metadata is returned. 戻り値 Re ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]
Return the number of rows affected by the last SQL statement 7108
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... ber of rows affected by the last SQL statement cubrid_affected_rows (PECL CUBRID >= 8.3.0) cubrid ... Return the number of rows affected by the last SQL statement 説明 cubrid_affected_rows ( resource $conn_identif ... used to get the number of rows affected by the SQL statement (INSERT, DELETE, UPDATE). パラメータ conn_identifi ... assumed. 戻り値 Number of rows affected by the SQL statement, when process is successful. -1, when SQL statemen ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
文やカーソルに関連付けられた全てのリソースを解放する 6877
« oci_free_descriptor oci_get_implicit_resultset » PHP Manual OCI8 関数 文やカーソルに関連付けら ... れた全てのリソースを解放する oci_free_statement (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_free ... _statement — 文やカーソルに関連付けられた全てのリソースを解放 ... する 説明 oci_free_statement ( resource $statement ): bool oci_parse() の結果や ... 連付けられた全てのリソースを解放します。 パラメータ statement 有効な OCI ステートメント ID。 戻り値 成功した場合 ...
https://man.plustar.jp/php/function.oci-free-statement.html - [similar]
oci_free_statement のエイリアス 6678
« ocifreecollection ocifreedesc » PHP Manual OCI8 廃止されたエイリアスと関数 oci_free_statement ... HP 8, PECL OCI8 >= 1.0.0) ocifreecursor — oci_free_statement() のエイリアス 説明 oci_free_statement() のエイリア ...
https://man.plustar.jp/php/function.ocifreecursor.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT