DateTimeSqlExpressionBuilder class

Inheritance

Constructors

DateTimeSqlExpressionBuilder(Query<dynamic, QueryWhere> query, String columnName)

Properties

columnName String
finalinherited
day NumericSqlExpressionBuilder<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
hasValue bool
no setteroverride
hour NumericSqlExpressionBuilder<int>
no setter
isNotNull → void
no setter
isNull → void
no setter
minute NumericSqlExpressionBuilder<int>
no setter
month NumericSqlExpressionBuilder<int>
no setter
query Query<dynamic, QueryWhere>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second NumericSqlExpressionBuilder<int>
no setter
substitution String
no setterinherited
year NumericSqlExpressionBuilder<int>
no setter

Methods

compile() String?
override
equals(DateTime value, {bool includeTime = true}) → void
greaterThan(DateTime value, {bool includeTime = true}) → void
greaterThanOrEqualTo(DateTime value, {bool includeTime = true}) → void
isBetween(DateTime lower, DateTime upper) → void
isIn(Iterable<DateTime> values) → void
isNotBetween(DateTime lower, DateTime upper) → void
isNotIn(Iterable<DateTime> values) → void
lessThan(DateTime value, {bool includeTime = true}) → void
lessThanOrEqualTo(DateTime value, {bool includeTime = true}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator <(DateTime value) bool
operator <=(DateTime value) bool
operator ==(Object other) bool
The equality operator.
inherited
operator >(DateTime value) bool
operator >=(DateTime value) bool