Query\QueryBuilder::get_compiled_insert
Returns the generated 'insert' sql query
Signature
public function get_compiled_insert(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::testGetCompiledInsert
- [ PASSED ] — PgSQLQBTest::testGetCompiledInsert
- [ PASSED ] — SQLiteQBTest::testGetCompiledInsert
- [ PASSED ] — FirebirdQBTest::testGetCompiledInsert