Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
oci_new_cursor
Popis
resource oci_new_cursor ( resource connection )Allocates a new statement handle on the specified connection.
Seznam parametrů
connection
An Oracle connection identifier, returned by oci_connect() or oci_pconnect().
PÅ™Ãklady
PÅ™Ãklad 2. Using REF CURSOR in an Oracle's select statement
|
Poznámky
Poznámka: In PHP versions before 5.0.0 you must use ocinewcursor() instead. This name still can be used, it was left as alias of oci_new_cursor() for downwards compatability. This, however, is deprecated and not recommended.
PÅ™edcházejÃcà | Domů | Dalšà |
oci_new_connect | Nahoru |