Lines Matching refs:c
14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
22 $statement = oci_parse($c, $init);
23 $clob = oci_new_descriptor($c, OCI_D_LOB);
32 oci_commit($c);
35 $statement = oci_parse($c, $init);
36 $clob = oci_new_descriptor($c, OCI_D_LOB);
43 oci_commit($c);
47 $statement = oci_parse ($c, $query);
56 $statement = oci_parse ($c, $query);
65 $statement = oci_parse($c, $drop);