Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SelectClause ¶
type SelectClause struct {
SelectedFields []string
Count bool
Tablename string
Matcher q.Matcher
Skip int
Limit int
OrderBy []string
OrderByReversed bool
}
A SelectClause contains all the parsed SQL data.
func ParseSelect ¶
func ParseSelect(sql string) (*SelectClause, error)
ParseSelect parses the given SELECT statement.
Click to show internal directories.
Click to hide internal directories.