Query\AbstractQueryBuilder::_having
Simplify building having clauses
Signature
protected function _having(mixed
$key,
[array
$val = ,
[string
$conj = 'AND']] )
Parameters
$key
—
mixed
$val
—
array
$conj
—
string
Returns
- Query_Builder
Test Coverage
Information
- Coverage: 10/10 Lines (100%)
- Tests: 8
- Passed: 8 (100%)
Tests
- [ PASSED ] — MySQLQBTest::testHaving
- [ PASSED ] — MySQLQBTest::testOrHaving
- [ PASSED ] — PgSQLQBTest::testHaving
- [ PASSED ] — PgSQLQBTest::testOrHaving
- [ PASSED ] — SQLiteQBTest::testHaving
- [ PASSED ] — SQLiteQBTest::testOrHaving
- [ PASSED ] — FirebirdQBTest::testHaving
- [ PASSED ] — FirebirdQBTest::testOrHaving