Versions in this module Expand all Collapse all v0 v0.999.1 Aug 17, 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)