QueryObjectResult<T> class
- Inheritance
-
- Object
- QueryResult
- QueryObjectResult
- Available extensions
- Annotations
-
- @JS()
Constructors
- QueryObjectResult.new(Query query)
-
deno-postgres@v0.17.0/QueryResult/constructor.
factory
Properties
-
columns
→ List<
String> ? -
deno-postgres@v0.17.0/QueryObjectResult/columns.
no setter
- command → CommandType
-
Available on QueryResult, provided by the QueryResultProps extension
deno-postgres@v0.17.0/QueryResult/command.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- query → Query
-
deno-postgres@v0.17.0/QueryResult/constructor.
no setterinherited
- rowCount → int?
-
deno-postgres@v0.17.0/QueryResult/rowCount.
no setterinherited
- rowDescription → RowDescription?
-
deno-postgres@v0.17.0/QueryResult/rowDescription.
no setterinherited
-
rows
→ List<
Map< String, dynamic> > -
Available on QueryObjectResult<
deno-postgres@v0.17.0/QueryObjectResult/rows.T> , provided by the QueryObjectResultProps extensionno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
warnings
→ List<
Notice> -
deno-postgres@v0.17.0/QueryResult/warnings.
no setterinherited
Methods
-
handleCommandComplete(
String commandTag) → void -
deno-postgres@v0.17.0/QueryResult/handleCommandComplete.
inherited
-
insertRow(
List< List< row) → voidint> > -
Available on QueryResult, provided by the QueryResultProps extension
deno-postgres@v0.17.0/QueryResult/insertRow. -
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