TsvectorColumn class

Inheritance

Constructors

TsvectorColumn(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<TsVector>?
finalinherited

Methods

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

Operators

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