Lines Matching refs:from
39 open cur1 for select * from refcurtest order by c1;
65 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed.
75 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
92 // Fetch from PL/SQL
97 echo "Fetch Row from PL/SQL\n";
101 // Fetch from PHP
102 echo "Fetch Row from PHP\n";
112 // Fetch from PHP
117 echo "Fetch Row from PHP\n";
125 // Fetch from PL/SQL
130 echo "Fetch Row from PL/SQL\n";
136 $sql_stmt = "select value from v\$mystat a,v\$statname c where
137 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
162 Fetch Row from PL/SQL
165 Fetch Row from PHP
173 Fetch Row from PHP
180 Fetch Row from PL/SQL