JDatabase::queryBatch
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabase::queryBatch[edit]
Description[edit]
Execute a query batch.
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 1508 of libraries/joomla/database/database.php
- Since
See also[edit]
JDatabase::queryBatch source code on BitBucket
Class JDatabase
Subpackage Database
- Other versions of JDatabase::queryBatch
User contributed notes[edit]
Code Examples[edit]