You are here

abstract protected function OAuthStoreSQL::query_one in Lingotek Translation 7.6

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

* Perform a query, return the first column of the first row * *

Parameters

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

8 calls to OAuthStoreSQL::query_one()
OAuthStoreSQL::addConsumerRequestToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Add an unautorized request token to our server. * *
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::countConsumerAccessTokens in lib/oauth-php/library/store/OAuthStoreSQL.php
* Count the consumer access tokens for the given consumer. * *
OAuthStoreSQL::countServerTokens in lib/oauth-php/library/store/OAuthStoreSQL.php
* Count how many tokens we have for the given server * *
OAuthStoreSQL::exchangeConsumerRequestForAccessToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Exchange an authorized request token for new access token. * *

... See full list

2 methods override OAuthStoreSQL::query_one()
OAuthStoreMySQL::query_one in lib/oauth-php/library/store/OAuthStoreMySQL.php
* Perform a query, return the first column of the first row * *
OAuthStorePDO::query_one in lib/oauth-php/library/store/OAuthStorePDO.php
* Perform a query, return the first column of the first row * *

File

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

Class

OAuthStoreSQL

Code

protected abstract function query_one($sql);