OpenAPI 1.0

com.aquafold.openapi.rdbms
Interface AQScriptResult


public interface AQScriptResult

This interface provides access to results of executing a SQL script - which may contain multiple result sets from multiple statements.


Method Summary
 AQStatementResult[] getResults()
          Returns an array of result sets from the execution a SQL script.
 String getTextResults()
          Get a text representation of all the result set and messages from the execution of the script.
 

Method Detail

getResults

AQStatementResult[] getResults()
Returns an array of result sets from the execution a SQL script. Array will have more then one element if there multiple groups of result sets.

Returns:
An array of AQStatementResult objects.

getTextResults

String getTextResults()
Get a text representation of all the result set and messages from the execution of the script.

Returns:
A text string with information from the execution of the script.

OpenAPI 1.0


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