Query\QueryParser::parse_join
Parser method for setting the parse string
Signature
public function parse_join(string
$sql )
Parameters
$sql
—
string
Returns
- array
Test Coverage
Information
- Coverage: 7/7 Lines (100%)
- Tests: 19
- Passed: 19 (100%)
Tests
- [ PASSED ] — Query_Parser_Test::testGeneric2
- [ PASSED ] — Query_Parser_Test::testWUnderscore
- [ PASSED ] — Query_Parser_Test::testFunction
- [ PASSED ] — MySQLQBTest::testJoin
- [ PASSED ] — MySQLQBTest::testLeftJoin
- [ PASSED ] — MySQLQBTest::testInnerJoin
- [ PASSED ] — MySQLQBTest::testJoinWithMultipleWhereValues
- [ PASSED ] — PgSQLQBTest::testJoin
- [ PASSED ] — PgSQLQBTest::testLeftJoin
- [ PASSED ] — PgSQLQBTest::testInnerJoin
- [ PASSED ] — PgSQLQBTest::testJoinWithMultipleWhereValues
- [ PASSED ] — SQLiteQBTest::testJoin
- [ PASSED ] — SQLiteQBTest::testLeftJoin
- [ PASSED ] — SQLiteQBTest::testInnerJoin
- [ PASSED ] — SQLiteQBTest::testJoinWithMultipleWhereValues
- [ PASSED ] — FirebirdQBTest::testJoin
- [ PASSED ] — FirebirdQBTest::testLeftJoin
- [ PASSED ] — FirebirdQBTest::testInnerJoin
- [ PASSED ] — FirebirdQBTest::testJoinWithMultipleWhereValues