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