|
oci_parsePrepares an Oracle statement for execution Beschreibung
resource oci_parse
( resource
$connection
, string $sql_text
)
Prepares
Statement identifiers can be freed
with oci_free_statement or by setting the
variable to Parameter-Liste
Rückgabewerte
Returns a statement handle on success, or Beispiele
Beispiel #1 oci_parse example for SQL statements
<?php
Beispiel #2 oci_parse example for PL/SQL statements
<?phpAnmerkungen
Siehe auch
|