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