Home
last modified time | relevance | path

Searched refs:oci_parse (Results 76 – 100 of 218) sorted by relevance

123456789

/PHP-5.5/ext/oci8/tests/
H A Dbug38161.phpt11 $stid = oci_parse($c, $query);
19 $stid = oci_parse($c, $query);
H A Dstatement_cache.phpt17 $stmt = oci_parse($pc, "select 1+3 from dual");
21 $stmt = oci_parse($pc, "select 1+3 from dual");
H A Dfetch_into1.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 Dbind_rowid.phpt12 $s = oci_parse($c, 'select address from rid_tab order by id');
32 $s = oci_parse($c, 'select rowid, address from rid_tab where id = :l_bv for update');
44 $s = oci_parse($c,'update rid_tab set address = :a_bv where rowid = :r_bv');
H A Dfetch_all5.phpt26 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
34 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
42 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
H A Dfield_funcs2.phpt10 $s = oci_parse($c, 'drop table field_funcs2_tab');
37 $s = oci_parse($c, $stmt);
40 $s = oci_parse($c, "select * from field_funcs2_tab");
H A Dpecl_bug10194_blob.phpt25 $statement = oci_parse($c,$ora_sql);
29 $statement = oci_parse($c,$ora_sql);
43 $statement = oci_parse($c,$ora_sql);
H A Dpecl_bug10194_blob_64.phpt26 $statement = oci_parse($c,$ora_sql);
30 $statement = oci_parse($c,$ora_sql);
44 $statement = oci_parse($c,$ora_sql);
H A Ddefine5.phpt24 $stmt = oci_parse($c, "select string from define5_tab where id = 1");
33 $stmt = oci_parse($c, "select string from define5_tab where id = 1");
42 $stmt = oci_parse($c, "select string from define5_tab where id = 2");
H A Ddupcolnames.phpt28 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
36 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
44 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
H A Dlob_004.phpt21 $statement = oci_parse($c,$ora_sql);
36 $s = oci_parse($c, $select_sql);
47 $s = oci_parse($c, $select_sql);
H A Dlob_027.phpt21 $statement = oci_parse($c,$ora_sql);
34 $s = oci_parse($c, $select_sql);
43 $s = oci_parse($c, $select_sql);
54 $s = oci_parse($c, $select_sql);
H A Dcoll_019.phpt17 $statement = oci_parse($c,$ora_sql);
23 $statement = oci_parse($c,$ora_sql);
36 $statement = oci_parse($c,$ora_sql);
52 $statement = oci_parse($c,$ora_sql);
64 $statement = oci_parse($c,$ora_sql);
H A Dbug43497_92.phpt25 $stmt = oci_parse($c, $query);
40 $stmt = oci_parse($c, $query);
55 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
70 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
84 $stmt = oci_parse($c, "select extract(xml, '/').getclobval() from bug43497_tab");
98 $stmt = oci_parse($c, "create table bug43497_tab (id number primary key, xml xmltype)");
104 $stmt = oci_parse($c, "drop table bug43497_tab");
126 …$stmt = oci_parse($c, "insert into bug43497_tab(id, xml) values (:id, sys.xmltype.createxml(:xml))…
H A Dlob_041.phpt25 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab");
36 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab");
48 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab");
H A Dxmltype_02.phpt29 $s = oci_parse($c, "delete from xmltype_02_tab where warehouse_id = :id");
51 $s = oci_parse($c,
62 $s = oci_parse($c, 'select xmltype.getclobval(warehouse_spec)
82 $s = oci_parse($c, 'update xmltype_02_tab
93 $s = oci_parse($c, 'select xmltype.getclobval(warehouse_spec)
H A Dfetch_row.phpt24 if (!($s = oci_parse($c, "select * from fetch_row_tab"))) {
25 die("oci_parse(select) failed!\n");
H A Dlob_010.phpt21 $statement = oci_parse($c,$ora_sql);
31 $s = oci_parse($c, $select_sql);
H A Dprefetch.phpt26 if (!($s = oci_parse($c, $select_sql))) {
27 die("oci_parse(select) failed!\n");
H A Dbug47189.phpt15 $s = oci_parse($c, "select * from dual");
24 $s = oci_parse($c, "select * from dual");
H A Ddefault_prefetch.phpt28 if (!($s = oci_parse($c, $select_sql))) {
29 die("oci_parse(select) failed!\n");
H A Ddefault_prefetch0.phpt28 if (!($s = oci_parse($c, $select_sql))) {
29 die("oci_parse(select) failed!\n");
H A Ddefault_prefetch1.phpt28 if (!($s = oci_parse($c, $select_sql))) {
29 die("oci_parse(select) failed!\n");
H A Ddefault_prefetch2.phpt28 if (!($s = oci_parse($c, $select_sql))) {
29 die("oci_parse(select) failed!\n");
H A Ddescriptors.phpt21 $statement = oci_parse($c,$ora_sql);
32 $statement = oci_parse($c,$ora_sql);

Completed in 30 milliseconds

123456789