ExpressFunc class
- Inheritance
- Available extensions
Constructors
-
ExpressFunc(String name, [List<
Object> args = const []])
Properties
- args → AnyList
-
finalinherited
- ASC → Express
-
Available on Express, provided by the ExpressExt extension
no setter - braced → T
-
Available on T, provided by the ExpressTypedExt extension
no setter - buffer → SpaceBuffer
-
finalinherited
- DESC → Express
-
Available on Express, provided by the ExpressExt extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setterinherited
- isNotEmpty → bool
-
no setterinherited
- 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 - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sql → String
-
no setterinherited
Methods
-
addArg(
Object? arg) → Express -
inherited
-
addArgs(
AnyList? args) → Express -
inherited
-
addExpress(
Express other) → Express -
inherited
-
addText(
String clause) → Express -
inherited
-
AS(
Object express) → Express -
Available on Express, provided by the ExpressExt extension
-
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
-
FILTER(
Object express) → Express -
Available on Express, provided by the ExpressExt extension
-
FROM(
Object express) → Express -
Available on Express, provided by the ExpressExt 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
-
GROUP_BY(
Object express) → Express -
Available on Express, provided by the ExpressExt extension
-
GT(
dynamic value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
HAVING(
Object express) → Express -
Available on Express, provided by the ExpressExt 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
-
LIMIT(
int limit, [int? offset]) → Express -
Available on Express, provided by the ExpressExt 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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
OFFSET(
int offset) → Express -
Available on Express, provided by the ExpressExt extension
-
ORDER_BY(
Object express) → Express -
Available on Express, provided by the ExpressExt extension
ORDER_BY("name".ASC) ORDER_BY("name".ASC, Configs.name.DESC) -
OVER(
Object express) → Express -
Available on Express, provided by the ExpressExt extension
-
OVER_NAME(
String name) → Express -
Available on Express, provided by the ExpressExt extension
-
query(
SQLExecutor e) → Future< QueryResult> -
Available on T, provided by the ExpressExecutorExt extension
-
REGEXP(
String value) → Where -
Available on Express, provided by the ExpressWhereExt extension
-
SELECT(
AnyList columns) → Express -
Available on Express, provided by the ExpressExt extension
-
toString(
) → String -
A string representation of this object.
inherited
-
WHERE(
Object express) → Express -
Available on Express, provided by the ExpressExt extension
-
WINDOW_AS(
String name, Object express) → Express -
Available on Express, provided by the ExpressExt extension
-
WINDOWS(
Object express) → Express -
Available on Express, provided by the ExpressExt extension
Operators
-
operator +(
Object other) → Express -
inherited
-
operator <<(
Object other) → Express -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited