検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 274 for row (0.032 sec.)
フィールドに関する情報を得る 4031
« ibase_fetch_row ibase_free_event_handler » PHP Manual Firebird/InterBase 関数 フィールドに関す ...
https://man.plustar.jp/php/function.ibase-field-info.html - [similar]
文を実行する 4031
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... ( $stid ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN ... _NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" . ( $item !== null ? htm ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 4031
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... execute ([ $_GET [ 'name' ]]); foreach ( $stmt as $row ) { print_r ( $row ); } ?> 例4 出力パラメータを指定 ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
Oracle OCI8 4001
« mysqlndプラグインの開発をはじめよう はじめに » PHP Manual ベンダー固有のモジュール Oracle OCI8 ... — クエリの次の行をオブジェクトとして返す oci_fetch_row — クエリの次の行を配列で返す oci_fetch — クエリの次 ... ields — ある文における結果のカラム数を返す oci_num_rows — 文の実行で作用された行数を取得する oci_parse — ... や oci_fetch_object、 oci_fetch_assoc、 oci_fetch_row の変種 ocifetchstatement — oci_fetch_all のエイリア ... イリアス ocirollback — oci_rollback のエイリアス ocirowcount — oci_num_rows のエイリアス ocisavelob — OCIL ...
https://man.plustar.jp/php/book.oci8.html - [similar]
与えられた XPath 式を評価し、可能であれば結果を返す 4001
« DOMXPath::__construct DOMXPath::query » PHP Manual DOMXPath 与えられた XPath 式を評価し、可能で ... ードを基準とした相対クエリとなります $query = 'count(row/entry[. = "en"])' ; $entries = $xpath -> evaluate ...
https://man.plustar.jp/php/domxpath.evaluate.html - [similar]
Move the result set cursor to the specified field offset 4001
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... and event_code=20001;" ); var_dump ( cubrid_fetch_row ( $req )); cubrid_field_seek ( $req , 1 ); $field ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
カラムを表示するために必要な最大のバイト数を返す 4001
« db2_fetch_row db2_field_name » PHP Manual IBM DB2 関数 カラムを表示するために必要な最大のバイト ...
https://man.plustar.jp/php/function.db2-field-display-size.html - [similar]
この接続上で最後に成功した insert クエリが自動生成した ID を返す 4001
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリ ... c ( $conn , $createTable ); /* Checking for single row inserted. */ $stmt = db2_exec ( $conn , $insertTab ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
SQL 文によって変更された行の数を返す 4001
« db2_num_fields db2_pclose » PHP Manual IBM DB2 関数 SQL 文によって変更された行の数を返す db2_n ... um_rows (PECL ibm_db2 >= 1.0.0) db2_num_rows — SQL 文によ ... って変更された行の数を返す 説明 db2_num_rows ( resource $stmt ): int SQL 文によって削除、挿入あ ... tch_both() 、 db2_fetch_array() あるいは db2_fetch_row() を使用して最初の行を取得し、 結果が false の場合 ... ーソルを使用して SELECT 文を発行した場合は、 db2_num_rows() は SELECT 文の結果の行数を返します。 しかし、ス ...
https://man.plustar.jp/php/function.db2-num-rows.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 4001
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... ンが、ibm_db2 バージョン 1.8.0 以降で使用可能です。 rowcount DB2_ROWCOUNT_PREFETCH_ON - クライアントは、取 ... ーソルを使っている場合でも 選択された行数を db2_num_rows() で取得することができます。 DB2_ROWCOUNT_PREFETC ... ETCH_ON - X - i5_fetch_only DB2_I5_FETCH_OFF - X - rowcount DB2_ROWCOUNT_PREFETCH_ON - X - rowcount DB2_R ... ions , 0 ); if ( db2_execute ( $stmt )) { while ( $row = db2_fetch_array ( $stmt )) { echo " { $row [ 0 ] ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]