Column<T extends Object> class abstract

Implementers

Constructors

Column.new(String name, {String? ref, Type<T>? type, bool isKey = false, Order order = Order.asc, String? family, required String ddl, bool isUnique = false, String? defaultsTo})

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