Home
last modified time | relevance | path

Searched refs:oci_parse (Results 26 – 50 of 218) sorted by relevance

123456789

/PHP-5.3/ext/oci8/tests/
H A Darray_bind_str.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
49 $statement = oci_parse($c, $create_pkg_body);
52 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_str1.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
49 $statement = oci_parse($c, $create_pkg_body);
52 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_date.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
49 $statement = oci_parse($c, $create_pkg_body);
52 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_date1.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
49 $statement = oci_parse($c, $create_pkg_body);
52 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_float.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
49 $statement = oci_parse($c, $create_pkg_body);
52 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Dnum.phpt29 if (!($s = oci_parse($c, $insert_sql))) {
30 die("oci_parse(insert) failed!\n");
63 if (!($s = oci_parse($c, $select_sql))) {
64 die("oci_parse(select) failed!\n");
97 if (!($s = oci_parse($c, $select_sql))) {
98 die("oci_parse(select) failed!\n");
118 if (!($s = oci_parse($c, $select_sql))) {
119 die("oci_parse(select) failed!\n");
138 if (!($s = oci_parse($c, $delete_sql))) {
139 die("oci_parse(delete) failed!\n");
H A Dcommit_001.phpt16 if (!($s = oci_parse($c, $insert_sql))) {
17 die("oci_parse(insert) failed!\n");
38 if (!($select = oci_parse($c, $select_sql))) {
39 die("oci_parse(select) failed!\n");
56 if (!($s = oci_parse($c, $insert_sql))) {
57 die("oci_parse(insert) failed!\n");
H A Dbind_sqltint.phpt27 $s = oci_parse($c, "select $colname from bind_sqltint_tab where id = :id");
39 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, varchar2_t10) VALUES (141, :c2)");
47 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, number_t) VALUES (142, :n1)");
56 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, number_t) VALUES (143, :n1)");
65 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, number_t) VALUES (144, :n1)");
74 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, number_t) VALUES (145, :n1)");
83 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, number_t) VALUES (146, :n1)");
92 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, number_t) VALUES (147, :n1)");
101 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, number_t92) VALUES (148, :n1)");
110 $s = oci_parse($c, "INSERT INTO bind_sqltint_tab (id, number_t92) VALUES (149, :n1)");
[all …]
H A Darray_bind_001.phpt11 $statement = oci_parse($c, $drop);
15 $statement = oci_parse($c, $create);
23 $statement = oci_parse($c, $create_pkg);
46 $statement = oci_parse($c, $create_pkg_body);
49 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_002.phpt11 $statement = oci_parse($c, $drop);
15 $statement = oci_parse($c, $create);
23 $statement = oci_parse($c, $create_pkg);
46 $statement = oci_parse($c, $create_pkg_body);
49 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_003.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
49 $statement = oci_parse($c, $create_pkg_body);
52 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_004.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
49 $statement = oci_parse($c, $create_pkg_body);
52 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_007.phpt11 $statement = oci_parse($c, $drop);
15 $statement = oci_parse($c, $create);
23 $statement = oci_parse($c, $create_pkg);
46 $statement = oci_parse($c, $create_pkg_body);
49 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_008.phpt14 $statement = oci_parse($c, $drop);
18 $statement = oci_parse($c, $create);
26 $statement = oci_parse($c, $create_pkg);
49 $statement = oci_parse($c, $create_pkg_body);
52 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Darray_bind_011.phpt11 $statement = oci_parse($c, $drop);
15 $statement = oci_parse($c, $create);
23 $statement = oci_parse($c, $create_pkg);
46 $statement = oci_parse($c, $create_pkg_body);
49 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Dlob_011.phpt21 $statement = oci_parse($c,$ora_sql);
36 $statement = oci_parse($c,$ora_sql);
44 $s = oci_parse($c, $select_sql);
50 $s = oci_parse($c, $select_sql);
61 $s = oci_parse($c, $select_sql);
H A Dfetch_object_1.phpt29 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
30 die("oci_parse(select) failed!\n");
43 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
44 die("oci_parse(select) failed!\n");
59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
60 die("oci_parse(select) failed!\n");
H A Dlob_018.phpt25 $statement = oci_parse($c, $init);
34 $statement = oci_parse($c, $init);
44 $statement = oci_parse ($c, $query);
55 $statement = oci_parse ($c, $query);
66 $statement = oci_parse($c, $init);
75 $statement = oci_parse ($c, $query);
H A Dfetch_object.phpt29 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
30 die("oci_parse(select) failed!\n");
43 if (!($s = oci_parse($c, 'select * from fetch_object_tab'))) {
44 die("oci_parse(select) failed!\n");
59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
60 die("oci_parse(select) failed!\n");
H A Derror_bind.phpt11 $statement = oci_parse($c, $drop);
15 $statement = oci_parse($c, $create);
22 $stmt = oci_parse($c, "insert into bind_test values (:name)");
37 $stmt = oci_parse($c, "update bind_test set name='xyz' returning rowid into :r_id");
44 $statement = oci_parse($c, $drop);
H A Dbind_misccoltypes_errs.phpt39 $s = oci_parse($c, "select $colname from bind_misccoltypes_errs_tab where id = :id");
52 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_errs_tab (id, number_t6) VALUES (1, :n1)");
62 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_errs_tab (id, number_t6) VALUES (2, :n1)");
70 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_errs_tab (id, char_t) VALUES (3, :c2)");
77 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_errs_tab (id, varchar2_t10) VALUES (4, :c2)");
84 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_errs_tab (id, number_t) VALUES (5, :c2)");
91 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_errs_tab (id, varchar2_t10) VALUES (6, :c2)");
100 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_errs_tab (id, varchar2_t10) VALUES (7, :c2)");
H A Ddefine6.phpt36 $s1 = oci_parse($c, $sql);
49 $s2 = oci_parse($c, $sql);
63 $s3 = oci_parse($c, $sql);
76 $s4 = oci_parse($c, $sql);
89 $s5 = oci_parse($c, $sql);
102 $s6 = oci_parse($c, $sql);
H A Ddefine2.phpt20 $stmt = oci_parse ($c, "insert into phptestrawtable (id, fileimage) values (:id, :fileimage)");
32 $stmt = oci_parse($c, "SELECT fileimage FROM phptestrawtable");
42 $stmt = oci_parse($c, "SELECT fileimage FROM phptestrawtable");
52 $stmt = oci_parse($c, "SELECT fileimage FROM phptestrawtable");
62 $stmt = oci_parse($c, "SELECT fileimage FROM phptestrawtable");
H A Dfetch_into2.phpt16 if (!($s = oci_parse($c, $insert_sql))) {
17 die("oci_parse(insert) failed!\n");
32 if (!($s = oci_parse($c, $select_sql))) {
33 die("oci_parse(select) failed!\n");
H A Dconnect_scope_try1.phpt40 $s = oci_parse($c, "insert into scope_try1_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try1_tab values (ABC)"); // syntax error -> throws exception
51 $s1 = oci_parse($c1, "select * from scope_try1_tab");
62 $s1 = oci_parse($c1, "select * from scope_try1_tab");

Completed in 30 milliseconds

123456789