ora_columntype
Opis
string ora_columntype ( resource cursor, int column )
Returns the Oracle data type name of the column on
the cursor.
Zwracane wartości
The returned type will be one of the following strings:
| "VARCHAR2" |
| "VARCHAR" |
| "CHAR" |
| "NUMBER" |
| "LONG" |
| "LONG RAW" |
| "ROWID" |
| "DATE" |
| "CURSOR" |
Notatki
When using oci8 as a replacement for the deprecated oracle extension, consider using:
| oci_field_type() |
| oci_field_type_raw() |
| Poprzedni | Spis treści | Następny |
| ora_columnsize | Początek rozdziału |