Versions in this module Expand all Collapse all v1 v1.20.2 Sep 5, 2023 v1.20.1 Sep 5, 2023 Changes in this version + func NamedParameters(engine config.Engine, raw *ast.RawStmt, numbs map[int]bool, dollar bool) (*ast.RawStmt, *named.ParamSet, []source.Edit) + type Embed struct + Node *ast.ColumnRef + Table *ast.TableName + func (e Embed) Orig() string + type EmbedSet []*Embed + func Embeds(raw *ast.RawStmt) (*ast.RawStmt, EmbedSet) + func (es EmbedSet) Find(node *ast.ColumnRef) (*Embed, bool)