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