SendCommandResult class
Constructors
- SendCommandResult.new({AbortTransactionResult? abortTransaction, CommitTransactionResult? commitTransaction, EndSessionResult? endSession, ExecuteStatementResult? executeStatement, FetchPageResult? fetchPage, StartSessionResult? startSession, StartTransactionResult? startTransaction})
-
SendCommandResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- abortTransaction → AbortTransactionResult?
-
Contains the details of the aborted transaction.
final
- commitTransaction → CommitTransactionResult?
-
Contains the details of the committed transaction.
final
- endSession → EndSessionResult?
-
Contains the details of the ended session.
final
- executeStatement → ExecuteStatementResult?
-
Contains the details of the executed statement.
final
- fetchPage → FetchPageResult?
-
Contains the details of the fetched page.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startSession → StartSessionResult?
-
Contains the details of the started session that includes a session token.
This
SessionToken
is required for every subsequent command that is issued during the current session.final - startTransaction → StartTransactionResult?
-
Contains the details of the started transaction.
final
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