Home
last modified time | relevance | path

Searched refs:statement (Results 176 – 200 of 324) sorted by path

12345678910>>...13

/PHP-7.4/ext/oci8/tests/
H A Dcoll_012.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_012_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_013.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_013_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_014.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_014_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_015.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_015_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_016.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_016_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_017.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_017_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_019.phpt14 $statement = oci_parse($c,$ora_sql);
15 @oci_execute($statement);
20 $statement = oci_parse($c,$ora_sql);
21 oci_execute($statement);
33 $statement = oci_parse($c,$ora_sql);
34 oci_execute($statement);
49 $statement = oci_parse($c,$ora_sql);
50 oci_execute($statement);
61 $statement = oci_parse($c,$ora_sql);
62 oci_execute($statement);
H A Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
50 // insert 2nd row on returned statement, committing both rows
H A Dconnect_scope2.phpt2 Test oci_pconnect end-of-scope when statement returned
50 // insert 2nd row on returned statement, committing both rows
H A Dcreate_type.inc8 $statement = OCIParse($c,$ora_sql);
9 @OCIExecute($statement);
13 $statement = OCIParse($c,$ora_sql);
14 OCIExecute($statement);
H A Dcursor_bind.phpt2 bind and fetch cursor from a statement
H A Dcursors.phpt2 fetching cursor from a statement
H A Dcursors_old.phpt2 fetching cursor from a statement
H A Ddefine4.phpt71 Warning: oci_result(): supplied resource is not a valid oci8 statement resource in %s on line %d
H A Ddefine5.phpt2 oci_define_by_name() for statement re-execution
H A Ddescriptors.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
24 oci_execute($statement, OCI_DEFAULT);
27 unset($statement);
32 $statement = oci_parse($c,$ora_sql);
33 oci_execute($statement, OCI_DEFAULT);
35 var_dump($row = oci_fetch_assoc($statement));
H A Ddrcp_functions.inc8 $statement = oci_parse($conn, $create_sql);
9 oci_execute($statement);
26 $statement = oci_parse($conn, $ora_sql);
27 oci_execute($statement);
H A Ddrop_table.inc4 $statement = oci_parse($c,$ora_sql);
5 oci_execute($statement);
H A Ddrop_type.inc4 $statement = oci_parse($c,$ora_sql);
5 oci_execute($statement);

Completed in 25 milliseconds

12345678910>>...13