Versions in this module Expand all Collapse all v1 v1.0.0 Sep 3, 2024 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)