You are here

abstract protected function OAuthStoreSQL::query_affected_rows in Lingotek Translation 7.2

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_affected_rows()
  2. 7.3 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_affected_rows()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_affected_rows()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_affected_rows()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_affected_rows()

* Return the number of rows affected in the last query

3 calls to OAuthStoreSQL::query_affected_rows()
OAuthStoreSQL::addServerToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Add a request token we obtained from a server. * * @todo remove old tokens for this user and this ocr_id *
OAuthStoreSQL::checkServerNonce in lib/oauth-php/library/store/OAuthStoreSQL.php
* Check an nonce/timestamp combination. Clears any nonce combinations * that are older than the one received. * *
OAuthStoreSQL::exchangeConsumerRequestForAccessToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Exchange an authorized request token for new access token. * *
2 methods override OAuthStoreSQL::query_affected_rows()
OAuthStoreMySQL::query_affected_rows in lib/oauth-php/library/store/OAuthStoreMySQL.php
* Return the number of rows affected in the last query
OAuthStorePDO::query_affected_rows in lib/oauth-php/library/store/OAuthStorePDO.php
* Return the number of rows affected in the last query

File

lib/oauth-php/library/store/OAuthStoreSQL.php, line 1804

Class

OAuthStoreSQL

Code

protected abstract function query_affected_rows();