Interface AQStatementResult


  • public interface AQStatementResult
    • Method Detail

      • getWarnings

        java.sql.SQLWarning getWarnings()
        Get the SQLWarning object.
        Returns:
        The SQLWarning object; null if there are no warnings generated.
      • getExceptions

        java.lang.Exception getExceptions()
        Get an object describing an Exception, if one exists.
        Returns:
        The Exception object; null if there are no exceptions generated.
      • getStatement

        java.lang.String getStatement()
        Get the SQL statement executed.
        Returns:
        The SQL statement.
      • getTimeExecuted

        java.lang.String getTimeExecuted()
        Get the time when the statement is done executing.
        Returns:
        The time execution is completed as a string.
      • getExecTime

        long getExecTime()
        Get the length of time it takes to execute the SQL statement.
        Returns:
        The value is in milliseconds.
      • getResultData

        AQDataSet[] getResultData()
        Returns an array of AQDataSet objects containing query results.
        Returns:
        The data set