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