X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Finterfaces%2Fdatabase%2Fclass_DatabaseWrapper.php;h=039622568499e34a25059e318a520899127889ac;hb=70a00fd84fd8d07e075a3479d3475e1a8f36a772;hp=ce2941c433bbbda7d98236744c62f05cde66a89a;hpb=d26e71af1e28dc1429823bdec244df6303f9b2fb;p=core.git diff --git a/inc/classes/interfaces/database/class_DatabaseWrapper.php b/inc/classes/interfaces/database/class_DatabaseWrapper.php index ce2941c4..03962256 100644 --- a/inc/classes/interfaces/database/class_DatabaseWrapper.php +++ b/inc/classes/interfaces/database/class_DatabaseWrapper.php @@ -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]