Home
last modified time | relevance | path

Searched refs:statement (Results 26 – 50 of 279) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/oci8/tests/
H A Dpecl_bug10194.phpt25 $statement = oci_parse($c,$ora_sql);
26 oci_execute($statement);
29 $statement = oci_parse($c,$ora_sql);
30 oci_execute($statement, OCI_DEFAULT);
32 $row = oci_fetch_assoc($statement);
43 $statement = oci_parse($c,$ora_sql);
44 oci_execute($statement);
46 $row = oci_fetch_assoc($statement);
H A Dcreate_type.inc8 $statement = OCIParse($c,$ora_sql);
9 @OCIExecute($statement);
13 $statement = OCIParse($c,$ora_sql);
14 OCIExecute($statement);
H A Dbug40078.phpt18 $statement = oci_parse($c, $create_pkg);
19 oci_execute($statement);
32 $statement = oci_parse($c, $create_pkg_body);
33 oci_execute($statement);
35 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.nullbind(:c1); END;");
37 oci_bind_array_by_name($statement, ":c1", $array, 5, 20, SQLT_CHR);
39 oci_execute($statement);
H A Dlob_015.phpt21 $statement = oci_parse($c,$ora_sql);
25 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB,4);
26 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB,4,5);
27 oci_bind_by_name($statement,":v_blob", $int,-1);
28 oci_bind_by_name($statement,":v_blob", $int);
29 oci_bind_by_name($statement,":v_blob");
30 oci_bind_by_name($statement);
31 oci_execute($statement, OCI_DEFAULT);
H A Dpecl_bug10194_blob.phpt25 $statement = oci_parse($c,$ora_sql);
26 oci_execute($statement);
29 $statement = oci_parse($c,$ora_sql);
30 oci_execute($statement, OCI_DEFAULT);
32 $row = oci_fetch_assoc($statement);
43 $statement = oci_parse($c,$ora_sql);
44 oci_execute($statement);
48 $row = oci_fetch_assoc($statement);
H A Dpecl_bug10194_blob_64.phpt26 $statement = oci_parse($c,$ora_sql);
27 oci_execute($statement);
30 $statement = oci_parse($c,$ora_sql);
31 oci_execute($statement, OCI_DEFAULT);
33 $row = oci_fetch_assoc($statement);
44 $statement = oci_parse($c,$ora_sql);
45 oci_execute($statement);
49 $row = oci_fetch_assoc($statement);
H A Darray_bind_013.phpt10 $statement = oci_parse($c, 'SELECT user FROM v$session');
14 var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, -10, SQLT_CHR, -10));
15 var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, -10));
16 var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, -1));
17 var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, 0));
19 @oci_execute($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_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 Dbug26133.phpt23 $statement = OCIParse($c,$ora_sql);
25 OCIBindByName($statement,":v_rowid", $rowid,-1,OCI_B_ROWID);
26 if (OCIExecute($statement)) {
29 OCIFreeStatement($statement);
H A Dcoll_010.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_010_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_011.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_011_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
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_019.phpt17 $statement = oci_parse($c,$ora_sql);
18 @oci_execute($statement);
23 $statement = oci_parse($c,$ora_sql);
24 oci_execute($statement);
36 $statement = oci_parse($c,$ora_sql);
37 oci_execute($statement);
52 $statement = oci_parse($c,$ora_sql);
53 oci_execute($statement);
64 $statement = oci_parse($c,$ora_sql);
65 oci_execute($statement);
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt23 echo "Checking select statement\n";
27 echo "Checking update statement\n";
31 echo "Checking delete statement\n";
45 Checking select statement
47 Checking update statement
49 Checking delete statement
/PHP-5.5/ext/oci8/
H A Doci8_interface.c56 php_oci_statement *statement; in PHP_FUNCTION() local
70 if (statement->defines == NULL) { in PHP_FUNCTION()
106 php_oci_statement *statement; in PHP_FUNCTION() local
136 php_oci_statement *statement; in PHP_FUNCTION() local
1325 php_oci_statement *statement; local
1346 php_oci_statement *statement; local
1366 php_oci_statement *statement; local
1639 if (statement) {
1640 errh = statement->err;
1726 if (statement) {
[all …]

Completed in 59 milliseconds

12345678910>>...12