Documentation ¶ Index ¶ type Operand func (o Operand) GetSQL(d core.Dialect) (core.SQL, error) func (o Operand) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Operand ¶ type Operand int const ( Unknown Operand = iota And Or Eq NotEq Like NotLike LessThan LessThanOrEqual GreaterThan GreaterThanOrEqual Null NotNull In NotIn Between NotBetween ) func (Operand) GetSQL ¶ func (o Operand) GetSQL(d core.Dialect) (core.SQL, error) func (Operand) String ¶ func (o Operand) String() string Source Files ¶ View all Source files operator.go Click to show internal directories. Click to hide internal directories.