ora_columntype
(PHP 3, PHP 4 )
ora_columntype -- restituisce il tipo di un campo risultato Oracle
Descrizione
string
ora_columntype ( resource cursor, int column)
Restituisce il tipo Oracle del campo/colonna
column nel cursore
cursor. La colonna 0 è la pirma. Il tipo restituito
sarà uno dei seguenti:
| "VARCHAR2" |
| "VARCHAR" |
| "CHAR" |
| "NUMBER" |
| "LONG" |
| "LONG RAW" |
| "ROWID" |
| "DATE" |
| "CURSOR" |