Query\AbstractQueryBuilder::_get_compile
Helper function for returning sql strings
Signature
protected function _get_compile(string
$type,
string
$table,
bool
$reset )
Parameters
$type
—
string
$table
—
string
$reset
—
object
Returns
- string
Test Coverage
Information
- Coverage: 3/3 Lines (100%)
- Tests: 17
- Passed: 17 (100%)
Tests
- [ PASSED ] — MySQLQBTest::testGetCompiledSelect
- [ PASSED ] — MySQLQBTest::testGetCompiledUpdate
- [ PASSED ] — MySQLQBTest::testGetCompiledInsert
- [ PASSED ] — MySQLQBTest::testGetCompiledDelete
- [ PASSED ] — PgSQLQBTest::testGetCompiledSelect
- [ PASSED ] — PgSQLQBTest::testGetCompiledUpdate
- [ PASSED ] — PgSQLQBTest::testGetCompiledInsert
- [ PASSED ] — PgSQLQBTest::testGetCompiledDelete
- [ PASSED ] — SQLiteQBTest::testGetCompiledSelect
- [ PASSED ] — SQLiteQBTest::testGetCompiledUpdate
- [ PASSED ] — SQLiteQBTest::testGetCompiledInsert
- [ PASSED ] — SQLiteQBTest::testGetCompiledDelete
- [ PASSED ] — FirebirdQBTest::testQueryExplain
- [ PASSED ] — FirebirdQBTest::testGetCompiledSelect
- [ PASSED ] — FirebirdQBTest::testGetCompiledUpdate
- [ PASSED ] — FirebirdQBTest::testGetCompiledInsert
- [ PASSED ] — FirebirdQBTest::testGetCompiledDelete