PostgresqlDoubleArray class

Inheritance

Constructors

PostgresqlDoubleArray()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
pgType → Type<Object>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → TypeCheck<List<double>>
no setterinherited

Methods

decode(dynamic value) List<double>?
override
encode(List<double>? value) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sqlLiteral(List<double>? value) Sql
inherited
sqlParam(List<double>? value) Sql
inherited
toString() String
A string representation of this object.
inherited

Operators

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