コード例 #1
0
ファイル: db_oci8.php プロジェクト: santo-s/do_sql.js
 function num_rows()
 {
     return OCIrowcount($this->Query_ID);
 }
コード例 #2
0
 function num_rows()
 {
     return OCIrowcount($this->Parse);
 }