Documentation
¶
Index ¶
- type AndExpr
- type ArgExprList
- type CreateSetStmt
- type DeleteStmt
- type DropSetStmt
- type EqualExpr
- type FilterExpr
- type GreaterThanExpr
- type GreaterThanOrEqualExpr
- type InfoStmt
- type InsertStmt
- type LessThanExpr
- type LessThanOrEqualExpr
- type LimitClause
- type Name
- type Node
- type NotEqualExpr
- type NotExpr
- type Number
- type OffsetClause
- type Option
- type OrExpr
- type OrderClause
- type ParenExpr
- type ParseTree
- type PingStmt
- type QueryClause
- type SLiteral
- type SelectAttrList
- type SelectStmt
- type ShowStmt
- type TagExpr
- type WhereClause
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgExprList ¶ added in v0.0.16
type ArgExprList []Node
type CreateSetStmt ¶
type CreateSetStmt struct {
SetName string
}
type DeleteStmt ¶ added in v0.0.18
func (*DeleteStmt) SQL ¶ added in v0.0.18
func (d *DeleteStmt) SQL() (string, error)
type DropSetStmt ¶ added in v0.0.18
type DropSetStmt struct {
SetName string
}
type FilterExpr ¶ added in v0.0.16
type FilterExpr struct {
ExprList []Node
}
type GreaterThanExpr ¶ added in v0.0.16
type GreaterThanOrEqualExpr ¶ added in v0.0.16
type InsertStmt ¶ added in v0.0.14
func (*InsertStmt) SQL ¶ added in v0.0.14
func (i *InsertStmt) SQL() (string, error)
type LessThanExpr ¶ added in v0.0.16
type LessThanOrEqualExpr ¶ added in v0.0.16
type LimitClause ¶ added in v0.0.16
type NotEqualExpr ¶ added in v0.0.16
type OffsetClause ¶ added in v0.0.17
type OrderClause ¶ added in v0.0.16
type QueryClause ¶ added in v0.0.16
type SelectAttrList ¶ added in v0.0.16
type SelectAttrList struct {
Attr string
}
type SelectStmt ¶ added in v0.0.8
func (*SelectStmt) SQL ¶ added in v0.0.14
func (s *SelectStmt) SQL() (string, error)
type WhereClause ¶ added in v0.0.16
Click to show internal directories.
Click to hide internal directories.