| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
ora_columntype
Popis
string ora_columntype ( resource cursor, int column )
Returns the Oracle data type name of the column on
the cursor.
Seznam parametrů
cursorAn Oracle cursor, opened with ora_open().
columnThe column number. First is 0.
Návratové hodnoty
The returned type will be one of the following strings:
| "VARCHAR2" |
| "VARCHAR" |
| "CHAR" |
| "NUMBER" |
| "LONG" |
| "LONG RAW" |
| "ROWID" |
| "DATE" |
| "CURSOR" |
Poznámky
When using oci8 as a replacement for the deprecated oracle extension, consider using:
| oci_field_type() |
| oci_field_type_raw() |
| PÅ™edcházejÃcà | Domů | Dalšà |
| ora_columnsize | Nahoru |