abstract protected function OAuthStoreSQL::query_affected_rows in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_affected_rows()
- 7.2 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_affected_rows()
- 7.3 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_affected_rows()
- 7.4 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::query_affected_rows()
- 7.5 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
Code
protected abstract function query_affected_rows();