ComputedFieldWithConverter<DartType, SqlType extends Object, $Table extends Table> class
An computed field for a table which has a converter
See BaseComputedField for more information on computed fields and how to use them.
- Inheritance
-
- Object
- BaseComputedField<
SqlType, $Table> - ComputedFieldWithConverter
Constructors
-
ComputedFieldWithConverter.new(GeneratedColumnWithTypeConverter<
DartType, SqlType> _expression, Set<JoinBuilder> _joinBuilders) - Create a new computed field with a converter
Properties
-
filter
→ ColumnWithTypeConverterFilters<
DartType, DartType, SqlType> -
Create a filter for this computed field
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
order
→ ColumnOrderings<
Object> -
Create an order by clause for this computed field
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
BaseReferences< dynamic, $Table, dynamic> refs) → DartType? - Read the result of the computed field from the a BaseReferences object
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override