QueryArrayResult<T extends List> class
deno-postgres@v0.17.0/QueryArrayResult.
- Inheritance
-
- Object
- QueryResult
- QueryArrayResult
- Available Extensions
- Annotations
-
- @JS()
Constructors
- QueryArrayResult(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-onlyinherited
- rowCount → int?
-
deno-postgres@v0.17.0/QueryResult/rowCount.
read-onlyinherited
- rowDescription → RowDescription?
-
deno-postgres@v0.17.0/QueryResult/rowDescription.
read-onlyinherited
-
rows
→ List<
T> -
deno-postgres@v0.17.0/QueryArrayResult/rows.
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-onlyinherited
Methods
-
handleCommandComplete(
String commandTag) → void -
deno-postgres@v0.17.0/QueryResult/handleCommandComplete.
inherited
-
loadColumnDescriptions(
RowDescription description) → void -
deno-postgres@v0.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