API17

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.  


{{subst:Description:JDatabaseMySQL::transactionRollback}}
 


<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]]
{{subst:SeeAlso:JDatabaseMySQL::transactionRollback}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQL::transactionRollback
category=JDatabaseMySQL::transactionRollback
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:39, 25 March 2017

Joomla 11.1 JDatabaseMySQL::transactionRollback

Description

Method to roll back a transaction.


public function transactionRollback ()
Parameter Type Default Description
  • Returns void
  • Defined on line 560 of libraries/joomla/database/database/mysql.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples