Uses of Class
org.h2.result.LocalResult

Packages that use LocalResult
org.h2.command.dml Contains DML (data manipulation language) and related SQL statements. 
org.h2.result Implementation of row and internal result sets. 
org.h2.table Classes related to a table and table meta data. 
 

Uses of LocalResult in org.h2.command.dml
 

Methods in org.h2.command.dml that return LocalResult
 LocalResult SelectUnion.getEmptyResult()
           
protected abstract  LocalResult Query.queryWithoutCache(int limit, ResultTarget target)
          Execute the query without checking the cache.
protected  LocalResult Select.queryWithoutCache(int maxRows, ResultTarget target)
           
protected  LocalResult SelectUnion.queryWithoutCache(int maxrows, ResultTarget target)
           
 

Uses of LocalResult in org.h2.result
 

Methods in org.h2.result that return LocalResult
 LocalResult LocalResult.createShallowCopy(Session targetSession)
          Create a shallow copy of the result set.
static LocalResult LocalResult.read(Session session, java.sql.ResultSet rs, int maxrows)
          Construct a local result set by reading all data from a regular result set.
 

Uses of LocalResult in org.h2.table
 

Methods in org.h2.table that return LocalResult
 LocalResult FunctionTable.getResult(Session session)
          Read the result set from the function.