QueryResult class

deno-postgres@v0.17.0/QueryResult.

Implementers
Available Extensions
Annotations

Constructors

QueryResult(Query query)
deno-postgres@v0.17.0/QueryResult/constructor.
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
query Query
deno-postgres@v0.17.0/QueryResult/constructor.
read-only
rowCount int?
deno-postgres@v0.17.0/QueryResult/rowCount.
read-only
rowDescription RowDescription?
deno-postgres@v0.17.0/QueryResult/rowDescription.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
warnings List<Notice>
deno-postgres@v0.17.0/QueryResult/warnings.
read-only

Methods

handleCommandComplete(String commandTag) → void
deno-postgres@v0.17.0/QueryResult/handleCommandComplete.
loadColumnDescriptions(RowDescription description) → void
deno-postgres@v0.17.0/QueryResult/loadColumnDescriptions.
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