示例#1
0
 function num_rows()
 {
     return OCIrowcount($this->Query_ID);
 }
示例#2
0
 function num_rows()
 {
     return OCIrowcount($this->Parse);
 }