jimw Tue Dec 18 16:12:53 2001 EDT
Modified files:
/phpdoc/en/functions oci8.xml
Log:
ociparse: add note about pl/sql being valid
Index: phpdoc/en/functions/oci8.xml
diff -u phpdoc/en/functions/oci8.xml:1.39 phpdoc/en/functions/oci8.xml:1.40
--- phpdoc/en/functions/oci8.xml:1.39 Sat Dec 15 09:49:52 2001
+++ phpdoc/en/functions/oci8.xml Tue Dec 18 16:12:53 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.39 $ -->
+<!-- $Revision: 1.40 $ -->
<reference id="ref.oci8">
<title>Oracle 8 functions</title>
<titleabbrev>OCI8</titleabbrev>
@@ -1573,8 +1573,8 @@
<function>OCIParse</function> parses the
<parameter>query</parameter> using <parameter>conn</parameter>.
It returns the statement identity if the query is valid, &false; if
- not. The <parameter>query</parameter> can be any valid SQL
- statement.
+ not. The <parameter>query</parameter> can be any valid SQL
+ statement or PL/SQL block.
</simpara>
</refsect1>
</refentry>