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

Method Expr

internal/engine/sqlite/convert.go:200–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 Qualified_table_name() parser.IQualified_table_nameContext
199 WHERE_() antlr.TerminalNode
200 Expr() parser.IExprContext
201}
202
203func (c *cc) convertDelete_stmtContext(n Delete_stmt) ast.Node {

Callers 15

convertComparisonMethod · 0.65
getTablesMethod · 0.65
getColsMethod · 0.65
convertBinaryNodeMethod · 0.65
convertBoolNodeMethod · 0.65
convertUnaryExprMethod · 0.65
convertInSelectNodeMethod · 0.65

Implementers 4

Delete_stmtContextinternal/engine/sqlite/parser/sqlite_p
Delete_stmt_limitedContextinternal/engine/sqlite/parser/sqlite_p
Update_stmtContextinternal/engine/sqlite/parser/sqlite_p
Update_stmt_limitedContextinternal/engine/sqlite/parser/sqlite_p

Calls

no outgoing calls

Tested by

no test coverage detected