MCPcopy
hub / github.com/sqlc-dev/sqlc / Sql_stmtContext

Struct Sql_stmtContext

internal/engine/sqlite/parser/sqlite_parser.go:2003–2006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2001}
2002
2003type Sql_stmtContext struct {
2004 antlr.BaseParserRuleContext
2005 parser antlr.Parser
2006}
2007
2008func NewEmptySql_stmtContext() *Sql_stmtContext {
2009 var p = new(Sql_stmtContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected