Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CQL2 ¶
type CQL2 struct {
Expressions []*Expression `@@`
}
type CharacterExpression ¶
type CharacterExpression struct {
}
type Expression ¶
type IsLikePredicate ¶
type IsLikePredicate struct {
Lhs *CharacterExpression `@Ident`
Not bool `"NOT"`
Rhs *PatternExpression `"LIKE" @@`
}
type PatternExpression ¶
type PatternExpression struct {
}
Click to show internal directories.
Click to hide internal directories.