You are here

abstract protected function OAuthStoreSQL::query in Lingotek Translation 7.3

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

* Perform a query, ignore the results * *

Parameters

string sql: * @param vararg arguments (for sprintf)

17 calls to OAuthStoreSQL::query()
OAuthStoreSQL::addConsumerRequestToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Add an unautorized request token to our server. * *
OAuthStoreSQL::addLog in lib/oauth-php/library/store/OAuthStoreSQL.php
* Add an entry to the log table * *
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::authorizeConsumerRequestToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Upgrade a request token to be an authorized request token. * *
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. * *

... See full list

2 methods override OAuthStoreSQL::query()
OAuthStoreMySQL::query in lib/oauth-php/library/store/OAuthStoreMySQL.php
* Perform a query, ignore the results * *
OAuthStorePDO::query in lib/oauth-php/library/store/OAuthStorePDO.php
* Perform a query, ignore the results * *

File

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

Class

OAuthStoreSQL

Code

protected abstract function query($sql);