OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.rdbms.AQResultSet

Packages that use AQResultSet
com.aquafold.openapi.compare   
com.aquafold.openapi.rdbms   
 

Uses of AQResultSet in com.aquafold.openapi.compare
 

Methods in com.aquafold.openapi.compare with parameters of type AQResultSet
 AQResultComparator AQCompareFactory.newResultComparator(AQResultSet left, AQResultSet right)
          Creates a new result comparator object.
 void AQResultComparator.setResultSetLeft(AQResultSet resultSet)
          Sets the result set on the left side.
 void AQResultComparator.setResultSetRight(AQResultSet resultSet)
          Sets the result set on the right side.
 

Uses of AQResultSet in com.aquafold.openapi.rdbms
 

Methods in com.aquafold.openapi.rdbms that return AQResultSet
 AQResultSet AQServerConnection.executeQuery(String sql)
          Execute a query to get a result set.
 


OpenAPI 1.0


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