Uses of Package
org.h2.result
Packages that use org.h2.result
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Contains queries.
Database constraints such as check constraints, unique constraints, and referential constraints.
Contains high level classes of the database and classes that don't fit in another sub-package.
Base classes for data analysis operations and implementations of window functions.
Table value functions.
Various table index implementations, as well as cursors to navigate in an index.
Implementation of the JDBC API (package java.sql).
Implementation of the JDBC database metadata API (package java.sql).
Utility classes for compatibility with other database, for example MySQL.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
Classes related to a table and table meta data.
Data type and value implementations.
-
Classes in org.h2.result used by org.h2.commandClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.Result of update command with optional generated keys.
-
Classes in org.h2.result used by org.h2.command.ddlClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.
-
Classes in org.h2.result used by org.h2.command.dmlClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.A object where rows are written to.
-
Classes in org.h2.result used by org.h2.command.queryClassDescriptionA local result set contains all row data of a result set.The result interface is used by the LocalResult and ResultRemote class.A object where rows are written to.A sort order represents an ORDER BY clause in a query.
-
Classes in org.h2.result used by org.h2.constraint
-
Classes in org.h2.result used by org.h2.engineClassDescriptionCreates rows.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.analysis
-
Classes in org.h2.result used by org.h2.expression.function.tableClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.
-
Classes in org.h2.result used by org.h2.indexClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.Represents a row in a table.Creates rows.The base class for rows stored in a table, and for partial rows stored in the index.A sort order represents an ORDER BY clause in a query.
-
Classes in org.h2.result used by org.h2.jdbcClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.
-
Classes in org.h2.result used by org.h2.jdbc.metaClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.
-
Classes in org.h2.result used by org.h2.mode
-
Classes in org.h2.result used by org.h2.mvstore.dbClassDescriptionThis interface is used to extend the LocalResult class, if data does not fit in memory.Represents a row in a table.Creates rows.The base class for rows stored in a table, and for partial rows stored in the index.A sort order represents an ORDER BY clause in a query.
-
Classes in org.h2.result used by org.h2.resultClassDescriptionThe default implementation of a row in a table.Abstract fetched result.A local result set contains all row data of a result set.This interface is used to extend the LocalResult class, if data does not fit in memory.The result interface is used by the LocalResult and ResultRemote class.A object where rows are written to.Result of update command with optional generated keys.Represents a row in a table.Creates rows.Default implementation of row factory.The base class for rows stored in a table, and for partial rows stored in the index.Simple in-memory result.A sort order represents an ORDER BY clause in a query.
-
Classes in org.h2.result used by org.h2.schemaClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.Represents a row in a table.
-
Classes in org.h2.result used by org.h2.tableClassDescriptionA local result set contains all row data of a result set.The result interface is used by the LocalResult and ResultRemote class.A object where rows are written to.Represents a row in a table.Creates rows.The base class for rows stored in a table, and for partial rows stored in the index.A sort order represents an ORDER BY clause in a query.
-
Classes in org.h2.result used by org.h2.value