MCPcopy Create free account
hub / github.com/araddon/qlbridge / SqlInto

Struct SqlInto

rel/sql.go:200–202  ·  view source on GitHub ↗

SqlInto INTO statement (select a,b,c from y INTO z)

Source from the content-addressed store, hash-verified

198 }
199 // SqlInto INTO statement (select a,b,c from y INTO z)
200 SqlInto struct {
201 Table string
202 }
203 // SqlCommand is admin command such as "SET", "USE"
204 SqlCommand struct {
205 kw lex.TokenType // SET or USE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected