Column<T extends Object> class
abstract
Constructors
Properties
- ddl → String
-
final
- family → String?
-
final
- fqn → String
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- isKey → bool
-
final
- name → String
-
final
- order → Order
-
final
- ref → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Type<
T> ? -
final
Methods
-
equalsTo(
T value) → Expr< bool> -
greaterThan(
T value) → Expr< bool> -
isNotNull(
) → Expr< bool> -
isNull(
) → Expr< bool> -
lessThan(
T value) → Expr< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
T value) → Expr< void> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited