Add LOCK statement wiki.
This commit is contained in:
parent
5e0e2f2908
commit
461911889a
3 changed files with 63 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
* [Installation](https://github.com/go-jet/jet/wiki/Installation)
|
||||
* [Generator](https://github.com/go-jet/jet/wiki/Generator)
|
||||
* [Model data](https://github.com/go-jet/jet/wiki/Model-data.md)
|
||||
* [Writing SQL in Go]()
|
||||
* [Expressions](https://github.com/go-jet/jet/wiki/Expressions)
|
||||
* [Statements](https://github.com/go-jet/jet/wiki/Statements)
|
||||
|
|
@ -8,4 +9,5 @@
|
|||
* [INSERT](https://github.com/go-jet/jet/wiki/INSERT)
|
||||
* [UPDATE](https://github.com/go-jet/jet/wiki/UPDATE)
|
||||
* [DELETE](https://github.com/go-jet/jet/wiki/DELETE)
|
||||
* [LOCK](https://github.com/go-jet/jet/wiki/LOCK)
|
||||
* [LOCK](https://github.com/go-jet/jet/wiki/LOCK)
|
||||
* [Execution]()
|
||||
Loading…
Add table
Add a link
Reference in a new issue