ExpressWhereExt extension
- on
Properties
- ISNULL → Where
-
Available on Express, provided by the ExpressWhereExt extension
no setter - NOT → Where
-
Available on Express, provided by the ExpressWhereExt extension
no setter - NOTNULL → Where
-
Available on Express, provided by the ExpressWhereExt extension
no setter
Methods
-
BETWEEN(
Object minValue, Object maxValue) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
EQ(
dynamic value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
GE(
dynamic value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
GLOB(
String value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
GT(
dynamic value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
IN(
AnyList values) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
LE(
dynamic value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
LIKE(
String value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
LT(
dynamic value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
MATCH(
String value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
NE(
dynamic value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
REGEXP(
String value) → Where -
Available on Express, provided by the ExpressWhereExt extension