Interface Call

    • Method Detail

      • clone

        Object clone()
        INTERNAL: Return a clone of the call.
      • getLogString

        String getLogString​(Accessor accessor)
        INTERNAL: Return a string appropriate for the session log.
      • isFinished

        boolean isFinished()
        INTERNAL: Return whether the call is finished returning all of its results (e.g. a call that returns a cursor will answer false).
      • isNothingReturned

        boolean isNothingReturned()
        The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
      • isOneRowReturned

        boolean isOneRowReturned()
        The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.