Query\QueryBuilder::get_compiled_select
Returns the generated 'select' sql query
Signature
public function get_compiled_select([string
$table = '',
[boolean
$reset = TRUE]] )
Parameters
$table
—
string
$reset
—
boolean
Returns
- string
Defined by Interface
QueryBuilderInterface
Test Coverage
Information
- Coverage: 2/2 Lines (100%)
- Tests: 5
- Passed: 5 (100%)
Tests
- [ PASSED ] — MySQLQBTest::testGetCompiledSelect
- [ PASSED ] — PgSQLQBTest::testGetCompiledSelect
- [ PASSED ] — SQLiteQBTest::testGetCompiledSelect
- [ PASSED ] — FirebirdQBTest::testQueryExplain
- [ PASSED ] — FirebirdQBTest::testGetCompiledSelect