API17

API17:JDatabaseSQLAzure::getAffectedRows

From Joomla! Documentation

Revision as of 02:48, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDatabaseSQLAzure::getAffectedRows

Description

Get the number of affected rows for the previous executed SQL statement.


public function getAffectedRows ()
  • Returns integer The number of affected rows.
  • Defined on line 179 of libraries/joomla/database/database/sqlazure.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples