API17:JDatabaseMySQL::queryBatch
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseMySQL::queryBatch
Description
Execute a query batch.
Description:JDatabaseMySQL::queryBatch [Edit Descripton]
public function queryBatch ( $abortOnError=true $transactionSafe=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $abortOnError | true | ||
| $transactionSafe | false |
- Returns mixed A database resource if successful, false if not.
- Defined on line 702 of libraries/joomla/database/database/mysql.php
- Since
See also
-
JDatabaseMySQL::queryBatch source code on BitBucket
-
Class JDatabaseMySQL
-
Subpackage Database
- Other versions of JDatabaseMySQL::queryBatch
SeeAlso:JDatabaseMySQL::queryBatch [Edit See Also]
User contributed notes
<CodeExamplesForm />
