DateTimeColumn class

DateTime column

Inheritance
Mixed in types

Constructors

DateTimeColumn(String name)

Properties

conditions List<ColumnCondition>
finalinherited
hasCondition bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asc() OrderField
inherited
between(DateTime beginValue, DateTime endValue) DateTimeColumn
inherited
clear() → void
inherited
desc() OrderField
inherited
eq(DateTime value) DateTimeColumn
inherited
ge(DateTime value) DateTimeColumn
inherited
gt(DateTime value) DateTimeColumn
inherited
isNotNull() DateTimeColumn
inherited
isNull() DateTimeColumn
inherited
le(DateTime value) DateTimeColumn
inherited
lt(DateTime value) DateTimeColumn
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notBetween(DateTime beginValue, DateTime endValue) DateTimeColumn
inherited
toSqlConditions(String tableAlias, String? softDeleteColumnName) Iterable<SqlCondition>
inherited
toString() String
A string representation of this object.
inherited

Operators

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