Class SendCommandResponse

    • Method Detail

      • startSession

        public final StartSessionResult startSession()

        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.

        Returns:
        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.
      • startTransaction

        public final StartTransactionResult startTransaction()

        Contains the details of the started transaction.

        Returns:
        Contains the details of the started transaction.
      • endSession

        public final EndSessionResult endSession()

        Contains the details of the ended session.

        Returns:
        Contains the details of the ended session.
      • commitTransaction

        public final CommitTransactionResult commitTransaction()

        Contains the details of the committed transaction.

        Returns:
        Contains the details of the committed transaction.
      • abortTransaction

        public final AbortTransactionResult abortTransaction()

        Contains the details of the aborted transaction.

        Returns:
        Contains the details of the aborted transaction.
      • executeStatement

        public final ExecuteStatementResult executeStatement()

        Contains the details of the executed statement.

        Returns:
        Contains the details of the executed statement.
      • fetchPage

        public final FetchPageResult fetchPage()

        Contains the details of the fetched page.

        Returns:
        Contains the details of the fetched page.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object