add basic transction control
This commit is contained in:
parent
a9d51d1ebb
commit
666d1f877f
4 changed files with 89 additions and 7 deletions
Language/SQL/SimpleSQL
|
@ -465,12 +465,13 @@ I'm not sure if this is valid syntax or not.
|
|||
> | RevokePrivilege
|
||||
> | RevokeRole -}
|
||||
> -- transaction management
|
||||
> {- | StartTransaction
|
||||
> | SetTransaction
|
||||
> | SetContraints
|
||||
> | SavePoint
|
||||
> | ReleaseSavePoint
|
||||
> | Rollback -}
|
||||
> | StartTransaction
|
||||
> -- | SetTransaction
|
||||
> -- | SetContraints
|
||||
> | Savepoint Name
|
||||
> | ReleaseSavepoint Name
|
||||
> | Commit
|
||||
> | Rollback (Maybe Name)
|
||||
> -- session
|
||||
> {- | SetSessionCharacteristics
|
||||
> | SetSessionAuthorization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue