# Functions
And creates an AND operator.Binary expression.
Between creates a between operator.Binary expression, adding the And expression for the first and second values.
Eq creates an equals operator.Binary expression.
GreaterThan creates a greater than operator.Binary expression.
GreaterThanOrEqual creates a greater than or equal to operator.Binary expression.
In creates an in operator.Binary expression.
IsNotNull creates a not null operator.Unary expression.
IsNull creates an operator.Unary "null" expression (not literally a nil lingo.Expression!).
LessThan creates a less than operator.Binary expression.
LessThanOrEqual creates a less than or equal to operator.Binary expression.
Like creates a like operator.Binary expression.
No description provided by the author
No description provided by the author
No description provided by the author
NotBetween creates a not between operator.Binary expression, adding the And expression for the first and second values.
NotEq creates an not equal operator.Binary expression.
NotIn creates a not in operator.Binary expression.
NotLike creates a not like operator.Binary expression.
Or creates an OR operator.Binary expression.
# Constants
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
goland:noinspection ALL.
nolint.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author