You are here

abstract protected function OAuthStoreSQL::query_insert_id in Lingotek Translation 7.3

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

* Return the id of the last inserted row * *

Return value

int

1 call to OAuthStoreSQL::query_insert_id()
OAuthStoreSQL::updateServer in lib/oauth-php/library/store/OAuthStoreSQL.php
* Register or update a server for our site (we will be the consumer) * * (This is the registry at the consumers, registering servers ;-) ) * *
2 methods override OAuthStoreSQL::query_insert_id()
OAuthStoreMySQL::query_insert_id in lib/oauth-php/library/store/OAuthStoreMySQL.php
* Return the id of the last inserted row * *
OAuthStorePDO::query_insert_id in lib/oauth-php/library/store/OAuthStorePDO.php
* Return the id of the last inserted row * *

File

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

Class

OAuthStoreSQL

Code

protected abstract function query_insert_id();