PostgreSQLExecutionContext class
abstract
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
queueSize
→ int
-
Returns this context queue size
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelTransaction({String? reason})
→ void
-
Cancels a transaction on this context.
-
execute(String fmtString, {Map<String, dynamic>? substitutionValues, int? timeoutInSeconds})
→ Future<int>
-
Executes a query on this context.
-
mappedResultsQuery(String fmtString, {Map<String, dynamic>? substitutionValues, bool? allowReuse, int? timeoutInSeconds})
→ Future<List<Map<String, Map<String, dynamic>>>>
-
Executes a query on this connection and returns each row as a Map.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
query(String fmtString, {Map<String, dynamic>? substitutionValues, bool? allowReuse, int? timeoutInSeconds, bool? useSimpleQueryProtocol})
→ Future<PostgreSQLResult>
-
Executes a query on this context.
-
toString()
→ String
-
A string representation of this object.
inherited