Interface StatementResult

    • Field Detail

      • NULL_RESULT

        static final StatementResult NULL_RESULT
        A StatementResult with a null result value.
    • Method Detail

      • getResult

        Object getResult()
        Return the actual result Object that this StatementResult wraps.
        Returns:
        the actual result Object that this StatementResult wraps
      • print

        void print​(PrintWriter writer,
                   String sTitle)
        Print the result object to the specified PrintWriter.
        Parameters:
        writer - the PrintWriter to print the results to
        sTitle - the title to print before the results