downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

oci_field_type> <oci_field_size
[edit] Last updated: Fri, 25 May 2012

view this page in

oci_field_type_raw

(PHP 5, PECL OCI8 >= 1.1.0)

oci_field_type_rawOracle におけるフィールドの型を問い合わせる

説明

int oci_field_type_raw ( resource $statement , int $field )

フィールド field の、Oracle における型を返します。

しかしながら、フィールドの方を取得したい場合、 oci_field_type() の方が良いでしょう。

パラメータ

statement

有効な OCI ステートメント ID。

field

フィールド番号 (1 から始まる) あるいは名前のいずれか。

返り値

Oracle のデータ型を表す文字列、あるいはエラー時に FALSE を返します。

注意

注意:

PHP バージョン 5.0.0 以前では、代わりに ocicolumntyperaw() を使用しなければなりません。 まだこの名前を使用することができ、下位互換性のため oci_field_type_raw() への別名として残されていますが、 推奨されません。



add a note add a note User Contributed Notes oci_field_type_raw
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites