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

Struct SqlCommand

rel/sql.go:204–209  ·  view source on GitHub ↗

SqlCommand is admin command such as "SET", "USE"

Source from the content-addressed store, hash-verified

202 }
203 // SqlCommand is admin command such as "SET", "USE"
204 SqlCommand struct {
205 kw lex.TokenType // SET or USE
206 Columns CommandColumns // can have multiple columns in command
207 Identity string //
208 Value expr.Node //
209 }
210 // SqlCreate SQL CREATE statement
211 SqlCreate struct {
212 Raw string // full original raw statement

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected