reference/oci8/functions/oci-parse.xml
ed6de1ae20ce16c0c7be0b3fef282b6065bebfac
...
...
@@ -9,12 +9,12 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>resource</type><methodname>oci_parse</methodname>
12
+
<type class="union"><type>resource</type><type>false</type></type><methodname>oci_parse</methodname>
13
13
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>sql_text</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>sql</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
Prepares <parameter>sql_text</parameter> using
17
+
Prepares <parameter>sql</parameter> using
18
18
<parameter>connection</parameter> and returns the statement identifier,
19
19
which can be used with <function>oci_bind_by_name</function>,
20
20
<function>oci_execute</function> and other functions.
...
...
@@ -40,7 +40,7 @@
40
40
</listitem>
41
41
</varlistentry>
42
42
<varlistentry>
43
-
<term><parameter>sql_text</parameter></term>
43
+
<term><parameter>sql</parameter></term>
44
44
<listitem>
45
45
<para>
46
46
The SQL or PL/SQL statement.
...
...
@@ -144,8 +144,8 @@ oci_close($conn);
144
144
<note>
145
145
<para>
146
146
This function <emphasis>does not</emphasis> validate
147
-
<parameter>sql_text</parameter>. The only way to find out if
148
-
<parameter>sql_text</parameter> is a valid SQL or PL/SQL statement
147
+
<parameter>sql</parameter>. The only way to find out if
148
+
<parameter>sql</parameter> is a valid SQL or PL/SQL statement
149
149
is to execute it.
150
150
</para>
151
151
</note>
...
...
@@ -162,7 +162,6 @@ oci_close($conn);
162
162
</refsect1>
163
163

164
164
</refentry>
165
-

166
165
<!-- Keep this comment at the end of the file
167
166
Local variables:
168
167
mode: sgml
169
168