ora_columntype
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1)
ora_columntype -- Oracleのカラムの型を取得する
説明
string
ora_columntype ( resource cursor, int column )
カーソルcursor上の、フィールド/カラム
columnのOracleデータ型名を返します。
返された型名は、次のどれかになります。
| "VARCHAR2" |
| "VARCHAR" |
| "CHAR" |
| "NUMBER" |
| "LONG" |
| "LONG RAW" |
| "ROWID" |
| "DATE" |
| "CURSOR" |