API17:JDatabaseMySQLi::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.
JDatabaseMySQLi::queryBatch
Description
Execute a query batch.
Description:JDatabaseMySQLi::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 724 of libraries/joomla/database/database/mysqli.php
- Since
See also
-
JDatabaseMySQLi::queryBatch source code on BitBucket
-
Class JDatabaseMySQLi
-
Subpackage Database
- Other versions of JDatabaseMySQLi::queryBatch
SeeAlso:JDatabaseMySQLi::queryBatch [Edit See Also]
User contributed notes
<CodeExamplesForm />
