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