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

Method GetStart

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

Source from the content-addressed store, hash-verified

1128type Update_stmt interface {
1129 Qualified_table_name() parser.IQualified_table_nameContext
1130 GetStart() antlr.Token
1131 AllColumn_name() []parser.IColumn_nameContext
1132 WHERE_() antlr.TerminalNode
1133 Expr(i int) parser.IExprContext

Callers 15

convertFuncContextMethod · 0.80
convertColumnNameExprMethod · 0.80
convertComparisonMethod · 0.80
getColsMethod · 0.80
convertWildCardFieldMethod · 0.80
convertLiteralMethod · 0.80
convertParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected