Results of 1 - 10 of about 532 for execute (0.006 sec.)
- Execute a prepared SQL statement 7318
- « cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid
...
_execute (PECL CUBRID >= 8.3.0) cubrid_execute — Execute a ...
prepared SQL statement 説明 cubrid_execute ( resource $conn_identifier , string $sql , int $o ...
ption = 0 ): resource cubrid_execute ( resource $request_identifier , int $option = 0 ) ...
: bool The cubrid_execute() function is used to execute the given SQL statem ...
-
https://man.plustar.jp/php/function.cubrid-execute.html
- [similar]
- mysqli_stmt_execute のエイリアス 7155
- « mysqli::escape_string mysqli_get_client_stats » PHP Manual エイリアスおよび非推奨の Mysqli 関数
...
mysqli_stmt_execute のエイリアス mysqli_execute (PHP 5, PHP 7, PHP 8) ...
mysqli_execute — mysqli_stmt_execute() のエイリアス 説明 この関数 ...
は次の関数のエイリアスです。 mysqli_stmt_execute() 注意 注意 : mysqli_execute() は非推奨で、廃止予定 ...
です。 参考 mysqli_stmt_execute() - プリペアドステートメントを実行する 関連キーワー ...
-
https://man.plustar.jp/php/function.mysqli-execute.html
- [similar]
- delete文を実行する 6891
- « TableDelete::__construct TableDelete::limit » PHP Manual mysql_xdevapi\TableDelete delete文を実
...
行する TableDelete::execute (No version information available, might only be i ...
n Git) TableDelete::execute — delete文を実行する 説明 public mysql_xdevapi\Tab ...
leDelete::execute (): mysql_xdevapi\Result delete文を実行します。 パ ...
ェクトを返します。 例 例1 mysql_xdevapi\TableDelete::execute() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.execute.html
- [similar]
- insert クエリを実行する 6891
- « TableInsert::__construct TableInsert::values » PHP Manual mysql_xdevapi\TableInsert insert クエ
...
リを実行する TableInsert::execute (No version information available, might only be i ...
n Git) TableInsert::execute — insert クエリを実行する 説明 public mysql_xdevap ...
i\TableInsert::execute (): mysql_xdevapi\Result insert 文を実行します。 パ ...
ェクトを返します。 例 例1 mysql_xdevapi\TableInsert::execute() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-tableinsert.execute.html
- [similar]
- のエイリアス ibase_execute 6557
- « fbird_errmsg fbird_fetch_assoc » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_execute
...
fbird_execute (PHP 5, PHP 7 < 7.4.0) fbird_execute — のエイリアス ...
ibase_execute() 説明 この関数は次の関数のエイリアスです。 ibase_ ...
query() - のエイリアス ibase_query 関連キーワード: execute , ibase , fbird , 関数 , query , errmsg , fetch , ...
-
https://man.plustar.jp/php/function.fbird-execute.html
- [similar]
- Executes a statement prepared with sqlsrv_prepare 6425
- « sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s
...
qlsrv_prepare sqlsrv_execute (No version information available, might only be i ...
n Git) sqlsrv_execute — Executes a statement prepared with sqlsrv_prepar ...
e() 説明 sqlsrv_execute ( resource $stmt ): bool Executes a statement prep ...
を、失敗した場合に false を返します。 例 例1 sqlsrv_execute() example This example demonstrates how to prepare ...
-
https://man.plustar.jp/php/function.sqlsrv-execute.html
- [similar]
- ステートメントを実行する 6387
- « CollectionAdd::__construct mysql_xdevapi\CollectionFind » PHP Manual mysql_xdevapi\CollectionA
...
dd ステートメントを実行する CollectionAdd::execute (No version information available, might only be i ...
n Git) CollectionAdd::execute — ステートメントを実行する 説明 public mysql_xdeva ...
pi\CollectionAdd::execute (): mysql_xdevapi\Result CRUD操作のリクエストを My ...
SQL サーバに送信するために execute メソッドは必須です。 パラメータ この関数にはパラメ ...
-
https://man.plustar.jp/php/mysql-xdevapi-collectionadd.execute.html
- [similar]
- 文を実行する 6123
- « oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8,
...
PECL OCI8 >= 1.1.0) oci_execute — 文を実行する 説明 oci_execute ( resource $statem ...
使いません。 同じスクリプトの中で異なるモードで oci_execute() を実行する場合は、 アプリケーション内で適切なトラ ...
e を、失敗した場合に false を返します。 例 例1 oci_execute() での問い合わせの例 <?php $conn = oci_connect ( ' ...
i_parse ( $conn , 'SELECT * FROM employees' ); oci_execute ( $stid ); echo "<table border='1'>\n" ; while ( $ ...
-
https://man.plustar.jp/php/function.oci-execute.html
- [similar]
- Return the number of rows affected by the last SQL statement 5859
- « CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num
...
be returned from either cubrid_prepare() or cubrid_execute() . If the request identifier is not specified, th ...
identifier requested by cubrid_prepare() or cubrid_execute() is assumed. 戻り値 Number of rows affected by th ...
calhost' , 33000 , 'demodb' , 'dba' , '' ); cubrid_execute ( $conn , "DROP TABLE IF EXISTS cubrid_test" ); cu ...
brid_execute ( $conn , "CREATE TABLE cubrid_test (d varchar)" ) ...
-
https://man.plustar.jp/php/function.cubrid-affected-rows.html
- [similar]
- 削除操作を実行する 5828
- « CollectionRemove::__construct CollectionRemove::limit » PHP Manual mysql_xdevapi\CollectionRem
...
ove 削除操作を実行する CollectionRemove::execute (No version information available, might only be i ...
n Git) CollectionRemove::execute — 削除操作を実行する 説明 public mysql_xdevapi\Col ...
lectionRemove::execute (): mysql_xdevapi\Result クライアントがサーバに CR ...
UD 操作のリクエストを送信させるためには、 execute 関数を呼び出す必要があります。 警告 この関数は、 現 ...
-
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.execute.html
- [similar]