QueryArrayResult<T extends List> class

Inheritance
Available extensions
Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
query Query
deno-postgres@v​0.17.0/QueryResult/constructor.
no setterinherited
rowCount int?
deno-postgres@v​0.17.0/QueryResult/rowCount.
no setterinherited
rowDescription RowDescription?
deno-postgres@v​0.17.0/QueryResult/rowDescription.
no setterinherited
rows List<T>
deno-postgres@v​0.17.0/QueryArrayResult/rows.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List<Notice>
deno-postgres@v​0.17.0/QueryResult/warnings.
no setterinherited

Methods

handleCommandComplete(String commandTag) → void
deno-postgres@v​0.17.0/QueryResult/handleCommandComplete.
inherited
loadColumnDescriptions(RowDescription description) → void
deno-postgres@v​0.17.0/QueryResult/loadColumnDescriptions.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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