Package org.h2.result
package org.h2.result
Implementation of row and internal result sets.
-
ClassDescriptionThe default implementation of a row in a table.Abstract fetched result.Lazy execution support for queries.A local result set contains all row data of a result set.Merged result.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.The client side part of a result set that is kept on the server.A object where rows are written to.Result of update command with optional generated keys.Result of update command with generated keys;Result with padded fixed length strings.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 simple row that contains data for only one column.A sort order represents an ORDER BY clause in a query.Class Sparse.This class is used for updatable result sets.