ora_parse
Parse an SQL statement with Oracle
&reftitle.description;
boolora_parse
resourcecursor
stringsql_statement
intdefer
Parses an SQL statement or a PL/SQL block and associates it with the given
cursor.
&reftitle.parameters;
cursor
An Oracle cursor, opened with ora_open.
sql_statement
The SQL statement, or PL/SQL block.
defer
&reftitle.returnvalues;
&return.success;
&reftitle.changelog;
&Version;
&Description;
5.1.0
&oracle.deprecated;
&reftitle.notes;
&oracle.replacement.desc;
oci_parse
&reftitle.seealso;
ora_exec
ora_fetch
ora_do