Versions in this module Expand all Collapse all v0 v0.0.8 Feb 17, 2022 Changes in this version + const FeatureIDAutoIDCache + const FeatureIDAutoRandom + const FeatureIDAutoRandomBase + const SpecialCommentVersionPrefix + var FeatureIDPatterns = map[featureID]*regexp.Regexp + func BuildSpecialCommentPrefix(featureID featureID) string + type ParamMarkerExpr struct + InExecute bool + Offset int + Order int + func (n *ParamMarkerExpr) Accept(v ast.Visitor) (ast.Node, bool) + func (n *ParamMarkerExpr) Format(w io.Writer) + func (n *ParamMarkerExpr) Restore(ctx *format.RestoreCtx) error + func (n *ParamMarkerExpr) SetOrder(order int) + type ValueExpr struct + func (n *ValueExpr) Accept(v ast.Visitor) (ast.Node, bool) + func (n *ValueExpr) Format(w io.Writer) + func (n *ValueExpr) GetDatumString() string + func (n *ValueExpr) GetProjectionOffset() int + func (n *ValueExpr) Restore(ctx *format.RestoreCtx) error + func (n *ValueExpr) SetProjectionOffset(offset int) + func (n *ValueExpr) SetValue(res interface{})