mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
ociparse: add note about pl/sql being valid
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65635 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d64b233b45
commit
3e51e405ef
1 changed files with 3 additions and 3 deletions
|
@ -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 @@ OCILogoff($conn);
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue