API17

JDatabaseMySQL::transactionRollback: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Method to roll back a transaction.  
Method to roll back a transaction.  


{{Description:JDatabaseMySQL::transactionRollback}}
{{subst:Description:JDatabaseMySQL::transactionRollback}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQL::transactionRollback|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function transactionRollback ()
public function transactionRollback ()
Line 32: 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]]
{{SeeAlso:JDatabaseMySQL::transactionRollback}}
{{subst:SeeAlso:JDatabaseMySQL::transactionRollback}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQL::transactionRollback|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:04, 24 March 2017

Joomla 11.1 JDatabaseMySQL::transactionRollback

Description

Method to roll back a transaction.

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

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

{{subst:SeeAlso:JDatabaseMySQL::transactionRollback}}

User contributed notes

<CodeExamplesForm />