- db
- the database the table is in
- table
- the name of the table to query
- selection
- A filter declaring which rows to return, formatted as an SQL WHERE clause (excluding the WHERE itself). Passing null will count all rows for the given table
Documentation for this section has not yet been entered.
Query the table for the number of rows in the table.