Versions in this module Expand all Collapse all v0 v0.1.0 Aug 26, 2026 Changes in this version + func Parse(sql string) (ctx antlrgen.IRootContext, err error) + func ParseExpression(sql string) (ctx antlrgen.IExpressionContext, err error) + func ParseFunction(sql string) (ctx antlrgen.ISqlInvokedFunctionContext, err error) + func ParseView(sql string) (ctx antlrgen.IQueryContext, err error) + func ValidateNoPreparedParams(tree antlr.ParseTree) error