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.
Expressions include mathematical operations, simple values, and others.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
Condition expressions.
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).
A small FTP server.
PostgreSQL server implementation of this database.
Classes related to a table and table meta data.
Various tools.
Data type and value implementations.
-
Classes in org.h2.result used by org.h2.commandClassDescriptionA 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.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.dmlClassDescriptionA 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.
-
Classes in org.h2.result used by org.h2.command.queryClassDescriptionAbstract fetched result.Lazy execution support for queries.A 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.expressionClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.
-
Classes in org.h2.result used by org.h2.expression.aggregate
-
Classes in org.h2.result used by org.h2.expression.analysis
-
Classes in org.h2.result used by org.h2.expression.conditionClassDescriptionA 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.
-
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.jdbcClassDescriptionMerged result.The result interface is used by the LocalResult and ResultRemote class.This class is used for updatable result sets.
-
Classes in org.h2.result used by org.h2.jdbc.metaClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.Simple in-memory result.
-
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.A result set column of a remote result.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.Column info for the simple 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.serverClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.
-
Classes in org.h2.result used by org.h2.server.pgClassDescriptionThe result interface is used by the LocalResult and ResultRemote class.
-
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.tools
-
Classes in org.h2.result used by org.h2.value