Uses of Package
org.h2.result
-
Packages that use org.h2.result Package Description 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.command.query Contains queries.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.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.aggregate Aggregate functions.org.h2.expression.analysis Base classes for data analysis operations and implementations of window functions.org.h2.expression.condition Condition expressions.org.h2.expression.function.table Table value functions.org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.jdbc.meta Implementation of the JDBC database metadata API (package java.sql).org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.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.server A small FTP server.org.h2.server.pg PostgreSQL server implementation of this database.org.h2.table Classes related to a table and table meta data.org.h2.tools Various tools.org.h2.value Data type and value implementations. -
Classes in org.h2.result used by org.h2.command Class Description 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.ResultTarget A object where rows are written to.ResultWithGeneratedKeys Result of update command with optional generated keys. -
Classes in org.h2.result used by org.h2.command.ddl Class Description ResultInterface The result interface is used by the LocalResult and ResultRemote class. -
Classes in org.h2.result used by org.h2.command.dml Class Description 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.ResultTarget A object where rows are written to.Row Represents a row in a table. -
Classes in org.h2.result used by org.h2.command.query Class Description FetchedResult Abstract fetched result.LazyResult Lazy execution support for queries.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.ResultTarget A object where rows are written to.SortOrder A sort order represents an ORDER BY clause in a query. -
Classes in org.h2.result used by org.h2.constraint Class Description Row Represents a row in a table.SearchRow The base class for rows stored in a table, and for partial rows stored in the index. -
Classes in org.h2.result used by org.h2.engine Class Description RowFactory Creates rows.SearchRow The base class for rows stored in a table, and for partial rows stored in the index. -
Classes in org.h2.result used by org.h2.expression Class Description ResultInterface The result interface is used by the LocalResult and ResultRemote class. -
Classes in org.h2.result used by org.h2.expression.aggregate Class Description SortOrder A sort order represents an ORDER BY clause in a query. -
Classes in org.h2.result used by org.h2.expression.analysis Class Description SortOrder A sort order represents an ORDER BY clause in a query. -
Classes in org.h2.result used by org.h2.expression.condition Class Description 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.ResultTarget A object where rows are written to. -
Classes in org.h2.result used by org.h2.expression.function.table Class Description ResultInterface The result interface is used by the LocalResult and ResultRemote class. -
Classes in org.h2.result used by org.h2.index Class Description ResultInterface The result interface is used by the LocalResult and ResultRemote class.Row Represents a row in a table.RowFactory Creates rows.SearchRow The base class 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.jdbc Class Description MergedResult Merged result.ResultInterface The result interface is used by the LocalResult and ResultRemote class.UpdatableRow This class is used for updatable result sets. -
Classes in org.h2.result used by org.h2.jdbc.meta Class Description ResultInterface The result interface is used by the LocalResult and ResultRemote class.SimpleResult Simple in-memory result. -
Classes in org.h2.result used by org.h2.mode Class Description Row Represents a row in a table.SearchRow The base class for rows stored in a table, and for partial rows stored in the index. -
Classes in org.h2.result used by org.h2.mvstore.db Class Description ResultExternal This interface is used to extend the LocalResult class, if data does not fit in memory.Row Represents a row in a table.RowFactory Creates rows.SearchRow The base class 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.result Class Description DefaultRow The default implementation of a row in a table.FetchedResult Abstract fetched result.LocalResult A local result set contains all row data of a result set.ResultColumn A result set column of a remote result.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.ResultTarget A object where rows are written to.ResultWithGeneratedKeys Result of update command with optional generated keys.Row Represents a row in a table.RowFactory Creates rows.RowFactory.DefaultRowFactory Default implementation of row factory.SearchRow The base class for rows stored in a table, and for partial rows stored in the index.SimpleResult Simple in-memory result.SimpleResult.Column Column info for the simple result.SortOrder A sort order represents an ORDER BY clause in a query. -
Classes in org.h2.result used by org.h2.schema Class Description ResultInterface The result interface is used by the LocalResult and ResultRemote class.Row Represents a row in a table. -
Classes in org.h2.result used by org.h2.server Class Description ResultInterface The result interface is used by the LocalResult and ResultRemote class. -
Classes in org.h2.result used by org.h2.server.pg Class Description ResultInterface The result interface is used by the LocalResult and ResultRemote class. -
Classes in org.h2.result used by org.h2.table Class Description 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.ResultTarget A object where rows are written to.Row Represents a row in a table.RowFactory Creates rows.SearchRow The base class 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.tools Class Description Row Represents a row in a table. -
Classes in org.h2.result used by org.h2.value Class Description SimpleResult Simple in-memory result.