Add ROW constructor and IN/EXISTS operator.
This commit is contained in:
parent
08e4392278
commit
3367df247c
18 changed files with 183 additions and 565 deletions
|
|
@ -39,7 +39,7 @@ func new{{.ToGoStructName}}() *{{.ToGoStructName}} {
|
|||
}
|
||||
|
||||
|
||||
func (a *{{.ToGoStructName}}) As(alias string) *{{.ToGoStructName}} {
|
||||
func (a *{{.ToGoStructName}}) AS(alias string) *{{.ToGoStructName}} {
|
||||
aliasTable := new{{.ToGoStructName}}()
|
||||
|
||||
aliasTable.Table.SetAlias(alias)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue