シンプルな Ingres の例
ingres_autocommit_state
Ingres
PHP Manual
Ingres 関数
目次
ingres_autocommit_state
? 接続が autocommit を使っているかどうかを調べる
ingres_autocommit
? autocommit をオンまたはオフに切替える
ingres_close
? Ingres データベース接続を閉じる
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 データベースへの持続的接続をオープンする
ingres_query
? Ingres に SQL クエリを送信する
ingres_rollback
? トランザクションをロールバックする
シンプルな Ingres の例
ingres_autocommit_state
Ingres
PHP Manual