QueryObjectResult<T> class
deno-postgres@v0.17.0/QueryObjectResult.
- Inheritance
-
- Object
- QueryResult
- QueryObjectResult
- Available Extensions
- Annotations
-
- @JS()
Constructors
- QueryObjectResult(Query query)
-
deno-postgres@v0.17.0/QueryResult/constructor.
factory
Properties
-
columns
→ List<
String> ? -
deno-postgres@v0.17.0/QueryObjectResult/columns.
read-only
- 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
- 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