Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
はじめに »
« ifxus_write_slob
PHP マニュアル
関数リファレンス
データベース関連
ベンダー固有のモジュール
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
Ingres DBMS, EDBC および Enterprise Access Gateways
はじめに
インストール/設定
要件
インストール手順
実行時設定
リソース型
定義済み定数
例
基本的な使用法
Ingres 関数
ingres_autocommit_state
— 接続が autocommit を使っているかどうかを調べる
ingres_autocommit
— autocommit をオンまたはオフに切替える
ingres_charset
— 文字セットを返す
ingres_close
— Ingres データベース接続を閉じる
ingres_commit
— トランザクションをコミットする
ingres_connect
— Ingres データベースへの接続をオープンする
ingres_cursor
— 指定した結果リソースのカーソル名を取得する
ingres_errno
— 直近に発生した ingres エラー番号を取得する
ingres_error
— 直近に発生したエラーのエラーメッセージを取得する
ingres_errsqlstate
— 直近に発生した SQLSTATE エラーコードを取得する
ingres_escape_string
— クエリで使うために特殊文字をエスケープする
ingres_execute
— プリペアドクエリを実行する
ingres_fetch_array
— 1 行分の結果を配列に取得する
ingres_fetch_assoc
— 1 行分の結果を連想配列に取得する
ingres_fetch_object
— 1 行分の結果をオブジェクトとして取得する
ingres_fetch_proc_return
— プロシージャコールからの返り値を取得する
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
— 結果 ID に関連づけられたリソースを解放する
ingres_next_error
— 次の Ingres エラーを取得する
ingres_num_fields
— 直近のクエリにより返されたフィールドの数を得る
ingres_num_rows
— クエリが変更したり返したりしたレコードの数を取得する
ingres_pconnect
— Ingres データベースへの持続的接続をオープンする
ingres_prepare
— 後で実行するためのクエリを準備する
ingres_query
— Ingres に SQL クエリを送信する
ingres_result_seek
— データを取得する前に行の位置を設定する
ingres_rollback
— トランザクションをロールバックする
ingres_set_environment
— 環境を設定して出力オプションを制御する
ingres_unbuffered_query
— 未バッファ SQL クエリを Ingres に送信する
add a note
User Contributed Notes
There are no user contributed notes for this page.