统计当前查询返回数据
int Driver_Database_Driver_SQLite_Result::total_count( )
int
protected function total_count() { $count = @sqlite_num_rows($this->_result); if (!$count>0)$count = 0; return $count; }