Documentation
¶
Index ¶
Constants ¶
View Source
const FLOAT_LIT = 57409
View Source
const INT_LIT = 57408
View Source
const KW_ADD = 57406
View Source
const KW_ALTER = 57383
View Source
const KW_AND = 57362
View Source
const KW_AS = 57405
View Source
const KW_AUTO_INCREMENT = 57397
View Source
const KW_AVG = 57391
View Source
const KW_BETWEEN = 57385
View Source
const KW_BOOLEAN = 57367
View Source
const KW_BY = 57372
View Source
const KW_CHAR = 57366
View Source
const KW_COLUMN = 57407
View Source
const KW_COUNT = 57390
View Source
const KW_CREATE = 57373
View Source
const KW_DATETIME = 57368
View Source
const KW_DEFAULT = 57402
View Source
const KW_DELETE = 57375
View Source
const KW_DROP = 57401
View Source
const KW_FALSE = 57404
View Source
const KW_FLOAT = 57365
View Source
const KW_FOREIGN = 57370
View Source
const KW_FROM = 57380
View Source
const KW_GROUP = 57400
View Source
const KW_HAVING = 57388
View Source
const KW_IN = 57395
View Source
const KW_INNER = 57387
View Source
const KW_INSERT = 57376
View Source
const KW_INTEGER = 57364
View Source
const KW_INTO = 57377
View Source
const KW_IS = 57396
View Source
const KW_JOIN = 57398
View Source
const KW_KEY = 57371
View Source
const KW_LIKE = 57386
View Source
const KW_MAX = 57393
View Source
const KW_MIN = 57392
View Source
const KW_NOT = 57363
View Source
const KW_NULL = 57394
View Source
const KW_ON = 57399
View Source
const KW_OR = 57361
View Source
const KW_PRIMARY = 57369
View Source
const KW_SELECT = 57378
View Source
const KW_SET = 57382
View Source
const KW_SUM = 57389
View Source
const KW_TABLE = 57374
View Source
const KW_TRUE = 57403
View Source
const KW_UPDATE = 57381
View Source
const KW_VALUES = 57384
View Source
const KW_WHERE = 57379
View Source
const STR_LIT = 57411
View Source
const TK_COMMA = 57358
View Source
const TK_DIV = 57349
View Source
const TK_DOT = 57359
View Source
const TK_EQ = 57354
View Source
const TK_GT = 57351
View Source
const TK_GTE = 57352
View Source
const TK_ID = 57410
View Source
const TK_LEFT_PAR = 57356
View Source
const TK_LT = 57350
View Source
const TK_LTE = 57353
View Source
const TK_MINUS = 57347
View Source
const TK_NE = 57355
View Source
const TK_PLUS = 57346
View Source
const TK_RIGHT_PAR = 57357
View Source
const TK_SEMICOLON = 57360
View Source
const TK_STAR = 57348
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error provides information about errors that occurred during parsing or execution.
type GroupBySpec ¶
type GroupBySpec struct {
// contains filtered or unexported fields
}
type Lexer ¶
type Lexer struct {
// contains filtered or unexported fields
}
func NewLexerWithInit ¶
NewLexerWithInit creates a new Lexer object, runs the given callback on it, then returns it.
func (*Lexer) Lex ¶
Lex runs the lexer. Always returns 0. When the -s option is given, this function is not generated; instead, the NN_FUN macro runs the lexer.
Click to show internal directories.
Click to hide internal directories.