Javascript debugger Website design ↑
Returns the name of the column on the cursor.
An Oracle cursor, opened with ora_open().
The column number. First is 0.
Returns the name as a string. The returned name is in all uppercase letters.
The oracle extension is deprecated in favor of oci8.
When using oci8 as a replacement for the deprecated oracle extension, consider using:
Javascript debugger Website design