Uses of Package
org.h2.result

Packages that use org.h2.result
org.h2.command This package contains the parser and the base classes for prepared SQL statements. 
org.h2.command.ddl Contains DDL (data definition language) and related SQL statements. 
org.h2.command.dml Contains DML (data manipulation language) and related SQL statements. 
org.h2.constraint Database constraints such as check constraints, unique constraints, and referential constraints. 
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
org.h2.index Various table index implementations, as well as cursors to navigate in an index. 
org.h2.log Undo and redo log implementation. 
org.h2.result Implementation of row and internal result sets. 
org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants). 
org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa. 
org.h2.table Classes related to a table and table meta data. 
 

Classes in org.h2.result used by org.h2.command
LocalResult
          A local result set contains all row data of a result set.
ResultInterface
          The result interface is used by the LocalResult and ResultRemote class.
 

Classes in org.h2.result used by org.h2.command.ddl
LocalResult
          A local result set contains all row data of a result set.
 

Classes in org.h2.result used by org.h2.command.dml
LocalResult
          A local result set contains all row data of a result set.
SortOrder
          A sort order represents an ORDER BY clause in a query.
 

Classes in org.h2.result used by org.h2.constraint
Row
          Represents a row in a table.
 

Classes in org.h2.result used by org.h2.engine
LocalResult
          A local result set contains all row data of a result set.
Row
          Represents a row in a table.
SearchRow
          The interface for rows stored in a table, and for partial rows stored in the index.
 

Classes in org.h2.result used by org.h2.index
LocalResult
          A local result set contains all row data of a result set.
Row
          Represents a row in a table.
SearchRow
          The interface for rows stored in a table, and for partial rows stored in the index.
 

Classes in org.h2.result used by org.h2.log
Row
          Represents a row in a table.
 

Classes in org.h2.result used by org.h2.result
LocalResult
          A local result set contains all row data of a result set.
ResultExternal
          This interface is used to extend the LocalResult class, if data does not fit in memory.
ResultInterface
          The result interface is used by the LocalResult and ResultRemote class.
Row
          Represents a row in a table.
SearchRow
          The interface for rows stored in a table, and for partial rows stored in the index.
SortOrder
          A sort order represents an ORDER BY clause in a query.
 

Classes in org.h2.result used by org.h2.schema
Row
          Represents a row in a table.
 

Classes in org.h2.result used by org.h2.store
Row
          Represents a row in a table.
SearchRow
          The interface for rows stored in a table, and for partial rows stored in the index.
 

Classes in org.h2.result used by org.h2.table
LocalResult
          A local result set contains all row data of a result set.
Row
          Represents a row in a table.
RowList
          A list of rows.
SearchRow
          The interface for rows stored in a table, and for partial rows stored in the index.