Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateType ¶
type AggregateType uint
const ( CountAggregate AggregateType MaxAggregate MinAggregate SumAggregate AvgAggregate )
type OperatorType ¶
type OperatorType uint
const ( Equals OperatorType // = NotEquals // <> Is // IS IsNot // IS NOT Greater // > GreaterEquals // >= Less // < LessEquals // <= In // IN NotIn // NOT IN Like // LIKE NotLike // NOT LIKE And // AND Or // OR )
Click to show internal directories.
Click to hide internal directories.