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

Method convertTableRefsClause

internal/engine/dolphin/convert.go:597–602  ·  view source on GitHub ↗
(n *pcast.TableRefsClause)

Source from the content-addressed store, hash-verified

595}
596
597func (c *cc) convertTableRefsClause(n *pcast.TableRefsClause) *ast.List {
598 if n == nil {
599 return &ast.List{}
600 }
601 return c.convertJoin(n.TableRefs)
602}
603
604func (c *cc) convertCommonTableExpression(n *pcast.CommonTableExpression) *ast.CommonTableExpr {
605 if n == nil {

Callers 5

convertDeleteStmtMethod · 0.95
convertInsertStmtMethod · 0.95
convertSelectStmtMethod · 0.95
convertUpdateStmtMethod · 0.95
convertMethod · 0.95

Calls 1

convertJoinMethod · 0.95

Tested by

no test coverage detected