NullCheckExp class

Inheritance

Constructors

NullCheckExp(Expr exp, bool isNull)

Properties

fieldType dbType
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

And(Expr exp) Expr
inherited
As(String alias) Expr
inherited
Ascending() SortExp
inherited
Between(Expr exp1, Expr exp2) Expr
inherited
BetweenValues(Object val1, Object val2) Expr
inherited
Concat(Object o) Expr
inherited
Descending() SortExp
inherited
Divide(Expr exp) Expr
inherited
DivideValue(double o) Expr
inherited
Equal(Object o) Expr
inherited
GreaterOrEqual(Object o) Expr
inherited
GreaterThan(Object o) Expr
inherited
In(AbsSelect select) Expr
inherited
InTable(DbTable table) Expr
inherited
InValues(List<Object> values) Expr
inherited
IsNull() Expr
inherited
LessOrEqual(Object o) Expr
inherited
LessThan(Object o) Expr
inherited
Like(String pattern) Expr
matches against a pattern, use % to match any number of chars or digits(or none), and _ to match exactly one char, you can use it with text or numeric columns
inherited
Mod(Expr exp) Expr
inherited
ModValue(num value) Expr
inherited
Multiply(Expr exp) Expr
inherited
MultiplyValue(double o) Expr
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
NotBetween(Expr exp1, Expr exp2) Expr
inherited
NotBetweenValues(Object val1, Object val2) Expr
inherited
NotEqual(Object o) Expr
inherited
NotIn(AbsSelect select) Expr
inherited
NotInTable(DbTable table) Expr
inherited
NotInValues(List<Object> values) Expr
inherited
NotLike(String pattern) Expr
inherited
NotNull() Expr
inherited
Or(Expr exp) Expr
inherited
Plus(Expr exp) Expr
inherited
PlusValue(num value) Expr
inherited
Subtract(Expr o) Expr
inherited
SubtractValue(num value) Expr
inherited
toSql(Statement? st) String
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited