Name

UnlockRows — Removes all locks held by an authorization token.

Synopsis

integer UnlockRows(text auth_token);

Beschreibung

Entfernt alle Locks einer bestimmten Authorisierungs-ID. Gibt die Anzahl der freigegebenen Locks aus.

Verfügbarkeit: 1.1.3

Beispiele

SELECT LockRow('towns', '353', 'priscilla');
                SELECT LockRow('towns', '2', 'priscilla');
                SELECT UnLockRows('priscilla');
                UnLockRows
                ------------
                2
                

Siehe auch

LockRow