Documentation
¶
Index ¶
Constants ¶
View Source
const ( ValString = iota ValInt ValFloat ValQuoteString ValBool ValNull ValReference ValList )
Variables ¶
View Source
var ErrFieldNotExists = errors.New("field not exists")
View Source
var ErrNotImplement = errors.New("feature not implement yet")
View Source
var ErrTypeNotMatch = errors.New("type not match")
View Source
var ErrUnknown = errors.New("unknown error")
Functions ¶
This section is empty.
Types ¶
type Tql ¶
Click to show internal directories.
Click to hide internal directories.