OpenAPI 1.0

com.aquafold.openapi.rdbms
Interface AQStatementResult


public interface AQStatementResult


Method Summary
 Exception getExceptions()
          Get an object describing an Exception, if one exists.
 long getExecTime()
          Get the length of time it takes to execute the SQL statement.
 AQDataSet[] getResultData()
          Returns an array of AQDataSet objects containing query results.
 String getStatement()
          Get the SQL statement executed.
 String getTimeExecuted()
          Get the time when the statement is done executing.
 SQLWarning getWarnings()
          Get the SQLWarning object.
 

Method Detail

getWarnings

SQLWarning getWarnings()
Get the SQLWarning object.

Returns:
The SQLWarning object; null if there are no warnings generated.

getExceptions

Exception getExceptions()
Get an object describing an Exception, if one exists.

Returns:
The Exception object; null if there are no exceptions generated.

getStatement

String getStatement()
Get the SQL statement executed.

Returns:
The SQL statement.

getTimeExecuted

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.


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.