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

Struct SqlDescribe

rel/sql.go:193–198  ·  view source on GitHub ↗

SQL Describe statement

Source from the content-addressed store, hash-verified

191 }
192 // SQL Describe statement
193 SqlDescribe struct {
194 Raw string // full original raw statement
195 Identity string // Describe
196 Tok lex.Token // Explain, Describe, Desc
197 Stmt SqlStatement
198 }
199 // SqlInto INTO statement (select a,b,c from y INTO z)
200 SqlInto struct {
201 Table string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected