Documentation
¶
Index ¶
- Constants
- type AndExpr
- type ColExpr
- type ComparisonExpr
- type Expr
- type FuncExpr
- type GroupBy
- type Lexer
- type Limit
- type NestColExpr
- type NotExpr
- type OrExpr
- type Order
- type OrderBy
- type Scanner
- type Select
- type SelectField
- type SelectFieldList
- type ShowTable
- type StarExpr
- type Statement
- type Token
- type Where
Constants ¶
View Source
const AND = 57361
View Source
const (
EOF = -1
)
View Source
const FALSE = 57359
View Source
const FLOAT = 57357
View Source
const FROM = 57348
View Source
const GE = 57365
View Source
const IDENT = 57355
View Source
const ILLEGAL = 57346
View Source
const IN = 57369
View Source
const INTEGER = 57356
View Source
const IS = 57367
View Source
const LE = 57364
View Source
const LIKE = 57368
View Source
const LIMIT = 57351
View Source
const NE = 57366
View Source
const NOT = 57363
View Source
const NULL = 57360
View Source
const OFFSET = 57352
View Source
const OR = 57362
View Source
const ORDER_BY = 57350
View Source
const SELECT = 57347
View Source
const SHOW = 57353
View Source
const TABLE = 57354
View Source
const TRUE = 57358
View Source
const WHERE = 57349
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComparisonExpr ¶
func (*ComparisonExpr) GetTargetCols ¶
func (e *ComparisonExpr) GetTargetCols() []string
type FuncExpr ¶
type FuncExpr struct {
Name string
Fields SelectFieldList
}
type NestColExpr ¶
type NestColExpr struct {
Subs []string
}
type Select ¶
type SelectField ¶
type SelectField interface {
}
type SelectFieldList ¶
type SelectFieldList []SelectField
Click to show internal directories.
Click to hide internal directories.