PHP » GoLang |
login |
register |
about
|
oci_parse(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) oci_parse — Prepares an Oracle statement for execution Description
resource oci_parse
( resource
$connection
, string $sql_text
)
Prepares
Statement identifiers can be freed
with oci_free_statement() or by setting the
variable to Parameters
Return Values
Returns a statement handle on success, or Examples
Example #1 oci_parse() example for SQL statements
<?php
Example #2 oci_parse() example for PL/SQL statements
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|