Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LastStates ¶
func LastStates(input io.Reader) (ParseState, ParseState, error)
Types ¶
type Associativity ¶
type Associativity byte
const ( LeftAssoc Associativity = 1 << iota RightAssoc )
type ParseState ¶
type ParseState uint
const ( NilState ParseState = iota ErrorState SelectState SelectFieldList FromState FromRelationState WhereState WhereClauseState OrderState OrderByState OrderClauseState LimitState LimitNumberState DoneState ExprState ExprEndState )
Click to show internal directories.
Click to hide internal directories.