DateColumn class abstract

Inheritance
Implementers

Constructors

DateColumn(String name, {bool allowNull = false, bool unique = false, Object? defaultValue})

Properties

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

Methods

And(Expr exp) Expr
inherited
As(String alias) Expr
inherited
Ascending() SortExp
inherited
Assign(Object value) Assignment
parametrized query will be used
inherited
AssignDate(DateTime v) Assignment
Between(Expr exp1, Expr exp2) Expr
inherited
BetweenValues(Object val1, Object val2) Expr
inherited
columnDefinition() String
inherited
Concat(Object o) Expr
inherited
createCommand() String
the text of the sql command that will create the object in the database
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
inherited
toString() String
A string representation of this object.
inherited

Operators

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