Documentation ¶ Index ¶ Constants type Parser func NewParser() Parser Constants ¶ View Source const ( Version = "" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser interface { // ParseString parses a SQL statement string and returns the query statements. ParseString(string) ([]query.Statement, error) } Parser represents a parser interface for SQL. func NewParser ¶ func NewParser() Parser NewParser returns a new parser. Source Files ¶ View all Source files parser.go parser_impl.go version.go Directories ¶ Show internal Expand all Path Synopsis parser sqlite sqlite/antlr query util strings Click to show internal directories. Click to hide internal directories.