Versions in this module Expand all Collapse all v0 v0.0.2-alpha Jun 3, 2020 v0.0.1 Jul 29, 2019 Changes in this version + type Operand int + const And + const Between + const Eq + const GreaterThan + const GreaterThanOrEqual + const In + const LessThan + const LessThanOrEqual + const Like + const NotBetween + const NotEq + const NotIn + const NotLike + const NotNull + const Null + const Or + const Unknown + func (o Operand) GetSQL(d core.Dialect) (core.SQL, error) + func (o Operand) String() string