JsonbColumn class

Inheritance

Constructors

JsonbColumn(String name, {String? ref})

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<Object>?
finalinherited

Methods

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

Operators

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