Uses of Interface
org.h2.result.ResultTarget

Packages that use ResultTarget
org.h2.command.dml Contains DML (data manipulation language) and related SQL statements. 
org.h2.result Implementation of row and internal result sets. 
 

Uses of ResultTarget in org.h2.command.dml
 

Classes in org.h2.command.dml that implement ResultTarget
 class Insert
          This class represents the statement INSERT
 

Methods in org.h2.command.dml with parameters of type ResultTarget
 ResultInterface SelectUnion.query(int limit, ResultTarget target)
           
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 ResultTarget in org.h2.result
 

Classes in org.h2.result that implement ResultTarget
 class LocalResult
          A local result set contains all row data of a result set.