SmallintColumn class

Inheritance

Constructors

SmallintColumn(String name, {String? ref, bool isKey = false})

Properties

ddl String
finalinherited
family String?
finalinherited
fqn String
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
isKey bool
finalinherited
name String
finalinherited
order Order
finalinherited
ref String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → Type<int>?
finalinherited

Methods

equalsTo(int value) Expr<bool>
inherited
greaterThan(int value) Expr<bool>
inherited
isNotNull() Expr<bool>
inherited
isNull() Expr<bool>
inherited
lessThan(int value) Expr<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(int value) Expr<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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