ocibindbyname | PHP 3.0.4 |
int ocibindbyname(int stmt, string name, mixed &var, int maxlength[, int type]) |
|
PHP 変数を名前で Oracle プレースホルダーにバインドします。 |
ocicancel | PHP 3.0.8 |
int ocicancel(int stmt) |
|
読み取りのために新しいデータ行を準備します。 |
ocicollappend | PHP 4.0.6 |
string ocicollappend(object collection, object object) |
|
オブジェクトをコレクションに追加します。 |
ocicollassign | PHP 4.0.6 |
string ocicollassign(object collection,object object) |
|
既存の別のコレクションからコレクションを割り当てます。 |
ocicollassignelem | PHP 4.0.6 |
string ocicollassignelem(object collection, string ndx, string val) |
|
要素 val をコレクションのインデックス ndx に割り当てます。 |
ocicollgetelem | PHP 4.0.6 |
string ocicollgetelem(object collection, string ndx) |
|
コレクションのインデックス ndx の値を取り出します。 |
ocicollmax | PHP 4.0.6 |
string ocicollmax(object collection) |
|
コレクションの最大値を返します。VARRAY の場合は、配列の最大長を返します。 |
ocicollsize | PHP 4.0.6 |
string ocicollsize(object collection) |
|
コレクションのサイズを返します。 |
ocicolltrim | PHP 4.0.6 |
string ocicolltrim(object collection, int num) |
|
コレクションの末尾から num 個の要素を削除します。 |
ocicolumnisnull | PHP 3.0.4 |
int ocicolumnisnull(int stmt, int col) |
|
列が NULL かどうかを調べます。 |
ocicolumnname | PHP 3.0.4 |
string ocicolumnname(int stmt, int col) |
|
列の名前を返します。 |
ocicolumnprecision | PHP 4.0 |
int ocicolumnprecision(int stmt, int col) |
|
列の精度を返します。 |
ocicolumnscale | PHP 4.0 |
int ocicolumnscale(int stmt, int col) |
|
列のスケールを返します。 |
ocicolumnsize | PHP 3.0.4 |
int ocicolumnsize(int stmt, int col) |
|
列の最大データサイズを返します。 |
ocicolumntype | PHP 3.0.4 |
mixed ocicolumntype(int stmt, int col) |
|
列のデータタイプを返します。 |
ocicolumntyperaw | PHP 4.0 |
mixed ocicolumntyperaw(int stmt, int col) |
|
列の raw Oracle データタイプを返します。 |
ocicommit | PHP 3.0.7 |
string ocicommit(int conn) |
|
現在のコンテキストをコミットします。 |
ocidefinebyname | PHP 3.0.7 |
int ocidefinebyname(int stmt, string name, mixed &var[, int type]) |
|
PHP 変数を名前で Oracle 列に定義します。 |
ocierror | PHP 3.0.7 |
array ocierror([int stmt|conn|global]) |
|
stmt|conn|global の最後のエラーを返します。エラーが発生していない場合は false を返します。 |
ociexecute | PHP 3.0.4 |
int ociexecute(int stmt[, int mode]) |
|
解析したステートメントを実行します。 |
ocifetch | PHP 3.0.4 |
int ocifetch(int stmt) |
|
読み取りのために新しいデータ行を準備します。 |
ocifetchinto | PHP 3.0.4 |
int ocifetchinto(int stmt, array &output[, int mode]) |
|
結果データの行を配列に取り込みます。 |
ocifetchstatement | PHP 3.0.8 |
int ocifetchstatement(int stmt, array &output[, int skip][, int maxrows][, int flags]) |
|
結果データのすべての行を配列に取り込みます。 |
ocifreecollection | PHP 4.1.0 |
string ocifreecollection(object lob) |
|
コレクションオブジェクトを削除します。 |
ocifreedesc | PHP 4.0 |
string ocifreedesc(object lob) |
|
大きなオブジェクトの記述を削除します。 |
ocifreestatement | PHP 3.0.5 |
int ocifreestatement(int stmt) |
|
ステートメントに関連付けられているすべてのリソースを解放します。 |
ociinternaldebug | PHP 3.0.4 |
void ociinternaldebug(int onoff) |
|
OCI エクステンション用の内部デバッグ用出力のオン/オフを切り替えます。 |
ociloadlob | PHP 4.0 |
string ociloadlob(object lob) |
|
大きなオブジェクトを読み込みます。 |
ocilogoff | PHP 3.0.4 |
int ocilogoff(int conn) |
|
データベースから切断します。 |
ocilogon | PHP 3.0.4 |
int ocilogon(string user, string pass[, string db]) |
|
Oracle データベースに接続してログオンします。 |
ocinewcollection | PHP 4.0.6 |
string ocinewcollection(int connection, string tdo,[string schema]) |
|
新しいコレクションを初期化します。 |
ocinewcursor | PHP 3.0.8 |
int ocinewcursor(int conn) |
|
新しいカーソル (ステートメントハンドル) を返します。ref カーソルをバインドするために使用します。 |
ocinewdescriptor | PHP 3.0.7 |
string ocinewdescriptor(int connection[, int type]) |
|
新しい空の LOB または FILE 記述子を初期化します。デフォルト値は LOB です。 |
ocinlogon | PHP 3.0.8 |
int ocinlogon(string user, string pass[, string db]) |
|
Oracle データベースへの新しい接続を作成してログオンします。新しいセッションを返します。 |
ocinumcols | PHP 3.0.4 |
int ocinumcols(int stmt) |
|
ステートメント内の結果の列数を返します。 |
ociparse | PHP 3.0.4 |
int ociparse(int conn, string query) |
|
クエリーを解析してステートメントを返します。 |
ociplogon | PHP 3.0.8 |
int ociplogon(string user, string pass[, string db]) |
|
永続的な接続を使用して Oracle データベースに接続してログオンします。 |
ociresult | PHP 3.0.4 |
string ociresult(int stmt, mixed column) |
|
結果データの単一の列を返します。 |
ocirollback | PHP 3.0.7 |
string ocirollback(int conn) |
|
現在のコンテキストをロールバックします。 |
ocirowcount | PHP 3.0.7 |
int ocirowcount(int stmt) |
|
OCI ステートメントの行数を返します。 |
ocisavelob | PHP 4.0 |
string ocisavelob(object lob) |
|
大きなオブジェクトを保存します。 |
ocisavelobfile | PHP 4.0 |
string ocisavelobfile(object lob) |
|
大きなオブジェクトファイルを保存します。 |
ociserverversion | PHP 3.0.4 |
string ociserverversion(int conn) |
|
サーバーのバージョン情報を示す文字列を返します。 |
ocisetprefetch | PHP 3.0.12 |
int ocisetprefetch(int stmt, int prefetch_rows) |
|
ステートメントで事前取り込みされるの行数を設定します。 |
ocistatementtype | PHP 3.0.5 |
int ocistatementtype(int stmt) |
|
OCI ステートメントのクエリーの型を返します。 |
ociwritelobtofile | PHP 4.0 |
void ociwritelobtofile(object lob[, string filename][, int start][, int length]) |
|
大きなオブジェクトをファイルに書き込みます。 |