JDatabaseMySQL::transactionRollback: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Method to roll back a transaction. | Method to roll back a transaction. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 30: | Line 30: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JDatabaseMySQL::transactionRollback|Other versions of JDatabaseMySQL::transactionRollback]] | * [[API17:JDatabaseMySQL::transactionRollback|Other versions of JDatabaseMySQL::transactionRollback]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseMySQL::transactionRollback | category=JDatabaseMySQL::transactionRollback | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:39, 25 March 2017
JDatabaseMySQL::transactionRollback
Description
Method to roll back a transaction.
public function transactionRollback ()
| Parameter | Type | Default | Description |
|---|---|---|---|
See also
JDatabaseMySQL::transactionRollback source code on BitBucket
Class JDatabaseMySQL
Subpackage Database- Other versions of JDatabaseMySQL::transactionRollback
User contributed notes
Code Examples