Query\QueryBuilder::count_all
Retreive the number of rows in the selected table
Signature
public function count_all(string
$table )
Parameters
$table
— string
Returns
- int
Defined by Interface
Test Coverage
Information
- Coverage: 3/3 Lines (100%)
- Tests: 4
- Passed: 4 (100%)
Tests
- [ PASSED ] — MySQLQBTest::testCountAll
- [ PASSED ] — PgSQLQBTest::testCountAll
- [ PASSED ] — SQLiteQBTest::testCountAll
- [ PASSED ] — FirebirdQBTest::testCountAll