MySQL lock and unlock tables statement.
This commit is contained in:
parent
ee4897a1e2
commit
a3ae52c43c
5 changed files with 128 additions and 18 deletions
|
|
@ -15,6 +15,7 @@ const (
|
|||
DeleteStatementType StatementType = "DELETE"
|
||||
SetStatementType StatementType = "SET"
|
||||
LockStatementType StatementType = "LOCK"
|
||||
UnLockStatementType StatementType = "UNLOCK"
|
||||
)
|
||||
|
||||
type Serializer interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue