PgSession class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → Future< void> - Closes this session, cleaning up resources and forbiding further calls to prepare and execute.
-
execute(
Object query, {Object? parameters, bool ignoreRows = false, QueryMode? queryMode}) → Future< PgResult> -
Executes the
query
with the givenparameters
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepare(
Object query) → Future< PgStatement> -
Prepares a reusable statement from a
query
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited