ExecStatusType class abstract
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
-
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
Constants
- PGRES_BAD_RESPONSE → const int
- PGRES_COMMAND_OK → const int
- PGRES_COPY_BOTH → const int
- PGRES_COPY_IN → const int
- PGRES_COPY_OUT → const int
- PGRES_EMPTY_QUERY → const int
- PGRES_FATAL_ERROR → const int
- PGRES_NONFATAL_ERROR → const int
- PGRES_PIPELINE_ABORTED → const int
- PGRES_PIPELINE_SYNC → const int
- PGRES_SINGLE_TUPLE → const int
- PGRES_TUPLES_OK → const int