Expand typed SQL DSL
This commit is contained in:
parent
72606e7818
commit
314c8fb207
17 changed files with 1082 additions and 498 deletions
|
|
@ -137,6 +137,13 @@ type MultiAssignStmt struct {
|
|||
|
||||
func (MultiAssignStmt) stmtNode() {}
|
||||
|
||||
type FieldAssignStmt struct {
|
||||
Target SelectorExpr
|
||||
Value Expr
|
||||
}
|
||||
|
||||
func (FieldAssignStmt) stmtNode() {}
|
||||
|
||||
type ReturnStmt struct {
|
||||
Value Expr
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue