db2_tables
導入
ベンダー固有のモジュール
PHP Manual
Ingres DBMS, EDBC および Enterprise Access Gateways
導入
インストール/設定
要件
インストール手順
実行時設定
リソース型
定義済み定数
例
シンプルな Ingres の例
Ingres 関数
ingres_autocommit_state
— 接続が autocommit を使っているかどうかを調べる
ingres_autocommit
— autocommit をオンまたはオフに切替える
ingres_charset
— Returns the installation character set
ingres_close
— Ingres データベース接続を閉じる
ingres_commit
— トランザクションをコミットする
ingres_connect
— Ingres データベースへの接続をオープンする
ingres_cursor
— 指定した結果リソースのカーソル名を取得する
ingres_errno
— 直近に発生した ingres エラー番号を取得する
ingres_error
— 直近に発生したエラーのエラーメッセージを取得する
ingres_errsqlstate
— 直近に発生した SQLSTATE エラーコードを取得する
ingres_escape_string
— Escape special characters for use in a query
ingres_execute
— Execute a prepared query
ingres_fetch_array
— 1 行分の結果を配列に取得する
ingres_fetch_object
— 1 行分の結果をオブジェクトとして取得する
ingres_fetch_proc_return
— Get the return value from a procedure call
ingres_fetch_row
— 1 行分の結果を数値添字配列として取得する
ingres_field_length
— フィールド長を得る
ingres_field_name
— クエリ結果においてフィールド名を得る
ingres_field_nullable
— フィールドに NULL 値を設定可能かどうか調べる
ingres_field_precision
— フィールドの精度を得る
ingres_field_scale
— フィールドのスケールを得る
ingres_field_type
— クエリ結果においてフィールドの型を得る
ingres_free_result
— Free the resources associated with a result identifier
ingres_next_error
— Get the next Ingres error
ingres_num_fields
— 直近のクエリにより返されたフィールドの数を得る
ingres_num_rows
— クエリが変更したり返したりしたレコードの数を取得する
ingres_pconnect
— Ingres データベースへの持続的接続をオープンする
ingres_prepare
— Prepare a query for later execution
ingres_query
— Ingres に SQL クエリを送信する
ingres_result_seek
— Set the row position before fetching data
ingres_rollback
— トランザクションをロールバックする
ingres_set_environment
— Set environment features controlling output options
ingres_unbuffered_query
— Send an unbuffered SQL query to Ingres
db2_tables
導入
ベンダー固有のモジュール
PHP Manual