Documentation ¶
Index ¶
Constants ¶
View Source
const ( Field ColumnType = 0 Function = 1 Star = 2 Expr = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnType ¶
type ColumnType int
type SelectResult ¶
type SelectStatement ¶
type SelectStatement struct {
// contains filtered or unexported fields
}
func (*SelectStatement) Execute ¶
func (sel *SelectStatement) Execute() (*util.QueryResult, error)
Click to show internal directories.
Click to hide internal directories.