You are here

abstract protected function OAuthStoreSQL::query_row in Lingotek Translation 7.3

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

* Perform a query, return the first row * *

Parameters

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

1 call to OAuthStoreSQL::query_row()
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. * *
2 methods override OAuthStoreSQL::query_row()
OAuthStoreMySQL::query_row in lib/oauth-php/library/store/OAuthStoreMySQL.php
* Perform a query, return the first row * *
OAuthStorePDO::query_row in lib/oauth-php/library/store/OAuthStorePDO.php
* Perform a query, return the first row * *

File

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

Class

OAuthStoreSQL

Code

protected abstract function query_row($sql);