検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 532 for execute (0.430 sec.)
文ハンドラにおける直近の操作に関連する拡張エラー情報を取得する 3500
« PDOStatement::errorCode PDOStatement::execute » PHP Manual PDOStatement 文ハンドラにおける直近 ... -> prepare ( 'SELECT skull FROM bones' ); $sth -> execute (); echo "\nPDOStatement::errorInfo():\n" ; $arr = ...
https://man.plustar.jp/php/pdostatement.errorinfo.html - [similar]
Read from BLOB/CLOB data 3469
« cubrid_lob2_new cubrid_lob2_seek64 » PHP Manual CUBRID 関数 Read from BLOB/CLOB data cubrid_lo ... 33000 , "demodb" , "public" , "" ); $req = cubrid_execute ( $conn , "select * from test_lob" ); $row = cubri ... " , 33000 , "demodb" , "dba" , "" ); $req = cubrid_execute ( $conn , "select * from test_lob" ); $row = cubri ...
https://man.plustar.jp/php/function.cubrid-lob2-read.html - [similar]
クエリの次の行を連想配列で返す 3469
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fet ... す。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効な OCI8 ステートメント ID、 あるい ... tment_id, department_name FROM departments' ); oci_execute ( $stid ); while (( $row = oci_fetch_assoc ( $stid ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
クエリの次の行を配列で返す 3469
« oci_fetch_object oci_fetch » PHP Manual OCI8 関数 クエリの次の行を配列で返す oci_fetch_row (PH ... す。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効な OCI8 ステートメント ID、 あるい ... tment_id, department_name FROM departments' ); oci_execute ( $stid ); while (( $row = oci_fetch_row ( $stid ) ...
https://man.plustar.jp/php/function.oci-fetch-row.html - [similar]
変更されたレコード(タプル)の数を返す 3469
« PostgreSQL 関数 pg_cancel_query » PHP Manual PostgreSQL 関数 変更されたレコード(タプル)の数を返 ... uery_params() や (様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 戻り ... メータを分割してサーバーへ送信し、その結果を待つ pg_execute() - 指定したパラメータを用いてプリペアドステートメ ...
https://man.plustar.jp/php/function.pg-affected-rows.html - [similar]
クエリ結果のメモリを開放する 3469
« pg_flush pg_get_notify » PHP Manual PostgreSQL 関数 クエリ結果のメモリを開放する pg_free_resul ... uery_params() や (様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 戻り ... メータを分割してサーバーへ送信し、その結果を待つ pg_execute() - 指定したパラメータを用いてプリペアドステートメ ...
https://man.plustar.jp/php/function.pg-free-result.html - [similar]
SQL ステートメントを実行するために準備する 3469
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行 ... ( "s" , $city ); /* クエリを実行します */ $stmt -> execute (); /* 結果変数をバインドします */ $stmt -> bind_r ... s" , $city ); /* クエリを実行します */ mysqli_stmt_execute ( $stmt ); /* 結果変数をバインドします */ mysqli_s ... t_prepare で使用するオブジェクトを返す mysqli_stmt_execute() - プリペアドステートメントを実行する mysqli_stmt ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
Firebird/InterBase 関数 3469
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/I ... ode fbird_errmsg — のエイリアス ibase_errmsg fbird_execute — のエイリアス ibase_execute fbird_fetch_assoc — の ... ドを返す ibase_errmsg — エラーメッセージを返す ibase_execute — 準備されたクエリを実行する ibase_fetch_assoc — ク ...
https://man.plustar.jp/php/ref.ibase.html - [similar]
CUBRID 関数 (PDO_CUBRID) 3469
« PDO ドライバ PDO_CUBRID DSN » PHP Manual PDO ドライバ CUBRID 関数 (PDO_CUBRID) CUBRID 関数 (PD ... am ( 1 , $fp , PDO :: PARAM_LOB ); $ret = $stmt -> execute (); ?> 例2 CUBRID PDO での LOB の取得 <?php $sql_s ... ; $stmt = $dbh -> prepare ( $sql_stmt ); $stmt -> execute (); $result = $stmt -> fetch ( PDO :: FETCH_NUM ); ... ( 1 , $data , PDO :: PARAM_NULL ); $ret = $stmt -> execute (); var_Dump ( $ret ); ?> 例4 CUBRID PDO でのセット ... ram ( 1 , $data , 0 , 0 , "int" ); $ret = $stmt -> execute (); var_Dump ( $ret ); ?> CUBRID のバインドデータ型 ...
https://man.plustar.jp/php/ref.pdo-cubrid.html - [similar]
Firebird/InterBase 3430
« dbase_replace_record はじめに » PHP Manual ベンダー固有のモジュール Firebird/InterBase Firebir ... ode fbird_errmsg — のエイリアス ibase_errmsg fbird_execute — のエイリアス ibase_execute fbird_fetch_assoc — の ... ドを返す ibase_errmsg — エラーメッセージを返す ibase_execute — 準備されたクエリを実行する ibase_fetch_assoc — ク ...
https://man.plustar.jp/php/book.ibase.html - [similar]