JDatabaseMySQLi::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:JDatabaseMySQLi::transactionRollback|Other versions of JDatabaseMySQLi::transactionRollback]] | * [[API17:JDatabaseMySQLi::transactionRollback|Other versions of JDatabaseMySQLi::transactionRollback]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseMySQLi::transactionRollback | category=JDatabaseMySQLi::transactionRollback | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:42, 25 March 2017
JDatabaseMySQLi::transactionRollback
Description
Method to roll back a transaction.
public function transactionRollback ()
| Parameter | Type | Default | Description |
|---|---|---|---|
See also
JDatabaseMySQLi::transactionRollback source code on BitBucket
Class JDatabaseMySQLi
Subpackage Database- Other versions of JDatabaseMySQLi::transactionRollback
User contributed notes
Code Examples