Query\AbstractDriver::insert_batch
Create sql for batch insert
Signature
public function insert_batch(string
$table,
[array
$data = ] )
Parameters
$table
— string$data
— array
Returns
- null|array<string|array|null>
Defined by Interface
Test Coverage
Information
- Coverage: 16/16 Lines (100%)
- Tests: 3
- Passed: 3 (100%)
Tests
- [ PASSED ] — MySQLQBTest::testInsertBatch
- [ PASSED ] — PgSQLQBTest::testInsertBatch
- [ PASSED ] — SQLiteQBTest::testInsertBatch