ByteaColumn class

Inheritance

Constructors

ByteaColumn(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<List<int>>?
finalinherited

Methods

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

Operators

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