diff --git a/src/Db/OdbcResultset.php b/src/Db/OdbcResultset.php index cdd834b..5530321 100644 --- a/src/Db/OdbcResultset.php +++ b/src/Db/OdbcResultset.php @@ -1,7 +1,7 @@ num_rows; } + public function count() { + return $this->get_num_rows(); + } + public function is_error() { return ($this->error ? true : false);