/**
* Insert new rows into a database table.
* Insert can also be used as an upsert with the help of InsertOptions.
* InsertOptions are platform specific, so please choose the right one for your database.
*
* - MySQLInsertOptions
* - PostgreSQLInsertOptions
* - SqliteInsertOptions
*
* In order to control the size of the single insert, use DataFrame::chunkSize() method just before calling DataFrame::load().
*
* @param array<string, mixed>|Connection $connection
*
* @throws InvalidArgumentException
*/
to_dbal_table_insert(Connection|array $connection, string $table, ?InsertOptions $options) : DbalLoader
Oops, sorry we have to ask this—but we need your okay to use cookies for page view stats.
It helps us improve this open-source project and keep it awesome!
Care to help out?
Status: Undecided