ora_getcolumn
Get data from a fetched column
&reftitle.description;
stringora_getcolumn
resourcecursor
intcolumn
Fetches the data for a column or function result.
&reftitle.parameters;
cursor
An Oracle cursor, opened with ora_open.
column
The column number, as an integer.
&reftitle.returnvalues;
Returns the column data. If an error occurs, &false; is returned
and ora_errorcode
will return a non-zero value. Note, however, that a test for &false;
on the results from this function may be &true; in cases where there is
not error as well (&null; result, empty string, the number 0, the
string "0").
&reftitle.changelog;
&Version;
&Description;
5.1.0
&oracle.deprecated;
&reftitle.notes;
&oracle.replacement.desc;
oci_result