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

Struct CommandColumn

rel/sql.go:312–315  ·  view source on GitHub ↗

CommandColumn is single column such as "autocommit"

Source from the content-addressed store, hash-verified

310 CommandColumns []*CommandColumn
311 // CommandColumn is single column such as "autocommit"
312 CommandColumn struct {
313 Expr expr.Node // column expression
314 Name string // Original path/name for command field
315 }
316)
317
318func NewSqlDialect() expr.DialectWriter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected