Added some new stuff.
[core.git] / inc / classes / interfaces / database / class_DatabaseWrapper.php
index ce2941c433bbbda7d98236744c62f05cde66a89a..039622568499e34a25059e318a520899127889ac 100644 (file)
@@ -61,6 +61,13 @@ interface DatabaseWrapper extends FrameworkInterface {
         * @return      $primaryKey             Primary key used in wrapped table
         */
        function getPrimaryKeyValue();
+
+       /**
+        * Counts total rows of this table
+        *
+        * @return      $count  Total rows of this table
+        */
+       function countTotalRows();
 }
 
 // [EOF]