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

Struct Insert_stmtContext

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

Source from the content-addressed store, hash-verified

15310}
15311
15312type Insert_stmtContext struct {
15313 antlr.BaseParserRuleContext
15314 parser antlr.Parser
15315}
15316
15317func NewEmptyInsert_stmtContext() *Insert_stmtContext {
15318 var p = new(Insert_stmtContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected