abstract protected function OAuthStoreSQL::sql_errcheck in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::sql_errcheck()
- 7.2 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::sql_errcheck()
- 7.3 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::sql_errcheck()
- 7.5 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::sql_errcheck()
- 7.6 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::sql_errcheck()
1 call to OAuthStoreSQL::sql_errcheck()
- OAuthStoreSQL::__construct in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Construct the OAuthStoreMySQL. * In the options you have to supply either: * - server, username, password and database (for a mysql_connect) * - conn (for the connection to be used) * *
2 methods override OAuthStoreSQL::sql_errcheck()
- OAuthStoreMySQL::sql_errcheck in lib/
oauth-php/ library/ store/ OAuthStoreMySQL.php - OAuthStorePDO::sql_errcheck in lib/
oauth-php/ library/ store/ OAuthStorePDO.php
File
- lib/
oauth-php/ library/ store/ OAuthStoreSQL.php, line 1821
Class
Code
protected abstract function sql_errcheck($sql);