IntColumn class

int column

Inheritance

Constructors

IntColumn(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(int beginValue, int endValue) IntColumn
inherited
clear() → void
inherited
desc() OrderField
inherited
eq(int value) IntColumn
inherited
ge(int value) IntColumn
inherited
gt(int value) IntColumn
inherited
IN(List<int> value) IntColumn
inherited
le(int value) IntColumn
inherited
lt(int value) IntColumn
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notBetween(int beginValue, int endValue) IntColumn
inherited
notIn(List<int> value) IntColumn
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