BulkReader and BulkInserter
The DB Access Module for MySQL supports both bulk reading bulk writing.
Bulk reading is implemented internally through calls to the MySQL functions mysql_store_result() and mysql_fetch_row().
Bulk writing is implemented internally through calls to the MySQL functions mysql_stmt_bind_param() and mysql_stmt_execute().