Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrParse = errors.New("ParseError")
Functions ¶
Types ¶
type SQLParser ¶
type SQLParser struct {
// contains filtered or unexported fields
}
func NewSQLParser ¶
func NewSQLParser() *SQLParser
type TreeDumper ¶
type TreeDumper struct {
// contains filtered or unexported fields
}
func NewTreeDumper ¶
func NewTreeDumper(w io.Writer, indentString string, mode DumpMode) *TreeDumper
Click to show internal directories.
Click to hide internal directories.