DB Access Module for MySQL User’s Guide : Chapter 2 Technical Information : BulkReader and BulkInserter
BulkReader and BulkInserter
The DB Access Module for MySQL supports bulk reading but does not currently support bulk writing.
Bulk reading is implemented internally through calls to the MySQL functions mysql_store_result() and mysql_fetch_row().