| [REVIEW] database->query_batch |
|
Last reviewed: Not reviewed database->query_batchExecutes the current SQL query string as a single transaction. This function can accept a semi-colon (';') separated list of SQL query strings and execute them in a single call. If the $transaction_safe parameter is true then all of the individual query strings must complete successfully or else they will all be rolled back. Syntaxmixed query_batch ( [ boolean $abort_on_error [, boolean $transaction_safe ]] )
ExamplesPlease report any errors on this page to the Developer Documentation Forum. |
|
| Last Updated ( Sunday, 24 December 2006 ) |