Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2026 Changes in this version + type ClassifiedStatement struct + Normalized string + SQL string + StatementType StatementType + Tag string + func Classify(sql string) ([]ClassifiedStatement, error) + func ClassifyParsed(stmts statements.Statements) []ClassifiedStatement + type StatementType string + const StatementTypeDCL + const StatementTypeDDL + const StatementTypeDML + const StatementTypeTCL + const StatementTypeUnknown