Query\QueryBuilder::or_not_like
Generates a OR NOT LIKE clause
Signature
public function or_not_like(string
$field,
mixed
$val,
[string
$pos = 'both'] )
Parameters
$field
—
string
$val
—
mixed
$pos
—
string
Returns
- Query_Builder
Defined by Interface
QueryBuilderInterface
Test Coverage
Information
- Coverage: 1/1 Lines (100%)
- Tests: 4
- Passed: 4 (100%)
Tests
- [ PASSED ] — MySQLQBTest::testOrNotLike
- [ PASSED ] — PgSQLQBTest::testOrNotLike
- [ PASSED ] — SQLiteQBTest::testOrNotLike
- [ PASSED ] — FirebirdQBTest::testOrNotLike