Ingres II
- 導入
- インストール/設定
- 定義済み定数
- 例
- Ingres II 関数
- ingres_autocommit — autocommit をオンまたはオフに切替える
- ingres_close — Ingres II データベース接続を閉じる
- ingres_commit — トランザクションをコミットする
- ingres_connect — Ingres データベースへの接続をオープンする
- ingres_cursor — 指定したリンクリソースのカーソル名を取得する
- ingres_errno — 直近に発生した ingres エラー番号を取得する
- ingres_error — 直近に発生したエラーのエラーメッセージを取得する
- ingres_errsqlstate — 直近に発生した SQLSTATE エラーコードを取得する
- ingres_fetch_array — 1 行分の結果を配列に取得する
- ingres_fetch_object — 1 行分の結果をオブジェクトとして取得する
- ingres_fetch_row — 1 行分の結果を数値添字配列として取得する
- ingres_field_length — フィールド長を得る
- ingres_field_name — クエリ結果においてフィールド名を得る
- ingres_field_nullable — フィールドに NULL 値を設定可能かどうか調べる
- ingres_field_precision — フィールドの精度を得る
- ingres_field_scale — フィールドのスケールを得る
- ingres_field_type — クエリ結果においてフィールドの型を得る
- ingres_num_fields — 直近のクエリにより返されたフィールドの数を得る
- ingres_num_rows — 直近のクエリで作用されたレコードの数を取得し、返す
- ingres_pconnect — Ingres II データベースへの持続的接続をオープンする
- ingres_query — Ingres II に SQL クエリを送信する
- ingres_rollback — トランザクションをロールバックする
Ingres II
There are no user contributed notes for this page.
