You are here

abstract protected function OAuthStoreSQL::sql_errcheck in Lingotek Translation 7.2

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::sql_errcheck()
  2. 7.3 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::sql_errcheck()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::sql_errcheck()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreSQL.php \OAuthStoreSQL::sql_errcheck()
  5. 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

OAuthStoreSQL

Code

protected abstract function sql_errcheck($sql);