Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbbaDetector - Class in org.h2.util
Utility to detect AB-BA deadlocks.
AbbaDetector() - Constructor for class org.h2.util.AbbaDetector
 
AbbaLockingDetector - Class in org.h2.util
Utility to detect AB-BA deadlocks.
AbbaLockingDetector() - Constructor for class org.h2.util.AbbaLockingDetector
 
abort(Executor) - Method in class org.h2.jdbc.JdbcConnection
[Not supported]
ABORT - Enum constant in enum org.h2.mvstore.MVMap.Decision
 
ABORT_SESSION - Static variable in class org.h2.expression.function.SessionControlFunction
ABORT_SESSION().
ABS - Static variable in class org.h2.expression.function.MathFunction
ABS().
absolute(int) - Method in class org.h2.jdbc.JdbcResultSet
Moves the current position to a specific row.
absolute(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
absoluteDayFromDateValue(long) - Static method in class org.h2.util.DateTimeUtils
Calculate the absolute day from an encoded date value.
absoluteDayFromYear(long) - Static method in class org.h2.util.DateTimeUtils
Calculate the absolute day for a January, 1 of the specified year.
AbstractAggregate - Class in org.h2.expression.aggregate
A base class for aggregate functions.
accept(BnfVisitor) - Method in class org.h2.bnf.context.DbContextRule
 
accept(BnfVisitor) - Method in interface org.h2.bnf.Rule
Call the visit method in the given visitor.
accept(BnfVisitor) - Method in class org.h2.bnf.RuleElement
 
accept(BnfVisitor) - Method in class org.h2.bnf.RuleExtension
 
accept(BnfVisitor) - Method in class org.h2.bnf.RuleFixed
 
accept(BnfVisitor) - Method in class org.h2.bnf.RuleList
 
accept(BnfVisitor) - Method in class org.h2.bnf.RuleOptional
 
accept(BnfVisitor) - Method in class org.h2.bnf.RuleRepeat
 
accept(TableFilter) - Method in interface org.h2.table.TableFilter.TableFilterVisitor
This method is called for each nested or joined table filter.
acceptsURL(String) - Method in class org.h2.Driver
Check if the driver understands this URL.
ACCESS_DENIED_TO_CLASS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90134 is thrown when trying to load a Java class that is not part of the allowed classes.
ACOS - Static variable in class org.h2.expression.function.MathFunction1
ACOS().
actionPerformed(ActionEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
ADAPTER - Static variable in class org.h2.message.TraceSystem
This trace level means all type of messages should be written, but instead of using the trace file the messages should be written to SLF4J.
add(int) - Method in class org.h2.util.IntArray
Append a value.
add(Object) - Method in interface org.h2.api.Aggregate
This method is called once for each row.
add(Object) - Method in interface org.h2.api.AggregateFunction
This method is called once for each row.
add(String, String, int) - Method in class org.h2.bnf.Sentence
Add a word to the set of next tokens.
add(SessionLocal, ArrayList, Object...) - Method in class org.h2.table.MetaTable
Add a row to a list.
add(SessionLocal, Row) - Method in class org.h2.index.Index
Add a row to the index.
add(SessionLocal, Row) - Method in class org.h2.index.LinkedIndex
 
add(SessionLocal, Row) - Method in class org.h2.index.MetaIndex
 
add(SessionLocal, Row) - Method in class org.h2.index.ViewIndex
 
add(SessionLocal, Row) - Method in class org.h2.index.VirtualTableIndex
 
add(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
add(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
add(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
add(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
add(Spatial, V) - Method in class org.h2.mvstore.rtree.MVRTreeMap
Add a given key-value pair.
add(ResultInterface) - Method in class org.h2.result.MergedResult
Appends a result.
add(SchemaObject) - Method in class org.h2.schema.Schema
Add an object to this schema.
add(Column) - Method in class org.h2.command.query.AllColumnsForPlan
Called by ExpressionVisitor.
add(Value) - Method in class org.h2.value.Value
Add a value and return the result.
add(Value) - Method in class org.h2.value.ValueBigint
 
add(Value) - Method in class org.h2.value.ValueDecfloat
 
add(Value) - Method in class org.h2.value.ValueDouble
 
add(Value) - Method in class org.h2.value.ValueEnumBase
 
add(Value) - Method in class org.h2.value.ValueInteger
 
add(Value) - Method in class org.h2.value.ValueInterval
 
add(Value) - Method in class org.h2.value.ValueNumeric
 
add(Value) - Method in class org.h2.value.ValueReal
 
add(Value) - Method in class org.h2.value.ValueSmallint
 
add(Value) - Method in class org.h2.value.ValueTime
 
add(Value) - Method in class org.h2.value.ValueTimestamp
 
add(Value) - Method in class org.h2.value.ValueTinyint
 
ADD_PLAN_INFORMATION - Static variable in interface org.h2.util.HasSQL
Add execution plan information.
addAlias(String, String) - Method in class org.h2.bnf.Bnf
Add an alias for a rule.
addAlias(String, DbTableOrView) - Method in class org.h2.bnf.Sentence
Add an alias name and object
addAssignmentForDuplicate(Column, Expression) - Method in class org.h2.command.dml.Insert
Keep a collection of the columns to pass to update if a duplicate key happens, for MySQL-style INSERT ...
addAsterisk(String, int) - Static method in class org.h2.util.StringUtils
Add an asterisk ('[*]') at the given position.
addBatch() - Method in class org.h2.jdbc.JdbcPreparedStatement
Adds the current settings to the batch.
addBatch(String) - Method in class org.h2.jdbc.JdbcPreparedStatement
Calling this method is not legal on a PreparedStatement.
addBatch(String) - Method in class org.h2.jdbc.JdbcStatement
Adds a statement to the batch.
addBufferedRows(List) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
addBufferedRows(List) - Method in class org.h2.mvstore.db.MVIndex
Add all the index data from the buffers to the index.
addBufferedRows(List) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
addBufferedRows(List) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
addBufferedRows(List) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
addClassFactory(Utils.ClassFactory) - Static method in class org.h2.util.JdbcUtils
Add a class factory in order to manage more than one class loader.
addColumn(String, int, int, int) - Method in class org.h2.tools.SimpleResultSet
Adds a column to the result set.
addColumn(String, int, String, int, int) - Method in class org.h2.tools.SimpleResultSet
Adds a column to the result set.
addColumn(String, String, int, long, int) - Method in class org.h2.result.SimpleResult
Add column to the result.
addColumn(String, String, TypeInfo) - Method in class org.h2.result.SimpleResult
Add column to the result.
addColumn(String, TypeInfo) - Method in class org.h2.result.SimpleResult
Add column to the result.
addColumn(Column) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
addColumn(Column) - Method in class org.h2.command.ddl.CommandWithColumns
Add a column to this table.
addColumn(Column) - Method in class org.h2.command.ddl.CreateTable
 
addCommonJoinColumns(Column, Column, TableFilter) - Method in class org.h2.table.TableFilter
Add a column to the common join column list for a left table filter.
addCommonJoinColumnToExclude(Column) - Method in class org.h2.table.TableFilter
Add an excluded column to the common join column list.
addCondition(Expression) - Method in class org.h2.command.query.Select
Add a condition to the list of conditions.
addConnectionEventListener(ConnectionEventListener) - Method in class org.h2.jdbcx.JdbcXAConnection
Register a new listener for the connection.
addConstraint(Constraint) - Method in class org.h2.table.Table
Add a constraint to the table.
addConstraint(ConstraintDomain) - Method in class org.h2.schema.Domain
Add a constraint to the domain.
addConstraintCommand(AlterDomainAddConstraint) - Method in class org.h2.command.ddl.CreateDomain
Add a constraint command.
addConstraintCommand(DefineCommand) - Method in class org.h2.command.ddl.CommandWithColumns
Add a constraint statement to this statement.
addCoordinate(double, double, double, double, int, int) - Method in class org.h2.util.geometry.EWKBUtils.EWKBTarget
 
addCoordinate(double, double, double, double, int, int) - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
addCoordinate(double, double, double, double, int, int) - Method in class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
 
addCoordinate(double, double, double, double, int, int) - Method in class org.h2.util.geometry.GeometryUtils.DimensionSystemTarget
 
addCoordinate(double, double, double, double, int, int) - Method in class org.h2.util.geometry.GeometryUtils.EnvelopeTarget
 
addCoordinate(double, double, double, double, int, int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked to add a coordinate to a geometry.
addCoordinate(double, double, double, double, int, int) - Method in class org.h2.util.geometry.JTSUtils.GeometryTarget
 
addDatabaseObject(SessionLocal, DbObject) - Method in class org.h2.engine.Database
Add an object to the database.
addDataModificationId(long) - Method in class org.h2.expression.ExpressionVisitor
Update the field maxDataModificationId if this value is higher than the current value.
addDependencies(HashSet) - Method in class org.h2.table.Table
Add all objects that this table depends on to the hash set.
addDependencies(HashSet) - Method in class org.h2.table.TableView
 
addDependency(DbObject) - Method in class org.h2.expression.ExpressionVisitor
Add a new dependency to the set of dependencies.
addDependentView(TableView) - Method in class org.h2.table.Table
Add a view to this table.
addExplicitNullOrdering(int) - Method in enum org.h2.mode.DefaultNullOrdering
Returns a sort type bit mask with SortOrder.NULLS_FIRST or SortOrder.NULLS_LAST explicitly set
addFile(Object, Object) - Method in class org.h2.util.TempFileDeleter
Add a file or a closeable to the list of temporary objects to delete.
addFilterCondition(Expression, boolean) - Method in class org.h2.table.TableFilter
Add a filter condition.
addFilterConditions(TableFilter) - Method in class org.h2.expression.condition.ConditionAndOr
 
addFilterConditions(TableFilter) - Method in class org.h2.expression.condition.ConditionAndOrN
 
addFilterConditions(TableFilter) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
addFilterConditions(TableFilter) - Method in class org.h2.expression.Expression
Add conditions to a table filter if they can be evaluated.
addGlobalCondition(Parameter, int, int) - Method in class org.h2.command.query.Query
Add a condition to the query.
addGlobalCondition(Parameter, int, int) - Method in class org.h2.command.query.Select
 
addGlobalCondition(Parameter, int, int) - Method in class org.h2.command.query.SelectUnion
 
addGlobalCondition(Parameter, int, int) - Method in class org.h2.command.query.TableValueConstructor
 
addIndex(SessionLocal, String, int, IndexColumn[], int, IndexType, boolean, String) - Method in class org.h2.mvstore.db.MVTable
 
addIndex(SessionLocal, String, int, IndexColumn[], int, IndexType, boolean, String) - Method in class org.h2.table.MetaTable
 
addIndex(SessionLocal, String, int, IndexColumn[], int, IndexType, boolean, String) - Method in class org.h2.table.Table
Create an index for this table
addIndex(SessionLocal, String, int, IndexColumn[], int, IndexType, boolean, String) - Method in class org.h2.table.TableLink
 
addIndex(SessionLocal, String, int, IndexColumn[], int, IndexType, boolean, String) - Method in class org.h2.table.TableView
 
addIndex(SessionLocal, String, int, IndexColumn[], int, IndexType, boolean, String) - Method in class org.h2.table.VirtualTable
 
addIndexCondition(IndexCondition) - Method in class org.h2.table.TableFilter
Add an index condition.
addJoin(TableFilter, boolean, Expression) - Method in class org.h2.table.TableFilter
Add a joined table.
addLocalTempTable(Table) - Method in class org.h2.engine.SessionLocal
Add a local temporary table to this session.
addLocalTempTableConstraint(Constraint) - Method in class org.h2.engine.SessionLocal
Add a local temporary constraint to this session.
addLocalTempTableIndex(Index) - Method in class org.h2.engine.SessionLocal
Add a local temporary index to this session.
addMultiple(ArrayList, Expression) - Method in class org.h2.command.dml.SetClauseList
Add multiple columns.
addNodeKeys(ArrayList, Page) - Method in class org.h2.mvstore.rtree.MVRTreeMap
Add all node keys (including internal bounds) to the given list.
addNullOrdering(Database, int[]) - Static method in class org.h2.result.SortOrder
Add explicit SortOrder.NULLS_FIRST or SortOrder.NULLS_LAST where they aren't already specified.
addObject(int, Object) - Method in class org.h2.util.SmallMap
Add an object to the map.
addParameter(Expression) - Method in interface org.h2.expression.ExpressionWithVariableParameters
Adds the parameter expression.
addParameter(Expression) - Method in class org.h2.expression.function.table.TableFunction
 
addParameter(Expression) - Method in class org.h2.expression.OperationN
 
addPrecision(long, long) - Static method in class org.h2.value.DataType
Performs saturated addition of precision values.
addProcedure(Procedure) - Method in class org.h2.engine.SessionLocal
Add a procedure to this session.
addRealm(String, CredentialsValidator) - Method in class org.h2.security.auth.DefaultAuthenticator
Add an authentication realm.
addRight(int) - Method in class org.h2.command.ddl.GrantRevoke
Add the specified right bit to the rights bitmap.
addRoleName(String) - Method in class org.h2.command.ddl.GrantRevoke
Add the specified role to the list of roles.
addRow(Object...) - Method in class org.h2.tools.SimpleResultSet
Add a new row to the result set.
addRow(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVTable
 
addRow(SessionLocal, Row) - Method in class org.h2.table.MetaTable
 
addRow(SessionLocal, Row) - Method in class org.h2.table.Table
Add a row to the table and all indexes.
addRow(SessionLocal, Row) - Method in class org.h2.table.TableLink
 
addRow(SessionLocal, Row) - Method in class org.h2.table.TableView
 
addRow(SessionLocal, Row) - Method in class org.h2.table.VirtualTable
 
addRow(Expression[]) - Method in class org.h2.command.dml.CommandWithValues
Add a row to this command.
addRow(Value...) - Method in class org.h2.command.dml.Insert
 
addRow(Value...) - Method in class org.h2.result.LocalResult
Add a row to this object.
addRow(Value[]) - Method in interface org.h2.result.ResultExternal
Add a row to this object.
addRow(Value...) - Method in interface org.h2.result.ResultTarget
Add the row to the result set.
addRow(Value...) - Method in class org.h2.result.SimpleResult
 
addRowForTable(Row) - Method in class org.h2.result.LocalResult
Add a row for a table.
addRows(Collection) - Method in class org.h2.mvstore.db.MVTempResult
 
addRows(Collection) - Method in interface org.h2.result.ResultExternal
Add a number of rows to the result.
addRowsToBuffer(List, String) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
addRowsToBuffer(List, String) - Method in class org.h2.mvstore.db.MVIndex
Add the rows to a temporary storage (not to the index yet).
addRowsToBuffer(List, String) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
addRowsToBuffer(List, String) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
addRowsToBuffer(List, String) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
addSavepoint(String) - Method in class org.h2.engine.SessionLocal
Create a savepoint that is linked to the current log position.
addSchemaObject(SessionLocal, SchemaObject) - Method in class org.h2.engine.Database
Add a schema object to the database.
addSequence(Sequence) - Method in class org.h2.table.Table
Add a sequence to this table.
addSession(Connection) - Method in class org.h2.server.web.WebServer
Create a session with a given connection.
addSingle(Column, Expression) - Method in class org.h2.command.dml.SetClauseList
Add a single column.
addSQL(String) - Method in exception class org.h2.message.DbException
Set the SQL statement of the given exception.
addStatementEventListener(StatementEventListener) - Method in class org.h2.jdbcx.JdbcXAConnection
[Not supported] Add a statement event listener.
addSynonym(TableSynonym) - Method in class org.h2.table.Table
Add a synonym to this table.
addTable(DbTableOrView) - Method in class org.h2.bnf.Sentence
Add a table.
addTable(Schema, String) - Method in class org.h2.command.ddl.DropTable
Add a table to drop.
addTable(Table) - Method in class org.h2.command.ddl.GrantRevoke
Add the specified table to the list of tables.
addTableFilter(TableFilter, boolean) - Method in class org.h2.command.query.Select
Add a table to the query.
addTemporaryLob(ValueLob) - Method in class org.h2.engine.Session
Add a temporary LOB, which is closed when the session commits.
addTemporaryLob(ValueLob) - Method in class org.h2.engine.SessionLocal
 
addTemporaryLob(ValueLob) - Method in class org.h2.engine.SessionRemote
 
addTo(JSONTarget) - Method in class org.h2.util.json.JSONArray
 
addTo(JSONTarget) - Method in class org.h2.util.json.JSONBoolean
 
addTo(JSONTarget) - Method in class org.h2.util.json.JSONNull
 
addTo(JSONTarget) - Method in class org.h2.util.json.JSONNumber
 
addTo(JSONTarget) - Method in class org.h2.util.json.JSONObject
 
addTo(JSONTarget) - Method in class org.h2.util.json.JSONString
 
addTo(JSONTarget) - Method in class org.h2.util.json.JSONValue
Appends this value to the specified target.
addTrigger(TriggerObject) - Method in class org.h2.table.Table
Add a trigger to this table.
addWhen(MergeUsing.When) - Method in class org.h2.command.dml.MergeUsing
Adds WHEN command.
addWindow(String, Window) - Method in class org.h2.command.query.Select
Adds a named window definition.
addWords(FullTextSettings, Set, Reader) - Static method in class org.h2.fulltext.FullText
Add all words in the given text to the hash set.
addWords(FullTextSettings, Set, String) - Static method in class org.h2.fulltext.FullText
Add all words in the given text to the hash set.
ADMIN_RIGHTS_REQUIRED - Static variable in class org.h2.api.ErrorCode
The error with code 90040 is thrown when a user that is not administrator tries to execute a statement that requires admin privileges.
adminShutdown() - Method in class org.h2.server.web.WebApp
Stop the application and the server.
AES - Class in org.h2.security
An implementation of the AES block cipher algorithm, also known as Rijndael.
AES() - Constructor for class org.h2.security.AES
 
AF - Static variable in class org.h2.bnf.RuleFixed
 
afterLast() - Method in class org.h2.jdbc.JdbcResultSet
Moves the current position to after the last row, that means after the end.
afterLast() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
Aggregate - Class in org.h2.expression.aggregate
Implements the integrated aggregate functions, such as COUNT, MAX, SUM.
Aggregate - Interface in org.h2.api
A user-defined aggregate function needs to implement this interface.
Aggregate(AggregateType, Expression[], Select, boolean) - Constructor for class org.h2.expression.aggregate.Aggregate
Create a new aggregate object.
AGGREGATE - Static variable in class org.h2.engine.DbObject
This object is a user-defined aggregate function.
AGGREGATE_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90132 is thrown when trying to drop a user-defined aggregate function that doesn't exist.
AggregateFunction - Interface in org.h2.api
A user-defined aggregate function needs to implement this interface.
AggregateType - Enum in org.h2.expression.aggregate
The type of an aggregate function.
Alias - Class in org.h2.expression
A column alias as in SELECT 'Hello' AS NAME ...
Alias(Expression, String, boolean) - Constructor for class org.h2.expression.Alias
 
ALIAS - Static variable in class org.h2.table.RangeTable
The PostgreSQL alias for the range table.
aliasColumnName - Variable in class org.h2.engine.Mode
When enabled, aliased columns (as in SELECT ID AS I FROM TEST) return the alias (I in this case) in ResultSetMetaData.getColumnName() and 'null' in getTableName().
ALIGN - Static variable in interface org.h2.security.BlockCipher
Blocks sizes are always multiples of this number.
ALL - Static variable in class org.h2.engine.Right
The right bit mask that means: select, insert, update, delete, and update for this object is allowed.
ALL - Static variable in class org.h2.util.ParserUtil
The token "ALL".
AllColumnsForPlan - Class in org.h2.command.query
This information is expensive to compute for large queries, so do so on-demand.
AllColumnsForPlan(TableFilter[]) - Constructor for class org.h2.command.query.AllColumnsForPlan
 
allColumnsForTableFilters(TableFilter[], AllColumnsForPlan) - Static method in class org.h2.expression.ExpressionVisitor
Get the set of columns of all tables.
allNumericTypesHavePrecision - Variable in class org.h2.engine.Mode
If true all numeric data types may have precision and 'UNSIGNED' clause.
allocate(int) - Method in class org.h2.mvstore.FreeSpaceBitSet
Allocate a number of blocks and mark them as used.
allocateObjectId() - Method in class org.h2.engine.Database
Allocate a new object id.
ALLOW_DUPLICATES_WITH_ALL_NULLS - Enum constant in enum org.h2.engine.Mode.UniqueIndexNullsHandling
Multiple rows with identical values in indexed columns with all indexed NULL values are allowed in unique index.
ALLOW_DUPLICATES_WITH_ANY_NULL - Enum constant in enum org.h2.engine.Mode.UniqueIndexNullsHandling
Multiple rows with identical values in indexed columns with at least one indexed NULL value are allowed in unique index.
ALLOW_LITERALS - Static variable in class org.h2.command.dml.SetTypes
The type of a SET ALLOW_LITERALS statement.
ALLOW_LITERALS_ALL - Static variable in class org.h2.engine.Constants
Constant meaning both numbers and text is allowed in SQL statements.
ALLOW_LITERALS_NONE - Static variable in class org.h2.engine.Constants
Constant meaning no literals are allowed in SQL statements.
ALLOW_LITERALS_NUMBERS - Static variable in class org.h2.engine.Constants
Constant meaning only numbers are allowed in SQL statements (but no texts).
allowDB2TimestampFormat - Variable in class org.h2.engine.Mode
Whether DB2 TIMESTAMP formats are allowed.
ALLOWED_CLASSES - Static variable in class org.h2.engine.SysProperties
System property h2.allowedClasses (default: *).
allowEmptyInPredicate - Variable in class org.h2.engine.Mode
Whether IN predicate may have an empty value list.
allowEmptySchemaValuesAsDefaultSchema - Variable in class org.h2.engine.Mode
If true constructs like 'CREATE TABLE CATALOG..TABLE_NAME' are allowed, the default schema is used.
allowGlobalConditions() - Method in class org.h2.command.query.Query
Check whether adding condition to the query is allowed.
allowGlobalConditions() - Method in class org.h2.command.query.Select
 
allowGlobalConditions() - Method in class org.h2.command.query.SelectUnion
 
allowGlobalConditions() - Method in class org.h2.command.query.TableValueConstructor
 
allowIndex(Index) - Method in class org.h2.table.IndexHints
Allow an index to be used.
allowNonRepeatableRead() - Method in enum org.h2.engine.IsolationLevel
Returns whether a non-repeatable read phenomena is allowed.
allowNonRepeatableRead() - Method in class org.h2.mvstore.tx.Transaction
Whether this transaction has isolation level READ_COMMITTED or below.
allowPlusForStringConcat - Variable in class org.h2.engine.Mode
Text can be concatenated using '+'.
allowUnrelatedOrderByExpressionsInDistinctQueries - Variable in class org.h2.engine.Mode
If true unrelated ORDER BY expression are allowed in DISTINCT queries, if false they are disallowed.
allowUsingFromClauseInUpdateStatement - Variable in class org.h2.engine.Mode
If true, allow using from clause in update statement.
allProceduresAreCallable() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if all procedures callable.
allTablesAreSelectable() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if it possible to query all tables returned by getTables.
ALTER_ANY_SCHEMA - Static variable in class org.h2.engine.Right
The right bit mask that means: create/alter/drop schema is allowed.
ALTER_DOMAIN_ADD_CONSTRAINT - Static variable in interface org.h2.command.CommandInterface
The type of ALTER DOMAIN ADD CONSTRAINT statement.
ALTER_DOMAIN_DEFAULT - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER DOMAIN SET DEFAULT and ALTER DOMAIN DROP DEFAULT statements.
ALTER_DOMAIN_DROP_CONSTRAINT - Static variable in interface org.h2.command.CommandInterface
The type of ALTER DOMAIN DROP CONSTRAINT statement.
ALTER_DOMAIN_ON_UPDATE - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER DOMAIN SET ON UPDATE and ALTER DOMAIN DROP ON UPDATE statements.
ALTER_DOMAIN_RENAME - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER DOMAIN RENAME statement.
ALTER_DOMAIN_RENAME_CONSTRAINT - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER DOMAIN RENAME CONSTRAINT statement.
ALTER_INDEX_RENAME - Static variable in interface org.h2.command.CommandInterface
The type of a ALTER INDEX RENAME statement.
ALTER_SCHEMA_RENAME - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER SCHEMA RENAME statement.
ALTER_SEQUENCE - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER SEQUENCE statement.
ALTER_TABLE_ADD_COLUMN - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ADD statement.
ALTER_TABLE_ADD_CONSTRAINT_CHECK - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ADD CHECK statement.
ALTER_TABLE_ADD_CONSTRAINT_PRIMARY_KEY - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ADD PRIMARY KEY statement.
ALTER_TABLE_ADD_CONSTRAINT_REFERENTIAL - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ADD FOREIGN KEY statement.
ALTER_TABLE_ADD_CONSTRAINT_UNIQUE - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ADD UNIQUE statement.
ALTER_TABLE_ALTER_COLUMN_CHANGE_TYPE - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN statement that changes the column data type.
ALTER_TABLE_ALTER_COLUMN_DEFAULT - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN SET DEFAULT and ALTER TABLE ALTER COLUMN DROP DEFAULT statements.
ALTER_TABLE_ALTER_COLUMN_DEFAULT_ON_NULL - Static variable in interface org.h2.command.CommandInterface
The type of ALTER TABLE ALTER COLUMN SET DEFAULT ON NULL and ALTER TABLE ALTER COLUMN DROP DEFAULT ON NULL statements.
ALTER_TABLE_ALTER_COLUMN_DROP_EXPRESSION - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN DROP EXPRESSION statement.
ALTER_TABLE_ALTER_COLUMN_DROP_IDENTITY - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN DROP IDENTITY statement.
ALTER_TABLE_ALTER_COLUMN_DROP_NOT_NULL - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN DROP NOT NULL statement.
ALTER_TABLE_ALTER_COLUMN_NOT_NULL - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN SET NOT NULL statement.
ALTER_TABLE_ALTER_COLUMN_ON_UPDATE - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN SET ON UPDATE statement.
ALTER_TABLE_ALTER_COLUMN_RENAME - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN RENAME statement.
ALTER_TABLE_ALTER_COLUMN_SELECTIVITY - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN SELECTIVITY statement.
ALTER_TABLE_ALTER_COLUMN_VISIBILITY - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE ALTER COLUMN SET INVISIBLE statement.
ALTER_TABLE_DROP_COLUMN - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE DROP COLUMN statement.
ALTER_TABLE_DROP_CONSTRAINT - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE DROP CONSTRAINT statement.
ALTER_TABLE_RENAME - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE RENAME statement.
ALTER_TABLE_RENAME_CONSTRAINT - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE RENAME CONSTRAINT statement.
ALTER_TABLE_SET_REFERENTIAL_INTEGRITY - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER TABLE SET REFERENTIAL_INTEGRITY statement.
ALTER_USER_ADMIN - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER USER ADMIN statement.
ALTER_USER_RENAME - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER USER RENAME statement.
ALTER_USER_SET_PASSWORD - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER USER SET PASSWORD statement.
ALTER_VIEW - Static variable in interface org.h2.command.CommandInterface
The type of an ALTER VIEW statement.
AlterDomain - Class in org.h2.command.ddl
The base class for ALTER DOMAIN commands.
AlterDomainAddConstraint - Class in org.h2.command.ddl
This class represents the statement ALTER DOMAIN ADD CONSTRAINT
AlterDomainAddConstraint(SessionLocal, Schema, boolean) - Constructor for class org.h2.command.ddl.AlterDomainAddConstraint
 
AlterDomainDropConstraint - Class in org.h2.command.ddl
This class represents the statement ALTER DOMAIN DROP CONSTRAINT
AlterDomainDropConstraint(SessionLocal, Schema, boolean) - Constructor for class org.h2.command.ddl.AlterDomainDropConstraint
 
AlterDomainExpressions - Class in org.h2.command.ddl
This class represents the statements ALTER DOMAIN SET DEFAULT ALTER DOMAIN DROP DEFAULT ALTER DOMAIN SET ON UPDATE ALTER DOMAIN DROP ON UPDATE
AlterDomainExpressions(SessionLocal, Schema, int) - Constructor for class org.h2.command.ddl.AlterDomainExpressions
 
AlterDomainRename - Class in org.h2.command.ddl
This class represents the statement ALTER DOMAIN RENAME
AlterDomainRename(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.AlterDomainRename
 
AlterDomainRenameConstraint - Class in org.h2.command.ddl
This class represents the statement ALTER DOMAIN RENAME CONSTRAINT
AlterDomainRenameConstraint(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.AlterDomainRenameConstraint
 
AlterIndexRename - Class in org.h2.command.ddl
This class represents the statement ALTER INDEX RENAME
AlterIndexRename(SessionLocal) - Constructor for class org.h2.command.ddl.AlterIndexRename
 
AlterSchemaRename - Class in org.h2.command.ddl
This class represents the statement ALTER SCHEMA RENAME
AlterSchemaRename(SessionLocal) - Constructor for class org.h2.command.ddl.AlterSchemaRename
 
AlterSequence - Class in org.h2.command.ddl
This class represents the statement ALTER SEQUENCE.
AlterSequence(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.AlterSequence
 
AlterTable - Class in org.h2.command.ddl
The base class for ALTER TABLE commands.
AlterTableAddConstraint - Class in org.h2.command.ddl
This class represents the statement ALTER TABLE ADD CONSTRAINT
AlterTableAddConstraint(SessionLocal, Schema, int, boolean) - Constructor for class org.h2.command.ddl.AlterTableAddConstraint
 
AlterTableAlterColumn - Class in org.h2.command.ddl
This class represents the statements ALTER TABLE ADD, ALTER TABLE ADD IF NOT EXISTS, ALTER TABLE ALTER COLUMN, ALTER TABLE ALTER COLUMN SELECTIVITY, ALTER TABLE ALTER COLUMN SET DEFAULT, ALTER TABLE ALTER COLUMN DROP DEFAULT, ALTER TABLE ALTER COLUMN DROP EXPRESSION, ALTER TABLE ALTER COLUMN SET NULL, ALTER TABLE ALTER COLUMN DROP NULL, ALTER TABLE ALTER COLUMN SET VISIBLE, ALTER TABLE ALTER COLUMN SET INVISIBLE, ALTER TABLE DROP COLUMN
AlterTableAlterColumn(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.AlterTableAlterColumn
 
AlterTableDropConstraint - Class in org.h2.command.ddl
This class represents the statement ALTER TABLE DROP CONSTRAINT
AlterTableDropConstraint(SessionLocal, Schema, boolean) - Constructor for class org.h2.command.ddl.AlterTableDropConstraint
 
alterTableExtensionsMySQL - Variable in class org.h2.engine.Mode
If true some additional non-standard ALTER TABLE commands are allowed.
alterTableModifyColumn - Variable in class org.h2.engine.Mode
If true non-standard ALTER TABLE MODIFY COLUMN is allowed.
AlterTableRename - Class in org.h2.command.ddl
This class represents the statement ALTER TABLE RENAME
AlterTableRename(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.AlterTableRename
 
AlterTableRenameColumn - Class in org.h2.command.ddl
This class represents the statement ALTER TABLE ALTER COLUMN RENAME
AlterTableRenameColumn(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.AlterTableRenameColumn
 
AlterTableRenameConstraint - Class in org.h2.command.ddl
This class represents the statement ALTER TABLE RENAME CONSTRAINT
AlterTableRenameConstraint(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.AlterTableRenameConstraint
 
AlterTableSet - Class in org.h2.command.dml
This class represents the statement ALTER TABLE SET
AlterTableSet(SessionLocal, Schema, int, boolean) - Constructor for class org.h2.command.dml.AlterTableSet
 
AlterUser - Class in org.h2.command.ddl
This class represents the statements ALTER USER ADMIN, ALTER USER RENAME, ALTER USER SET PASSWORD
AlterUser(SessionLocal) - Constructor for class org.h2.command.ddl.AlterUser
 
AlterView - Class in org.h2.command.ddl
This class represents the statement ALTER VIEW
AlterView(SessionLocal) - Constructor for class org.h2.command.ddl.AlterView
 
ALWAYS - Enum constant in enum org.h2.engine.Mode.CharPadding
CHAR values are always right-padded with spaces.
ALWAYS_FALSE - Static variable in class org.h2.index.IndexCondition
A bit of a search mask meaning 'the condition is always false'.
AMBIGUOUS_COLUMN_NAME_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90059 is thrown when a query contains a column that could belong to multiple tables.
Analyze - Class in org.h2.command.ddl
This class represents the statements ANALYZE and ANALYZE TABLE
Analyze(SessionLocal) - Constructor for class org.h2.command.ddl.Analyze
 
ANALYZE - Static variable in interface org.h2.command.CommandInterface
The type of an ANALYZE statement.
analyzeAuto - Variable in class org.h2.engine.DbSettings
Database setting ANALYZE_AUTO (default: 2000).
analyzeSample - Variable in class org.h2.engine.DbSettings
Database setting ANALYZE_SAMPLE (default: 10000).
analyzeTable(SessionLocal, Table, int, boolean) - Static method in class org.h2.command.ddl.Analyze
Analyze this table.
AND - Static variable in class org.h2.expression.condition.ConditionAndOr
The AND condition type as in ID=1 AND NAME='Hello'.
AND - Static variable in class org.h2.util.ParserUtil
The token "AND".
ANY - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for ANY(expression).
ANY - Static variable in class org.h2.util.ParserUtil
The token "ANY".
ANY_EXCEPT_2_DOLLAR - Static variable in class org.h2.bnf.RuleFixed
 
ANY_EXCEPT_DOUBLE_QUOTE - Static variable in class org.h2.bnf.RuleFixed
 
ANY_EXCEPT_SINGLE_QUOTE - Static variable in class org.h2.bnf.RuleFixed
 
ANY_UNTIL_END - Static variable in class org.h2.bnf.RuleFixed
 
ANY_UNTIL_EOL - Static variable in class org.h2.bnf.RuleFixed
 
ANY_WORD - Static variable in class org.h2.bnf.RuleFixed
 
append(K, V) - Method in class org.h2.mvstore.MVMap
Appends entry to this map. this method is NOT thread safe and can not be used neither concurrently, nor in combination with any method that updates this map.
append(K, V) - Method in class org.h2.mvstore.tx.TransactionMap
Appends entry to underlying map.
appendDate(StringBuilder, long) - Static method in class org.h2.util.DateTimeUtils
Append a date to the string builder.
appendHex(StringBuilder, long, int) - Static method in class org.h2.util.StringUtils
Appends specified number of trailing bytes from unsigned long value to a specified string builder.
appendInterval(StringBuilder, IntervalQualifier, boolean, long, long) - Static method in class org.h2.util.IntervalUtils
Formats interval as a string and appends it to a specified string builder.
appendMap(StringBuilder, String, int) - Static method in class org.h2.mvstore.DataUtils
Append a key-value pair to the string builder.
appendMap(StringBuilder, String, long) - Static method in class org.h2.mvstore.DataUtils
Append a key-value pair to the string builder.
appendMap(StringBuilder, String, String) - Static method in class org.h2.mvstore.DataUtils
Append a key-value pair to the string builder.
appendMap(StringBuilder, HashMap) - Static method in class org.h2.mvstore.DataUtils
Append a map to the string builder, sorted by key.
appendOrderBy(StringBuilder, ArrayList, int, boolean) - Static method in class org.h2.expression.analysis.Window
Appends ORDER BY clause to the specified builder.
appendTailConditions(StringBuilder, int, boolean) - Method in class org.h2.expression.aggregate.AbstractAggregate
 
appendTailConditions(StringBuilder, int, boolean) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Used to create SQL for the OVER and FILTER clauses.
appendTime(StringBuilder, long) - Static method in class org.h2.util.DateTimeUtils
Append a time to the string builder.
appendTimeZone(StringBuilder, int) - Static method in class org.h2.util.DateTimeUtils
Append a time zone to the string builder.
appendTwoDigits(StringBuilder, int) - Static method in class org.h2.util.StringUtils
Append a zero-padded number from 00 to 99 to a string builder.
appendZeroPadded(StringBuilder, int, long) - Static method in class org.h2.util.StringUtils
Append a zero-padded number to a string builder.
apply(String) - Method in enum org.h2.expression.function.ToCharFunction.Capitalization
Applies this capitalization strategy to the specified string.
areEqual(Value, Value) - Method in class org.h2.engine.SessionLocal
Check if two values are equal with the current comparison mode.
areSameTypes(TypeInfo, TypeInfo) - Static method in class org.h2.value.TypeInfo
Determines whether two specified types are the same data types without taking precision or scale into account.
areStableComparable(TypeInfo, TypeInfo) - Static method in class org.h2.value.DataType
Returns whether values of the specified data types have session-independent compare results.
arg - Variable in class org.h2.expression.function.Function0_1
The argument of the operation.
arg - Variable in class org.h2.expression.Operation1
The argument of the operation.
args - Variable in class org.h2.expression.aggregate.AbstractAggregate
The arguments.
args - Variable in class org.h2.expression.function.table.TableFunction
 
args - Variable in class org.h2.expression.OperationN
The array of arguments.
argsCount - Variable in class org.h2.expression.OperationN
The number of arguments.
array(H2Type) - Static method in class org.h2.api.H2Type
Returns ARRAY data type with the specified component type.
ARRAY - Enum constant in enum org.h2.util.json.JSONItemType
JSON array.
ARRAY - Static variable in class org.h2.message.TraceObject
The trace type id for array objects.
ARRAY - Static variable in class org.h2.util.ParserUtil
The token "ARRAY".
ARRAY - Static variable in class org.h2.value.Value
The value type for ARRAY values.
ARRAY_AGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for ARRAY_AGG(expression).
ARRAY_CONTAINS - Static variable in class org.h2.expression.function.ArrayFunction
ARRAY_CONTAINS() (non-standard).
ARRAY_ELEMENT_ERROR_2 - Static variable in class org.h2.api.ErrorCode
The error with code 22034 is thrown when an attempt is made to read non-existing element of an array.
ARRAY_SLICE - Static variable in class org.h2.expression.function.ArrayFunction
ARRAY_SLICE() (non-standard).
arrayCombine(String[], char) - Static method in class org.h2.util.StringUtils
Combine an array of strings to one array using the given separator character.
ArrayConstructorByQuery - Class in org.h2.expression
Array value constructor by query.
ArrayConstructorByQuery(Query) - Constructor for class org.h2.expression.ArrayConstructorByQuery
Creates new instance of array value constructor by query.
ArrayElementReference - Class in org.h2.expression
Array element reference.
ArrayElementReference(Expression, Expression) - Constructor for class org.h2.expression.ArrayElementReference
 
ArrayFunction - Class in org.h2.expression.function
An array function.
ArrayFunction(Expression, Expression, Expression, int) - Constructor for class org.h2.expression.function.ArrayFunction
 
arraySplit(String, char, boolean) - Static method in class org.h2.util.StringUtils
Split a string into an array of strings using the given separator.
ArrayTableFunction - Class in org.h2.expression.function.table
A table value function.
ArrayTableFunction(int) - Constructor for class org.h2.expression.function.table.ArrayTableFunction
 
AS - Static variable in class org.h2.util.ParserUtil
The token "AS".
AS_IS - Enum constant in enum org.h2.engine.Mode.ViewExpressionNames
Use both specified and generated names as is.
ASCENDING - Static variable in class org.h2.result.SortOrder
This bit mask means the values should be sorted in ascending order.
ASCII - Static variable in class org.h2.expression.function.StringFunction1
ASCII() (non-standard).
ASIN - Static variable in class org.h2.expression.function.MathFunction1
ASIN().
AssignRealmNameRole - Class in org.h2.security.auth.impl
Assign to user a role based on realm name *
AssignRealmNameRole() - Constructor for class org.h2.security.auth.impl.AssignRealmNameRole
 
AssignRealmNameRole(String) - Constructor for class org.h2.security.auth.impl.AssignRealmNameRole
 
asString() - Method in class org.h2.mvstore.Chunk
Get the chunk data as a string.
asString(Object, int) - Static method in class org.h2.fulltext.FullText
INTERNAL.
asString(String) - Method in class org.h2.mvstore.MVMap
Get the map metadata as a string.
ASYMMETRIC - Static variable in class org.h2.util.ParserUtil
The token "ASYMMETRIC".
ATAN - Static variable in class org.h2.expression.function.MathFunction1
ATAN().
ATAN2 - Static variable in class org.h2.expression.function.MathFunction2
ATAN2() (non-standard).
attributes - Variable in class org.h2.server.web.WebApp
The session attributes
AUTH_CONFIG_FILE - Static variable in class org.h2.engine.SysProperties
System property h2.authConfigFile (default: null). authConfigFile define the URL of configuration file of DefaultAuthenticator
AuthConfigException - Exception Class in org.h2.security.auth
Exception thrown when an issue occurs during the authentication configuration
AuthConfigException() - Constructor for exception class org.h2.security.auth.AuthConfigException
 
AuthConfigException(String) - Constructor for exception class org.h2.security.auth.AuthConfigException
 
AuthConfigException(String, Throwable) - Constructor for exception class org.h2.security.auth.AuthConfigException
 
AuthConfigException(Throwable) - Constructor for exception class org.h2.security.auth.AuthConfigException
 
authenticate(AuthenticationInfo, Database) - Method in interface org.h2.security.auth.Authenticator
Perform user authentication.
authenticate(AuthenticationInfo, Database) - Method in class org.h2.security.auth.DefaultAuthenticator
 
AuthenticationException - Exception Class in org.h2.security.auth
Exception thrown in case of errors during authentication
AuthenticationException() - Constructor for exception class org.h2.security.auth.AuthenticationException
 
AuthenticationException(String) - Constructor for exception class org.h2.security.auth.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception class org.h2.security.auth.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for exception class org.h2.security.auth.AuthenticationException
 
AuthenticationInfo - Class in org.h2.security.auth
Input data for authenticators; it wraps ConnectionInfo
AuthenticationInfo(ConnectionInfo) - Constructor for class org.h2.security.auth.AuthenticationInfo
 
Authenticator - Interface in org.h2.security.auth
Low level interface to implement full authentication process.
AUTHENTICATOR - Static variable in class org.h2.command.dml.SetTypes
The type of a SET AUTHENTICATOR statement.
AUTHENTICATOR_NOT_AVAILABLE - Static variable in class org.h2.api.ErrorCode
The error with code 90144 is thrown when user trying to login into a database with AUTHREALM set and the target database doesn't have an authenticator defined
AuthenticatorFactory - Class in org.h2.security.auth
Authenticator factory
AuthenticatorFactory() - Constructor for class org.h2.security.auth.AuthenticatorFactory
 
AUTHORIZATION - Static variable in class org.h2.util.ParserUtil
The token "AUTHORIZATION".
AUTO - Static variable in class org.h2.engine.GeneratedKeysMode
Generated keys should be configured automatically.
AUTO_PARENTHESES - Static variable in class org.h2.expression.Expression
Wrap expression in parentheses only if it can't be safely included into other expressions without them.
AUTOCOMMIT - Static variable in class org.h2.expression.function.SysInfoFunction
AUTOCOMMIT().
autoCommitBufferSize(int) - Method in class org.h2.mvstore.MVStore.Builder
Set the size of the write buffer, in KB disk space (for file-based stores).
autoCommitDisabled() - Method in class org.h2.mvstore.MVStore.Builder
Disable auto-commit, by setting the auto-commit delay and auto-commit buffer size to 0.
autoCommitFailureClosesAllResultSets() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether an exception while auto commit is on closes all result sets.
autoCommitIfCluster() - Method in class org.h2.engine.SessionRemote
Calls COMMIT if the session is in cluster mode.
autoCompactFillRate - Variable in class org.h2.engine.DbSettings
Database setting AUTO_COMPACT_FILL_RATE (default: 90, which means 90%, 0 disables auto-compacting).
autoCompactFillRate(int) - Method in class org.h2.mvstore.MVStore.Builder
Set the auto-compact target fill rate.
autoComplete(Sentence) - Method in class org.h2.bnf.context.DbContextRule
 
autoComplete(Sentence) - Method in interface org.h2.bnf.Rule
Add the next possible token(s).
autoComplete(Sentence) - Method in class org.h2.bnf.RuleElement
 
autoComplete(Sentence) - Method in class org.h2.bnf.RuleExtension
 
autoComplete(Sentence) - Method in class org.h2.bnf.RuleFixed
 
autoComplete(Sentence) - Method in class org.h2.bnf.RuleList
 
autoComplete(Sentence) - Method in class org.h2.bnf.RuleOptional
 
autoComplete(Sentence) - Method in class org.h2.bnf.RuleRepeat
 
autoDelete() - Method in class org.h2.store.FileStore
Automatically delete the file once it is no longer in use.
autoIncrementClause - Variable in class org.h2.engine.Mode
Whether MySQL-style AUTO_INCREMENT clause is supported.
available() - Method in class org.h2.store.FileStoreInputStream
 
available() - Method in class org.h2.store.RangeInputStream
 
AVG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for AVG(expression).
AZ_UNDERSCORE - Static variable in class org.h2.bnf.RuleFixed
 

B

backgroundExceptionHandler - Variable in class org.h2.mvstore.MVStore
 
backgroundExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.h2.mvstore.MVStore.Builder
Set the listener to be used for exceptions that occur when writing in the background thread.
Backup - Class in org.h2.tools
Creates a backup of a database.
Backup() - Constructor for class org.h2.tools.Backup
 
BACKUP - Static variable in interface org.h2.command.CommandInterface
The type of a BACKUP statement.
BackupCommand - Class in org.h2.command.dml
This class represents the statement BACKUP
BackupCommand(SessionLocal) - Constructor for class org.h2.command.dml.BackupCommand
 
BasicBuilder() - Constructor for class org.h2.mvstore.MVMap.BasicBuilder
Create a new builder with the default key and value data types.
BasicDataType<T> - Class in org.h2.mvstore.type
The base class for data type implementations.
BasicDataType() - Constructor for class org.h2.mvstore.type.BasicDataType
 
before - Variable in class org.h2.tools.TriggerAdapter
Whether the fire method is called before or after the operation is performed.
beforeFirst() - Method in class org.h2.jdbc.JdbcResultSet
Moves the current position to before the first row, that means resets the result set.
beforeFirst() - Method in class org.h2.tools.SimpleResultSet
Moves the current position to before the first row, that means the result set is reset.
beforeWrite() - Method in class org.h2.mvstore.MVMap
This method is called before writing to the map.
begin() - Method in class org.h2.engine.SessionLocal
Begin a transaction.
begin() - Method in class org.h2.mvstore.tx.TransactionStore
Begin a new transaction.
begin(Object) - Static method in class org.h2.util.AbbaDetector
This method is called just before or just after an object is synchronized.
begin(TransactionStore.RollbackListener, int, int, IsolationLevel) - Method in class org.h2.mvstore.tx.TransactionStore
Begin a new transaction.
BEGIN - Static variable in interface org.h2.command.CommandInterface
The type of a BEGIN {WORK|TRANSACTION} statement.
BETWEEN - Static variable in class org.h2.util.ParserUtil
The token "BETWEEN".
BetweenPredicate - Class in org.h2.expression.condition
BETWEEN predicate.
BetweenPredicate(Expression, boolean, boolean, boolean, Expression, Expression) - Constructor for class org.h2.expression.condition.BetweenPredicate
 
BIGGER - Static variable in class org.h2.expression.condition.Comparison
The comparison type meaning > as in ID>1.
BIGGER_EQUAL - Static variable in class org.h2.expression.condition.Comparison
The comparison type meaning >= as in ID>=1.
BIGINT - Static variable in class org.h2.api.H2Type
The BIGINT data type.
BIGINT - Static variable in class org.h2.value.Value
The value type for BIGINT values.
BINARY - Static variable in class org.h2.api.H2Type
The BINARY data type.
BINARY - Static variable in class org.h2.value.Value
The value type for BINARY values.
BinaryOperation - Class in org.h2.expression
A mathematical expression, or string concatenation.
BinaryOperation(BinaryOperation.OpType, Expression, Expression) - Constructor for class org.h2.expression.BinaryOperation
 
BinaryOperation.OpType - Enum in org.h2.expression
 
binarySearch(Long, Object, int, int) - Method in class org.h2.mvstore.type.LongDataType
 
binarySearch(String, Object, int, int) - Method in class org.h2.mvstore.type.StringDataType
 
binarySearch(SearchRow, Object, int, int) - Method in class org.h2.mvstore.db.RowDataType
 
binarySearch(SearchRow, SearchRow[], int, int) - Method in class org.h2.mvstore.db.RowDataType
 
binarySearch(Value, Object, int, int) - Method in class org.h2.mvstore.db.NullValueDataType
 
binarySearch(T, Object, int, int) - Method in class org.h2.mvstore.type.BasicDataType
 
binarySearch(T, Object, int, int) - Method in interface org.h2.mvstore.type.DataType
Perform binary search for the key within the storage
BIND_ADDRESS - Static variable in class org.h2.engine.SysProperties
System property h2.bindAddress (default: null).
BIT_AND_AGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for BIT_AND_AGG(expression).
BIT_LENGTH - Static variable in class org.h2.expression.function.LengthFunction
BIT_LENGTH() (non-standard).
BIT_NAND_AGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for BIT_NAND_AGG(expression).
BIT_NOR_AGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for BIT_NOR_AGG(expression).
BIT_OR_AGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for BIT_OR_AGG(expression).
BIT_XNOR_AGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for BIT_XNOR_AGG(expression).
BIT_XOR_AGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for BIT_XOR_AGG(expression).
BITAND - Static variable in class org.h2.expression.function.BitFunction
BITAND() (non-standard).
BITCOUNT - Static variable in class org.h2.expression.function.BitFunction
BITCOUNT() (non-standard).
BitFunction - Class in org.h2.expression.function
A bitwise function.
BitFunction(Expression, Expression, int) - Constructor for class org.h2.expression.function.BitFunction
 
BITGET - Static variable in class org.h2.expression.function.BitFunction
BITGET() (non-standard).
BITNAND - Static variable in class org.h2.expression.function.BitFunction
BITNAND() (non-standard).
BITNOR - Static variable in class org.h2.expression.function.BitFunction
BITNOR() (non-standard).
BITNOT - Static variable in class org.h2.expression.function.BitFunction
BITNOT() (non-standard).
BITOR - Static variable in class org.h2.expression.function.BitFunction
BITOR() (non-standard).
Bits - Class in org.h2.util
Manipulations with bytes and arrays.
BITXNOR - Static variable in class org.h2.expression.function.BitFunction
BITXNOR() (non-standard).
BITXOR - Static variable in class org.h2.expression.function.BitFunction
BITXOR() (non-standard).
BLOB - Static variable in class org.h2.api.H2Type
The BINARY LARGE OBJECT data type.
BLOB - Static variable in class org.h2.message.TraceObject
The trace type id for blobs.
BLOB - Static variable in class org.h2.value.Value
The value type for BINARY LARGE OBJECT values.
BLOB_SEARCH - Static variable in class org.h2.engine.Constants
Whether searching in Blob values should be supported.
BlobMeta(byte[], int, long, long) - Constructor for class org.h2.mvstore.db.LobStorageMap.BlobMeta
 
BlobReference(byte[], long) - Constructor for class org.h2.mvstore.db.LobStorageMap.BlobReference
 
block - Variable in class org.h2.mvstore.Chunk
The start block number within the file.
BLOCK_SIZE - Static variable in class org.h2.store.fs.encrypt.FileEncrypt
The block size.
BlockCipher - Interface in org.h2.security
A block cipher is a data encryption algorithm that operates on blocks.
BLOCKED - Enum constant in enum org.h2.engine.SessionLocal.State
 
Bnf - Class in org.h2.bnf
This class can read a file that is similar to BNF (Backus-Naur form).
Bnf() - Constructor for class org.h2.bnf.Bnf
 
BnfVisitor - Interface in org.h2.bnf
The visitor interface for BNF rules.
BOOLEAN - Static variable in class org.h2.api.H2Type
The BOOLEAN data type
BOOLEAN - Static variable in class org.h2.value.Value
The value type for BOOLEAN values.
BooleanTest - Class in org.h2.expression.condition
Boolean test (IS [NOT] { TRUE | FALSE | UNKNOWN }).
BooleanTest(Expression, boolean, boolean, Boolean) - Constructor for class org.h2.expression.condition.BooleanTest
 
BUILD_DATE - Static variable in class org.h2.engine.Constants
The build date is updated for each public release.
BUILD_ID - Static variable in class org.h2.engine.Constants
Sequential version number.
BUILD_SNAPSHOT - Static variable in class org.h2.engine.Constants
Whether this is a snapshot version.
BUILD_VENDOR_AND_VERSION - Static variable in class org.h2.engine.Constants
If H2 is compiled to be included in a product, this should be set to a unique vendor id (to distinguish from official releases).
Builder() - Constructor for class org.h2.mvstore.MVMap.Builder
 
Builder() - Constructor for class org.h2.mvstore.MVStore.Builder
Creates new instance of MVStore.Builder.
Builder() - Constructor for class org.h2.mvstore.rtree.MVRTreeMap.Builder
Create a new builder for maps with 2 dimensions.
buildMessageForException(JdbcException) - Static method in exception class org.h2.message.DbException
Builds message for an exception.
buildUser(AuthenticationInfo, Database, boolean) - Static method in class org.h2.engine.UserBuilder
Build the database user starting from authentication informations.
BUILTIN_ALIAS_OVERRIDE - Static variable in class org.h2.command.dml.SetTypes
The type of SET BUILTIN_ALIAS_OVERRIDE statement.
BuiltinFunctions - Class in org.h2.expression.function
Maintains the list of built-in functions.
ByteArrayDataType - Class in org.h2.mvstore.type
Class ByteArrayDataType.
byteArrayOutputStreamToString(ByteArrayOutputStream, Charset) - Static method in class org.h2.util.Utils10
Converts the buffer's contents into a string by decoding the bytes using the specified charset.
ByteStack - Class in org.h2.util
The stack of byte values.
ByteStack() - Constructor for class org.h2.util.ByteStack
Creates a new empty instance.

C

C_NUMBER - Enum constant in enum org.h2.engine.Mode.ExpressionNames
Use ordinal number of a column with C prefix.
cache - Variable in class org.h2.server.web.WebApp
Whether the response can be cached.
cache(String) - Static method in class org.h2.util.StringUtils
Get the string from the cache if possible.
Cache - Interface in org.h2.util
The cache keeps frequently used objects in the main memory.
CACHE - Static variable in class org.h2.util.TimeZoneProvider
A small cache for timezone providers.
CACHE_MIN_RECORDS - Static variable in class org.h2.engine.Constants
The minimum number of entries to keep in the cache.
CACHE_SIZE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET CACHE_SIZE statement.
CACHE_TYPE_DEFAULT - Static variable in class org.h2.engine.Constants
The default cache type.
cacheChained - Variable in class org.h2.util.CacheObject
The next element in the hash chain.
cacheConcurrency(int) - Method in class org.h2.mvstore.MVStore.Builder
Set the read cache concurrency.
CacheHead - Class in org.h2.util
The head element of the linked list.
CacheHead() - Constructor for class org.h2.util.CacheHead
 
CacheLongKeyLIRS<V> - Class in org.h2.mvstore.cache
A scan resistant cache that uses keys of type long.
CacheLongKeyLIRS(CacheLongKeyLIRS.Config) - Constructor for class org.h2.mvstore.cache.CacheLongKeyLIRS
Create a new cache with the given memory size.
CacheLongKeyLIRS.Config - Class in org.h2.mvstore.cache
The cache configuration.
CacheLRU - Class in org.h2.util
A cache implementation based on the last recently used (LRU) algorithm.
cacheNext - Variable in class org.h2.util.CacheObject
The next element in the LRU linked list.
CacheObject - Class in org.h2.util
The base object for all cached objects.
CacheObject() - Constructor for class org.h2.util.CacheObject
 
cachePrevious - Variable in class org.h2.util.CacheObject
The previous element in the LRU linked list.
cacheSize(int) - Method in class org.h2.mvstore.MVStore.Builder
Set the read cache size in MB.
CacheTQ - Class in org.h2.util
An alternative cache implementation.
CacheWriter - Interface in org.h2.util
The cache writer is called by the cache to persist changed data that needs to be removed from the cache.
calculateCost(SessionLocal, AllColumnsForPlan) - Method in class org.h2.table.Plan
Calculate the cost of this query plan.
calculateMemory() - Method in class org.h2.mvstore.Page
Calculate estimated memory used in persistent case.
calculateMemory() - Method in class org.h2.result.DefaultRow
Calculate the estimated memory used for this row, in bytes.
call() - Method in class org.h2.util.Task
The method to be implemented.
Call - Class in org.h2.command.dml
This class represents the statement CALL.
Call(SessionLocal) - Constructor for class org.h2.command.dml.Call
 
CALL - Static variable in interface org.h2.command.CommandInterface
The type of a CALL statement.
CALLABLE_STATEMENT - Static variable in class org.h2.message.TraceObject
The trace type id for callable statements.
callMethod(Object, String, Object...) - Static method in class org.h2.util.Utils
Calls an instance method via reflection.
callStaticMethod(String, Object...) - Static method in class org.h2.util.Utils
Calls a static method via reflection.
CAN_ONLY_ASSIGN_TO_VARIABLE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90137 is thrown when trying to assign a value to something that is not a variable.
cancel() - Method in class org.h2.command.Command
 
cancel() - Method in interface org.h2.command.CommandInterface
Cancel the statement if it is still processing.
cancel() - Method in class org.h2.command.CommandRemote
Cancel this current statement.
cancel() - Method in class org.h2.engine.Session
Cancel the current or next command (called when closing a connection).
cancel() - Method in class org.h2.engine.SessionLocal
 
cancel() - Method in class org.h2.engine.SessionRemote
 
cancel() - Method in class org.h2.jdbc.JdbcStatement
Cancels a currently running statement.
CANCEL_SESSION - Static variable in class org.h2.expression.function.SessionControlFunction
CANCEL_SESSION().
cancelRowUpdates() - Method in class org.h2.jdbc.JdbcResultSet
Cancels updating a row.
cancelRowUpdates() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
cancelStatement(int) - Method in class org.h2.engine.SessionRemote
Cancel the statement with the given id.
canDrop() - Method in class org.h2.mvstore.db.MVTable
 
canDrop() - Method in class org.h2.schema.Schema
Check if this schema can be dropped.
canDrop() - Method in class org.h2.table.MetaTable
 
canDrop() - Method in class org.h2.table.Table
Check if this table can be dropped.
canDrop() - Method in class org.h2.table.TableLink
 
canDrop() - Method in class org.h2.table.TableView
 
canDrop() - Method in class org.h2.table.VirtualTable
 
canFindNext() - Method in class org.h2.index.Index
Check if the index can get the next higher value.
canFindNext() - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
canGetFirstOrLast() - Method in class org.h2.index.DualIndex
 
canGetFirstOrLast() - Method in class org.h2.index.Index
Check if the index can directly look up the lowest or highest value of a column.
canGetFirstOrLast() - Method in class org.h2.index.RangeIndex
 
canGetFirstOrLast() - Method in class org.h2.mvstore.db.MVDelegateIndex
 
canGetFirstOrLast() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
canGetFirstOrLast() - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
canGetRowCount(SessionLocal) - Method in class org.h2.mvstore.db.MVTable
 
canGetRowCount(SessionLocal) - Method in class org.h2.table.DataChangeDeltaTable
 
canGetRowCount(SessionLocal) - Method in class org.h2.table.DualTable
 
canGetRowCount(SessionLocal) - Method in class org.h2.table.FunctionTable
 
canGetRowCount(SessionLocal) - Method in class org.h2.table.InformationSchemaTable
 
canGetRowCount(SessionLocal) - Method in class org.h2.table.MetaTable
 
canGetRowCount(SessionLocal) - Method in class org.h2.table.RangeTable
 
canGetRowCount(SessionLocal) - Method in class org.h2.table.Table
Check if the row count can be retrieved quickly.
canGetRowCount(SessionLocal) - Method in class org.h2.table.TableLink
 
canGetRowCount(SessionLocal) - Method in class org.h2.table.TableValueConstructorTable
 
canGetRowCount(SessionLocal) - Method in class org.h2.table.TableView
 
CANNOT_CHANGE_SETTING_WHEN_OPEN_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90133 is thrown when trying to change a specific database property while the database is already open.
CANNOT_DROP_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90107 is thrown when trying to drop an object because another object would become invalid.
CANNOT_DROP_CURRENT_USER - Static variable in class org.h2.api.ErrorCode
The error with code 90019 is thrown when trying to drop the current user, if there are no other admin users.
CANNOT_DROP_LAST_COLUMN - Static variable in class org.h2.api.ErrorCode
The error with code 90084 is thrown when trying to drop the last column of a table.
CANNOT_DROP_TABLE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90118 is thrown when trying to drop a table can not be dropped.
CANNOT_MIX_INDEXED_AND_UNINDEXED_PARAMS - Static variable in class org.h2.api.ErrorCode
The error with code 90123 is thrown when trying mix regular parameters and indexed parameters in the same statement.
CANNOT_TRUNCATE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90106 is thrown when trying to truncate a table that can not be truncated.
canReference() - Method in class org.h2.table.MetaTable
 
canReference() - Method in class org.h2.table.Table
Check if this table can be referenced.
canReference() - Method in class org.h2.table.TableView
 
canReference() - Method in class org.h2.table.VirtualTable
 
canRemove() - Method in class org.h2.util.CacheHead
 
canRemove() - Method in class org.h2.util.CacheObject
Check if the object can be removed from the cache.
canReuse() - Method in class org.h2.command.Command
Whether the command is already closed (in which case it can be re-used).
canReuse() - Method in class org.h2.command.CommandContainer
 
canScan() - Method in class org.h2.index.Index
Can this index iterate over all rows?
canScan() - Method in class org.h2.index.VirtualConstructedTableIndex
 
canTruncate() - Method in class org.h2.mvstore.db.MVTable
 
canTruncate() - Method in class org.h2.table.Table
Check if this table can be truncated.
canWrite() - Method in class org.h2.store.fs.disk.FilePathDisk
 
canWrite() - Method in class org.h2.store.fs.FilePath
Check if the file is writable.
canWrite() - Method in class org.h2.store.fs.FilePathWrapper
 
canWrite() - Method in class org.h2.store.fs.mem.FilePathMem
 
canWrite() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
canWrite() - Method in class org.h2.store.fs.zip.FilePathZip
 
canWrite(String) - Static method in class org.h2.store.fs.FileUtils
Check if the file is writable.
capacity() - Method in class org.h2.mvstore.WriteBuffer
Get the capacity.
CAPITALIZE - Enum constant in enum org.h2.expression.function.ToCharFunction.Capitalization
The string is capitalized (first letter uppercased, subsequent letters lowercased).
CardinalityExpression - Class in org.h2.expression.function
Cardinality expression.
CardinalityExpression(Expression, boolean) - Constructor for class org.h2.expression.function.CardinalityExpression
Creates new instance of cardinality expression.
CASCADE - Enum constant in enum org.h2.constraint.ConstraintActionType
The action is to cascade the operation.
CASE - Static variable in class org.h2.util.ParserUtil
The token "CASE".
CaseInsensitiveConcurrentMap<V> - Class in org.h2.value
A concurrent hash map with case-insensitive string keys.
CaseInsensitiveConcurrentMap() - Constructor for class org.h2.value.CaseInsensitiveConcurrentMap
 
caseInsensitiveIdentifiers - Variable in class org.h2.engine.DbSettings
Database setting CASE_INSENSITIVE_IDENTIFIERS (default: false).
caseInsensitiveIdentifiers - Variable in class org.h2.engine.Session.StaticSettings
Whether all identifiers are case insensitive.
CaseInsensitiveMap<V> - Class in org.h2.value
A hash map with a case-insensitive string key.
CaseInsensitiveMap() - Constructor for class org.h2.value.CaseInsensitiveMap
Creates new instance of case-insensitive map.
CaseInsensitiveMap(int) - Constructor for class org.h2.value.CaseInsensitiveMap
Creates new instance of case-insensitive map with specified initial capacity.
caseSensitive - Variable in class org.h2.value.DataType
If this data type is case sensitive.
cast(Object) - Method in class org.h2.mvstore.type.BasicDataType
Cast the storage object to an array of type T.
CAST - Static variable in class org.h2.util.ParserUtil
The token "CAST".
CastDataProvider - Interface in org.h2.engine
Provides information for type casts and comparison operations.
CastSpecification - Class in org.h2.expression.function
A cast specification.
CastSpecification(Expression, Column) - Constructor for class org.h2.expression.function.CastSpecification
 
CastSpecification(Expression, TypeInfo) - Constructor for class org.h2.expression.function.CastSpecification
 
castTo(TypeInfo, CastDataProvider) - Method in class org.h2.value.Value
Cast a value to the specified type.
CATALOG - Static variable in class org.h2.command.dml.SetTypes
The type of a SET CATALOG statement.
CEIL - Static variable in class org.h2.expression.function.MathFunction
CEIL() or CEILING().
ceilingEntry(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the entry with smallest key that is larger than or equal to this key, or null if no such key exists.
ceilingKey(K) - Method in class org.h2.mvstore.MVMap
Get the smallest key that is larger or equal to this key.
ceilingKey(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the smallest key that is larger than or equal to this key, or null if no such key exists.
CENTURY - Static variable in class org.h2.expression.function.DateTimeFunction
Century.
Change(String, Object, Object) - Constructor for class org.h2.mvstore.tx.TransactionStore.Change
 
CHANGE_ID - Static variable in class org.h2.engine.SessionRemote
 
ChangeFileEncryption - Class in org.h2.tools
Allows changing the database file encryption password or algorithm.
ChangeFileEncryption() - Constructor for class org.h2.tools.ChangeFileEncryption
 
changePrimaryKeysToNotNull(ArrayList) - Method in class org.h2.command.ddl.CommandWithColumns
For the given list of columns, disable "nullable" for those columns that are primary key columns.
CHAR - Static variable in class org.h2.api.H2Type
The CHARACTER data type.
CHAR - Static variable in class org.h2.expression.function.StringFunction1
CHAR() (non-standard).
CHAR - Static variable in class org.h2.value.Value
The value type for CHARACTER values.
CHAR_LENGTH - Static variable in class org.h2.expression.function.LengthFunction
CHAR_LENGTH().
charAndByteLengthUnits - Variable in class org.h2.engine.Mode
If true 'CHAR' and 'BYTE' length units are allowed.
charLength() - Method in class org.h2.value.Value
Returns length of this value in characters.
charLength() - Method in class org.h2.value.ValueBlob
 
charLength() - Method in class org.h2.value.ValueClob
 
charLength() - Method in class org.h2.value.ValueUuid
 
charPadding - Variable in class org.h2.engine.Mode
How to pad or trim CHAR values.
CHARSET - Static variable in class org.h2.value.CompareMode
This constant means the charset specified should be used.
CharsetCollator - Class in org.h2.value
The charset collator sorts strings according to the order in the given charset.
CharsetCollator(Charset) - Constructor for class org.h2.value.CharsetCollator
 
check(boolean, Spatial, Spatial) - Method in class org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
Check a given key.
check(SessionLocal, Value) - Method in class org.h2.constraint.ConstraintDomain
Check the specified value.
CHECK - Enum constant in enum org.h2.constraint.Constraint.Type
The constraint type for check constraints.
CHECK - Static variable in class org.h2.engine.SysProperties
System property h2.check (default: true for JDK/JRE, false for Android).
CHECK - Static variable in class org.h2.util.ParserUtil
The token "CHECK".
CHECK_CONSTRAINT_INVALID - Static variable in class org.h2.api.ErrorCode
The error with code 23514 is thrown when evaluation of a check constraint resulted in an error.
CHECK_CONSTRAINT_VIOLATED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 23513 is thrown when a check constraint is violated.
checkAdmin() - Method in class org.h2.engine.User
Checks if this user has admin rights.
checkArgType(Expression) - Static method in class org.h2.expression.function.BitFunction
checkArgument(boolean, String, Object...) - Static method in class org.h2.mvstore.DataUtils
Throw an IllegalArgumentException if the argument is invalid.
checkCanceled() - Method in class org.h2.command.Command
Check if this command has been canceled, and throw an exception if yes.
checkCanceled() - Method in class org.h2.command.Prepared
Check if this statement was canceled.
checkCanceled() - Method in class org.h2.engine.SessionLocal
Check if the current transaction is canceled by calling Statement.cancel() or because a session timeout was set and expired.
checkCapacity(int) - Method in class org.h2.store.Data
Check if there is still enough capacity in the buffer.
checkClosed() - Method in class org.h2.engine.SessionRemote
Check if this session is closed and throws an exception if so.
checkClosed() - Method in class org.h2.jdbc.JdbcConnection
INTERNAL.
checkComparable(TypeInfo, TypeInfo) - Static method in class org.h2.value.TypeInfo
Checks whether two specified types are comparable and throws an exception otherwise.
checkConstraints(SessionLocal, Value) - Method in class org.h2.schema.Domain
Check the specified value.
checkDeadlock(SessionLocal, SessionLocal, Set) - Method in class org.h2.mvstore.db.MVTable
 
checkDeadlock(SessionLocal, SessionLocal, Set) - Method in class org.h2.table.Table
Check if a deadlock occurred.
checkExistingData(SessionLocal) - Method in class org.h2.constraint.Constraint
Check the existing data.
checkExistingData(SessionLocal) - Method in class org.h2.constraint.ConstraintCheck
 
checkExistingData(SessionLocal) - Method in class org.h2.constraint.ConstraintDomain
 
checkExistingData(SessionLocal) - Method in class org.h2.constraint.ConstraintReferential
 
checkExistingData(SessionLocal) - Method in class org.h2.constraint.ConstraintUnique
 
checkIndex(SessionLocal, String, Value, Value) - Method in class org.h2.table.MetaTable
Checks index conditions.
checkIndexColumnTypes(IndexColumn[]) - Static method in class org.h2.index.Index
Check that the index columns are not CLOB or BLOB.
checkKeyAndGetDatabaseName(String) - Method in class org.h2.server.pg.PgServer
If no key is set, return the original database name.
checkKeyAndGetDatabaseName(String) - Method in class org.h2.server.TcpServer
If no key is set, return the original database name.
checkOwnsNoSchemas() - Method in class org.h2.engine.RightOwner
Check that this right owner does not own any schema.
checkParameterCount(int) - Method in class org.h2.mode.FunctionsMSSQLServer
 
checkParameterCount(int) - Method in class org.h2.mode.FunctionsMySQL
 
checkParameterCount(int) - Method in class org.h2.mode.FunctionsOracle
 
checkParameterCount(int) - Method in class org.h2.mode.FunctionsPostgreSQL
 
checkParameters() - Method in class org.h2.command.ddl.PrepareProcedure
 
checkParameters() - Method in class org.h2.command.dml.Explain
 
checkParameters() - Method in class org.h2.command.Prepared
Check if all parameters have been set.
checkpoint() - Method in class org.h2.engine.Database
Flush all changes and open a new transaction log.
CHECKPOINT - Static variable in interface org.h2.command.CommandInterface
The type of a CHECKPOINT statement.
CHECKPOINT_SYNC - Static variable in interface org.h2.command.CommandInterface
The type of a CHECKPOINT SYNC statement.
checkPowerOff() - Method in class org.h2.engine.Database
 
checkPowerOff() - Method in class org.h2.engine.SessionRemote
 
checkPowerOff() - Method in interface org.h2.store.DataHandler
Check if the simulated power failure occurred.
checkPowerOff() - Method in class org.h2.tools.Recover
INTERNAL
checkRename() - Method in class org.h2.engine.Comment
 
checkRename() - Method in class org.h2.engine.DbObject
Check if renaming is allowed.
checkRename() - Method in class org.h2.engine.Right
 
checkRename() - Method in class org.h2.engine.Setting
 
checkRename() - Method in class org.h2.index.LinkedIndex
 
checkRename() - Method in class org.h2.index.MetaIndex
 
checkRename() - Method in class org.h2.index.ViewIndex
 
checkRename() - Method in class org.h2.index.VirtualTableIndex
 
checkRename() - Method in class org.h2.schema.UserDefinedFunction
 
checkRename() - Method in class org.h2.table.MetaTable
 
checkRename() - Method in class org.h2.table.TableSynonym
 
checkRename() - Method in class org.h2.table.VirtualTable
 
checkRow(SessionLocal, Table, Row, Row) - Method in class org.h2.constraint.Constraint
Check if this row fulfils the constraint.
checkRow(SessionLocal, Table, Row, Row) - Method in class org.h2.constraint.ConstraintCheck
 
checkRow(SessionLocal, Table, Row, Row) - Method in class org.h2.constraint.ConstraintDomain
 
checkRow(SessionLocal, Table, Row, Row) - Method in class org.h2.constraint.ConstraintReferential
 
checkRow(SessionLocal, Table, Row, Row) - Method in class org.h2.constraint.ConstraintUnique
 
checkSchemaAdmin() - Method in class org.h2.engine.User
Checks if this user has schema admin rights for every schema.
checkSchemaOwner(Schema) - Method in class org.h2.engine.User
Checks if this user has schema owner rights for the specified schema.
checkSet() - Method in class org.h2.expression.Parameter
 
checkSet() - Method in interface org.h2.expression.ParameterInterface
Check if the value is set.
checkSet() - Method in class org.h2.expression.ParameterRemote
 
checkSupportAlter() - Method in class org.h2.mvstore.db.MVTable
 
checkSupportAlter() - Method in class org.h2.table.MetaTable
 
checkSupportAlter() - Method in class org.h2.table.Table
Check if this table supports ALTER TABLE.
checkSupportAlter() - Method in class org.h2.table.TableLink
 
checkSupportAlter() - Method in class org.h2.table.TableView
 
checkSupportAlter() - Method in class org.h2.table.VirtualTable
 
checkTableRight(Table, int) - Method in class org.h2.engine.User
Checks that this user has the given rights for the specified table.
checkWritingAllowed() - Method in class org.h2.engine.Database
 
checkWritingAllowed() - Method in class org.h2.engine.SessionRemote
 
checkWritingAllowed() - Method in interface org.h2.store.DataHandler
Check if writing is allowed.
checkWritingAllowed() - Method in class org.h2.table.Table
Tests if the table can be written.
checkWritingAllowed() - Method in class org.h2.table.TableLink
Linked tables don't know if they are readonly.
checkWritingAllowed() - Method in class org.h2.tools.Recover
INTERNAL
Chunk - Class in org.h2.mvstore
A chunk of data, containing one or multiple pages.
Chunk.PositionComparator - Class in org.h2.mvstore
 
CipherFactory - Class in org.h2.security
A factory to create new block cipher objects.
CLASS_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90086 is thrown when a class can not be loaded because it is not in the classpath or because a related class is not in the classpath.
classToType(Class) - Static method in class org.h2.value.ValueToObjectConverter2
Get the type information for the given Java class.
clean() - Method in class org.h2.security.auth.AuthenticationInfo
Clean authentication data.
cleanAuthenticationInfo() - Method in class org.h2.engine.ConnectionInfo
Clear authentication properties.
clear() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Remove all entries.
clear() - Method in class org.h2.mvstore.FileStore
Mark the file as empty.
clear() - Method in class org.h2.mvstore.FreeSpaceBitSet
Reset the list.
clear() - Method in class org.h2.mvstore.MVMap
Remove all entries.
clear() - Method in class org.h2.mvstore.tx.TransactionMap
Clear the map.
clear() - Method in class org.h2.mvstore.WriteBuffer
Clear the buffer after use.
clear() - Method in interface org.h2.util.Cache
Clear the cache.
clear() - Method in class org.h2.util.CacheLRU
 
clear() - Method in class org.h2.util.CacheTQ
 
clear() - Method in class org.h2.util.SoftValuesHashMap
 
clearBatch() - Method in class org.h2.jdbc.JdbcPreparedStatement
Clears the batch.
clearBatch() - Method in class org.h2.jdbc.JdbcStatement
Clears the batch.
clearCache() - Static method in class org.h2.util.StringUtils
Clear the cache.
clearCache() - Static method in class org.h2.value.Value
Clear the value cache.
clearIndexCaches(Database) - Static method in class org.h2.table.TableView
Clear the cached indexes for all sessions.
clearNames() - Static method in class org.h2.expression.function.ToCharFunction
Used for testing.
clearParameters() - Method in class org.h2.jdbc.JdbcPreparedStatement
Clears all parameters.
clearViewIndexCache() - Method in class org.h2.engine.SessionLocal
Clear the view cache for this session.
clearWarnings() - Method in class org.h2.jdbc.JdbcConnection
Clears all warnings.
clearWarnings() - Method in class org.h2.jdbc.JdbcResultSet
Clears all warnings.
clearWarnings() - Method in class org.h2.jdbc.JdbcStatement
Clears all warnings.
clearWarnings() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
CLIENT_TRACE_DIRECTORY - Static variable in class org.h2.engine.SysProperties
System property h2.clientTraceDirectory (default: trace.db/).
CLOB - Static variable in class org.h2.api.H2Type
The CHARACTER LARGE OBJECT data type.
CLOB - Static variable in class org.h2.message.TraceObject
The trace type id for clobs.
CLOB - Static variable in class org.h2.value.Value
The value type for CHARACTER LARGE OBJECT values.
clone() - Method in class org.h2.command.Token
 
clone() - Method in class org.h2.engine.ConnectionInfo
 
clone() - Method in class org.h2.mvstore.Page
 
clone(long) - Method in class org.h2.mvstore.db.SpatialKey
 
clone(long) - Method in interface org.h2.mvstore.rtree.Spatial
Creates a copy of this Spatial object with different id.
cloneByteArray(byte[]) - Static method in class org.h2.util.Utils
Create a new byte array and copy all the data.
cloneCharArray(char[]) - Static method in class org.h2.util.StringUtils
Create a new char array and copy all the data.
cloneIt() - Method in class org.h2.mvstore.MVMap
Clone the current map.
cloneIt() - Method in class org.h2.mvstore.rtree.MVRTreeMap
 
close() - Method in interface org.h2.api.Trigger
This method is called when the database is closed.
close() - Method in class org.h2.command.Command
 
close() - Method in interface org.h2.command.CommandInterface
Close the statement.
close() - Method in class org.h2.command.CommandRemote
 
close() - Method in class org.h2.compress.LZFInputStream
 
close() - Method in class org.h2.compress.LZFOutputStream
 
close() - Method in class org.h2.engine.Session
Roll back pending transactions and close the session.
close() - Method in class org.h2.engine.SessionLocal
 
close() - Method in class org.h2.engine.SessionRemote
 
close() - Method in class org.h2.fulltext.FullText.FullTextTrigger
INTERNAL
close() - Method in class org.h2.fulltext.FullTextLucene.FullTextTrigger
INTERNAL
close() - Method in class org.h2.jdbc.JdbcConnection
Closes this connection.
close() - Method in class org.h2.jdbc.JdbcPreparedStatement
Closes this statement.
close() - Method in class org.h2.jdbc.JdbcResultSet
Closes the result set.
close() - Method in class org.h2.jdbc.JdbcStatement
Closes this statement.
close() - Method in class org.h2.jdbcx.JdbcXAConnection
Close the physical connection.
close() - Method in class org.h2.message.TraceSystem
Close the writers, and the files if required.
close() - Method in class org.h2.mvstore.db.MVTempResult
 
close() - Method in class org.h2.mvstore.FileStore
Close this store.
close() - Method in class org.h2.mvstore.MVStore
Close the file and the store.
close() - Method in class org.h2.mvstore.OffHeapStore
 
close() - Method in class org.h2.mvstore.tx.TransactionStore
Close the transaction store.
close() - Method in class org.h2.result.LazyResult
 
close() - Method in class org.h2.result.LocalResult
 
close() - Method in interface org.h2.result.ResultExternal
Close this object and delete the temporary file.
close() - Method in interface org.h2.result.ResultInterface
Close the result and delete any temporary files
close() - Method in class org.h2.result.ResultRemote
 
close() - Method in class org.h2.result.ResultWithPaddedStrings
 
close() - Method in class org.h2.result.SimpleResult
 
close() - Method in class org.h2.schema.Sequence
Flush the current value to disk and close this object.
close() - Method in class org.h2.schema.TriggerObject
Close the trigger.
close() - Method in class org.h2.store.CountingReaderInputStream
 
close() - Method in class org.h2.store.DataReader
 
close() - Method in class org.h2.store.FileStore
Close the file.
close() - Method in class org.h2.store.FileStoreInputStream
 
close() - Method in class org.h2.store.FileStoreOutputStream
 
close() - Method in class org.h2.store.fs.FileChannelInputStream
 
close() - Method in class org.h2.store.RangeInputStream
 
close() - Method in class org.h2.store.RangeReader
 
close() - Method in class org.h2.tools.Csv
INTERNAL
close() - Method in class org.h2.tools.SimpleResultSet
Closes the result set and releases the resources.
close() - Method in interface org.h2.tools.SimpleRowSource
Close the row source.
close() - Method in class org.h2.util.ScriptReader
Close the underlying reader.
close() - Method in class org.h2.value.Transfer
Close the transfer object and the socket.
close(int) - Method in class org.h2.mvstore.db.Store
Close the store.
close(int) - Method in class org.h2.mvstore.MVStore
Close the file and the store.
close(SessionLocal) - Method in class org.h2.index.Index
Close this index.
close(SessionLocal) - Method in class org.h2.index.LinkedIndex
 
close(SessionLocal) - Method in class org.h2.index.MetaIndex
 
close(SessionLocal) - Method in class org.h2.index.ViewIndex
 
close(SessionLocal) - Method in class org.h2.index.VirtualTableIndex
 
close(SessionLocal) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
close(SessionLocal) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
close(SessionLocal) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
close(SessionLocal) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
close(SessionLocal) - Method in class org.h2.mvstore.db.MVTable
 
close(SessionLocal) - Method in class org.h2.table.MetaTable
 
close(SessionLocal) - Method in class org.h2.table.Table
Close the table object and flush changes.
close(SessionLocal) - Method in class org.h2.table.TableLink
 
close(SessionLocal) - Method in class org.h2.table.TableView
 
close(SessionLocal) - Method in class org.h2.table.VirtualTable
 
CLOSE_BRACKET - Static variable in class org.h2.bnf.RuleFixed
 
closeAll() - Static method in class org.h2.fulltext.FullText
INTERNAL Close all fulltext settings, freeing up memory.
closeAndDeleteSilently() - Method in class org.h2.store.FileStore
Close the file (ignoring exceptions) and delete the file.
CLOSED - Enum constant in enum org.h2.engine.SessionLocal.State
 
CLOSED - Enum constant in enum org.h2.jdbc.JdbcLob.State
Object is closed.
closeFile() - Method in class org.h2.store.FileStore
Close the file.
closeImmediately() - Method in class org.h2.mvstore.db.Store
Close the store, without persisting changes.
closeImmediately() - Method in class org.h2.mvstore.MVStore
Close the file and the store, without writing anything.
closeOldResultSet() - Method in class org.h2.jdbc.JdbcStatement
INTERNAL.
closeOnCompletion() - Method in class org.h2.jdbc.JdbcStatement
Specifies that this statement will be closed when its dependent result set is closed.
closeSilently() - Method in class org.h2.store.FileStore
Close the file without throwing any exceptions.
closeSilently(AutoCloseable) - Static method in class org.h2.util.IOUtils
Close an AutoCloseable without throwing an exception.
closeSilently(ServerSocket) - Static method in class org.h2.util.NetUtils
Close a server socket and ignore any exceptions.
closeSilently(Connection) - Static method in class org.h2.util.JdbcUtils
Close a connection without throwing an exception.
closeSilently(ResultSet) - Static method in class org.h2.util.JdbcUtils
Close a result set without throwing an exception.
closeSilently(Statement) - Static method in class org.h2.util.JdbcUtils
Close a statement without throwing an exception.
CloseWatcher - Class in org.h2.util
A phantom reference to watch for unclosed objects.
CloseWatcher(Object, ReferenceQueue, AutoCloseable) - Constructor for class org.h2.util.CloseWatcher
 
closingDatabase() - Method in interface org.h2.api.DatabaseEventListener
This method is called before the database is closed normally.
CLUSTER - Static variable in class org.h2.command.dml.SetTypes
The type of a SET CLUSTER statement.
CLUSTER_ERROR_DATABASE_RUNS_ALONE - Static variable in class org.h2.api.ErrorCode
The error with code 90093 is thrown when trying to connect to a clustered database that runs in standalone mode.
CLUSTER_ERROR_DATABASE_RUNS_CLUSTERED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90094 is thrown when trying to connect to a clustered database that runs together with a different cluster node setting than what is used when trying to connect.
CLUSTERING_DISABLED - Static variable in class org.h2.engine.Constants
The value of the cluster setting if clustering is disabled.
CLUSTERING_ENABLED - Static variable in class org.h2.engine.Constants
The value of the cluster setting if clustering is enabled (the actual value is checked later).
COALESCE - Static variable in class org.h2.expression.function.CoalesceFunction
COALESCE().
CoalesceFunction - Class in org.h2.expression.function
A COALESCE, GREATEST, or LEAST function.
CoalesceFunction(int) - Constructor for class org.h2.expression.function.CoalesceFunction
 
CoalesceFunction(int, Expression...) - Constructor for class org.h2.expression.function.CoalesceFunction
 
COLLATION - Static variable in class org.h2.command.dml.SetTypes
The type of a SET COLLATION statement.
COLLATION_CHANGE_WITH_DATA_TABLE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90089 is thrown when trying to change the collation while there was already data in the database.
COLLATOR_CACHE_SIZE - Static variable in class org.h2.engine.SysProperties
System property h2.collatorCacheSize (default: 3 2000).
collectDependencies(HashSet) - Method in class org.h2.command.dml.Delete
 
collectDependencies(HashSet) - Method in class org.h2.command.dml.Explain
 
collectDependencies(HashSet) - Method in class org.h2.command.dml.Insert
 
collectDependencies(HashSet) - Method in class org.h2.command.dml.Merge
 
collectDependencies(HashSet) - Method in class org.h2.command.dml.MergeUsing
 
collectDependencies(HashSet) - Method in class org.h2.command.dml.Update
 
collectDependencies(HashSet) - Method in class org.h2.command.Prepared
Find and collect all DbObjects, this Prepared depends on.
collectDependencies(HashSet) - Method in class org.h2.command.query.Query
 
collectGarbage() - Static method in class org.h2.util.Utils
Run Java memory garbage collection.
collectInsertedFinalRow(SessionLocal, Table, ResultTarget, DataChangeDeltaTable.ResultOption, Row) - Static method in class org.h2.table.DataChangeDeltaTable
Collects final row for INSERT operations.
column - Variable in class org.h2.table.IndexColumn
The column, or null if not set.
column(String, TypeInfo) - Method in class org.h2.table.MetaTable
Creates a column with the specified name and data type.
Column - Class in org.h2.table
This class represents a column in a table.
Column(String, TypeInfo) - Constructor for class org.h2.table.Column
 
Column(String, TypeInfo, Table, int) - Constructor for class org.h2.table.Column
 
COLUMN - Static variable in class org.h2.bnf.context.DbContextRule
 
COLUMN_ALIAS - Static variable in class org.h2.bnf.context.DbContextRule
 
COLUMN_ALIAS_IS_NOT_SPECIFIED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90156 is thrown when trying to create a view or a table from a select and some expression doesn't have a column name or alias when it is required by a compatibility mode.
COLUMN_CONTAINS_NULL_VALUES_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90081 is thrown when trying to alter a column to not allow NULL, if there is already data in the table where this column is NULL.
COLUMN_COUNT_DOES_NOT_MATCH - Static variable in class org.h2.api.ErrorCode
The error with code 21002 is thrown when the number of columns does not match.
COLUMN_IS_PART_OF_INDEX_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90075 is thrown when trying to alter a table and allow null for a column that is part of a primary key or hash index.
COLUMN_IS_REFERENCED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90083 is thrown when trying to drop a column that is part of a constraint.
COLUMN_MUST_NOT_BE_NULLABLE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90023 is thrown when trying to set a primary key on a nullable column or when trying to drop NOT NULL constraint on primary key or identity column.
COLUMN_NAMES - Static variable in class org.h2.engine.GeneratedKeysMode
Use specified column names to return generated keys from.
COLUMN_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 42122 is thrown when referencing an non-existing column.
COLUMN_NUMBERS - Static variable in class org.h2.engine.GeneratedKeysMode
Use specified column indices to return generated keys from.
columnIds - Variable in class org.h2.index.Index
Identities of table columns.
columnIndexExpr - Variable in class org.h2.command.query.QueryOrderBy
The column index expression.
columnName - Variable in class org.h2.table.IndexColumn
The column name.
ColumnResolver - Interface in org.h2.table
A column resolver is list of column (for example, a table) that can map a column name to an actual column.
columns - Variable in class org.h2.command.ddl.CreateTableData
The column list.
columns - Variable in class org.h2.fulltext.IndexInfo
The column names.
columns - Variable in class org.h2.index.Index
Table columns used in this index.
columns - Variable in class org.h2.table.Table
The columns of this table.
ColumnTemplate - Interface in org.h2.table
Column or domain.
combineBlob(Connection, int) - Static method in class org.h2.command.dml.ScriptCommand
Combine a BLOB.
combineClob(Connection, int) - Static method in class org.h2.command.dml.ScriptCommand
Combine a CLOB.
command - Variable in class org.h2.jdbc.JdbcPreparedStatement
 
Command - Class in org.h2.command
Represents a SQL statement.
COMMAND - Static variable in class org.h2.message.Trace
The trace module id for commands.
COMMAND_CLOSE - Static variable in class org.h2.engine.SessionRemote
 
COMMAND_COMMIT - Static variable in class org.h2.engine.SessionRemote
 
COMMAND_EXECUTE_QUERY - Static variable in class org.h2.engine.SessionRemote
 
COMMAND_EXECUTE_UPDATE - Static variable in class org.h2.engine.SessionRemote
 
COMMAND_GET_META_DATA - Static variable in class org.h2.engine.SessionRemote
 
CommandContainer - Class in org.h2.command
Represents a single SQL statements.
CommandContainer(SessionLocal, String, Prepared) - Constructor for class org.h2.command.CommandContainer
 
CommandInterface - Interface in org.h2.command
Represents a SQL statement.
CommandRemote - Class in org.h2.command
Represents the client-side part of a SQL statement.
CommandRemote(SessionRemote, ArrayList, String, int) - Constructor for class org.h2.command.CommandRemote
 
CommandWithColumns - Class in org.h2.command.ddl
 
CommandWithColumns(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CommandWithColumns
 
CommandWithValues - Class in org.h2.command.dml
Command that supports VALUES clause.
CommandWithValues(SessionLocal) - Constructor for class org.h2.command.dml.CommandWithValues
Creates new instance of command with VALUES clause.
comment - Variable in class org.h2.engine.DbObject
The comment (if set).
Comment - Class in org.h2.engine
Represents a database object comment.
Comment(Database, int, DbObject) - Constructor for class org.h2.engine.Comment
 
COMMENT - Static variable in interface org.h2.command.CommandInterface
The type of a COMMENT statement.
COMMENT - Static variable in class org.h2.engine.DbObject
This object is a comment.
commit() - Method in class org.h2.jdbc.JdbcConnection
Commits the current transaction.
commit() - Method in class org.h2.mvstore.db.MVTable
Mark the transaction as committed, so that the modification counter of the database is incremented.
commit() - Method in class org.h2.mvstore.MVStore
Commit the changes.
commit() - Method in class org.h2.mvstore.tx.Transaction
Commit the transaction.
commit(boolean) - Method in class org.h2.engine.SessionLocal
Commit the current transaction.
commit(Xid, boolean) - Method in class org.h2.jdbcx.JdbcXAConnection
Commit a transaction.
COMMIT - Static variable in interface org.h2.command.CommandInterface
The type of a COMMIT statement.
COMMIT - Static variable in interface org.h2.store.InDoubtTransaction
The transaction state meaning this transaction is committed.
COMMIT_ROLLBACK_NOT_ALLOWED - Static variable in class org.h2.api.ErrorCode
The error with code 90058 is thrown when trying to call commit or rollback inside a trigger, or when trying to call a method inside a trigger that implicitly commits the current transaction, if an object is locked.
COMMIT_TRANSACTION - Static variable in interface org.h2.command.CommandInterface
The type of a COMMIT TRANSACTION statement.
compact(int, int) - Method in class org.h2.mvstore.MVStore
Try to increase the fill rate by re-writing partially full chunks.
compact(String, boolean) - Static method in class org.h2.mvstore.MVStoreTool
Compress the store by creating a new file and copying the live pages there.
compact(String, String, boolean) - Static method in class org.h2.mvstore.MVStoreTool
Copy all live pages from the source store to the target store.
compact(MVStore, MVStore) - Static method in class org.h2.mvstore.MVStoreTool
Copy all live pages from the source store to the target store.
compactCleanUp(String) - Static method in class org.h2.mvstore.MVStoreTool
Clean up if needed, in a case a compact operation was interrupted due to killing the process or a power failure.
compactFile(int) - Method in class org.h2.mvstore.db.Store
Compact the database file, that is, compact blocks that have a low fill rate, and move chunks next to each other.
compactFile(int) - Method in class org.h2.mvstore.MVStore
Compact store file, that is, compact blocks that have a low fill rate, and move chunks next to each other.
compactMoveChunks() - Method in class org.h2.mvstore.MVStore
Compact by moving all chunks next to each other.
compare(long[], long[]) - Method in class org.h2.tools.MultiDimension
 
compare(Long, Long) - Method in class org.h2.mvstore.type.LongDataType
 
compare(Object, Object) - Method in class org.h2.mvstore.type.ObjectDataType
 
compare(String, String) - Method in class org.h2.mvstore.type.StringDataType
 
compare(String, String) - Method in class org.h2.value.CharsetCollator
 
compare(Chunk, Chunk) - Method in class org.h2.mvstore.Chunk.PositionComparator
 
compare(LobStorageMap.BlobReference, LobStorageMap.BlobReference) - Method in class org.h2.mvstore.db.LobStorageMap.BlobReference.Type
 
compare(Spatial, Spatial) - Method in class org.h2.mvstore.rtree.SpatialDataType
 
compare(DataType, DataType) - Method in class org.h2.mvstore.type.MetaType
 
compare(SearchRow, SearchRow) - Method in class org.h2.mvstore.db.RowDataType
 
compare(Value[], Value[]) - Method in class org.h2.result.SortOrder
Compare two expression lists.
compare(Value, Value) - Method in class org.h2.engine.SessionLocal
Compare two values with the current comparison mode.
compare(Value, Value) - Method in class org.h2.mvstore.db.NullValueDataType
 
compare(Value, Value) - Method in class org.h2.mvstore.db.ValueDataType
 
compare(Value, Value) - Method in class org.h2.value.CompareMode
 
compare(VersionedValue, VersionedValue) - Method in class org.h2.mvstore.tx.VersionedValueType
 
compare(T, T) - Method in class org.h2.mvstore.type.BasicDataType
 
compare(T, T) - Method in interface org.h2.mvstore.type.DataType
Compare two keys.
CompareLike - Class in org.h2.expression.condition
Pattern matching comparison expression: WHERE NAME LIKE ?
CompareLike(Database, Expression, boolean, boolean, Expression, Expression, CompareLike.LikeType) - Constructor for class org.h2.expression.condition.CompareLike
 
CompareLike(CompareMode, String, Expression, boolean, boolean, Expression, Expression, CompareLike.LikeType) - Constructor for class org.h2.expression.condition.CompareLike
 
CompareLike.LikeType - Enum in org.h2.expression.condition
The type of comparison.
compareMode - Variable in class org.h2.table.Table
The compare mode used for this table.
CompareMode - Class in org.h2.value
Instances of this class can compare strings.
CompareMode(String, int) - Constructor for class org.h2.value.CompareMode
 
CompareModeDefault - Class in org.h2.value
The default implementation of CompareMode.
CompareModeDefault(String, int) - Constructor for class org.h2.value.CompareModeDefault
 
CompareModeIcu4J - Class in org.h2.value
An implementation of CompareMode that uses the ICU4J Collator.
CompareModeIcu4J(String, int) - Constructor for class org.h2.value.CompareModeIcu4J
 
compareNotNull(byte[], byte[]) - Static method in class org.h2.mvstore.type.ObjectDataType
Compare the contents of two byte arrays.
compareNotNull(char[], char[]) - Static method in class org.h2.util.Bits
Compare the contents of two char arrays.
compareNotNullSigned(byte[], byte[]) - Static method in class org.h2.util.Bits
Compare the contents of two byte arrays.
compareNotNullUnsigned(byte[], byte[]) - Static method in class org.h2.util.Bits
Compare the contents of two byte arrays.
compareNull(boolean, int) - Method in enum org.h2.mode.DefaultNullOrdering
Compare two expressions where one of them is NULL.
compareRows(SearchRow, SearchRow) - Method in class org.h2.index.Index
Compare two rows.
compareSecure(byte[], byte[]) - Static method in class org.h2.util.Utils
Compare two byte arrays.
compareString(String, String, boolean) - Method in class org.h2.value.CompareMode
Compare two strings.
compareString(String, String, boolean) - Method in class org.h2.value.CompareModeDefault
 
compareString(String, String, boolean) - Method in class org.h2.value.CompareModeIcu4J
 
compareTo(Constraint) - Method in class org.h2.constraint.Constraint
 
compareTo(MetaRecord) - Method in class org.h2.engine.MetaRecord
Sort the list of meta records by 'create order'.
compareTo(LobStorageMap.BlobReference) - Method in class org.h2.mvstore.db.LobStorageMap.BlobReference
 
compareTo(FunctionAlias.JavaMethod) - Method in class org.h2.schema.FunctionAlias.JavaMethod
 
compareTo(ConnectionInfo) - Method in class org.h2.server.web.ConnectionInfo
 
compareTo(CacheObject) - Method in class org.h2.util.CacheObject
 
compareTo(Value, CastDataProvider, CompareMode) - Method in class org.h2.value.Value
Compare this value against another value using the specified compare mode.
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.mvstore.db.SpatialKey
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.result.SearchRow
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.Value
Compare this value against another value given that the values are of the same data type.
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueArray
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueBigint
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueBlob
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueBoolean
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueBinary
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueGeometry
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueJavaObject
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueJson
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueVarbinary
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueChar
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueClob
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueDate
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueDecfloat
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueDouble
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueEnumBase
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueInteger
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueInterval
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueNull
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueNumeric
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueReal
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueRow
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueSmallint
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueVarchar
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueTime
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueTimestamp
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueTimestampTimeZone
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueTimeTimeZone
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueTinyint
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueUuid
 
compareTypeSafe(Value, CompareMode, CastDataProvider) - Method in class org.h2.value.ValueVarcharIgnoreCase
 
compareTypeSafe(Value, Value) - Method in class org.h2.engine.SessionLocal
Compare two values with the current comparison mode.
compareValues(CastDataProvider, Value, Value) - Method in class org.h2.table.Table
Compare two values with the current comparison mode.
compareValues(Value, Value, int) - Method in class org.h2.mvstore.db.ValueDataType
Compares the specified values.
compareWithNull(Value, boolean, CastDataProvider, CompareMode) - Method in class org.h2.value.Value
Compare this value against another value using the specified compare mode.
compareWithNull(Value, boolean, CastDataProvider, CompareMode) - Method in class org.h2.value.ValueCollectionBase
 
compareWithNull(Value, Value, boolean) - Method in class org.h2.engine.SessionLocal
Compare two values with the current comparison mode.
Comparison - Class in org.h2.expression.condition
Example comparison expressions are ID=1, NAME=NAME, NAME IS NULL.
Comparison(int, Expression, Expression, boolean) - Constructor for class org.h2.expression.condition.Comparison
 
CompatibilityDatePlusTimeOperation - Class in org.h2.expression
A compatibility mathematical operation with datetime values.
CompatibilityDatePlusTimeOperation(Expression, Expression) - Constructor for class org.h2.expression.CompatibilityDatePlusTimeOperation
 
CompatibilitySequenceValueFunction - Class in org.h2.expression.function
NEXTVAL() and CURRVAL() compatibility functions.
CompatibilitySequenceValueFunction(Expression, Expression, boolean) - Constructor for class org.h2.expression.function.CompatibilitySequenceValueFunction
 
compress() - Method in class org.h2.mvstore.MVStore.Builder
Compress data before writing using the LZF algorithm.
compress(byte[], int, int, byte[], int) - Method in class org.h2.compress.CompressDeflate
 
compress(byte[], int, int, byte[], int) - Method in class org.h2.compress.CompressLZF
 
compress(byte[], int, int, byte[], int) - Method in class org.h2.compress.CompressNo
 
compress(byte[], int, int, byte[], int) - Method in interface org.h2.compress.Compressor
Compress a number of bytes.
compress(byte[], String) - Method in class org.h2.tools.CompressTool
Compressed the data using the specified algorithm.
compress(ByteBuffer, int, byte[], int) - Method in class org.h2.compress.CompressLZF
Compress a number of bytes.
COMPRESS - Static variable in class org.h2.expression.function.CompressFunction
COMPRESS() (non-standard).
compressData - Variable in class org.h2.engine.DbSettings
Database setting COMPRESS (default: false).
CompressDeflate - Class in org.h2.compress
This is a wrapper class for the Deflater class.
CompressDeflate() - Constructor for class org.h2.compress.CompressDeflate
 
COMPRESSED_VAR_INT_MAX - Static variable in class org.h2.mvstore.DataUtils
The maximum integer that needs less space when using variable size encoding (only 3 bytes instead of 4).
COMPRESSED_VAR_LONG_MAX - Static variable in class org.h2.mvstore.DataUtils
The maximum long that needs less space when using variable size encoding (only 7 bytes instead of 8).
CompressFunction - Class in org.h2.expression.function
A COMPRESS or EXPAND function.
CompressFunction(Expression, Expression, int) - Constructor for class org.h2.expression.function.CompressFunction
 
compressHigh() - Method in class org.h2.mvstore.MVStore.Builder
Compress data before writing using the Deflate algorithm.
COMPRESSION_ERROR - Static variable in class org.h2.api.ErrorCode
The error with code 90104 is thrown when the data can not be de-compressed.
CompressLZF - Class in org.h2.compress
This class implements the LZF lossless data compression algorithm.
CompressLZF() - Constructor for class org.h2.compress.CompressLZF
 
CompressNo - Class in org.h2.compress
This class implements a data compression algorithm that does in fact not compress.
CompressNo() - Constructor for class org.h2.compress.CompressNo
 
Compressor - Interface in org.h2.compress
Each data compression algorithm must implement this interface.
CompressTool - Class in org.h2.tools
A tool to losslessly compress data, and expand the compressed data again.
CONCAT - Static variable in class org.h2.bnf.RuleFixed
 
CONCAT - Static variable in class org.h2.expression.function.ConcatFunction
CONCAT() (non-standard).
CONCAT_WS - Static variable in class org.h2.expression.function.ConcatFunction
CONCAT_WS() (non-standard).
ConcatenationOperation - Class in org.h2.expression
Character string concatenation as in 'Hello' || 'World', binary string concatenation as in X'01' || X'AB' or an array concatenation as in ARRAY[1, 2] || 3.
ConcatenationOperation() - Constructor for class org.h2.expression.ConcatenationOperation
 
ConcatenationOperation(Expression, Expression) - Constructor for class org.h2.expression.ConcatenationOperation
 
ConcatFunction - Class in org.h2.expression.function
A CONCAT or CONCAT_WS function.
ConcatFunction(int) - Constructor for class org.h2.expression.function.ConcatFunction
 
ConcatFunction(int, Expression...) - Constructor for class org.h2.expression.function.ConcatFunction
 
CONCURRENT_UPDATE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90131 is thrown when using multi version concurrency control, and trying to update the same row from within two connections at the same time, or trying to insert two rows with the same key from two connections.
ConditionAndOr - Class in org.h2.expression.condition
An 'and' or 'or' condition as in WHERE ID=1 AND NAME=?
ConditionAndOr(int, Expression, Expression) - Constructor for class org.h2.expression.condition.ConditionAndOr
 
ConditionAndOrN - Class in org.h2.expression.condition
An 'and' or 'or' condition as in WHERE ID=1 AND NAME=?
ConditionAndOrN(int, List) - Constructor for class org.h2.expression.condition.ConditionAndOrN
 
ConditionAndOrN(int, Expression, Expression, Expression) - Constructor for class org.h2.expression.condition.ConditionAndOrN
 
ConditionIn - Class in org.h2.expression.condition
An 'in' condition with a list of values, as in WHERE NAME IN(...)
ConditionIn(Expression, boolean, boolean, ArrayList) - Constructor for class org.h2.expression.condition.ConditionIn
Create a new IN(..) condition.
ConditionInConstantSet - Class in org.h2.expression.condition
Used for optimised IN(...) queries where the contents of the IN list are all constant and of the same type.
ConditionInParameter - Class in org.h2.expression.condition
A condition with parameter as = ANY(?).
ConditionInParameter(Expression, boolean, boolean, Parameter) - Constructor for class org.h2.expression.condition.ConditionInParameter
Create a new = ANY(?) condition.
ConditionInQuery - Class in org.h2.expression.condition
An IN() condition with a subquery, as in WHERE ID IN(SELECT ...)
ConditionInQuery(Expression, boolean, boolean, Query, boolean, int) - Constructor for class org.h2.expression.condition.ConditionInQuery
 
ConditionLocalAndGlobal - Class in org.h2.expression.condition
A global condition or combination of local and global conditions.
ConditionLocalAndGlobal(Expression, Expression) - Constructor for class org.h2.expression.condition.ConditionLocalAndGlobal
 
ConditionNot - Class in org.h2.expression.condition
A NOT condition.
ConditionNot(Expression) - Constructor for class org.h2.expression.condition.ConditionNot
 
Config() - Constructor for class org.h2.mvstore.cache.CacheLongKeyLIRS.Config
 
ConfigProperties - Class in org.h2.security.auth
wrapper for configuration properties
ConfigProperties() - Constructor for class org.h2.security.auth.ConfigProperties
 
ConfigProperties(Collection) - Constructor for class org.h2.security.auth.ConfigProperties
 
ConfigProperties(PropertyConfig...) - Constructor for class org.h2.security.auth.ConfigProperties
 
Configurable - Interface in org.h2.security.auth
describe how to perform objects runtime configuration
configure(ConfigProperties) - Method in interface org.h2.security.auth.Configurable
configure the component
configure(ConfigProperties) - Method in class org.h2.security.auth.impl.AssignRealmNameRole
 
configure(ConfigProperties) - Method in class org.h2.security.auth.impl.JaasCredentialsValidator
 
configure(ConfigProperties) - Method in class org.h2.security.auth.impl.LdapCredentialsValidator
 
configure(ConfigProperties) - Method in class org.h2.security.auth.impl.StaticRolesMapper
 
configure(ConfigProperties) - Method in class org.h2.security.auth.impl.StaticUserCredentialsValidator
 
configureFromUrl(URL) - Method in class org.h2.security.auth.DefaultAuthenticator
Configure the authenticator from a configuration file
conn - Variable in class org.h2.jdbc.JdbcStatement
 
CONN_URL_COLUMNLIST - Static variable in class org.h2.engine.Constants
The database URL used when calling a function if only the column list should be returned.
CONN_URL_INTERNAL - Static variable in class org.h2.engine.Constants
The database URL used when calling a function if the data should be returned.
connect(String, Properties) - Method in class org.h2.Driver
Open a database connection.
connectEmbeddedOrServer(boolean) - Method in class org.h2.engine.SessionRemote
Open a new (remote or embedded) session.
CONNECTION - Static variable in class org.h2.message.TraceObject
The trace type id for connections.
CONNECTION_BROKEN_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90067 is thrown when the client could not connect to the database, or if the connection was lost.
connectionClosed(ConnectionEvent) - Method in class org.h2.jdbcx.JdbcConnectionPool
INTERNAL
connectionErrorOccurred(ConnectionEvent) - Method in class org.h2.jdbcx.JdbcConnectionPool
INTERNAL
ConnectionInfo - Class in org.h2.engine
Encapsulates the connection settings, including user name and password.
ConnectionInfo - Class in org.h2.server.web
The connection info object is a wrapper for database connection information such as the database URL, user name and password.
ConnectionInfo(String) - Constructor for class org.h2.engine.ConnectionInfo
Create a connection info object.
ConnectionInfo(String) - Constructor for class org.h2.server.web.ConnectionInfo
 
ConnectionInfo(String, Properties, String, Object) - Constructor for class org.h2.engine.ConnectionInfo
Create a connection info object.
Console - Class in org.h2.tools
Starts the H2 Console (web-) server, as well as the TCP and PG server.
Console() - Constructor for class org.h2.tools.Console
 
CONSOLE_MAX_PROCEDURES_LIST_COLUMNS - Static variable in class org.h2.engine.SysProperties
System property h2.consoleProcedureColumns (default: 500).
CONSOLE_MAX_TABLES_LIST_COLUMNS - Static variable in class org.h2.engine.SysProperties
System property h2.consoleTableColumns (default: 500).
CONSOLE_MAX_TABLES_LIST_INDEXES - Static variable in class org.h2.engine.SysProperties
System property h2.consoleTableIndexes (default: 100).
CONSOLE_STREAM - Static variable in class org.h2.engine.SysProperties
System property h2.consoleStream (default: true).
CONSOLE_TIMEOUT - Static variable in class org.h2.engine.SysProperties
System property h2.consoleTimeout (default: 1800000).
Constant - Class in org.h2.schema
A user-defined constant as created by the SQL statement CREATE CONSTANT
Constant(Schema, int, String) - Constructor for class org.h2.schema.Constant
 
CONSTANT - Static variable in class org.h2.engine.DbObject
This object is a constant.
CONSTANT_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90114 is thrown when trying to create a constant if a constant with this name already exists.
CONSTANT_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90115 is thrown when trying to drop a constant that does not exists.
Constants - Class in org.h2.engine
Constants are fixed values that are used in the whole database code.
Constraint - Class in org.h2.constraint
The base class for constraint checking.
CONSTRAINT - Static variable in class org.h2.engine.DbObject
This object is a constraint (check constraint, unique constraint, or referential constraint).
CONSTRAINT - Static variable in class org.h2.message.Trace
The trace module id for constraints.
CONSTRAINT - Static variable in class org.h2.util.ParserUtil
The token "CONSTRAINT".
CONSTRAINT_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90045 is thrown when trying to create a constraint if an object with this name already exists.
CONSTRAINT_IS_USED_BY_CONSTRAINT_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90152 is thrown when trying to manually drop a unique or primary key constraint that is referenced by a foreign key constraint without a CASCADE clause.
CONSTRAINT_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90057 is thrown when trying to drop a constraint that does not exist.
Constraint.Type - Enum in org.h2.constraint
 
ConstraintActionType - Enum in org.h2.constraint
 
ConstraintCheck - Class in org.h2.constraint
A check constraint.
ConstraintCheck(Schema, int, String, Table) - Constructor for class org.h2.constraint.ConstraintCheck
 
ConstraintDomain - Class in org.h2.constraint
A domain constraint.
ConstraintDomain(Schema, int, String, Domain) - Constructor for class org.h2.constraint.ConstraintDomain
 
ConstraintReferential - Class in org.h2.constraint
A referential constraint.
ConstraintReferential(Schema, int, String, Table) - Constructor for class org.h2.constraint.ConstraintReferential
 
ConstraintUnique - Class in org.h2.constraint
A unique constraint.
ConstraintUnique(Schema, int, String, Table, boolean) - Constructor for class org.h2.constraint.ConstraintUnique
 
contains(Object, Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
Check whether a contains b.
contains(Value[]) - Method in interface org.h2.result.ResultExternal
Check if the given row exists in this object.
containsDistinct(Value[]) - Method in class org.h2.result.LocalResult
Check if this result set contains the given row.
containsKey(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Check whether there is a resident entry for the given key.
containsKey(Object) - Method in class org.h2.mvstore.MVMap
 
containsKey(Object) - Method in class org.h2.mvstore.tx.TransactionMap
Whether the map contains the key.
containsKey(Object) - Method in class org.h2.value.CaseInsensitiveConcurrentMap
 
containsKey(Object) - Method in class org.h2.value.CaseInsensitiveMap
 
containsKey(String) - Method in class org.h2.engine.SettingsBase
Check if the settings contains the given key.
containsNull() - Method in class org.h2.result.LocalResult
Check if this result set contains a NULL value.
containsNull() - Method in class org.h2.value.Value
Returns true if this value is NULL or contains NULL value.
containsNull() - Method in class org.h2.value.ValueCollectionBase
 
containsNull() - Method in class org.h2.value.ValueNull
 
containsUncommitted() - Method in class org.h2.engine.SessionLocal
Whether the session contains any uncommitted changes.
containsValue(V) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Check whether the given value is stored.
CONTEXT - Static variable in class org.h2.bnf.Sentence
This token type means the possible choices of the item depend on the context.
contextDestroyed(ServletContextEvent) - Method in class org.h2.server.web.JakartaDbStarter
 
contextDestroyed(ServletContextEvent) - Method in class org.h2.server.web.DbStarter
 
contextInitialized(ServletContextEvent) - Method in class org.h2.server.web.JakartaDbStarter
 
contextInitialized(ServletContextEvent) - Method in class org.h2.server.web.DbStarter
 
convert(Throwable) - Static method in exception class org.h2.message.DbException
Convert a throwable to an SQL exception using the default mapping.
convert(CastDataProvider, Value) - Method in class org.h2.table.Column
Convert a value to this column's type without precision and scale checks.
convertBytesToHex(byte[]) - Static method in class org.h2.util.StringUtils
Convert a byte array to a hex encoded string.
convertBytesToHex(byte[], int) - Static method in class org.h2.util.StringUtils
Convert a byte array to a hex encoded string.
convertBytesToHex(StringBuilder, byte[]) - Static method in class org.h2.util.StringUtils
Convert a byte array to a hex encoded string and appends it to a specified string builder.
convertBytesToHex(StringBuilder, byte[], int) - Static method in class org.h2.util.StringUtils
Convert a byte array to a hex encoded string and appends it to a specified string builder.
convertException(Exception) - Static method in class org.h2.fulltext.FullTextLucene
Convert an exception to a fulltext exception.
convertForAssignTo(TypeInfo, CastDataProvider, Object) - Method in class org.h2.value.Value
Cast a value to the specified type for assignment.
convertHexToBytes(String) - Static method in class org.h2.util.StringUtils
Convert a hex encoded string to a byte array.
convertHexWithSpacesToBytes(ByteArrayOutputStream, String, int, int) - Static method in class org.h2.util.StringUtils
Parses a hex encoded string with possible space separators and appends the decoded binary string to the specified output stream.
convertInsertRow(SessionLocal, Row, Boolean) - Method in class org.h2.table.Table
Prepares the specified row for INSERT operation.
convertInsertRow(SessionLocal, Row, Boolean) - Method in class org.h2.table.TableLink
 
convertIntToShort(int) - Static method in class org.h2.util.MathUtils
Convert an int value to a short value.
convertInvocation(InvocationTargetException, String) - Static method in exception class org.h2.message.DbException
Convert an InvocationTarget exception to a database exception.
convertIOException(IOException, String) - Static method in exception class org.h2.message.DbException
Convert an IO exception to a database exception.
convertLongToInt(long) - Static method in class org.h2.util.MathUtils
Convert a long value to an int value.
convertOnlyToSmallerScale - Variable in class org.h2.engine.Mode
When converting the scale of decimal data, the number is only converted if the new scale is smaller than the current scale.
convertScale(long, int, long) - Static method in class org.h2.util.DateTimeUtils
Converts scale of nanoseconds.
convertSQLTypeToValueType(int) - Static method in class org.h2.value.DataType
Convert a SQL type to a value type.
convertSQLTypeToValueType(int, String) - Static method in class org.h2.value.DataType
Convert a SQL type to a value type using SQL type name, in order to manage SQL type extension mechanism.
convertSQLTypeToValueType(SQLType) - Static method in class org.h2.value.DataType
Convert a SQL type to a value type.
convertTo(int) - Method in class org.h2.value.Value
Convert a value to the specified type without taking scale and precision into account.
convertTo(int, CastDataProvider) - Method in class org.h2.value.Value
Convert a value to the specified type without taking scale and precision into account.
convertTo(TypeInfo) - Method in class org.h2.value.Value
Convert a value to the specified type without taking scale and precision into account.
convertTo(TypeInfo, CastDataProvider) - Method in class org.h2.value.Value
Convert a value to the specified type without taking scale and precision into account.
convertTo(TypeInfo, CastDataProvider, Object) - Method in class org.h2.value.Value
Convert a value to the specified type without taking scale and precision into account.
convertToAnyArray(CastDataProvider) - Method in class org.h2.value.Value
Convert this value to any ARRAY data type.
convertToAnyRow() - Method in class org.h2.value.Value
Convert this value to any ROW data type.
convertToBigint(Object) - Method in class org.h2.value.Value
Converts this value to a BIGINT value.
convertToBoolean() - Method in class org.h2.value.Value
Converts this value to a BOOLEAN value.
convertToChar() - Method in class org.h2.value.Value
Converts this value to a CHAR value.
convertToDate(CastDataProvider) - Method in class org.h2.value.Value
Converts this value to a DATE value.
convertToDouble() - Method in class org.h2.value.Value
Converts this value to a DOUBLE value.
convertToEnum(ExtTypeInfoEnum, CastDataProvider) - Method in class org.h2.value.Value
Converts this value to an ENUM value.
convertToGeometry(ExtTypeInfoGeometry) - Method in class org.h2.value.Value
Converts this value to a GEOMETRY value.
convertToInt(long, Object) - Static method in class org.h2.value.Value
Convert to integer, throwing exception if out of range.
convertToInt(Object) - Method in class org.h2.value.Value
Converts this value to a INT value.
convertToIOException(Throwable) - Static method in class org.h2.mvstore.DataUtils
Convert an exception to an IO exception.
convertToJavaObject(TypeInfo, int, Object) - Method in class org.h2.value.Value
Converts this value to a JAVA_OBJECT value.
convertToReal() - Method in class org.h2.value.Value
Converts this value to a REAL value.
convertToSmallint(Object) - Method in class org.h2.value.Value
Converts this value to a SMALLINT value.
convertToTinyint(Object) - Method in class org.h2.value.Value
Converts this value to a TINYINT value.
convertToUuid() - Method in class org.h2.value.Value
Converts this value to a UUID value.
ConvertTraceFile - Class in org.h2.tools
Converts a .trace.db file to a SQL script and Java source code.
ConvertTraceFile() - Constructor for class org.h2.tools.ConvertTraceFile
 
convertType(TypeInfo) - Static method in class org.h2.server.pg.PgServer
Convert the SQL type to a PostgreSQL type
convertTypeToSQLType(TypeInfo) - Static method in class org.h2.value.DataType
Convert a value type to a SQL type.
convertUpdateRow(SessionLocal, Row, boolean) - Method in class org.h2.table.Table
Prepares the specified row for UPDATE operation.
convertUpdateRow(SessionLocal, Row, boolean) - Method in class org.h2.table.TableLink
 
copy() - Method in class org.h2.mvstore.Page
Create a copy of this page.
copy(byte[], byte[]) - Static method in class org.h2.util.Utils
Copy the contents of the source array to the target array.
copy(InputStream, OutputStream) - Static method in class org.h2.util.IOUtils
Copy all data from the input stream to the output stream.
copy(InputStream, OutputStream, long) - Static method in class org.h2.util.IOUtils
Copy all data from the input stream to the output stream.
copy(DataHandler, int) - Method in class org.h2.value.ValueBlob
 
copy(DataHandler, int) - Method in class org.h2.value.ValueClob
 
copy(DataHandler, int) - Method in class org.h2.value.ValueLob
Copy a large value, to be used in the given table.
copy(Column) - Method in class org.h2.table.Column
Copy the data of the source column into the current column.
copyAndClose(InputStream, OutputStream) - Static method in class org.h2.util.IOUtils
Copy all data from the input stream to the output stream and close both streams.
copyAndCloseInput(InputStream, OutputStream) - Static method in class org.h2.util.IOUtils
Copy all data from the input stream to the output stream and close the input stream.
copyAndCloseInput(Reader, Writer, long) - Static method in class org.h2.util.IOUtils
Copy all data from the reader to the writer and close the reader.
copyBytes(byte[], int) - Static method in class org.h2.util.Utils
Creates a copy of array of bytes with the new size.
copyExcept(Object, Object, int, int) - Static method in class org.h2.mvstore.DataUtils
Copy the elements of an array, and remove one element.
copyFiles(String, String) - Static method in class org.h2.util.IOUtils
Copy a file from one directory to another, or to another file.
copyFrom(SearchRow) - Method in class org.h2.result.DefaultRow
 
copyFrom(SearchRow) - Method in class org.h2.result.SearchRow
Copy all relevant values from the source to this row.
copyFrom(SearchRow) - Method in class org.h2.result.SimpleRowValue
 
copyFrom(SearchRow) - Method in class org.h2.result.Sparse
 
copyLob(ValueLob, int) - Method in class org.h2.mvstore.db.LobStorageMap
 
copyLob(ValueLob, int) - Method in class org.h2.store.LobStorageFrontend
 
copyLob(ValueLob, int) - Method in interface org.h2.store.LobStorageInterface
Copy a lob.
copyString(Reader, OutputStream) - Static method in class org.h2.store.Data
Copy a String from a reader to an output stream.
copyToResult() - Method in class org.h2.value.ValueLob
Create an independent copy of this value, that will be bound to a result.
copyWithGap(Object, Object, int, int) - Static method in class org.h2.mvstore.DataUtils
Copy the elements of an array, with a gap.
CORR - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for CORR binary set function.
correctFileName(String) - Static method in class org.h2.command.dml.BackupCommand
Fix the file name, replacing backslash with slash.
COS - Static variable in class org.h2.expression.function.MathFunction1
COS().
COSH - Static variable in class org.h2.expression.function.MathFunction1
COSH().
COST_ROW_OFFSET - Static variable in class org.h2.engine.Constants
The cost is calculated on rowcount + this offset, to avoid using the wrong or no index if the table contains no rows _currently_ (when preparing the statement)
COT - Static variable in class org.h2.expression.function.MathFunction1
COT() (non-standard).
count - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The number of times the statement was executed.
COUNT - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for COUNT(expression).
COUNT_ALL - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for COUNT(*).
CountingReaderInputStream - Class in org.h2.store
An input stream that reads the data from a reader and limits the number of bytes that can be read.
CountingReaderInputStream(Reader, long) - Constructor for class org.h2.store.CountingReaderInputStream
 
COVAR_POP - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for COVAR_POP binary set function.
COVAR_SAMP - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for COVAR_SAMP binary set function.
create - Variable in class org.h2.command.Prepared
Whether to create a new object (for indexes).
create(int) - Static method in class org.h2.store.Data
Create a new buffer.
create(long, float...) - Method in class org.h2.mvstore.rtree.SpatialDataType
Creates spatial object with specified parameters.
create(String, String, String) - Static method in class org.h2.jdbcx.JdbcConnectionPool
Constructs a new connection pool for H2 databases.
create(ByteBuffer, MetaType, D) - Method in class org.h2.mvstore.tx.VersionedValueType.Factory
 
create(ByteBuffer, MetaType, D) - Method in interface org.h2.mvstore.type.StatefulDataType.Factory
Reads the data type.
create(ByteBuffer, MetaType, Database) - Method in class org.h2.mvstore.db.RowDataType.Factory
 
create(ByteBuffer, MetaType, Database) - Method in class org.h2.mvstore.db.ValueDataType.Factory
 
create(Map) - Method in class org.h2.mvstore.MVMap.BasicBuilder
Create map from config.
create(Map) - Method in class org.h2.mvstore.MVMap.Builder
 
create(Map) - Method in class org.h2.mvstore.rtree.MVRTreeMap.Builder
 
create(ConnectionPoolDataSource) - Static method in class org.h2.jdbcx.JdbcConnectionPool
Constructs a new connection pool.
create(MVStore, Map) - Method in class org.h2.mvstore.MVMap.BasicBuilder
 
create(MVStore, Map) - Method in interface org.h2.mvstore.MVMap.MapBuilder
Create a new map of the given type.
create(T[], T[]) - Static method in class org.h2.util.Permutations
Create a new permutations object.
create(T[], T[], int) - Static method in class org.h2.util.Permutations
Create a new permutations object.
CREATE_AGGREGATE - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE AGGREGATE statement.
CREATE_ALIAS - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE ALIAS statement.
CREATE_BUILD - Static variable in class org.h2.command.dml.SetTypes
The type of a SET CREATE_BUILD statement.
CREATE_CONSTANT - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE CONSTANT statement.
CREATE_DOMAIN - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE DOMAIN statement.
CREATE_INDEX - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE INDEX statement.
CREATE_LINKED_TABLE - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE LINKED TABLE statement.
CREATE_NEW_FILE - Static variable in interface org.h2.store.fs.Recorder
Create a new file.
CREATE_ROLE - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE ROLE statement.
CREATE_SCHEMA - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE SCHEMA statement.
CREATE_SEQUENCE - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE SEQUENCE statement.
CREATE_SYNONYM - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE SYNONYM statement.
CREATE_TABLE - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE TABLE statement.
CREATE_TEMP_FILE - Static variable in interface org.h2.store.fs.Recorder
Create a temporary file.
CREATE_TRIGGER - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE TRIGGER statement.
CREATE_USER - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE USER statement.
CREATE_VIEW - Static variable in interface org.h2.command.CommandInterface
The type of a CREATE VIEW statement.
CreateAggregate - Class in org.h2.command.ddl
This class represents the statement CREATE AGGREGATE
CreateAggregate(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateAggregate
 
createAggregateData() - Method in class org.h2.expression.aggregate.Aggregate
 
createAggregateData() - Method in class org.h2.expression.aggregate.JavaAggregate
 
createAggregateData() - Method in class org.h2.expression.analysis.DataAnalysisOperation
Create aggregate data object specific to the subclass.
createAggregateData() - Method in class org.h2.expression.analysis.WindowFunction
 
createArrayOf(String, Object[]) - Method in class org.h2.jdbc.JdbcConnection
Create a new Array object.
createAuthenticator() - Static method in class org.h2.security.auth.AuthenticatorFactory
Factory method.
createBlob() - Method in class org.h2.jdbc.JdbcConnection
Create a new empty Blob object.
createBlob(InputStream, long) - Method in class org.h2.mvstore.db.LobStorageMap
 
createBlob(InputStream, long) - Method in class org.h2.store.LobStorageFrontend
 
createBlob(InputStream, long) - Method in interface org.h2.store.LobStorageInterface
Create a BLOB object.
createClob() - Method in class org.h2.jdbc.JdbcConnection
Create a new empty Clob object.
createClob(Reader, long) - Method in class org.h2.mvstore.db.LobStorageMap
 
createClob(Reader, long) - Method in class org.h2.store.LobStorageFrontend
Create a CLOB object.
createClob(Reader, long) - Method in interface org.h2.store.LobStorageInterface
Create a CLOB object.
CreateCluster - Class in org.h2.tools
Creates a cluster from a stand-alone database.
CreateCluster() - Constructor for class org.h2.tools.CreateCluster
 
createConnection(boolean) - Method in class org.h2.engine.SessionLocal
Create an internal connection.
createConnectionPoolDataSource(Properties) - Method in class org.h2.util.OsgiDataSourceFactory
Creates a pooled data source.
CreateConstant - Class in org.h2.command.ddl
This class represents the statement CREATE CONSTANT
CreateConstant(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateConstant
 
createConstraints() - Method in class org.h2.command.ddl.CommandWithColumns
Create the constraints.
createDataSource(Properties) - Method in class org.h2.util.OsgiDataSourceFactory
Creates a basic data source.
createDate(int, int, String, boolean, int, int) - Static method in class org.h2.value.DataType
Create a date-time data type.
createDirectories(String) - Static method in class org.h2.store.fs.FileUtils
Create the directory and all required parent directories.
createDirectory() - Method in class org.h2.store.fs.disk.FilePathDisk
 
createDirectory() - Method in class org.h2.store.fs.FilePath
Create a directory (all required parent directories already exist).
createDirectory() - Method in class org.h2.store.fs.FilePathWrapper
 
createDirectory() - Method in class org.h2.store.fs.mem.FilePathMem
 
createDirectory() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
createDirectory() - Method in class org.h2.store.fs.zip.FilePathZip
 
createDirectory(String) - Static method in class org.h2.store.fs.FileUtils
Create a directory (all required parent directories must already exist).
CreateDomain - Class in org.h2.command.ddl
This class represents the statement CREATE DOMAIN
CreateDomain(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateDomain
 
createDriver(Properties) - Method in class org.h2.util.OsgiDataSourceFactory
Returns a driver.
createEmptyLeaf() - Method in class org.h2.mvstore.MVMap
Create empty leaf node page.
createEmptyNode() - Method in class org.h2.mvstore.MVMap
Create empty internal node page.
createFile() - Method in class org.h2.store.fs.disk.FilePathDisk
 
createFile() - Method in class org.h2.store.fs.FilePath
Create a new file.
createFile() - Method in class org.h2.store.fs.FilePathWrapper
 
createFile() - Method in class org.h2.store.fs.mem.FilePathMem
 
createFile() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
createFile() - Method in class org.h2.store.fs.rec.FilePathRec
 
createFile() - Method in class org.h2.store.fs.zip.FilePathZip
 
createFile(String) - Static method in class org.h2.store.fs.FileUtils
Create a new file.
CreateFunctionAlias - Class in org.h2.command.ddl
This class represents the statement CREATE ALIAS
CreateFunctionAlias(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateFunctionAlias
 
createIndex(Connection, String, String, String) - Static method in class org.h2.fulltext.FullText
Create a new full text index for a table and column list.
createIndex(Connection, String, String, String) - Static method in class org.h2.fulltext.FullTextLucene
Create a new full text index for a table and column list.
CreateIndex - Class in org.h2.command.ddl
This class represents the statement CREATE INDEX
CreateIndex(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateIndex
 
createIndexConditions() - Method in class org.h2.table.TableFilter
Create the index conditions for this filter if needed.
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.BetweenPredicate
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.BooleanTest
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.CompareLike
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.Comparison
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.ConditionAndOr
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.ConditionAndOrN
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.ConditionIn
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.ConditionInParameter
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.ConditionInQuery
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.condition.NullPredicate
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.Expression
Create index conditions if possible and attach them to the table filter.
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.ExpressionColumn
 
createIndexConditions(SessionLocal, TableFilter) - Method in class org.h2.expression.ValueExpression
 
createKeyStorage(int) - Method in class org.h2.mvstore.Page
Create array for keys storage.
CreateLinkedTable - Class in org.h2.command.ddl
This class represents the statement CREATE LINKED TABLE
CreateLinkedTable(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateLinkedTable
 
createLoopbackSocket(int, boolean) - Static method in class org.h2.util.NetUtils
Create a loopback socket (a socket that is connected to localhost) on this port.
createNClob() - Method in class org.h2.jdbc.JdbcConnection
Create a new empty NClob object.
createNode(MVMap, K[], Page.PageReference[], long, int) - Static method in class org.h2.mvstore.Page
Create a new non-leaf page.
createNonUnique(boolean) - Static method in class org.h2.index.IndexType
Create a non-unique index.
createNonUnique(boolean, boolean, boolean) - Static method in class org.h2.index.IndexType
Create a non-unique index.
createNumeric(int, int) - Static method in class org.h2.value.DataType
Create a numeric data type without parameters.
createOrder(SessionLocal, ArrayList, int) - Static method in class org.h2.expression.analysis.DataAnalysisOperation
Create sort order.
createPgServer(String...) - Static method in class org.h2.tools.Server
Create a new PG server, but does not start it yet.
createPrimaryKey(boolean, boolean) - Static method in class org.h2.index.IndexType
Create a primary key index.
createQueryColumnTemplateList(String[], Query, String[]) - Static method in class org.h2.table.TableView
Creates a list of column templates from a query (usually from WITH query, but could be any query)
createRefStorage(int) - Static method in class org.h2.mvstore.Page
Create an array of page references.
createResultSet(boolean) - Static method in class org.h2.fulltext.FullText
Create an empty search result and initialize the columns.
CreateRole - Class in org.h2.command.ddl
This class represents the statement CREATE ROLE
CreateRole(SessionLocal) - Constructor for class org.h2.command.ddl.CreateRole
 
createRow() - Method in class org.h2.result.RowFactory
Create new row.
createRow() - Method in class org.h2.result.RowFactory.DefaultRowFactory
 
createRow(Value[], int) - Method in class org.h2.result.RowFactory
Create a new row.
createRow(Value[], int) - Method in class org.h2.result.RowFactory.DefaultRowFactory
 
createRow(Value[], int) - Method in class org.h2.table.Table
Create a new row for this table.
createRowFactory(CastDataProvider, CompareMode, DataHandler, int[], int[], TypeInfo[], int, boolean) - Method in class org.h2.result.RowFactory.DefaultRowFactory
Create a new row factory.
createRowFactory(CastDataProvider, CompareMode, DataHandler, Typed[], IndexColumn[], boolean) - Method in class org.h2.result.RowFactory
Create a new row factory.
createRowFactory(CastDataProvider, CompareMode, DataHandler, Typed[], IndexColumn[], boolean) - Method in class org.h2.result.RowFactory.DefaultRowFactory
 
createScan(boolean) - Static method in class org.h2.index.IndexType
Create a scan pseudo-index.
CreateSchema - Class in org.h2.command.ddl
This class represents the statement CREATE SCHEMA
CreateSchema(SessionLocal) - Constructor for class org.h2.command.ddl.CreateSchema
 
CreateSequence - Class in org.h2.command.ddl
This class represents the statement CREATE SEQUENCE.
CreateSequence(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateSequence
 
createServerSocket(int, boolean) - Static method in class org.h2.util.NetUtils
Create a server socket.
createServerSocket(int, InetAddress) - Static method in class org.h2.security.CipherFactory
Create a secure server socket.
createSession(ConnectionInfo) - Static method in class org.h2.engine.Engine
Open a database connection with the given connection information.
createShadowTableForRecursiveTableExpression(boolean, SessionLocal, String, Schema, List, Database) - Static method in class org.h2.table.TableView
Create a table for a recursive query.
createShallowCopy() - Method in interface org.h2.result.ResultExternal
Create a shallow copy of this object if possible.
createShallowCopy(Session) - Method in class org.h2.result.FetchedResult
 
createShallowCopy(Session) - Method in class org.h2.result.LocalResult
Create a shallow copy of the result set.
createShallowCopy(Session) - Method in interface org.h2.result.ResultInterface
Create a shallow copy of the result set.
createShallowCopy(Session) - Method in class org.h2.result.ResultWithPaddedStrings
 
createShallowCopy(Session) - Method in class org.h2.result.SimpleResult
 
createSmall(byte[]) - Static method in class org.h2.value.ValueBlob
Creates a small BLOB value that can be stored in the row directly.
createSmall(byte[]) - Static method in class org.h2.value.ValueClob
Creates a small CLOB value that can be stored in the row directly.
createSmall(byte[], long) - Static method in class org.h2.value.ValueClob
Creates a small CLOB value that can be stored in the row directly.
createSmall(String) - Static method in class org.h2.value.ValueClob
Creates a small CLOB value that can be stored in the row directly.
createSocket(String, int, boolean) - Static method in class org.h2.util.NetUtils
Create a client socket that is connected to the given address and port.
createSocket(String, int, boolean, int) - Static method in class org.h2.util.NetUtils
Create a client socket that is connected to the given address and port.
createSocket(InetAddress, int) - Static method in class org.h2.security.CipherFactory
Create a secure client socket that is connected to the given address and port.
createSocket(InetAddress, int, boolean) - Static method in class org.h2.util.NetUtils
Create a client socket that is connected to the given address and port.
createSocket(InetAddress, int, boolean, int) - Static method in class org.h2.util.NetUtils
Create a client socket that is connected to the given address and port.
createSQLXML() - Method in class org.h2.jdbc.JdbcConnection
Create a new SQLXML object with no data.
createStatement() - Method in class org.h2.jdbc.JdbcConnection
Creates a new statement.
createStatement(int, int) - Method in class org.h2.jdbc.JdbcConnection
Creates a statement with the specified result set type and concurrency.
createStatement(int, int, int) - Method in class org.h2.jdbc.JdbcConnection
Creates a statement with the specified result set type, concurrency, and holdability.
createStorage(int) - Method in class org.h2.mvstore.db.LobStorageMap.BlobMeta.Type
 
createStorage(int) - Method in class org.h2.mvstore.db.LobStorageMap.BlobReference.Type
 
createStorage(int) - Method in class org.h2.mvstore.db.NullValueDataType
 
createStorage(int) - Method in class org.h2.mvstore.db.RowDataType
 
createStorage(int) - Method in class org.h2.mvstore.db.ValueDataType
 
createStorage(int) - Method in class org.h2.mvstore.rtree.SpatialDataType
 
createStorage(int) - Method in class org.h2.mvstore.tx.VersionedValueType
 
createStorage(int) - Method in class org.h2.mvstore.type.ByteArrayDataType
 
createStorage(int) - Method in interface org.h2.mvstore.type.DataType
Create storage object of array type to hold values
createStorage(int) - Method in class org.h2.mvstore.type.LongDataType
 
createStorage(int) - Method in class org.h2.mvstore.type.MetaType
 
createStorage(int) - Method in class org.h2.mvstore.type.ObjectDataType
 
createStorage(int) - Method in class org.h2.mvstore.type.StringDataType
 
createStruct(String, Object[]) - Method in class org.h2.jdbc.JdbcConnection
[Not supported] Create a new empty Struct object.
createSynonym(CreateSynonymData) - Method in class org.h2.schema.Schema
Add a table synonym to the schema.
CreateSynonym - Class in org.h2.command.ddl
This class represents the statement CREATE SYNONYM
CreateSynonym(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateSynonym
 
CreateSynonymData - Class in org.h2.command.ddl
The data required to create a synonym.
CreateSynonymData() - Constructor for class org.h2.command.ddl.CreateSynonymData
 
createTable(CreateTableData) - Method in interface org.h2.api.TableEngine
Create new table.
createTable(CreateTableData) - Method in class org.h2.mvstore.db.Store
Create a table.
createTable(CreateTableData) - Method in class org.h2.schema.Schema
Add a table to the schema.
CreateTable - Class in org.h2.command.ddl
This class represents the statement CREATE TABLE
CreateTable(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateTable
 
CreateTableData - Class in org.h2.command.ddl
The data required to create a table.
CreateTableData() - Constructor for class org.h2.command.ddl.CreateTableData
 
createTableLink(int, String, String, String, String, String, String, String, boolean, boolean) - Method in class org.h2.schema.Schema
Add a linked table to the schema.
createTableViewMaybeRecursive(Schema, int, String, String, ArrayList, Column[], SessionLocal, boolean, boolean, boolean, Database) - Static method in class org.h2.table.TableView
Create a view.
createTcpServer(String...) - Static method in class org.h2.tools.Server
Create a new TCP server, but does not start it yet.
createTempBlob(InputStream, long, DataHandler) - Static method in class org.h2.value.ValueBlob
Create a temporary BLOB value from a stream.
createTempClob(Reader, long, DataHandler) - Static method in class org.h2.value.ValueClob
Create a temporary CLOB value from a stream.
createTempFile(String, boolean) - Method in class org.h2.store.fs.disk.FilePathDisk
 
createTempFile(String, boolean) - Method in class org.h2.store.fs.FilePath
Create a new temporary file.
createTempFile(String, boolean) - Method in class org.h2.store.fs.FilePathWrapper
 
createTempFile(String, boolean) - Method in class org.h2.store.fs.rec.FilePathRec
 
createTempFile(String, boolean) - Method in class org.h2.store.fs.zip.FilePathZip
 
createTempFile(String, String, boolean) - Static method in class org.h2.store.fs.FileUtils
Create a new temporary file.
createTempView(SessionLocal, User, String, Column[], Query, Query) - Static method in class org.h2.table.TableView
Create a temporary view out of the given query.
CreateTrigger - Class in org.h2.command.ddl
This class represents the statement CREATE TRIGGER
CreateTrigger(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateTrigger
 
createUnique(boolean, boolean) - Static method in class org.h2.index.IndexType
Create a unique index.
createUniqueConstraintForReferencedColumns - Variable in class org.h2.engine.Mode
If true, referential constraints will create a unique constraint on referenced columns if it doesn't exist instead of throwing an exception.
createUseIndexHints(LinkedHashSet) - Static method in class org.h2.table.IndexHints
Create an index hint object.
CreateUser - Class in org.h2.command.ddl
This class represents the statement CREATE USER
CreateUser(SessionLocal) - Constructor for class org.h2.command.ddl.CreateUser
 
CreateView - Class in org.h2.command.ddl
This class represents the statement CREATE VIEW
CreateView(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.CreateView
 
createWebServer(String...) - Static method in class org.h2.tools.Server
Create a new web server, but does not start it yet.
createXADataSource(Properties) - Method in class org.h2.util.OsgiDataSourceFactory
Creates a pooled XA data source.
CredentialsValidator - Interface in org.h2.api
A class that implement this interface can be used to validate credentials provided by client.
CROSS - Static variable in class org.h2.util.ParserUtil
The token "CROSS".
CryptFunction - Class in org.h2.expression.function
An ENCRYPT or DECRYPT function.
CryptFunction(Expression, Expression, Expression, int) - Constructor for class org.h2.expression.function.CryptFunction
 
Csv - Class in org.h2.tools
A facility to read from and write to CSV (comma separated values) files.
Csv() - Constructor for class org.h2.tools.Csv
 
CSVReadFunction - Class in org.h2.expression.function.table
A CSVREAD function.
CSVReadFunction() - Constructor for class org.h2.expression.function.table.CSVReadFunction
 
CSVWriteFunction - Class in org.h2.expression.function
A CSVWRITE function.
CSVWriteFunction() - Constructor for class org.h2.expression.function.CSVWriteFunction
 
CUME_DIST - Enum constant in enum org.h2.expression.aggregate.AggregateType
The type for CUME_DIST() hypothetical set function.
CUME_DIST - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for CUME_DIST() window function.
CURRENT_CATALOG - Static variable in class org.h2.expression.function.CurrentGeneralValueSpecification
The "CURRENT_CATALOG" general value specification.
CURRENT_CATALOG - Static variable in class org.h2.util.ParserUtil
The token "CURRENT_CATALOG".
CURRENT_DATE - Static variable in class org.h2.expression.function.CurrentDateTimeValueFunction
The function "CURRENT_DATE"
CURRENT_DATE - Static variable in class org.h2.util.ParserUtil
The token "CURRENT_DATE".
CURRENT_PATH - Static variable in class org.h2.expression.function.CurrentGeneralValueSpecification
The "CURRENT_PATH" general value specification.
CURRENT_PATH - Static variable in class org.h2.util.ParserUtil
The token "CURRENT_PATH".
CURRENT_ROLE - Static variable in class org.h2.expression.function.CurrentGeneralValueSpecification
The function "CURRENT_ROLE" general value specification.
CURRENT_ROLE - Static variable in class org.h2.util.ParserUtil
The token "CURRENT_ROLE".
CURRENT_ROW - Enum constant in enum org.h2.expression.analysis.WindowFrameBoundType
CURRENT_ROW clause.
CURRENT_SCHEMA - Static variable in class org.h2.expression.function.CurrentGeneralValueSpecification
The function "CURRENT_SCHEMA" general value specification.
CURRENT_SCHEMA - Static variable in class org.h2.util.ParserUtil
The token "CURRENT_SCHEMA".
CURRENT_SEQUENCE_VALUE_IS_NOT_DEFINED_IN_SESSION_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90148 is thrown when trying to access the current value of a sequence before execution of NEXT VALUE FOR sequenceName in the current session.
CURRENT_TIME - Static variable in class org.h2.expression.function.CurrentDateTimeValueFunction
The function "CURRENT_TIME"
CURRENT_TIME - Static variable in class org.h2.util.ParserUtil
The token "CURRENT_TIME".
CURRENT_TIMESTAMP - Static variable in class org.h2.expression.function.CurrentDateTimeValueFunction
The function "CURRENT_TIMESTAMP"
CURRENT_TIMESTAMP - Static variable in class org.h2.util.ParserUtil
The token "CURRENT_TIMESTAMP".
CURRENT_USER - Static variable in class org.h2.expression.function.CurrentGeneralValueSpecification
The function "CURRENT_USER" general value specification.
CURRENT_USER - Static variable in class org.h2.util.ParserUtil
The token "CURRENT_USER".
CurrentDateTimeValueFunction - Class in org.h2.expression.function
Current datetime value function.
CurrentDateTimeValueFunction(int, int) - Constructor for class org.h2.expression.function.CurrentDateTimeValueFunction
 
CurrentGeneralValueSpecification - Class in org.h2.expression.function
Simple general value specifications.
CurrentGeneralValueSpecification(int) - Constructor for class org.h2.expression.function.CurrentGeneralValueSpecification
 
currentNanoTime() - Static method in class org.h2.util.Utils
Returns the current value of the high-resolution time source.
currentNanoTimePlusMillis(int) - Static method in class org.h2.util.Utils
Returns the current value of the high-resolution time source plus the specified offset.
currentRow() - Method in class org.h2.result.FetchedResult
 
currentRow() - Method in class org.h2.result.LocalResult
 
currentRow() - Method in interface org.h2.result.ResultInterface
Get the current row.
currentRow() - Method in class org.h2.result.ResultWithPaddedStrings
 
currentRow() - Method in class org.h2.result.SimpleResult
 
currentRowForTable() - Method in class org.h2.result.LocalResult
Retrieve the current row
currentTimestamp() - Method in interface org.h2.engine.CastDataProvider
Returns the current timestamp with maximum resolution.
currentTimestamp() - Method in class org.h2.engine.Database
 
currentTimestamp() - Method in class org.h2.engine.SessionLocal
 
currentTimestamp() - Method in class org.h2.engine.SessionRemote
 
currentTimestamp() - Method in class org.h2.jdbc.JdbcConnection
 
currentTimestamp(TimeZoneProvider) - Static method in class org.h2.util.DateTimeUtils
Returns current timestamp.
currentTimestamp(TimeZoneProvider, Instant) - Static method in class org.h2.util.DateTimeUtils
Returns current timestamp using the specified instant for its value.
currentTimeZone() - Method in interface org.h2.engine.CastDataProvider
Returns the current time zone.
currentTimeZone() - Method in class org.h2.engine.Database
 
currentTimeZone() - Method in class org.h2.engine.SessionLocal
 
currentTimeZone() - Method in class org.h2.engine.SessionRemote
 
currentTimeZone() - Method in class org.h2.jdbc.JdbcConnection
 
cursor - Variable in class org.h2.mvstore.tx.TransactionMap.TMIterator
 
cursor(K) - Method in class org.h2.mvstore.MVMap
Get a cursor to iterate over a number of keys and values in the latest version of this map.
cursor(K, K, boolean) - Method in class org.h2.mvstore.MVMap
Get a cursor to iterate over a number of keys and values in the latest version of this map.
cursor(RootReference, K, K, boolean) - Method in class org.h2.mvstore.MVMap
Get a cursor to iterate over a number of keys and values.
Cursor<K,V> - Class in org.h2.mvstore
A cursor to iterate over elements in ascending or descending order.
Cursor - Interface in org.h2.index
A cursor is a helper object to iterate through an index.
Cursor(RootReference, K, K) - Constructor for class org.h2.mvstore.Cursor
 
Cursor(RootReference, K, K, boolean) - Constructor for class org.h2.mvstore.Cursor
 
CursorPos<K,V> - Class in org.h2.mvstore
A position in a cursor.
CursorPos(Page, int, CursorPos) - Constructor for class org.h2.mvstore.CursorPos
 
CYCLE - Enum constant in enum org.h2.schema.Sequence.Cycle
Sequence is cycled.

D

data - Variable in class org.h2.result.DefaultRow
The values of the row (one entry per column).
Data - Class in org.h2.store
This class represents a byte buffer that contains persistent data of a page.
DATA_CONVERSION_ERROR_1 - Static variable in class org.h2.api.ErrorCode
The error with code 22018 is thrown when trying to convert a value to a data type where the conversion is undefined, or when an error occurred trying to convert.
DATA_SOURCE - Static variable in class org.h2.message.TraceObject
The trace type id for data sources.
DataAnalysisOperation - Class in org.h2.expression.analysis
A base class for data analysis operations such as aggregates and window functions.
DataAnalysisOperation(Select) - Constructor for class org.h2.expression.analysis.DataAnalysisOperation
 
database - Variable in class org.h2.engine.DbObject
The database.
Database - Class in org.h2.engine
There is one database object per open database.
Database(ConnectionInfo, String) - Constructor for class org.h2.engine.Database
 
DATABASE - Static variable in class org.h2.message.Trace
The trace module id for databases.
DATABASE_ALREADY_OPEN_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90020 is thrown when trying to open a database in embedded mode if this database is already in use in another process (or in a different class loader).
DATABASE_CALLED_AT_SHUTDOWN - Static variable in class org.h2.api.ErrorCode
The error with code 90121 is thrown when a database operation is started while the virtual machine exits (for example in a shutdown hook), or when the session is closed.
DATABASE_EVENT_LISTENER - Static variable in class org.h2.command.dml.SetTypes
The type of a SET DATABASE_EVENT_LISTENER statement.
DATABASE_IS_CLOSED - Static variable in class org.h2.api.ErrorCode
The error with code 90098 is thrown when the database has been closed, for example because the system ran out of memory or because the self-destruction counter has reached zero.
DATABASE_IS_IN_EXCLUSIVE_MODE - Static variable in class org.h2.api.ErrorCode
The error with code 90135 is thrown when trying to open a connection to a database that is currently open in exclusive mode.
DATABASE_IS_NOT_PERSISTENT - Static variable in class org.h2.api.ErrorCode
The error with code 90126 is thrown when trying to call the BACKUP statement for an in-memory database.
DATABASE_IS_READ_ONLY - Static variable in class org.h2.api.ErrorCode
The error with code 90097 is thrown when trying to delete or update a database if it is open in read-only mode.
DATABASE_META_DATA - Static variable in class org.h2.message.TraceObject
The trace type id for database meta data objects.
DATABASE_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90013 is thrown when when trying to access a database object with a catalog name that does not match the database name.
DATABASE_NOT_FOUND_WITH_IF_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90146 is thrown when trying to open a database that does not exist using the flag IFEXISTS=TRUE
DATABASE_PATH - Static variable in class org.h2.expression.function.SysInfoFunction
DATABASE_PATH().
DatabaseEventListener - Interface in org.h2.api
A class that implements this interface can get notified about exceptions and other events.
DatabaseInfo - Class in org.h2.jmx
The MBean implementation.
DatabaseInfoMBean - Interface in org.h2.jmx
Information and management operations for the given database.
DatabaseMeta - Class in org.h2.jdbc.meta
Database meta information.
DatabaseMeta() - Constructor for class org.h2.jdbc.meta.DatabaseMeta
 
DatabaseMetaLegacy - Class in org.h2.jdbc.meta
Legacy implementation of database meta information.
DatabaseMetaLegacy(Session) - Constructor for class org.h2.jdbc.meta.DatabaseMetaLegacy
 
DatabaseMetaLocal - Class in org.h2.jdbc.meta
Local implementation of database meta information.
DatabaseMetaLocal(SessionLocal) - Constructor for class org.h2.jdbc.meta.DatabaseMetaLocal
 
DatabaseMetaRemote - Class in org.h2.jdbc.meta
Remote implementation of database meta information.
DatabaseMetaRemote(SessionRemote, ArrayList) - Constructor for class org.h2.jdbc.meta.DatabaseMetaRemote
 
DatabaseMetaServer - Class in org.h2.jdbc.meta
Server side support of database meta information.
databaseToLower - Variable in class org.h2.engine.DbSettings
Database setting DATABASE_TO_LOWER (default: false).
databaseToLower - Variable in class org.h2.engine.Session.StaticSettings
Whether unquoted identifiers are converted to lower case.
databaseToUpper - Variable in class org.h2.engine.DbSettings
Database setting DATABASE_TO_UPPER (default: true).
databaseToUpper - Variable in class org.h2.engine.Session.StaticSettings
Whether unquoted identifiers are converted to upper case.
DataChangeDeltaTable - Class in org.h2.table
A data change delta table.
DataChangeDeltaTable(Schema, SessionLocal, DataChangeStatement, DataChangeDeltaTable.ResultOption) - Constructor for class org.h2.table.DataChangeDeltaTable
 
DataChangeDeltaTable.ResultOption - Enum in org.h2.table
Result option.
DataChangeStatement - Class in org.h2.command.dml
Data change statement.
DataChangeStatement(SessionLocal) - Constructor for class org.h2.command.dml.DataChangeStatement
Creates new instance of DataChangeStatement.
dataDefinitionCausesTransactionCommit() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether CREATE/DROP commit an open transaction.
dataDefinitionIgnoredInTransactions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether CREATE/DROP do not affect transactions.
DataHandler - Interface in org.h2.store
A data handler contains a number of callback methods, mostly related to CLOB and BLOB handling.
DataReader - Class in org.h2.store
This class is backed by an input stream and supports reading values and variable size data.
DataReader(InputStream) - Constructor for class org.h2.store.DataReader
Create a new data reader.
DATASOURCE_TRACE_LEVEL - Static variable in class org.h2.engine.SysProperties
System property h2.dataSourceTraceLevel (default: 1).
DataType - Class in org.h2.value
This class contains meta data information about data types, and can convert between Java objects and Values.
DataType<T> - Interface in org.h2.mvstore.type
A data type.
DataType() - Constructor for class org.h2.value.DataType
 
DataTypeSQLFunction - Class in org.h2.expression.function
DATA_TYPE_SQL() function.
DataTypeSQLFunction(Expression, Expression, Expression, Expression) - Constructor for class org.h2.expression.function.DataTypeSQLFunction
 
DataUtils - Class in org.h2.mvstore
Utility methods
DataUtils() - Constructor for class org.h2.mvstore.DataUtils
 
DATE - Static variable in class org.h2.api.H2Type
The DATE data type.
DATE - Static variable in class org.h2.value.Value
The value type for DATE values.
DATE_TRUNC - Static variable in class org.h2.expression.function.DateTimeFunction
DATE_TRUNC() (non-standard).
dateadd(SessionLocal, int, long, Value) - Static method in class org.h2.expression.function.DateTimeFunction
DATEADD function.
DATEADD - Static variable in class org.h2.expression.function.DateTimeFunction
DATEADD() (non-standard).
dateAndTimeFromValue(Value, CastDataProvider) - Static method in class org.h2.util.DateTimeUtils
Extracts date value and nanos of day from the specified value.
DATEDIFF - Static variable in class org.h2.expression.function.DateTimeFunction
DATEDIFF() (non-standard).
DATETIME_MINUS_DATETIME - Enum constant in enum org.h2.expression.IntervalOperation.IntervalOpType
Date-time minus date-time.
DATETIME_MINUS_INTERVAL - Enum constant in enum org.h2.expression.IntervalOperation.IntervalOpType
Date-time minus interval.
DATETIME_PLUS_INTERVAL - Enum constant in enum org.h2.expression.IntervalOperation.IntervalOpType
Date-time plus interval.
DateTimeFormatFunction - Class in org.h2.expression.function
A date-time format function.
DateTimeFormatFunction(int) - Constructor for class org.h2.expression.function.DateTimeFormatFunction
 
DateTimeFunction - Class in org.h2.expression.function
A date-time function.
DateTimeFunction(int, int, Expression, Expression) - Constructor for class org.h2.expression.function.DateTimeFunction
 
dateTimeToValue(Value, long, long) - Static method in class org.h2.util.DateTimeUtils
Creates a new date-time value with the same type as original value.
DateTimeUtils - Class in org.h2.util
This utility class contains time conversion functions.
dateTimeValueWithinTransaction - Variable in class org.h2.engine.Mode
If true, datetime value function return the same value within a transaction, if false datetime value functions return the same value within a command.
dateValue(long, int, int) - Static method in class org.h2.util.DateTimeUtils
Get the date value from a given date.
dateValueFromAbsoluteDay(long) - Static method in class org.h2.util.DateTimeUtils
Calculate the encoded date value from an absolute day.
dateValueFromDenormalizedDate(long, long, int) - Static method in class org.h2.util.DateTimeUtils
Get the date value from a given denormalized date with possible out of range values of month and/or day.
dateValueFromLocalMillis(long) - Static method in class org.h2.util.LegacyDateTimeUtils
Convert a local datetime in millis to an encoded date.
dateValueFromLocalSeconds(long) - Static method in class org.h2.util.DateTimeUtils
Convert a local seconds to an encoded date.
DAY - Enum constant in enum org.h2.api.IntervalQualifier
DAY
DAY - Static variable in class org.h2.expression.function.DateTimeFunction
Day of month.
DAY - Static variable in class org.h2.util.ParserUtil
The token "DAY".
DAY_OF_WEEK - Static variable in class org.h2.expression.function.DateTimeFunction
Day of week (locale-specific).
DAY_OF_YEAR - Static variable in class org.h2.expression.function.DateTimeFunction
Day of year.
DAY_TO_HOUR - Enum constant in enum org.h2.api.IntervalQualifier
DAY TO HOUR
DAY_TO_MINUTE - Enum constant in enum org.h2.api.IntervalQualifier
DAY TO MINUTE
DAY_TO_SECOND - Enum constant in enum org.h2.api.IntervalQualifier
DAY TO SECOND
dayFromDateValue(long) - Static method in class org.h2.util.DateTimeUtils
Get the day of month from a date value.
DayMonthNameFunction - Class in org.h2.expression.function
A DAYNAME() or MONTHNAME() function.
DayMonthNameFunction(Expression, int) - Constructor for class org.h2.expression.function.DayMonthNameFunction
 
DAYNAME - Static variable in class org.h2.expression.function.DayMonthNameFunction
DAYNAME() (non-standard).
daysFromInterval(IntervalQualifier, boolean, long, long) - Static method in class org.h2.util.IntervalUtils
Returns days value of interval, if any.
DB_CLOSE_DELAY - Static variable in class org.h2.command.dml.SetTypes
The type of a SET DB_CLOSE_DELAY statement.
DB_OBJECT_ID - Static variable in class org.h2.expression.function.DBObjectFunction
DB_OBJECT_ID() (non-standard).
DB_OBJECT_SQL - Static variable in class org.h2.expression.function.DBObjectFunction
DB_OBJECT_SQL() (non-standard).
DB2 - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
dbCloseOnExit - Variable in class org.h2.engine.DbSettings
Database setting DB_CLOSE_ON_EXIT (default: true).
DbColumn - Class in org.h2.bnf.context
Keeps the meta data information of a column.
DbContents - Class in org.h2.bnf.context
Keeps meta data information about a database.
DbContents() - Constructor for class org.h2.bnf.context.DbContents
 
DbContextRule - Class in org.h2.bnf.context
A BNF terminal rule that is linked to the database context information.
DbContextRule(DbContents, int) - Constructor for class org.h2.bnf.context.DbContextRule
BNF terminal rule Constructor
DbDriverActivator - Class in org.h2.util
The driver activator loads the H2 driver when starting the bundle.
DbDriverActivator() - Constructor for class org.h2.util.DbDriverActivator
 
DbException - Exception Class in org.h2.message
This exception wraps a checked exception.
DbObject - Class in org.h2.engine
A database object such as a table, an index, or a user.
DbObject(Database, int, String, int) - Constructor for class org.h2.engine.DbObject
Initialize some attributes of this object.
DBObjectFunction - Class in org.h2.expression.function
DB_OBJECT_ID() and DB_OBJECT_SQL() functions.
DBObjectFunction(Expression, Expression, Expression, int) - Constructor for class org.h2.expression.function.DBObjectFunction
 
DbProcedure - Class in org.h2.bnf.context
Contains meta data information about a procedure.
DbProcedure(DbSchema, ResultSet) - Constructor for class org.h2.bnf.context.DbProcedure
 
DbSchema - Class in org.h2.bnf.context
Contains meta data information about a database schema.
DbSettings - Class in org.h2.engine
This class contains various database-level settings.
DbStarter - Class in org.h2.server.web
This class can be used to start the H2 TCP server (or other H2 servers, for example the PG server) inside a web application container such as Tomcat or Jetty.
DbStarter() - Constructor for class org.h2.server.web.DbStarter
 
DbTableOrView - Class in org.h2.bnf.context
Contains meta data information about a table or a view.
DbTableOrView(DbSchema, ResultSet) - Constructor for class org.h2.bnf.context.DbTableOrView
 
DEADLOCK_1 - Static variable in class org.h2.api.ErrorCode
The error with code 40001 is thrown when the database engine has detected a deadlock.
DEADLOCK_CHECK - Static variable in class org.h2.engine.Constants
The number of milliseconds after which to check for a deadlock if locking is not successful.
DEALLOCATE - Static variable in interface org.h2.command.CommandInterface
The type of a DEALLOCATE statement.
DeallocateProcedure - Class in org.h2.command.ddl
This class represents the statement DEALLOCATE
DeallocateProcedure(SessionLocal) - Constructor for class org.h2.command.ddl.DeallocateProcedure
 
debug(String) - Method in class org.h2.message.Trace
Write a message with trace level DEBUG to the trace system.
debug(String, Object...) - Method in class org.h2.message.Trace
Write a message with trace level DEBUG to the trace system.
debug(Throwable, String) - Method in class org.h2.message.Trace
Write a message with trace level DEBUG to the trace system.
DEBUG - Static variable in class org.h2.message.TraceSystem
This trace level means all type of messages should be written.
debugCode(String) - Method in class org.h2.message.TraceObject
Write trace information in the form objectName.text.
debugCodeAssign(String, int, int, String) - Method in class org.h2.message.TraceObject
Write trace information as an assignment in the form className prefixId = objectName.value.
debugCodeCall(String) - Method in class org.h2.message.TraceObject
Write trace information as a method call in the form objectName.methodName().
debugCodeCall(String, long) - Method in class org.h2.message.TraceObject
Write trace information as a method call in the form objectName.methodName(param) where the parameter is formatted as a long value.
debugCodeCall(String, String) - Method in class org.h2.message.TraceObject
Write trace information as a method call in the form objectName.methodName(param) where the parameter is formatted as a Java string.
DebuggingThreadLocal<T> - Class in org.h2.util
Similar to ThreadLocal, except that it allows its data to be read from other threads - useful for debugging info.
DebuggingThreadLocal() - Constructor for class org.h2.util.DebuggingThreadLocal
 
DECADE - Static variable in class org.h2.expression.function.DateTimeFunction
Decade.
DECFLOAT - Static variable in class org.h2.api.H2Type
The DECFLOAT data type.
DECFLOAT - Static variable in class org.h2.value.Value
The value type for DECFLOAT values.
decide(V, V) - Method in class org.h2.mvstore.MVMap.DecisionMaker
Makes a decision about how to proceed with the update.
decide(V, V, CursorPos) - Method in class org.h2.mvstore.MVMap.DecisionMaker
Makes a decision about how to proceed with the update.
DECIMAL - Static variable in class org.h2.value.ExtTypeInfoNumeric
DECIMAL data type.
DECIMAL_PRECISION - Static variable in class org.h2.value.ValueBigint
The approximate precision in decimal digits.
DECIMAL_PRECISION - Static variable in class org.h2.value.ValueDouble
The approximate precision in decimal digits.
DECIMAL_PRECISION - Static variable in class org.h2.value.ValueInteger
The approximate precision in decimal digits.
DECIMAL_PRECISION - Static variable in class org.h2.value.ValueSmallint
The approximate precision in decimal digits.
DECIMAL_PRECISION - Static variable in class org.h2.value.ValueTinyint
The approximate precision in decimal digits.
decimalSequences - Variable in class org.h2.engine.Mode
If true NEXT VALUE FOR SEQUENCE, CURRENT VALUE FOR SEQUENCE, SEQUENCE.NEXTVAL, and SEQUENCE.CURRVAL return values with DECIMAL/NUMERIC data type instead of BIGINT.
DecisionMaker() - Constructor for class org.h2.mvstore.MVMap.DecisionMaker
 
decodePageLength(int) - Static method in class org.h2.mvstore.DataUtils
Get the maximum length for the given code.
decodeUnicodeStringSQL(String, int) - Static method in class org.h2.util.StringUtils
Decodes a Unicode SQL string.
DECREMENT_QUERY_LEVEL - Static variable in class org.h2.expression.ExpressionVisitor
Decrement query level of all expression columns.
decrementDateValue(long) - Static method in class org.h2.util.DateTimeUtils
Return the previous date value.
decrypt(byte[], int, int) - Method in class org.h2.security.AES
 
decrypt(byte[], int, int) - Method in interface org.h2.security.BlockCipher
Decrypt a number of bytes.
decrypt(byte[], int, int) - Method in class org.h2.security.Fog
 
decrypt(byte[], int, int) - Method in class org.h2.security.XTEA
 
DECRYPT - Static variable in class org.h2.expression.function.CryptFunction
DECRYPT() (non-standard).
DEFAULT - Static variable in class org.h2.engine.DbSettings
INTERNAL.
DEFAULT - Static variable in class org.h2.expression.ValueExpression
This special expression represents the default value.
DEFAULT - Static variable in class org.h2.mvstore.MVMap.DecisionMaker
Decision maker for transaction rollback.
DEFAULT - Static variable in class org.h2.util.ParserUtil
The token "DEFAULT".
DEFAULT - Static variable in class org.h2.value.CompareMode
This constant means the default collator should be used, even if ICU4J is in the classpath.
DEFAULT_APPNAME - Static variable in class org.h2.security.auth.impl.JaasCredentialsValidator
 
DEFAULT_CACHE_SIZE - Static variable in class org.h2.schema.Sequence
The default cache size for sequences.
DEFAULT_HTTP_PORT - Static variable in class org.h2.engine.Constants
The default port number of the HTTP server (for the H2 Console).
DEFAULT_LEGACY_ALGORITHMS - Static variable in class org.h2.security.CipherFactory
The value of "jdk.tls.legacyAlgorithms" security property at the time of class initialization.
DEFAULT_LOCK_MODE - Static variable in class org.h2.engine.Constants
The default value for the LOCK_MODE setting.
DEFAULT_LOCK_TIMEOUT - Static variable in class org.h2.command.dml.SetTypes
The type of a SET DEFAULT_LOCK_TIMEOUT statement.
DEFAULT_MAX_LENGTH_INPLACE_LOB - Static variable in class org.h2.engine.Constants
The default maximum length of an LOB that is stored with the record itself, and not in a separate place.
DEFAULT_MAX_OPERATION_MEMORY - Static variable in class org.h2.engine.Constants
The default for the setting MAX_OPERATION_MEMORY.
DEFAULT_NULL_ORDERING - Static variable in class org.h2.command.dml.SetTypes
The type of a SET DEFAULT_NULL_ORDERING statement.
DEFAULT_PAGE_SIZE - Static variable in class org.h2.engine.Constants
The default page size to use for new databases.
DEFAULT_PORT - Static variable in class org.h2.server.pg.PgServer
The default port to use for the PG server.
DEFAULT_PRECISION - Static variable in class org.h2.value.ValueInterval
The default leading field precision for intervals.
DEFAULT_PRECISION - Static variable in class org.h2.value.ValueTime
The default precision and display size of the textual representation of a time.
DEFAULT_PRECISION - Static variable in class org.h2.value.ValueTimestamp
The default precision and display size of the textual representation of a timestamp.
DEFAULT_PRECISION - Static variable in class org.h2.value.ValueTimestampTimeZone
The default precision and display size of the textual representation of a timestamp.
DEFAULT_PRECISION - Static variable in class org.h2.value.ValueTimeTimeZone
The default precision and display size of the textual representation of a time.
DEFAULT_QUEUE_SIZE - Static variable in class org.h2.schema.TriggerObject
The default queue size.
DEFAULT_REALMNAME - Static variable in class org.h2.security.auth.DefaultAuthenticator
 
DEFAULT_RESULT_SET_CONCURRENCY - Static variable in class org.h2.engine.Constants
The default result set concurrency for statements created with Connection.createStatement() or prepareStatement(String sql).
DEFAULT_SCALE - Static variable in class org.h2.value.ValueInterval
The default scale for intervals with seconds.
DEFAULT_SCALE - Static variable in class org.h2.value.ValueNumeric
The default scale for a NUMERIC value.
DEFAULT_SCALE - Static variable in class org.h2.value.ValueTime
The default scale for time.
DEFAULT_SCALE - Static variable in class org.h2.value.ValueTimestamp
The default scale for timestamps.
DEFAULT_SQL_FLAGS - Static variable in interface org.h2.util.HasSQL
Default flags.
DEFAULT_TABLE_TYPE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET DEFAULT_TABLE_TYPE statement.
DEFAULT_TCP_PORT - Static variable in class org.h2.engine.Constants
The default port of the TCP server.
DEFAULT_TRACE_LEVEL_FILE - Static variable in class org.h2.message.TraceSystem
The default level for file trace messages.
DEFAULT_TRACE_LEVEL_SYSTEM_OUT - Static variable in class org.h2.message.TraceSystem
The default level for system out trace messages.
DEFAULT_WRITE_DELAY - Static variable in class org.h2.engine.Constants
The default delay in milliseconds before the transaction log is written.
DefaultAuthenticator - Class in org.h2.security.auth
Default authenticator implementation.
DefaultAuthenticator() - Constructor for class org.h2.security.auth.DefaultAuthenticator
Create the Authenticator with default configurations
DefaultAuthenticator(boolean) - Constructor for class org.h2.security.auth.DefaultAuthenticator
Create authenticator and optionally skip the default configuration.
defaultConnection - Variable in class org.h2.engine.DbSettings
Database setting DEFAULT_CONNECTION (default: false).
defaultEscape - Variable in class org.h2.engine.DbSettings
Database setting DEFAULT_ESCAPE (default: \).
defaultNullOrdering() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
defaultNullOrdering() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
defaultNullOrdering() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
defaultNullOrdering() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
DefaultNullOrdering - Enum in org.h2.mode
Default ordering of NULL values.
defaultPrecision - Variable in class org.h2.value.DataType
The default precision.
DefaultRow - Class in org.h2.result
The default implementation of a row in a table.
DefaultRow(Value[]) - Constructor for class org.h2.result.DefaultRow
 
DefaultRow(Value[], int) - Constructor for class org.h2.result.DefaultRow
 
defaultScale - Variable in class org.h2.value.DataType
The default scale.
defaultTableEngine - Variable in class org.h2.engine.DbSettings
Database setting DEFAULT_TABLE_ENGINE (default: null).
DefineCommand - Class in org.h2.command.ddl
This class represents a non-transaction statement, for example a CREATE or DROP.
DEFLATE - Static variable in interface org.h2.compress.Compressor
The DEFLATE compression algorithm is used.
defragAlways - Variable in class org.h2.engine.DbSettings
Database setting DEFRAG_ALWAYS (default: false) Each time the database is closed normally, it is fully defragmented (the same as SHUTDOWN DEFRAG).
DEGREES - Static variable in class org.h2.expression.function.MathFunction1
DEGREES() (non-standard).
deinterleave(int, long, int) - Method in class org.h2.tools.MultiDimension
Gets one of the original multi-dimensional values from a scalar value.
DELAY_WRONG_PASSWORD_MAX - Static variable in class org.h2.engine.SysProperties
System property h2.delayWrongPasswordMax (default: 4000).
DELAY_WRONG_PASSWORD_MIN - Static variable in class org.h2.engine.SysProperties
System property h2.delayWrongPasswordMin (default: 250).
delete() - Method in class org.h2.store.fs.disk.FilePathDisk
 
delete() - Method in class org.h2.store.fs.FilePath
Delete a file or directory if it exists.
delete() - Method in class org.h2.store.fs.FilePathWrapper
 
delete() - Method in class org.h2.store.fs.mem.FilePathMem
 
delete() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
delete() - Method in class org.h2.store.fs.rec.FilePathRec
 
delete() - Method in class org.h2.store.fs.split.FilePathSplit
 
delete() - Method in class org.h2.store.fs.zip.FilePathZip
 
delete(String) - Static method in class org.h2.store.fs.FileUtils
Delete a file or directory if it exists.
Delete - Class in org.h2.command.dml
This class represents the statement DELETE
Delete(SessionLocal) - Constructor for class org.h2.command.dml.Delete
 
DELETE - Static variable in interface org.h2.api.Trigger
The trigger is called for DELETE statements.
DELETE - Static variable in interface org.h2.command.CommandInterface
The type of a DELETE statement.
DELETE - Static variable in class org.h2.engine.Right
The right bit mask that means: deleting rows from a table is allowed.
DELETE - Static variable in interface org.h2.store.fs.Recorder
Delete a file.
deleteAll() - Method in class org.h2.util.TempFileDeleter
Delete all registered temp resources.
DeleteDbFiles - Class in org.h2.tools
Deletes all files belonging to a database.
DeleteDbFiles() - Constructor for class org.h2.tools.DeleteDbFiles
 
deleteFile(Reference, Object) - Method in class org.h2.util.TempFileDeleter
Delete the given file or close the closeable now.
deleteRecursive(String, boolean) - Static method in class org.h2.store.fs.FileUtils
Delete a directory or file and all subdirectories and files.
deleteRow() - Method in class org.h2.jdbc.JdbcResultSet
Deletes the current row.
deleteRow() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
deleteRow(Value[]) - Method in class org.h2.result.UpdatableRow
Delete the given row in the database.
deletesAreDetected(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether deletes are detected.
deleteUnused() - Method in class org.h2.util.TempFileDeleter
Delete all unused resources now.
DENSE_RANK - Enum constant in enum org.h2.expression.aggregate.AggregateType
The type for DENSE_RANK() hypothetical set function.
DENSE_RANK - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for DENSE_RANK() window function.
depth - Variable in class org.h2.util.Profiler
 
Derby - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
deregisterVersionUsage(MVStore.TxCounter) - Method in class org.h2.mvstore.MVStore
De-register (close) completed operation (transaction).
DESCENDING - Static variable in class org.h2.result.SortOrder
This bit mask means the values should be sorted in descending order.
DESERIALIZATION_FAILED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90027 is thrown when an object could not be de-serialized.
deserialize(byte[]) - Method in interface org.h2.api.JavaObjectSerializer
Deserialize object from byte array.
deserialize(byte[]) - Static method in class org.h2.mvstore.type.ObjectDataType
De-serialize the byte array to an object.
deserialize(byte[], JavaObjectSerializer) - Static method in class org.h2.util.JdbcUtils
De-serialize the byte array to an object, eventually using the serializer specified by the connection info.
deserializeUuid(byte[]) - Static method in class org.h2.util.JdbcUtils
De-serialize the byte array to a UUID object.
destroy() - Method in class org.h2.server.web.JakartaWebServlet
 
destroy() - Method in class org.h2.server.web.WebServlet
 
destroyShadowTableForRecursiveExpression(boolean, SessionLocal, Table) - Static method in class org.h2.table.TableView
Remove a table for a recursive query.
deterministic - Variable in class org.h2.mode.FunctionInfo
If this function always returns the same value for the same parameters.
DETERMINISTIC - Static variable in class org.h2.expression.ExpressionVisitor
Does the expression return the same results for the same parameters?
DETERMINISTIC_VISITOR - Static variable in class org.h2.expression.ExpressionVisitor
The visitor singleton for the type DETERMINISTIC.
DIFFERENCE - Static variable in class org.h2.expression.function.SoundexFunction
DIFFERENCE() (non-standard).
DIGIT - Static variable in class org.h2.bnf.RuleFixed
 
DIMENSION_SYSTEM_XY - Static variable in class org.h2.util.geometry.GeometryUtils
Code of 2D (XY) dimension system.
DIMENSION_SYSTEM_XYM - Static variable in class org.h2.util.geometry.GeometryUtils
Code of M (XYM) dimension system.
DIMENSION_SYSTEM_XYZ - Static variable in class org.h2.util.geometry.GeometryUtils
Code of Z (XYZ) dimension system.
DIMENSION_SYSTEM_XYZM - Static variable in class org.h2.util.geometry.GeometryUtils
Code of ZM (XYZM) dimension system.
dimensions(int) - Method in class org.h2.mvstore.rtree.MVRTreeMap.Builder
Set the dimensions.
dimensionSystem(int) - Method in class org.h2.util.geometry.GeometryUtils.DimensionSystemTarget
 
dimensionSystem(int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked to add dimension system requirement.
DimensionSystemTarget() - Constructor for class org.h2.util.geometry.GeometryUtils.DimensionSystemTarget
Creates a new dimension system determination target.
disableCache() - Method in class org.h2.command.query.Query
Disable caching of result sets.
disallowedTypes - Variable in class org.h2.engine.Mode
An optional Set of hidden/disallowed column types.
discardWithTableHints - Variable in class org.h2.engine.Mode
Discard SQLServer table hints (e.g.
DISK_SPACE_USED - Static variable in class org.h2.expression.function.TableInfoFunction
DISK_SPACE_USED() (non-standard).
DISPLAY_SIZE - Static variable in class org.h2.value.ValueBigint
The maximum display size of a BIGINT.
DISPLAY_SIZE - Static variable in class org.h2.value.ValueBoolean
The maximum display size of a boolean.
DISPLAY_SIZE - Static variable in class org.h2.value.ValueDouble
The maximum display size of a DOUBLE.
DISPLAY_SIZE - Static variable in class org.h2.value.ValueInteger
The maximum display size of an INT.
dispose() - Method in class org.h2.jdbcx.JdbcConnectionPool
Closes all unused pooled connections.
distinct - Variable in class org.h2.expression.aggregate.AbstractAggregate
is this a DISTINCT aggregate
DISTINCT - Static variable in class org.h2.util.ParserUtil
The token "DISTINCT".
divide(BigDecimal, BigDecimal, TypeInfo) - Static method in class org.h2.value.ValueDecfloat
Divides to BigDecimal values and returns a DECFLOAT result of the specified data type.
divide(Value, TypeInfo) - Method in class org.h2.value.Value
Divide by a value and return the result.
divide(Value, TypeInfo) - Method in class org.h2.value.ValueBigint
 
divide(Value, TypeInfo) - Method in class org.h2.value.ValueDecfloat
 
divide(Value, TypeInfo) - Method in class org.h2.value.ValueDouble
 
divide(Value, TypeInfo) - Method in class org.h2.value.ValueEnumBase
 
divide(Value, TypeInfo) - Method in class org.h2.value.ValueInteger
 
divide(Value, TypeInfo) - Method in class org.h2.value.ValueNumeric
 
divide(Value, TypeInfo) - Method in class org.h2.value.ValueReal
 
divide(Value, TypeInfo) - Method in class org.h2.value.ValueSmallint
 
divide(Value, TypeInfo) - Method in class org.h2.value.ValueTime
 
divide(Value, TypeInfo) - Method in class org.h2.value.ValueTinyint
 
DIVIDE - Enum constant in enum org.h2.expression.BinaryOperation.OpType
This operation represents a division as in 4 / 2.
DIVISION_BY_ZERO_1 - Static variable in class org.h2.api.ErrorCode
The error with code 22012 is thrown when trying to divide a value by zero.
DocumentedMBean - Class in org.h2.jmx
An MBean that reads the documentation from a resource file.
DocumentedMBean(T, Class) - Constructor for class org.h2.jmx.DocumentedMBean
 
doesColumnExist(String) - Method in class org.h2.table.Table
Does the column with the given name exist?
doesMaxRowSizeIncludeBlobs() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the maximum row size includes blobs.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.h2.server.web.JakartaWebServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.h2.server.web.WebServlet
 
Domain - Class in org.h2.schema
Represents a domain.
Domain(Schema, int, String) - Constructor for class org.h2.schema.Domain
 
DOMAIN - Enum constant in enum org.h2.constraint.Constraint.Type
The constraint type for domain constraints.
DOMAIN - Static variable in class org.h2.engine.DbObject
This object is a domain.
DOMAIN_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90119 is thrown when trying to create a domain if an object with this name already exists, or when trying to overload a built-in data type.
DOMAIN_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90120 is thrown when trying to drop a domain that doesn't exist.
DomainColumnResolver - Class in org.h2.constraint
The single column resolver resolves the VALUE column.
DomainColumnResolver(TypeInfo) - Constructor for class org.h2.constraint.DomainColumnResolver
 
DomainValueExpression - Class in org.h2.expression
An expression representing a value for domain constraint.
DomainValueExpression() - Constructor for class org.h2.expression.DomainValueExpression
 
done() - Method in class org.h2.command.query.SelectGroups
Invoked after all source rows are evaluated.
done() - Method in class org.h2.result.LocalResult
This method is called after all rows have been added.
done(Transfer) - Method in class org.h2.engine.SessionRemote
Called to flush the output after data has been sent to the server and just before receiving data.
doneWithParameters() - Method in interface org.h2.expression.ExpressionWithVariableParameters
This method must be called after all the parameters have been set.
doneWithParameters() - Method in class org.h2.expression.function.table.TableFunction
 
doneWithParameters() - Method in class org.h2.expression.OperationN
 
doneWithParameters() - Method in class org.h2.mode.ModeFunction
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.h2.server.web.JakartaWebServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.h2.server.web.WebServlet
 
DOUBLE - Static variable in class org.h2.value.Value
The value type for DOUBLE PRECISION values.
DOUBLE_PRECISION - Static variable in class org.h2.api.H2Type
The DOUBLE PRECISION data type.
DOW - Static variable in class org.h2.expression.function.DateTimeFunction
Day of week (locale-specific) for PostgreSQL compatibility.
driver - Variable in class org.h2.server.web.ConnectionInfo
The driver class name.
Driver - Class in org.h2
The database driver.
Driver() - Constructor for class org.h2.Driver
 
DRIVER_VERSION_ERROR_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90047 is thrown when trying to connect to a TCP server with an incompatible client.
DROP_AGGREGATE - Static variable in interface org.h2.command.CommandInterface
The type of a DROP AGGREGATE statement.
DROP_ALIAS - Static variable in interface org.h2.command.CommandInterface
The type of a DROP ALIAS statement.
DROP_ALL_OBJECTS - Static variable in interface org.h2.command.CommandInterface
The type of a DROP ALL OBJECTS statement.
DROP_CONSTANT - Static variable in interface org.h2.command.CommandInterface
The type of a DROP CONSTANT statement.
DROP_DOMAIN - Static variable in interface org.h2.command.CommandInterface
The type of a DROP DOMAIN statement.
DROP_INDEX - Static variable in interface org.h2.command.CommandInterface
The type of a DROP INDEX statement.
DROP_ROLE - Static variable in interface org.h2.command.CommandInterface
The type of a DROP ROLE statement.
DROP_SCHEMA - Static variable in interface org.h2.command.CommandInterface
The type of a DROP SCHEMA statement.
DROP_SEQUENCE - Static variable in interface org.h2.command.CommandInterface
The type of a DROP SEQUENCE statement.
DROP_SYNONYM - Static variable in interface org.h2.command.CommandInterface
The type of a DROP SYNONYM statement.
DROP_TABLE - Static variable in interface org.h2.command.CommandInterface
The type of a DROP TABLE statement.
DROP_TRIGGER - Static variable in interface org.h2.command.CommandInterface
The type of a DROP TRIGGER statement.
DROP_USER - Static variable in interface org.h2.command.CommandInterface
The type of a DROP USER statement.
DROP_VIEW - Static variable in interface org.h2.command.CommandInterface
The type of a DROP VIEW statement.
DropAggregate - Class in org.h2.command.ddl
This class represents the statement DROP AGGREGATE
DropAggregate(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.DropAggregate
 
dropAll(Connection) - Static method in class org.h2.fulltext.FullText
Drops all full text indexes from the database.
dropAll(Connection) - Static method in class org.h2.fulltext.FullTextLucene
Drops all full text indexes from the database.
DropConstant - Class in org.h2.command.ddl
This class represents the statement DROP CONSTANT
DropConstant(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.DropConstant
 
DropDatabase - Class in org.h2.command.ddl
This class represents the statement DROP ALL OBJECTS
DropDatabase(SessionLocal) - Constructor for class org.h2.command.ddl.DropDatabase
 
DropDomain - Class in org.h2.command.ddl
This class represents the statement DROP DOMAIN
DropDomain(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.DropDomain
 
DropFunctionAlias - Class in org.h2.command.ddl
This class represents the statement DROP ALIAS
DropFunctionAlias(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.DropFunctionAlias
 
dropIndex(Connection, String, String) - Static method in class org.h2.fulltext.FullText
Drop an existing full text index for a table.
dropIndex(Connection, String, String) - Static method in class org.h2.fulltext.FullTextLucene
Drop an existing full text index for a table.
DropIndex - Class in org.h2.command.ddl
This class represents the statement DROP INDEX
DropIndex(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.DropIndex
 
dropMultipleColumnsConstraintsAndIndexes(SessionLocal, ArrayList) - Method in class org.h2.table.Table
Check that these columns are not referenced by a multi-column constraint or multi-column index.
dropRestrict - Variable in class org.h2.engine.DbSettings
Database setting DROP_RESTRICT (default: true) Whether the default action for DROP TABLE, DROP VIEW, DROP SCHEMA, DROP DOMAIN, and DROP CONSTRAINT is RESTRICT.
DropRole - Class in org.h2.command.ddl
This class represents the statement DROP ROLE
DropRole(SessionLocal) - Constructor for class org.h2.command.ddl.DropRole
 
DropSchema - Class in org.h2.command.ddl
This class represents the statement DROP SCHEMA
DropSchema(SessionLocal) - Constructor for class org.h2.command.ddl.DropSchema
 
DropSequence - Class in org.h2.command.ddl
This class represents the statement DROP SEQUENCE
DropSequence(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.DropSequence
 
DropSynonym - Class in org.h2.command.ddl
This class represents the statement DROP SYNONYM
DropSynonym(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.DropSynonym
 
DropTable - Class in org.h2.command.ddl
This class represents the statement DROP TABLE
DropTable(SessionLocal) - Constructor for class org.h2.command.ddl.DropTable
 
DropTrigger - Class in org.h2.command.ddl
This class represents the statement DROP TRIGGER
DropTrigger(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.DropTrigger
 
DropUser - Class in org.h2.command.ddl
This class represents the statement DROP USER
DropUser(SessionLocal) - Constructor for class org.h2.command.ddl.DropUser
 
DropView - Class in org.h2.command.ddl
This class represents the statement DROP VIEW
DropView(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.DropView
 
DualIndex - Class in org.h2.index
An index for the DUAL table.
DualIndex(DualTable) - Constructor for class org.h2.index.DualIndex
 
DualTable - Class in org.h2.table
The DUAL table for selects without a FROM clause.
DualTable(Database) - Constructor for class org.h2.table.DualTable
Create a new range with the given start and end expressions.
dump(StringBuilder) - Method in class org.h2.mvstore.Page
Dump debug data for this page.
dump(String, boolean) - Static method in class org.h2.mvstore.MVStoreTool
Read the contents of the file and write them to system out.
dump(String, Writer, boolean) - Static method in class org.h2.mvstore.MVStoreTool
Read the contents of the file and display them in a human-readable format.
dumpAllThreadsAndLocks(String) - Static method in class org.h2.util.ThreadDeadlockDetector
Dump all deadlocks (if any).
dumpAllThreadsAndLocks(String, PrintStream) - Static method in class org.h2.util.ThreadDeadlockDetector
Dump all deadlocks (if any).
DUPLICATE_COLUMN_NAME_1 - Static variable in class org.h2.api.ErrorCode
The error with code 42121 is thrown when trying to create a table or insert into a table and use the same column name twice.
DUPLICATE_KEY_1 - Static variable in class org.h2.api.ErrorCode
The error with code 23505 is thrown when trying to insert a row that would violate a unique index or primary key.
DUPLICATE_PROPERTY_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90066 is thrown when the same property appears twice in the database URL or in the connection properties.
durationToValue(Duration) - Static method in class org.h2.util.JSR310Utils
Converts a Duration to a Value.
DynamicSettings(Mode, TimeZoneProvider) - Constructor for class org.h2.engine.Session.DynamicSettings
Creates new instance of dynamic settings.

E

ELSE - Static variable in class org.h2.util.ParserUtil
The token "ELSE".
empty() - Static method in class org.h2.mvstore.Page.PageReference
Get an empty page reference.
EMPTY - Enum constant in enum org.h2.engine.Mode.ExpressionNames
Generate empty name.
EMPTY - Static variable in class org.h2.value.ValueArray
Empty array.
EMPTY - Static variable in class org.h2.value.ValueRow
Empty row.
EMPTY - Static variable in class org.h2.value.ValueVarbinary
Empty value.
EMPTY - Static variable in class org.h2.value.ValueVarchar
Empty string.
EMPTY_BYTES - Static variable in class org.h2.util.Utils
An 0-size byte array.
EMPTY_INT_ARRAY - Static variable in class org.h2.util.Utils
An 0-size int array.
EMPTY_VALUES - Static variable in class org.h2.value.Value
Empty array of values.
ENABLE_ANONYMOUS_TLS - Static variable in class org.h2.engine.SysProperties
System property h2.enableAnonymousTLS (default: true).
encodeLength(int) - Static method in class org.h2.mvstore.DataUtils
Convert the length to a length code 0..31. 31 means more than 1 MB.
encodeString(ByteArrayOutputStream, String) - Static method in class org.h2.util.json.JSONByteArrayTarget
Encodes a JSON string and appends it to the specified output stream.
encodeString(StringBuilder, String, boolean) - Static method in class org.h2.util.json.JSONStringTarget
Encodes a JSON string and appends it to the specified string builder.
encrypt(byte[], int, int) - Method in class org.h2.security.AES
 
encrypt(byte[], int, int) - Method in interface org.h2.security.BlockCipher
Encrypt a number of bytes.
encrypt(byte[], int, int) - Method in class org.h2.security.Fog
 
encrypt(byte[], int, int) - Method in class org.h2.security.XTEA
 
ENCRYPT - Static variable in class org.h2.expression.function.CryptFunction
ENCRYPT() (non-standard).
ENCRYPTION_KEY_HASH_ITERATIONS - Static variable in class org.h2.engine.Constants
The password is hashed this many times to slow down dictionary attacks.
encryptionKey(char[]) - Method in class org.h2.mvstore.MVStore.Builder
Encrypt / decrypt the file using the given password.
end(Xid, int) - Method in class org.h2.jdbcx.JdbcXAConnection
End a transaction.
END - Static variable in class org.h2.index.IndexCondition
A bit of a search mask meaning 'smaller or equal'.
END - Static variable in class org.h2.util.ParserUtil
The token "END".
endArray() - Method in class org.h2.util.json.JSONByteArrayTarget
 
endArray() - Method in class org.h2.util.json.JSONStringTarget
 
endArray() - Method in class org.h2.util.json.JSONTarget
End of the current array.
endArray() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
endArray() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
endArray() - Method in class org.h2.util.json.JSONValueTarget
 
endCollectionItem(GeometryUtils.Target, int, int, int) - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
endCollectionItem(GeometryUtils.Target, int, int, int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked after writing of a collection item.
endCollectionItem(GeometryUtils.Target, int, int, int) - Method in class org.h2.util.geometry.JTSUtils.GeometryTarget
 
endElement(String, String, String) - Method in class org.h2.security.auth.H2AuthConfigXml
 
endLeftoverTransactions() - Method in class org.h2.mvstore.tx.TransactionStore
Commit all transactions that are in the committed state, and rollback all open transactions.
endNonEmptyPolygon() - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
endNonEmptyPolygon() - Method in class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
 
endNonEmptyPolygon() - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked after writing of non-empty POLYGON.
endObject() - Method in class org.h2.util.json.JSONByteArrayTarget
 
endObject() - Method in class org.h2.util.json.JSONStringTarget
 
endObject() - Method in class org.h2.util.json.JSONTarget
End of the current object.
endObject() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
endObject() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
endObject() - Method in class org.h2.util.json.JSONValueTarget
 
endObject(int) - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
endObject(int) - Method in class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
 
endObject(int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked after writing of the object.
endStatement() - Method in class org.h2.engine.SessionLocal
Mark the statement as completed.
Engine - Class in org.h2.engine
The engine contains a map of all open databases.
engineDigest() - Method in class org.h2.security.SHA3
 
engineGetDigestLength() - Method in class org.h2.security.SHA3
 
engineReset() - Method in class org.h2.security.SHA3
 
engineUpdate(byte) - Method in class org.h2.security.SHA3
 
engineUpdate(byte[], int, int) - Method in class org.h2.security.SHA3
 
enquoteIdentifier(String, boolean) - Method in class org.h2.jdbc.JdbcStatement
 
enquoteIdentifier(String, boolean) - Method in interface org.h2.jdbc.JdbcStatementBackwardsCompat
Enquotes the specified identifier.
ensureCapacity(int) - Method in class org.h2.util.IntArray
Ensure the underlying array is large enough for the given number of entries.
entryIterator(K, K) - Method in class org.h2.mvstore.tx.TransactionMap
Iterate over entries.
entrySet() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the entry set for all resident entries.
entrySet() - Method in class org.h2.mvstore.MVMap
 
entrySet() - Method in class org.h2.mvstore.tx.TransactionMap
 
entrySet() - Method in class org.h2.util.SoftValuesHashMap
 
ENUM - Static variable in class org.h2.api.H2Type
The ENUM data type.
ENUM - Static variable in class org.h2.value.Value
The value type for ENUM values.
ENUM_DUPLICATE - Static variable in class org.h2.api.ErrorCode
The error with code 22033 is thrown when an attempt is made to add or modify an ENUM-typed column so that it would have duplicate values.
ENUM_EMPTY - Static variable in class org.h2.api.ErrorCode
The error with code 22032 is thrown when an attempt is made to add or modify an ENUM-typed column so that one or more of its enumerators would be empty.
ENUM_VALUE_NOT_PERMITTED - Static variable in class org.h2.api.ErrorCode
The error with code 22030 is thrown when an attempt is made to INSERT or UPDATE an ENUM-typed cell, but the value is not one of the values enumerated by the type.
ENVELOPE - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for ENVELOPE(expression).
envelope2wkb(double[]) - Static method in class org.h2.util.geometry.EWKBUtils
Converts an envelope to a WKB.
EnvelopeTarget() - Constructor for class org.h2.util.geometry.GeometryUtils.EnvelopeTarget
Creates a new envelope calculation target.
EPOCH - Static variable in class org.h2.expression.function.DateTimeFunction
Epoch.
EPOCH_DATE_VALUE - Static variable in class org.h2.util.DateTimeUtils
Date value for 1970-01-01.
EQUAL - Static variable in class org.h2.expression.condition.Comparison
The comparison type meaning = as in ID=1.
EQUAL_NULL_SAFE - Static variable in class org.h2.expression.condition.Comparison
The comparison type meaning ID IS NOT DISTINCT FROM 1.
EQUALITY - Static variable in class org.h2.index.IndexCondition
A bit of a search mask meaning 'equal'.
equals(Object) - Method in class org.h2.api.Interval
 
equals(Object) - Method in class org.h2.mvstore.Chunk
 
equals(Object) - Method in class org.h2.mvstore.db.RowDataType
 
equals(Object) - Method in class org.h2.mvstore.db.SpatialKey
 
equals(Object) - Method in class org.h2.mvstore.db.ValueDataType
 
equals(Object) - Method in class org.h2.mvstore.MVMap
 
equals(Object) - Method in class org.h2.mvstore.tx.VersionedValueType
 
equals(Object) - Method in class org.h2.mvstore.type.BasicDataType
 
equals(Object) - Method in class org.h2.result.SearchRow
 
equals(Object) - Method in class org.h2.table.Column
 
equals(Object) - Method in class org.h2.table.TableLinkConnection
 
equals(Object) - Method in class org.h2.util.IntArray
 
equals(Object) - Method in class org.h2.util.SimpleColumnInfo
 
equals(Object) - Method in class org.h2.value.CompareMode
 
equals(Object) - Method in class org.h2.value.ExtTypeInfoEnum
 
equals(Object) - Method in class org.h2.value.ExtTypeInfoGeometry
 
equals(Object) - Method in class org.h2.value.ExtTypeInfoRow
 
equals(Object) - Method in class org.h2.value.TypeInfo
 
equals(Object) - Method in class org.h2.value.Value
Check if the two values have the same hash code.
equals(Object) - Method in class org.h2.value.ValueArray
 
equals(Object) - Method in class org.h2.value.ValueBigint
 
equals(Object) - Method in class org.h2.value.ValueBoolean
 
equals(Object) - Method in class org.h2.value.ValueBinary
 
equals(Object) - Method in class org.h2.value.ValueGeometry
 
equals(Object) - Method in class org.h2.value.ValueJavaObject
 
equals(Object) - Method in class org.h2.value.ValueJson
 
equals(Object) - Method in class org.h2.value.ValueVarbinary
 
equals(Object) - Method in class org.h2.value.ValueDate
 
equals(Object) - Method in class org.h2.value.ValueDecfloat
 
equals(Object) - Method in class org.h2.value.ValueDouble
 
equals(Object) - Method in class org.h2.value.ValueEnumBase
 
equals(Object) - Method in class org.h2.value.ValueInteger
 
equals(Object) - Method in class org.h2.value.ValueInterval
 
equals(Object) - Method in class org.h2.value.ValueLob
 
equals(Object) - Method in class org.h2.value.ValueNull
 
equals(Object) - Method in class org.h2.value.ValueNumeric
 
equals(Object) - Method in class org.h2.value.ValueReal
 
equals(Object) - Method in class org.h2.value.ValueRow
 
equals(Object) - Method in class org.h2.value.ValueSmallint
 
equals(Object) - Method in class org.h2.value.ValueChar
 
equals(Object) - Method in class org.h2.value.ValueVarchar
 
equals(Object) - Method in class org.h2.value.ValueTime
 
equals(Object) - Method in class org.h2.value.ValueTimestamp
 
equals(Object) - Method in class org.h2.value.ValueTimestampTimeZone
 
equals(Object) - Method in class org.h2.value.ValueTimeTimeZone
 
equals(Object) - Method in class org.h2.value.ValueTinyint
 
equals(Object) - Method in class org.h2.value.ValueUuid
 
equals(Object) - Method in class org.h2.value.ValueVarcharIgnoreCase
 
equals(Object, Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
Check whether two spatial values are equal.
equalsChars(String, int, String, int, boolean) - Method in class org.h2.value.CompareMode
Compare two characters in a string.
equalsChars(String, int, String, int, boolean) - Method in class org.h2.value.CompareModeDefault
 
equalsChars(String, int, String, int, boolean) - Method in class org.h2.value.CompareModeIcu4J
 
equalsIdentifiers(String, String) - Method in class org.h2.engine.Database
Compare two identifiers (table names, column names,...) and verify they are equal.
equalsIgnoringId(Spatial) - Method in class org.h2.mvstore.db.SpatialKey
Check whether two objects are equals, but do not compare the id fields.
equalsIgnoringId(Spatial) - Method in interface org.h2.mvstore.rtree.Spatial
Check whether two objects are equals, but do not compare the id fields.
error(Throwable, String) - Method in class org.h2.message.Trace
Write a message with trace level ERROR to the trace system.
error(Throwable, String, Object...) - Method in class org.h2.message.Trace
Write a message with trace level ERROR to the trace system.
ERROR - Static variable in class org.h2.message.TraceSystem
This trace level means only errors should be written.
ERROR_ACCESSING_LINKED_TABLE_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90111 is thrown when an exception occurred while accessing a linked table.
ERROR_BLOCK_NOT_FOUND - Static variable in class org.h2.mvstore.DataUtils
The block in the stream store was not found.
ERROR_CHUNK_NOT_FOUND - Static variable in class org.h2.mvstore.DataUtils
The application was trying to read data from a chunk that is no longer available.
ERROR_CLOSED - Static variable in class org.h2.mvstore.DataUtils
The object is already closed.
ERROR_CREATING_TRIGGER_OBJECT_3 - Static variable in class org.h2.api.ErrorCode
The error with code 90043 is thrown when there is an error initializing the trigger, for example because the class does not implement the Trigger interface.
ERROR_EXECUTING_TRIGGER_3 - Static variable in class org.h2.api.ErrorCode
The error with code 90044 is thrown when an exception or error occurred while calling the triggers fire method.
ERROR_FILE_CORRUPT - Static variable in class org.h2.mvstore.DataUtils
The file is corrupt or (for encrypted files) the encryption key is wrong.
ERROR_FILE_LOCKED - Static variable in class org.h2.mvstore.DataUtils
The file is locked.
ERROR_INTERNAL - Static variable in class org.h2.mvstore.DataUtils
An internal error occurred.
ERROR_OPENING_DATABASE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 8000 is thrown when there was a problem trying to create a database lock.
ERROR_READING_FAILED - Static variable in class org.h2.mvstore.DataUtils
An error occurred while reading from the file.
ERROR_SERIALIZATION - Static variable in class org.h2.mvstore.DataUtils
An error occurred when serializing or de-serializing.
ERROR_SETTING_DATABASE_EVENT_LISTENER_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90099 is thrown when an error occurred trying to initialize the database event listener.
ERROR_TOO_MANY_OPEN_TRANSACTIONS - Static variable in class org.h2.mvstore.DataUtils
There are too many open transactions.
ERROR_TRANSACTION_CORRUPT - Static variable in class org.h2.mvstore.DataUtils
The transaction store is corrupt.
ERROR_TRANSACTION_ILLEGAL_STATE - Static variable in class org.h2.mvstore.DataUtils
The transaction store is in an illegal state (for example, not yet initialized).
ERROR_TRANSACTION_LOCKED - Static variable in class org.h2.mvstore.DataUtils
An entry is still locked by another transaction.
ERROR_TRANSACTION_TOO_BIG - Static variable in class org.h2.mvstore.DataUtils
The transaction contains too many changes.
ERROR_TRANSACTIONS_DEADLOCK - Static variable in class org.h2.mvstore.DataUtils
Deadlock discovered and one of transactions involved chosen as victim and rolled back.
ERROR_UNKNOWN_DATA_TYPE - Static variable in class org.h2.mvstore.DataUtils
The transaction store can not be initialized because data type is not found in type registry.
ERROR_UNSUPPORTED_FORMAT - Static variable in class org.h2.mvstore.DataUtils
The file format is not supported.
ERROR_WRITING_FAILED - Static variable in class org.h2.mvstore.DataUtils
An error occurred when trying to write to the file.
ErrorCode - Class in org.h2.api
This class defines the error codes used for SQL exceptions.
escapeHtml(String) - Static method in class org.h2.server.web.PageParser
Convert data to HTML, including newlines and multiple spaces.
escapeMetaDataPattern(String) - Static method in class org.h2.util.StringUtils
Escape table or schema patterns used for DatabaseMetaData functions.
ESTIMATED_ENVELOPE - Static variable in class org.h2.expression.function.TableInfoFunction
ESTIMATED_ENVELOPE().
estimatedFunctionTableRows - Variable in class org.h2.engine.DbSettings
Database setting ESTIMATED_FUNCTION_TABLE_ROWS (default: 1000).
estimateMemory(AtomicLong, DataType, T) - Static method in class org.h2.util.MemoryEstimator
Estimates memory size of the data based on previous values.
estimateMemory(AtomicLong, DataType, T[], int) - Static method in class org.h2.util.MemoryEstimator
Estimates memory size of the data set based on previous values.
EVALUATABLE - Static variable in class org.h2.expression.ExpressionVisitor
Can the expression be evaluated, that means are all columns set to 'evaluatable'?
EVALUATABLE_VISITOR - Static variable in class org.h2.expression.ExpressionVisitor
The visitor singleton for the type EVALUATABLE.
EVERY - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for EVERY(expression).
EWKB_M - Static variable in class org.h2.util.geometry.EWKBUtils
Geometry type mask that indicates presence of dimension M.
EWKB_SRID - Static variable in class org.h2.util.geometry.EWKBUtils
Geometry type mask that indicates presence of SRID.
EWKB_Z - Static variable in class org.h2.util.geometry.EWKBUtils
Geometry type mask that indicates presence of dimension Z.
ewkb2ewkb(byte[]) - Static method in class org.h2.util.geometry.EWKBUtils
Converts any supported EWKB to EWKB representation that is used by this class.
ewkb2ewkb(byte[], int) - Static method in class org.h2.util.geometry.EWKBUtils
Converts any supported EWKB to EWKB representation that is used by this class.
ewkb2ewkt(byte[]) - Static method in class org.h2.util.geometry.EWKTUtils
Converts EWKB to EWKT.
ewkb2ewkt(byte[], int) - Static method in class org.h2.util.geometry.EWKTUtils
Converts EWKB to EWKT.
ewkb2geometry(byte[]) - Static method in class org.h2.util.geometry.JTSUtils
Converts EWKB to a JTS geometry object.
ewkb2geometry(byte[], int) - Static method in class org.h2.util.geometry.JTSUtils
Converts EWKB to a JTS geometry object.
EWKBTarget(ByteArrayOutputStream, int) - Constructor for class org.h2.util.geometry.EWKBUtils.EWKBTarget
Creates a new EWKB output target.
ewkbToGeoJson(byte[], int) - Static method in class org.h2.util.geometry.GeoJsonUtils
Converts EWKB with known dimension system to GeoJson.
EWKBUtils - Class in org.h2.util.geometry
EWKB format support for GEOMETRY data type.
EWKBUtils.EWKBTarget - Class in org.h2.util.geometry
Converter output target that writes a EWKB.
ewkt2ewkb(String) - Static method in class org.h2.util.geometry.EWKTUtils
Converts EWKT to EWKB.
ewkt2ewkb(String, int) - Static method in class org.h2.util.geometry.EWKTUtils
Converts EWKT to EWKB.
EWKTTarget(StringBuilder, int) - Constructor for class org.h2.util.geometry.EWKTUtils.EWKTTarget
Creates a new EWKT output target.
EWKTUtils - Class in org.h2.util.geometry
EWKT format support for GEOMETRY data type.
EWKTUtils.EWKTTarget - Class in org.h2.util.geometry
Converter output target that writes a EWKT.
EXCEPT - Enum constant in enum org.h2.command.query.SelectUnion.UnionType
The type of an EXCEPT statement.
EXCEPT - Static variable in class org.h2.util.ParserUtil
The token "EXCEPT".
EXCEPTION - Enum constant in enum org.h2.engine.Mode.ViewExpressionNames
Throw exception for unspecified names.
EXCEPTION_IN_FUNCTION_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90105 is thrown when an exception occurred in a user-defined method.
EXCEPTION_OPENING_PORT_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90061 is thrown when trying to start a server if a server is already running at the same port.
exceptionThrown(SQLException, String) - Method in interface org.h2.api.DatabaseEventListener
This method is called if an exception occurred.
exceptionThrown(SQLException, String) - Method in class org.h2.engine.Database
This method is called after an exception occurred, to inform the database event listener (if one is set).
EXCLUDE_CURRENT_ROW - Enum constant in enum org.h2.expression.analysis.WindowFrameExclusion
EXCLUDE CURRENT ROW exclusion clause.
EXCLUDE_GROUP - Enum constant in enum org.h2.expression.analysis.WindowFrameExclusion
EXCLUDE GROUP exclusion clause.
EXCLUDE_NO_OTHERS - Enum constant in enum org.h2.expression.analysis.WindowFrameExclusion
EXCLUDE NO OTHERS exclusion clause.
EXCLUDE_TIES - Enum constant in enum org.h2.expression.analysis.WindowFrameExclusion
EXCLUDE TIES exclusion clause.
EXCLUSIVE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET EXCLUSIVE statement.
EXCLUSIVE_LOCK - Static variable in class org.h2.table.Table
Exclusive lock.
EXCLUSIVE_LOCKS - Static variable in class org.h2.mvstore.db.MVTable
The table names this thread has exclusively locked.
execute() - Method in class org.h2.jdbc.JdbcPreparedStatement
Executes an arbitrary statement.
execute() - Method in class org.h2.util.Task
Start the thread.
execute(String) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns type of its result.
execute(String) - Method in class org.h2.util.Task
Start the thread.
execute(String, int) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns type of its result.
execute(String, int[]) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns type of its result.
execute(String, String) - Static method in class org.h2.tools.Recover
Dumps the contents of a database to a SQL script file.
execute(String, String[]) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns type of its result.
execute(String, String, boolean) - Static method in class org.h2.tools.DeleteDbFiles
Deletes the database files.
execute(String, String, String) - Static method in class org.h2.tools.Restore
Restores database files.
execute(String, String, String, boolean) - Static method in class org.h2.tools.Backup
Backs up database files.
execute(String, String, String, char[], char[], boolean) - Static method in class org.h2.tools.ChangeFileEncryption
Changes the password for a database.
execute(String, String, String, String, String) - Method in class org.h2.tools.CreateCluster
Creates a cluster.
execute(String, String, String, String, Charset, boolean) - Static method in class org.h2.tools.RunScript
Executes the SQL commands in a script file against a database.
execute(String, ArrayList, boolean, SessionLocal) - Method in class org.h2.table.TableLink
Execute a SQL statement using the given parameters.
execute(Connection, Reader) - Static method in class org.h2.tools.RunScript
Executes the SQL commands read from the reader against a database.
EXECUTE - Static variable in interface org.h2.command.CommandInterface
The type of an EXECUTE statement.
EXECUTE_IMMEDIATELY - Static variable in interface org.h2.command.CommandInterface
The type of an EXECUTE IMMEDIATELY statement.
executeBatch() - Method in class org.h2.jdbc.JdbcPreparedStatement
Executes the batch.
executeBatch() - Method in class org.h2.jdbc.JdbcStatement
Executes the batch.
ExecuteImmediate - Class in org.h2.command.dml
This class represents the statement EXECUTE IMMEDIATE.
ExecuteImmediate(SessionLocal, Expression) - Constructor for class org.h2.command.dml.ExecuteImmediate
 
executeLargeBatch() - Method in class org.h2.jdbc.JdbcPreparedStatement
Executes the batch.
executeLargeBatch() - Method in class org.h2.jdbc.JdbcStatement
Executes the batch.
executeLargeUpdate() - Method in class org.h2.jdbc.JdbcCallableStatement
Executes a statement (insert, update, delete, create, drop) and returns the update count.
executeLargeUpdate() - Method in class org.h2.jdbc.JdbcPreparedStatement
Executes a statement (insert, update, delete, create, drop) and returns the update count.
executeLargeUpdate(String) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement (insert, update, delete, create, drop) and returns the update count.
executeLargeUpdate(String, int) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns the update count.
executeLargeUpdate(String, int[]) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns the update count.
executeLargeUpdate(String, String[]) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns the update count.
ExecuteProcedure - Class in org.h2.command.dml
This class represents the statement EXECUTE
ExecuteProcedure(SessionLocal) - Constructor for class org.h2.command.dml.ExecuteProcedure
 
executeQuery() - Method in class org.h2.jdbc.JdbcPreparedStatement
Executes a query (select statement) and returns the result set.
executeQuery(long, boolean) - Method in class org.h2.command.Command
Execute a query and return the result.
executeQuery(long, boolean) - Method in interface org.h2.command.CommandInterface
Execute the query.
executeQuery(long, boolean) - Method in class org.h2.command.CommandRemote
 
executeQuery(String) - Method in class org.h2.jdbc.JdbcPreparedStatement
Calling this method is not legal on a PreparedStatement.
executeQuery(String) - Method in class org.h2.jdbc.JdbcStatement
Executes a query (select statement) and returns the result set.
executeUpdate() - Method in class org.h2.jdbc.JdbcCallableStatement
Executes a statement (insert, update, delete, create, drop) and returns the update count.
executeUpdate() - Method in class org.h2.jdbc.JdbcPreparedStatement
Executes a statement (insert, update, delete, create, drop) and returns the update count.
executeUpdate(Object) - Method in class org.h2.command.Command
 
executeUpdate(Object) - Method in interface org.h2.command.CommandInterface
Execute the statement
executeUpdate(Object) - Method in class org.h2.command.CommandRemote
 
executeUpdate(String) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement (insert, update, delete, create, drop) and returns the update count.
executeUpdate(String, int) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns the update count.
executeUpdate(String, int[]) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns the update count.
executeUpdate(String, String[]) - Method in class org.h2.jdbc.JdbcStatement
Executes a statement and returns the update count.
executionTimeCumulativeNanos - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The total execution time.
executionTimeMaxNanos - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The maximum execution time, in nanoseconds.
executionTimeMeanNanos - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The mean execution time.
executionTimeMinNanos - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The minimum execution time, in nanoseconds.
EXHAUSTED - Enum constant in enum org.h2.schema.Sequence.Cycle
Sequence is not cycled and was already exhausted.
exists() - Method in class org.h2.command.query.Query
Execute the EXISTS predicate over the query.
exists() - Method in class org.h2.store.fs.disk.FilePathDisk
 
exists() - Method in class org.h2.store.fs.FilePath
Checks if a file exists.
exists() - Method in class org.h2.store.fs.FilePathWrapper
 
exists() - Method in class org.h2.store.fs.mem.FilePathMem
 
exists() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
exists() - Method in class org.h2.store.fs.zip.FilePathZip
 
exists(String) - Static method in class org.h2.store.fs.FileUtils
Checks if a file exists.
EXISTS - Static variable in class org.h2.util.ParserUtil
The token "EXISTS".
ExistsPredicate - Class in org.h2.expression.condition
Exists predicate as in EXISTS(SELECT ...)
ExistsPredicate(Query) - Constructor for class org.h2.expression.condition.ExistsPredicate
 
EXP - Static variable in class org.h2.expression.function.MathFunction1
EXP().
expand(byte[]) - Method in class org.h2.tools.CompressTool
Expands the compressed data.
expand(byte[], byte[], int) - Static method in class org.h2.tools.CompressTool
INTERNAL
expand(byte[], int, int, byte[], int, int) - Method in class org.h2.compress.CompressDeflate
 
expand(byte[], int, int, byte[], int, int) - Method in class org.h2.compress.CompressLZF
 
expand(byte[], int, int, byte[], int, int) - Method in class org.h2.compress.CompressNo
 
expand(byte[], int, int, byte[], int, int) - Method in interface org.h2.compress.Compressor
Expand a number of compressed bytes.
expand(ByteBuffer, ByteBuffer) - Static method in class org.h2.compress.CompressLZF
Expand a number of compressed bytes.
EXPAND - Static variable in class org.h2.expression.function.CompressFunction
EXPAND() (non-standard).
expandUserHomeDirectory(String) - Static method in class org.h2.store.fs.disk.FilePathDisk
Expand '~' to the user home directory.
Explain - Class in org.h2.command.dml
This class represents the statement EXPLAIN
Explain(SessionLocal) - Constructor for class org.h2.command.dml.Explain
 
EXPLAIN - Static variable in interface org.h2.command.CommandInterface
The type of an EXPLAIN statement.
EXPLAIN_ANALYZE - Static variable in interface org.h2.command.CommandInterface
The type of an EXPLAIN ANALYZE statement.
expression - Variable in class org.h2.command.query.QueryOrderBy
The order by expression.
Expression - Class in org.h2.expression
An expression is a operation, a value, or a function in a query.
Expression() - Constructor for class org.h2.expression.Expression
 
ExpressionColumn - Class in org.h2.expression
A column reference expression that represents a column of a table or view.
ExpressionColumn(Database, String, String) - Constructor for class org.h2.expression.ExpressionColumn
Creates a new instance of column reference for _ROWID_ column as normal expression.
ExpressionColumn(Database, String, String, String) - Constructor for class org.h2.expression.ExpressionColumn
Creates a new instance of column reference for regular columns as normal expression.
ExpressionColumn(Database, String, String, String, boolean) - Constructor for class org.h2.expression.ExpressionColumn
Creates a new instance of column reference for regular columns as normal expression.
ExpressionColumn(Database, Column) - Constructor for class org.h2.expression.ExpressionColumn
Creates a new column reference for metadata of queries; should not be used as normal expression.
ExpressionList - Class in org.h2.expression
A list of expressions, as in (ID, NAME).
ExpressionList(Expression[], boolean) - Constructor for class org.h2.expression.ExpressionList
 
expressionNames - Variable in class org.h2.engine.Mode
How column names are generated for expressions.
ExpressionVisitor - Class in org.h2.expression
The visitor pattern is used to iterate through all expressions of a query to optimize a statement.
ExpressionWithFlags - Interface in org.h2.expression
Expression with flags.
ExpressionWithVariableParameters - Interface in org.h2.expression
An expression with variable number of parameters.
EXTERNAL_TABLE_ENGINE - Enum constant in enum org.h2.table.TableType
The table type name for external table engines.
EXTRACT - Static variable in class org.h2.expression.function.DateTimeFunction
EXTRACT().
ExtTypeInfo - Class in org.h2.value
Extended parameters of a data type.
ExtTypeInfo() - Constructor for class org.h2.value.ExtTypeInfo
 
ExtTypeInfoEnum - Class in org.h2.value
Extended parameters of the ENUM data type.
ExtTypeInfoEnum(String[]) - Constructor for class org.h2.value.ExtTypeInfoEnum
Creates new instance of extended parameters of the ENUM data type.
ExtTypeInfoGeometry - Class in org.h2.value
Extended parameters of the GEOMETRY data type.
ExtTypeInfoGeometry(int, Integer) - Constructor for class org.h2.value.ExtTypeInfoGeometry
Creates new instance of extended parameters of the GEOMETRY data type.
ExtTypeInfoNumeric - Class in org.h2.value
Extended parameters of the NUMERIC data type.
ExtTypeInfoRow - Class in org.h2.value
Extended parameters of the ROW data type.
ExtTypeInfoRow(LinkedHashMap) - Constructor for class org.h2.value.ExtTypeInfoRow
Creates new instance of extended parameters of ROW data type.
ExtTypeInfoRow(Typed[]) - Constructor for class org.h2.value.ExtTypeInfoRow
Creates new instance of extended parameters of ROW data type.
ExtTypeInfoRow(Typed[], int) - Constructor for class org.h2.value.ExtTypeInfoRow
Creates new instance of extended parameters of ROW data type.

F

Factory() - Constructor for class org.h2.mvstore.db.RowDataType.Factory
 
Factory() - Constructor for class org.h2.mvstore.db.ValueDataType.Factory
 
Factory() - Constructor for class org.h2.mvstore.tx.VersionedValueType.Factory
 
FakeFileChannel - Class in org.h2.store.fs
Fake file channel to use by in-memory and ZIP file systems.
FALSE - Static variable in class org.h2.expression.condition.Comparison
This is a pseudo comparison type that is only used for index conditions.
FALSE - Static variable in class org.h2.expression.ValueExpression
The expression represents ValueBoolean.FALSE.
FALSE - Static variable in class org.h2.util.json.JSONBoolean
false value.
FALSE - Static variable in class org.h2.util.ParserUtil
The token "FALSE".
FALSE - Static variable in class org.h2.value.ValueBoolean
FALSE value.
FALSE - Static variable in class org.h2.value.ValueJson
false JSON value.
FEATURE_NOT_SUPPORTED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 50100 is thrown when calling an unsupported JDBC method or database feature.
FETCH - Static variable in class org.h2.util.ParserUtil
The token "FETCH".
FetchedResult - Class in org.h2.result
Abstract fetched result.
fetchNext() - Method in class org.h2.mvstore.tx.TransactionMap.TMIterator
Fetches a next entry.
fetchNextRow() - Method in class org.h2.result.LazyResult
Fetch next row or null if none available.
fetchSize - Variable in class org.h2.jdbc.JdbcStatement
 
FieldReference - Class in org.h2.expression
Field reference.
FieldReference(Expression, String) - Constructor for class org.h2.expression.FieldReference
 
FILE - Enum constant in enum org.h2.store.FileLockMethod
This locking method means the cooperative file locking protocol should be used.
FILE_BLOCK_SIZE - Static variable in class org.h2.engine.Constants
The block of a file.
FILE_CORRUPTED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90030 is thrown when the database engine has detected a checksum mismatch in the data or index.
FILE_CREATION_FAILED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90062 is thrown when a directory or file could not be created.
FILE_DELETE_FAILED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90025 is thrown when a file could not be deleted, because it is still in use (only in Windows), or because an error occurred when deleting.
FILE_ENCRYPTION_ERROR_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90049 is thrown when trying to open an encrypted database with the wrong file encryption password or algorithm.
FILE_LOCK - Static variable in class org.h2.message.Trace
The trace module id for file locks.
FILE_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90124 is thrown when trying to access a file that doesn't exist.
FILE_READ - Static variable in class org.h2.expression.function.FileFunction
FILE_READ() (non-standard).
FILE_RENAME_FAILED_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90024 is thrown when a file could not be renamed.
FILE_VERSION_ERROR_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90048 is thrown when the file header of a database files (*.db) does not match the expected version, or if it is corrupted.
FILE_WRITE - Static variable in class org.h2.expression.function.FileFunction
FILE_WRITE() (non-standard).
FileBase - Class in org.h2.store.fs
The base class for file implementations.
FileBase() - Constructor for class org.h2.store.fs.FileBase
 
FileBaseDefault - Class in org.h2.store.fs
Default implementation of the slow operations that need synchronization because they involve the file position.
FileBaseDefault() - Constructor for class org.h2.store.fs.FileBaseDefault
 
FileChannelInputStream - Class in org.h2.store.fs
Allows to read from a file channel like an input stream.
FileChannelInputStream(FileChannel, boolean) - Constructor for class org.h2.store.fs.FileChannelInputStream
Create a new file object input stream from the file channel.
FileEncrypt - Class in org.h2.store.fs.encrypt
An encrypted file with a read cache.
FileEncrypt(String, byte[], FileChannel) - Constructor for class org.h2.store.fs.encrypt.FileEncrypt
 
FileFunction - Class in org.h2.expression.function
A FILE_READ or FILE_WRITE function.
FileFunction(Expression, Expression, int) - Constructor for class org.h2.expression.function.FileFunction
 
FileLister - Class in org.h2.store
Utility class to list the files of a database.
FileLock - Class in org.h2.store
The file lock is used to lock a database so that only one process can write to it.
FileLock(TraceSystem, String, int) - Constructor for class org.h2.store.FileLock
Create a new file locking object.
FileLockMethod - Enum in org.h2.store
 
fileName(String) - Method in class org.h2.mvstore.MVStore.Builder
Use the following file name.
FilePath - Class in org.h2.store.fs
A path to a file.
FilePath() - Constructor for class org.h2.store.fs.FilePath
 
FilePathAsync - Class in org.h2.store.fs.async
This file system stores files on disk and uses java.nio.channels.AsynchronousFileChannel to access the files.
FilePathAsync() - Constructor for class org.h2.store.fs.async.FilePathAsync
 
FilePathCache - Class in org.h2.mvstore.cache
A file with a read cache.
FilePathCache() - Constructor for class org.h2.mvstore.cache.FilePathCache
 
FilePathCache.FileCache - Class in org.h2.mvstore.cache
A file with a read cache.
FilePathDisk - Class in org.h2.store.fs.disk
This file system stores files on disk.
FilePathDisk() - Constructor for class org.h2.store.fs.disk.FilePathDisk
 
FilePathEncrypt - Class in org.h2.store.fs.encrypt
An encrypted file.
FilePathEncrypt() - Constructor for class org.h2.store.fs.encrypt.FilePathEncrypt
 
FilePathMem - Class in org.h2.store.fs.mem
This file system keeps files fully in memory.
FilePathMem() - Constructor for class org.h2.store.fs.mem.FilePathMem
 
FilePathMemLZF - Class in org.h2.store.fs.mem
A memory file system that compresses blocks to conserve memory.
FilePathMemLZF() - Constructor for class org.h2.store.fs.mem.FilePathMemLZF
 
FilePathNioMapped - Class in org.h2.store.fs.niomapped
This file system stores files on disk and uses java.nio to access the files.
FilePathNioMapped() - Constructor for class org.h2.store.fs.niomapped.FilePathNioMapped
 
FilePathNioMem - Class in org.h2.store.fs.niomem
This file system keeps files fully in off-java-heap memory.
FilePathNioMem() - Constructor for class org.h2.store.fs.niomem.FilePathNioMem
 
FilePathNioMemLZF - Class in org.h2.store.fs.niomem
A memory file system that compresses blocks to conserve memory.
FilePathNioMemLZF() - Constructor for class org.h2.store.fs.niomem.FilePathNioMemLZF
 
FilePathRec - Class in org.h2.store.fs.rec
A file system that records all write operations and can re-play them.
FilePathRec() - Constructor for class org.h2.store.fs.rec.FilePathRec
 
FilePathRetryOnInterrupt - Class in org.h2.store.fs.retry
A file system that re-opens and re-tries the operation if the file was closed, because a thread was interrupted.
FilePathRetryOnInterrupt() - Constructor for class org.h2.store.fs.retry.FilePathRetryOnInterrupt
 
FilePathSplit - Class in org.h2.store.fs.split
A file system that may split files into multiple smaller files.
FilePathSplit() - Constructor for class org.h2.store.fs.split.FilePathSplit
 
FilePathWrapper - Class in org.h2.store.fs
The base class for wrapping / delegating file systems such as the split file system.
FilePathWrapper() - Constructor for class org.h2.store.fs.FilePathWrapper
 
FilePathZip - Class in org.h2.store.fs.zip
This is a read-only file system that allows to access databases stored in a .zip or .jar file.
FilePathZip() - Constructor for class org.h2.store.fs.zip.FilePathZip
 
fileSize - Variable in class org.h2.mvstore.FileStore
The file size (cached).
fileStore(FileStore) - Method in class org.h2.mvstore.MVStore.Builder
Use the provided file store instead of the default one.
FileStore - Class in org.h2.mvstore
The default storage mechanism of the MVStore.
FileStore - Class in org.h2.store
This class is an abstraction of a random access file.
FileStore() - Constructor for class org.h2.mvstore.FileStore
 
FileStore(DataHandler, String, String) - Constructor for class org.h2.store.FileStore
Create a new file using the given settings.
FileStoreInputStream - Class in org.h2.store
An input stream that is backed by a file store.
FileStoreInputStream(FileStore, boolean, boolean) - Constructor for class org.h2.store.FileStoreInputStream
 
FileStoreOutputStream - Class in org.h2.store
An output stream that is backed by a file store.
FileStoreOutputStream(FileStore, String) - Constructor for class org.h2.store.FileStoreOutputStream
 
FileUtils - Class in org.h2.store.fs
This utility class contains utility functions that use the file system abstraction.
FileUtils() - Constructor for class org.h2.store.fs.FileUtils
 
fillAligned() - Method in class org.h2.store.Data
Fill up the buffer with empty space and an (initially empty) checksum until the size is a multiple of Constants.FILE_BLOCK_SIZE.
filterCondition - Variable in class org.h2.expression.aggregate.AbstractAggregate
FILTER condition for aggregate
FINAL - Enum constant in enum org.h2.table.DataChangeDeltaTable.ResultOption
FINAL rows after triggers.
finalize() - Method in class org.h2.store.FileStoreInputStream
 
find(int) - Method in interface org.h2.util.Cache
Get an element from the cache if it is available.
find(int) - Method in class org.h2.util.CacheLRU
 
find(int) - Method in class org.h2.util.CacheTQ
 
find(SessionLocal, ArrayList) - Method in class org.h2.index.IndexCursor
Re-evaluate the start and end values of the index search for rows.
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.index.DualIndex
 
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.index.Index
Find a row or a list of rows and create a cursor to iterate over the result.
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.index.LinkedIndex
 
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.index.MetaIndex
 
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.index.RangeIndex
 
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.index.ViewIndex
 
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.index.VirtualConstructedTableIndex
 
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
findAggregate(String) - Method in class org.h2.schema.Schema
Get the user defined aggregate function if it exists.
findByGeometry(SessionLocal, SearchRow, SearchRow, SearchRow) - Method in interface org.h2.index.SpatialIndex
Find a row or a list of rows and create a cursor to iterate over the result.
findByGeometry(SessionLocal, SearchRow, SearchRow, SearchRow) - Method in class org.h2.index.ViewIndex
 
findByGeometry(SessionLocal, SearchRow, SearchRow, SearchRow) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
findColumn(String) - Method in class org.h2.command.query.SelectListColumnResolver
 
findColumn(String) - Method in class org.h2.constraint.DomainColumnResolver
 
findColumn(String) - Method in class org.h2.jdbc.JdbcResultSet
Searches for a specific column in the result set.
findColumn(String) - Method in interface org.h2.table.ColumnResolver
Get the column with the specified name.
findColumn(String) - Method in class org.h2.table.Table
Get the column with the given name if it exists.
findColumn(String) - Method in class org.h2.table.TableFilter
 
findColumn(String) - Method in class org.h2.tools.SimpleResultSet
Searches for a specific column in the result set.
findComment(DbObject) - Method in class org.h2.engine.Database
Get the comment for the given database object if one exists, or null if not.
findConstant(String) - Method in class org.h2.schema.Schema
Try to find a user defined constant with this name.
findConstraint(SessionLocal, String) - Method in class org.h2.schema.Schema
Try to find a constraint with this name.
findContainedKeys(Spatial) - Method in class org.h2.mvstore.rtree.MVRTreeMap
Iterate over all keys that are fully contained within the given rectangle.
findDomain(String) - Method in class org.h2.schema.Schema
Get the domain if it exists, or null if not.
findFirstOrLast(SessionLocal, boolean) - Method in class org.h2.index.DualIndex
 
findFirstOrLast(SessionLocal, boolean) - Method in class org.h2.index.Index
Find the first (or last) value of this index.
findFirstOrLast(SessionLocal, boolean) - Method in class org.h2.index.RangeIndex
 
findFirstOrLast(SessionLocal, boolean) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
findFirstOrLast(SessionLocal, boolean) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
findFirstOrLast(SessionLocal, boolean) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
findFunction(String) - Method in class org.h2.schema.Schema
Try to find a user defined function with this name.
findFunctionOrAggregate(String) - Method in class org.h2.schema.Schema
Try to find a user defined function or aggregate function with the specified name.
findIndex(SessionLocal, String) - Method in class org.h2.schema.Schema
Try to find an index with this name.
findIntersectingKeys(Spatial) - Method in class org.h2.mvstore.rtree.MVRTreeMap
Iterate over all keys that have an intersection with the given rectangle.
findJavaMethod(Expression[]) - Method in class org.h2.schema.FunctionAlias
Find the Java method that matches the arguments.
findLocalTempTable(String) - Method in class org.h2.engine.SessionLocal
Get the local temporary table if one exists with that name, or null if not.
findLocalTempTableConstraint(String) - Method in class org.h2.engine.SessionLocal
Get the local temporary constraint if one exists with that name, or null if not.
findLocalTempTableIndex(String) - Method in class org.h2.engine.SessionLocal
Get the local temporary index if one exists with that name, or null if not.
findNext(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.index.Index
Find a row or a list of rows that is larger and create a cursor to iterate over the result.
findNext(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
findPrimaryKey() - Method in class org.h2.table.Table
Get the primary key index if there is one, or null if there is none.
findRole(String) - Method in class org.h2.engine.Database
Get the role if it exists, or null if not.
findSchema(String) - Method in class org.h2.engine.Database
Get the schema if it exists, or null if not.
findSequence(String) - Method in class org.h2.schema.Schema
Try to find a sequence with this name.
findSetting(String) - Method in class org.h2.engine.Database
Get the setting if it exists, or null if not.
findTableOrView(SessionLocal, String) - Method in class org.h2.schema.MetaSchema
 
findTableOrView(SessionLocal, String) - Method in class org.h2.schema.Schema
Try to find a table or view with this name.
findTrigger(String) - Method in class org.h2.schema.Schema
Try to find a trigger with this name.
findUser(String) - Method in class org.h2.engine.Database
Get the user if it exists, or null if not.
findUserOrRole(String) - Method in class org.h2.engine.Database
Get the user or role if it exists, or null if not.
fire(Connection, Object[], Object[]) - Method in interface org.h2.api.Trigger
This method is called for each triggered action.
fire(Connection, Object[], Object[]) - Method in class org.h2.fulltext.FullText.FullTextTrigger
INTERNAL
fire(Connection, Object[], Object[]) - Method in class org.h2.fulltext.FullTextLucene.FullTextTrigger
INTERNAL
fire(Connection, Object[], Object[]) - Method in class org.h2.tools.TriggerAdapter
 
fire(Connection, ResultSet, ResultSet) - Method in class org.h2.tools.TriggerAdapter
This method is called for each triggered action by the default fire(Connection conn, Object[] oldRow, Object[] newRow) method.
fire(SessionLocal, int, boolean) - Method in class org.h2.schema.TriggerObject
Call the trigger class if required.
fire(SessionLocal, int, boolean) - Method in class org.h2.table.Table
Fire the triggers for this table.
fireAfterRow(SessionLocal, Row, Row, boolean) - Method in class org.h2.table.Table
Fire all triggers that need to be called after a row is updated.
fireBeforeRow(SessionLocal, Row, Row) - Method in class org.h2.table.Table
Fire all triggers that need to be called before a row is updated.
fireBeforeSelectTriggers() - Method in class org.h2.command.query.Query
Call the before triggers on all tables.
fireBeforeSelectTriggers() - Method in class org.h2.command.query.Select
 
fireBeforeSelectTriggers() - Method in class org.h2.command.query.SelectUnion
 
fireBeforeSelectTriggers() - Method in class org.h2.command.query.TableValueConstructor
 
fireRow() - Method in class org.h2.table.Table
Check if row based triggers or constraints are defined.
fireRow(SessionLocal, Table, Row, Row, boolean, boolean) - Method in class org.h2.schema.TriggerObject
Call the fire method of the user-defined trigger class if required.
first() - Method in class org.h2.jdbc.JdbcResultSet
Moves the current position to the first row.
first() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
FIRST - Enum constant in enum org.h2.mode.DefaultNullOrdering
NULL values are sorted before other values, no matter if ascending or descending order is used.
FIRST_KEYWORD - Static variable in class org.h2.util.ParserUtil
The ordinal number of the first keyword.
FIRST_VALUE - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for FIRST_VALUE() window function.
firstEntry() - Method in class org.h2.mvstore.tx.TransactionMap
Get the first entry.
firstKey() - Method in class org.h2.mvstore.MVMap
Get the first key, or null if the map is empty.
firstKey() - Method in class org.h2.mvstore.tx.TransactionMap
Get the first key.
FLOOR - Static variable in class org.h2.expression.function.MathFunction
FLOOR().
floorEntry(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the entry with largest key that is smaller than or equal to this key, or null if no such key exists.
floorKey(K) - Method in class org.h2.mvstore.MVMap
Get the largest key that is smaller or equal to this key.
floorKey(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the largest key that is smaller than or equal to this key, or null if no such key exists.
flush() - Method in class org.h2.compress.LZFOutputStream
 
flush() - Method in class org.h2.engine.Database
Flush all pending changes to the transaction log.
flush() - Method in class org.h2.mvstore.db.Store
Store all pending changes.
flush() - Method in class org.h2.value.Transfer
Write pending changes.
flush(SessionLocal) - Method in class org.h2.schema.Sequence
Flush the current value, including the margin, to disk.
flushAndGetRoot() - Method in class org.h2.mvstore.MVMap
Get the root reference, flushing any current append buffer.
flushLog() - Method in interface org.h2.util.CacheWriter
Flush the transaction log, so that entries can be removed from the cache.
flushWithoutMargin() - Method in class org.h2.schema.Sequence
Flush the current value to disk.
Fog - Class in org.h2.security
A pseudo-encryption algorithm that makes the data appear to be encrypted.
Fog() - Constructor for class org.h2.security.Fog
 
FOLLOWING - Enum constant in enum org.h2.expression.analysis.WindowFrameBoundType
FOLLOWING clause.
FOR - Static variable in class org.h2.util.ParserUtil
The token "FOR".
FOR_UPDATE_IS_NOT_ALLOWED_IN_DISTINCT_OR_GROUPED_SELECT - Static variable in class org.h2.api.ErrorCode
The error with code 90145 is thrown when trying to execute a SELECT statement with non-window aggregates, DISTINCT, GROUP BY, or HAVING clauses together with FOR UPDATE clause.
forAllDependencies(SessionLocal, Domain, BiPredicate, BiPredicate, boolean) - Static method in class org.h2.command.ddl.AlterDomain
Processes all columns and domains that use the specified domain.
FORBID_ANY_DUPLICATES - Enum constant in enum org.h2.engine.Mode.UniqueIndexNullsHandling
Multiple rows with identical values in indexed columns are not allowed in unique index.
forBitData - Variable in class org.h2.engine.Mode
If true 'FOR BIT DATA' clauses are allowed for character string data types.
force(boolean) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
force(boolean) - Method in class org.h2.store.fs.encrypt.FileEncrypt
 
force(boolean) - Method in class org.h2.store.fs.FakeFileChannel
 
force(boolean) - Method in class org.h2.store.fs.FileBase
 
FORCE_AUTOCOMMIT_OFF_ON_COMMIT - Static variable in class org.h2.engine.SysProperties
System property h2.forceAutoCommitOffOnCommit (default: false).
FOREIGN - Static variable in class org.h2.util.ParserUtil
The token "FOREIGN".
forget(Xid) - Method in class org.h2.jdbcx.JdbcXAConnection
Forget a transaction.
Format - Class in org.h2.expression
A format clause such as FORMAT JSON.
Format(Expression, Format.FormatEnum) - Constructor for class org.h2.expression.Format
 
Format.FormatEnum - Enum in org.h2.expression
Supported formats.
formatDateTime(SessionLocal, Value, String, String, String) - Static method in class org.h2.expression.function.DateTimeFormatFunction
Formats a date using a format string.
FORMATDATETIME - Static variable in class org.h2.expression.function.DateTimeFormatFunction
FORMATDATETIME() (non-standard).
formatGeometryTypeAndDimensionSystem(StringBuilder, int) - Static method in class org.h2.util.geometry.EWKTUtils
Formats type and dimension system as a string.
formatMessage(int, String, Object...) - Static method in class org.h2.mvstore.DataUtils
Format an error message.
formatNonKeywords(BitSet) - Static method in class org.h2.command.Parser
Formats a comma-separated list of keywords.
formatParams(ArrayList) - Static method in class org.h2.message.Trace
Format the parameter list.
formatType(int) - Static method in class org.h2.server.pg.PgServer
Returns the name of the given type.
forTable(SessionLocal, Table) - Static method in class org.h2.result.LocalResult
Constructs a new local result object for the specified table.
free() - Method in class org.h2.jdbc.JdbcArray
Release all resources of this object.
free() - Method in class org.h2.jdbc.JdbcLob
Release all resources of this object.
free() - Method in class org.h2.tools.SimpleResultSet.SimpleArray
INTERNAL
free(long, int) - Method in class org.h2.mvstore.FileStore
Mark the space as free.
free(long, int) - Method in class org.h2.mvstore.FreeSpaceBitSet
Mark the space as free.
free(long, int) - Method in class org.h2.mvstore.OffHeapStore
 
freeObject(int) - Method in class org.h2.util.SmallMap
Remove an object from the map.
freeSpace - Variable in class org.h2.mvstore.FileStore
The free spaces between the chunks.
FreeSpaceBitSet - Class in org.h2.mvstore
A free space bit set.
FreeSpaceBitSet(int, int) - Constructor for class org.h2.mvstore.FreeSpaceBitSet
Create a new free space map.
freeUniqueName(String) - Method in class org.h2.schema.Schema
Release a unique object name.
from(IntervalQualifier, boolean, long, long) - Static method in class org.h2.value.ValueInterval
Create a ValueInterval instance.
FROM - Static variable in class org.h2.util.ParserUtil
The token "FROM".
fromDate(CastDataProvider, TimeZone, Date) - Static method in class org.h2.util.LegacyDateTimeUtils
Get or create a date value for the given date.
fromDateValue(long) - Static method in class org.h2.value.ValueDate
Get or create a date value for the given date.
fromDateValueAndNanos(long, long) - Static method in class org.h2.value.ValueTimestamp
Get or create a date value for the given date.
fromDateValueAndNanos(long, long, int) - Static method in class org.h2.value.ValueTimestampTimeZone
Get or create a date value for the given date.
fromEnvelope(double[]) - Static method in class org.h2.value.ValueGeometry
Creates a geometry value for the given envelope.
fromJdbc(int) - Static method in enum org.h2.engine.IsolationLevel
Returns the isolation level from LOCK_MODE equivalent for PageStore and old versions of H2.
fromJson(byte[]) - Static method in class org.h2.value.ValueJson
Returns JSON value with the specified content.
fromJson(String) - Static method in class org.h2.value.ValueJson
Returns JSON value with the specified content.
fromLines(String) - Static method in class org.h2.util.SortedProperties
Convert a String to a map.
fromLockMode(int) - Static method in enum org.h2.engine.IsolationLevel
Returns the isolation level from LOCK_MODE equivalent for PageStore and old versions of H2.
fromNanos(long) - Static method in class org.h2.value.ValueTime
Get or create a time value.
fromNanos(long, int) - Static method in class org.h2.value.ValueTimeTimeZone
Get or create a time value.
fromSql(String) - Static method in enum org.h2.engine.IsolationLevel
Returns the isolation level from its SQL name.
fromString(String) - Static method in class org.h2.mvstore.Chunk
Build a block from the given string.
fromString(String) - Static method in class org.h2.mvstore.MVStore.Builder
Read the configuration from a string.
fromTime(CastDataProvider, TimeZone, Time) - Static method in class org.h2.util.LegacyDateTimeUtils
Get or create a time value for the given time.
fromTimestamp(CastDataProvider, long, int) - Static method in class org.h2.util.LegacyDateTimeUtils
Get or create a timestamp value for the given date/time in millis.
fromTimestamp(CastDataProvider, TimeZone, Timestamp) - Static method in class org.h2.util.LegacyDateTimeUtils
Get or create a timestamp value for the given timestamp.
fromUnixTime(int) - Static method in class org.h2.mode.FunctionsMySQL
See https://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_from-unixtime
fromUnixTime(int, String) - Static method in class org.h2.mode.FunctionsMySQL
See https://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_from-unixtime
fromUser(String, String) - Static method in exception class org.h2.message.DbException
Create a database exception for an arbitrary SQLState.
FS - Enum constant in enum org.h2.store.FileLockMethod
Use the file system to lock the file; don't use a separate lock file.
FULL - Static variable in class org.h2.util.ParserUtil
The token "FULL".
FULL_VERSION - Static variable in class org.h2.engine.Constants
The complete version number of this database, consisting of the major version, the minor version, the build id, and the build date.
FullText - Class in org.h2.fulltext
This class implements the native full text search.
FullText() - Constructor for class org.h2.fulltext.FullText
 
FullText.FullTextTrigger - Class in org.h2.fulltext
Trigger updates the index when a inserting, updating, or deleting a row.
FullTextLucene - Class in org.h2.fulltext
This class implements the full text search based on Apache Lucene.
FullTextLucene() - Constructor for class org.h2.fulltext.FullTextLucene
 
FullTextLucene.FullTextTrigger - Class in org.h2.fulltext
Trigger updates the index when a inserting, updating, or deleting a row.
FullTextTrigger() - Constructor for class org.h2.fulltext.FullText.FullTextTrigger
 
FullTextTrigger() - Constructor for class org.h2.fulltext.FullTextLucene.FullTextTrigger
 
FUNCTION - Static variable in class org.h2.bnf.Sentence
The token type for a function name.
FUNCTION - Static variable in class org.h2.message.Trace
The trace module id for functions.
FUNCTION_ALIAS - Static variable in class org.h2.engine.DbObject
This object is an alias for a Java function.
FUNCTION_ALIAS_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90076 is thrown when trying to create a function alias for a system function or for a function that is already defined.
FUNCTION_ALIAS_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90077 is thrown when trying to drop a system function or a function alias that does not exist.
FUNCTION_MUST_RETURN_RESULT_SET_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90000 is thrown when a function that does not return a result set was used in the FROM clause.
FUNCTION_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90022 is thrown when trying to call a unknown function.
Function0_1 - Class in org.h2.expression.function
Function with one optional argument.
Function0_1(Expression) - Constructor for class org.h2.expression.function.Function0_1
 
Function1 - Class in org.h2.expression.function
Function with one argument.
Function1(Expression) - Constructor for class org.h2.expression.function.Function1
 
Function1_2 - Class in org.h2.expression.function
Function with two arguments.
Function1_2(Expression, Expression) - Constructor for class org.h2.expression.function.Function1_2
 
Function2 - Class in org.h2.expression.function
Function with two arguments.
Function2(Expression, Expression) - Constructor for class org.h2.expression.function.Function2
 
FunctionAlias - Class in org.h2.schema
Represents a user-defined function, or alias.
FunctionAlias.JavaMethod - Class in org.h2.schema
There may be multiple Java methods that match a function name.
FunctionInfo - Class in org.h2.mode
This class contains information about a built-in function.
FunctionInfo(String, int, int, int, boolean, boolean) - Constructor for class org.h2.mode.FunctionInfo
Creates new instance of built-in function information.
FunctionInfo(FunctionInfo, String) - Constructor for class org.h2.mode.FunctionInfo
Creates a copy of built-in function information with a different name.
FunctionN - Class in org.h2.expression.function
Function with many arguments.
FunctionN(Expression[]) - Constructor for class org.h2.expression.function.FunctionN
 
FunctionsDB2Derby - Class in org.h2.mode
Functions for Mode.ModeEnum.DB2 and Mode.ModeEnum.Derby compatibility modes.
FunctionsLegacy - Class in org.h2.mode
This class implements some legacy functions not available in Regular mode.
FunctionsMSSQLServer - Class in org.h2.mode
Functions for Mode.ModeEnum.MSSQLServer compatibility mode.
FunctionsMySQL - Class in org.h2.mode
This class implements some MySQL-specific functions.
FunctionsOracle - Class in org.h2.mode
Functions for Mode.ModeEnum.Oracle compatibility mode.
FunctionsPostgreSQL - Class in org.h2.mode
Functions for Mode.ModeEnum.PostgreSQL compatibility mode.
FunctionTable - Class in org.h2.table
A table backed by a system or user-defined function that returns a result set.
FunctionTable(Schema, SessionLocal, TableFunction) - Constructor for class org.h2.table.FunctionTable
 

G

GENERAL_ERROR_1 - Static variable in class org.h2.api.ErrorCode
The error with code 50000 is thrown when something unexpected occurs, for example an internal stack overflow.
generateAlternativeSeed() - Static method in class org.h2.util.MathUtils
Generate a seed value, using as much unpredictable data as possible.
GENERATED_COLUMN_CANNOT_BE_ASSIGNED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90154 is thrown when trying to assign a value to a generated column.
GENERATED_COLUMN_CANNOT_BE_UPDATABLE_BY_CONSTRAINT_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90155 is thrown when trying to create a referential constraint that can update a referenced generated column.
generatedKeyAlwaysReturned() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether database always returns generated keys if valid names or indexes of columns were specified and command was completed successfully.
generatedKeys - Variable in class org.h2.jdbc.JdbcStatement
 
GeneratedKeysMode - Class in org.h2.engine
Modes of generated keys' gathering.
generatePreparedQuery(String, String, String[]) - Method in class org.h2.tools.MultiDimension
Generates an optimized multi-dimensional range query.
generateRows(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.mode.PgCatalogTable
 
generateRows(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.table.InformationSchemaTable
 
generateRows(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.table.InformationSchemaTableLegacy
 
generateRows(SessionLocal, SearchRow, SearchRow) - Method in class org.h2.table.MetaTable
Generate the data for the given metadata table using the given first and last row filters.
generateSalt() - Method in class org.h2.security.SecureFileStore
 
generateSalt() - Method in class org.h2.store.FileStore
Generate the random salt bytes if required.
generateSequences(ArrayList, boolean) - Method in class org.h2.command.ddl.CommandWithColumns
For the given list of columns, create sequences for identity columns (if needed), and then get the list of all sequences of the columns.
GeoJsonTarget(JSONByteArrayTarget, int) - Constructor for class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
Creates new GeoJson output target.
geoJsonToEwkb(byte[], int) - Static method in class org.h2.util.geometry.GeoJsonUtils
Converts EWKB with known dimension system to GeoJson.
GeoJsonUtils - Class in org.h2.util.geometry
GeoJson format support for GEOMETRY data type.
GeoJsonUtils.GeoJsonTarget - Class in org.h2.util.geometry
Converter output target that writes a GeoJson.
GEOMETRY - Static variable in class org.h2.api.H2Type
The GEOMETRY data type.
GEOMETRY - Static variable in class org.h2.value.Value
The value type for string values with a fixed size.
GEOMETRY_CLASS - Static variable in class org.h2.value.ValueToObjectConverter
The Geometry class.
GEOMETRY_COLLECTION - Static variable in class org.h2.util.geometry.GeometryUtils
GEOMETRYCOLLECTION geometry type.
geometry2ewkb(Geometry) - Static method in class org.h2.util.geometry.JTSUtils
Converts Geometry to EWKB.
geometry2ewkb(Geometry, int) - Static method in class org.h2.util.geometry.JTSUtils
Converts Geometry to EWKB.
GeometryTarget(int) - Constructor for class org.h2.util.geometry.JTSUtils.GeometryTarget
Creates a new instance of JTS Geometry target.
GeometryUtils - Class in org.h2.util.geometry
Utilities for GEOMETRY data type.
GeometryUtils.DimensionSystemTarget - Class in org.h2.util.geometry
Converter output target that determines minimal dimension system for a geometry.
GeometryUtils.EnvelopeTarget - Class in org.h2.util.geometry
Converter output target that calculates an envelope.
GeometryUtils.Target - Class in org.h2.util.geometry
Converter output target.
get() - Method in interface org.h2.index.Cursor
Get the complete current row.
get() - Method in class org.h2.index.IndexCursor
 
get() - Method in class org.h2.index.LinkedCursor
 
get() - Method in class org.h2.index.MetaCursor
 
get() - Method in class org.h2.index.SingleRowCursor
 
get() - Method in class org.h2.index.ViewCursor
 
get() - Method in class org.h2.table.TableFilter
Get the current row.
get() - Method in class org.h2.util.DebuggingThreadLocal
 
get() - Method in class org.h2.util.Task
Calling this method will set the stop flag and wait until the thread is stopped.
get(boolean) - Static method in class org.h2.value.ValueBoolean
Get the boolean value for the given boolean.
get(boolean) - Static method in class org.h2.value.ValueJson
Returns JSON value with the specified boolean content.
get(byte) - Static method in class org.h2.value.ValueTinyint
Get or create a TINYINT value for the given byte.
get(byte[]) - Method in class org.h2.mvstore.StreamStore
Open an input stream to read data.
get(byte[]) - Method in class org.h2.mvstore.WriteBuffer
Copy the data into the destination array.
get(byte[]) - Static method in class org.h2.value.ValueBinary
Get or create a VARBINARY value for the given byte array.
get(byte[]) - Static method in class org.h2.value.ValueGeometry
Get or create a geometry value for the given internal EWKB representation.
get(byte[]) - Static method in class org.h2.value.ValueUuid
Get or create a UUID for the given 16 bytes.
get(byte[]) - Static method in class org.h2.value.ValueVarbinary
Get or create a VARBINARY value for the given byte array.
get(double) - Static method in class org.h2.value.ValueDouble
Get or create a DOUBLE PRECISION value for the given double.
get(float) - Static method in class org.h2.value.ValueReal
Get or create a REAL value for the given float.
get(int) - Static method in exception class org.h2.message.DbException
Create a database exception for a specific error code.
get(int) - Method in interface org.h2.util.Cache
Get an element in the cache if it is available.
get(int) - Method in class org.h2.util.CacheLRU
 
get(int) - Method in class org.h2.util.CacheTQ
 
get(int) - Method in class org.h2.util.IntArray
Get the value at the given index.
get(int) - Static method in class org.h2.value.ValueInteger
Get or create an INTEGER value for the given int.
get(int) - Static method in class org.h2.value.ValueJson
Returns JSON value with the specified numeric content.
get(int, String) - Static method in exception class org.h2.message.DbException
Create a database exception for a specific error code.
get(int, String...) - Static method in exception class org.h2.message.DbException
Create a database exception for a specific error code.
get(int, Throwable, String...) - Static method in exception class org.h2.message.DbException
Create a database exception for a specific error code.
get(int, ExpressionColumn, Expression) - Static method in class org.h2.index.IndexCondition
Create an index condition with the given parameters.
get(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the value for the given key if the entry is cached.
get(long) - Static method in class org.h2.value.ValueBigint
Get or create a BIGINT value for the given long.
get(long) - Static method in class org.h2.value.ValueJson
Returns JSON value with the specified numeric content.
get(long, long) - Static method in class org.h2.value.ValueUuid
Get or create a UUID for the given high and low order values.
get(short) - Static method in class org.h2.value.ValueSmallint
Get or create a SMALLINT value for the given short.
get(Object) - Method in class org.h2.mvstore.MVMap
Get the value for the given key, or null if not found.
get(Object) - Method in class org.h2.mvstore.tx.TransactionMap
Get the effective value for the given key.
get(Object) - Method in class org.h2.util.SoftValuesHashMap
 
get(Object) - Method in class org.h2.value.CaseInsensitiveConcurrentMap
 
get(Object) - Method in class org.h2.value.CaseInsensitiveMap
 
get(String) - Static method in enum org.h2.expression.analysis.WindowFunctionType
Returns the type of window function with the specified name, or null.
get(String) - Static method in class org.h2.store.fs.FilePath
Get the file path object for the given path.
get(String) - Static method in class org.h2.value.ValueChar
Get or create a CHAR value for the given string.
get(String) - Static method in class org.h2.value.ValueGeometry
Get or create a geometry value for the given geometry.
get(String) - Static method in class org.h2.value.ValueJson
Returns JSON value with the specified string content.
get(String) - Static method in class org.h2.value.ValueUuid
Get or create a UUID for the given text representation.
get(String) - Static method in class org.h2.value.ValueVarchar
Get or create a VARCHAR value for the given string.
get(String) - Static method in class org.h2.value.ValueVarcharIgnoreCase
Get or create a VARCHAR_IGNORECASE value for the given string.
get(String, boolean) - Method in class org.h2.engine.SettingsBase
Get the setting for the given key.
get(String, int) - Method in class org.h2.engine.SettingsBase
Get the setting for the given key.
get(String, int) - Static method in class org.h2.value.ValueEnumBase
Get or create an enum value with the given label and ordinal.
get(String, String) - Method in class org.h2.engine.SettingsBase
Get the setting for the given key.
get(String, CastDataProvider) - Static method in class org.h2.value.ValueVarchar
Get or create a VARCHAR value for the given string.
get(BigDecimal) - Static method in class org.h2.value.ValueDecfloat
Get or create a DECFLOAT value for the given big decimal.
get(BigDecimal) - Static method in class org.h2.value.ValueJson
Returns JSON value with the specified numeric content.
get(BigDecimal) - Static method in class org.h2.value.ValueNumeric
Get or create a NUMERIC value for the given big decimal.
get(BigInteger) - Static method in class org.h2.value.ValueNumeric
Get or create a NUMERIC value for the given big integer.
get(UUID) - Static method in class org.h2.value.ValueUuid
Get or create a UUID for the given Java UUID.
get(Page, K) - Method in class org.h2.mvstore.MVMap
Get the value for the given key from a snapshot, or null if not found.
get(Page, Spatial) - Method in class org.h2.mvstore.rtree.MVRTreeMap
Get the object for the given key.
get(ResultInterface) - Static method in class org.h2.result.ResultWithPaddedStrings
Returns wrapped result if necessary, or original result if it does not contain visible CHAR columns.
get(Table) - Method in class org.h2.command.query.AllColumnsForPlan
Used by index to calculate the cost of a scan.
get(ExtTypeInfoRow, Value[]) - Static method in class org.h2.value.ValueRow
Get or create a typed row value for the given value array.
get(TypeInfo, Value[]) - Static method in class org.h2.value.ValueRow
Get or create a typed row value for the given value array.
get(TypeInfo, Value[], CastDataProvider) - Static method in class org.h2.value.ValueArray
Get or create a array value for the given value array.
get(Value) - Static method in class org.h2.expression.ValueExpression
Create a new expression with the given value.
get(Value[]) - Static method in class org.h2.value.ValueRow
Get or create a row value for the given value array.
get(Value[], int) - Static method in class org.h2.result.Row
Creates a new row.
get(Value[], int, long) - Static method in class org.h2.result.Row
Creates a new row with the specified key.
get(Value[], CastDataProvider) - Static method in class org.h2.value.ValueArray
Get or create a array value for the given value array.
get(Value, TypeInfo) - Static method in class org.h2.expression.TypedValueExpression
Create a new expression with the given value and type.
GET_COLUMNS1 - Static variable in class org.h2.expression.ExpressionVisitor
Get all referenced columns for the optimiser.
GET_COLUMNS2 - Static variable in class org.h2.expression.ExpressionVisitor
Get all referenced columns.
GET_DEPENDENCIES - Static variable in class org.h2.expression.ExpressionVisitor
Request to get the set of dependencies (addDependency).
GET_JDBC_META - Static variable in class org.h2.engine.SessionRemote
 
getActiveConnections() - Method in class org.h2.jdbcx.JdbcConnectionPool
Returns the number of active (open) connections of this pool.
getAggregatedValue(SessionLocal, Object) - Method in class org.h2.expression.aggregate.Aggregate
 
getAggregatedValue(SessionLocal, Object) - Method in class org.h2.expression.aggregate.JavaAggregate
 
getAggregatedValue(SessionLocal, Object) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Returns aggregated value.
getAggregatedValue(SessionLocal, Object) - Method in class org.h2.expression.analysis.WindowFunction
 
getAggregateType() - Method in class org.h2.expression.aggregate.Aggregate
Returns the type of this aggregate.
getAggregateType(String) - Static method in class org.h2.expression.aggregate.Aggregate
Get the aggregate type for this name, or -1 if no aggregate has been found.
getAlgorithm() - Method in class org.h2.compress.CompressDeflate
 
getAlgorithm() - Method in class org.h2.compress.CompressLZF
 
getAlgorithm() - Method in class org.h2.compress.CompressNo
 
getAlgorithm() - Method in interface org.h2.compress.Compressor
Get the compression algorithm type.
getAlias(int) - Method in class org.h2.result.LazyResult
 
getAlias(int) - Method in class org.h2.result.LocalResult
 
getAlias(int) - Method in interface org.h2.result.ResultInterface
Get the column alias name for the column.
getAlias(int) - Method in class org.h2.result.ResultRemote
 
getAlias(int) - Method in class org.h2.result.ResultWithPaddedStrings
 
getAlias(int) - Method in class org.h2.result.SimpleResult
 
getAlias(SessionLocal, int) - Method in class org.h2.expression.Alias
 
getAlias(SessionLocal, int) - Method in class org.h2.expression.Expression
Get the alias name of a column or SQL expression if it is not an aliased expression.
getAlias(SessionLocal, int) - Method in class org.h2.expression.ExpressionColumn
 
getAliases() - Method in class org.h2.bnf.Sentence
Get the alias map.
getAll(int, ArrayList) - Method in class org.h2.schema.Schema
Get all objects of the given type.
getAll(ArrayList) - Method in class org.h2.schema.Schema
Get all objects.
getAllChanged() - Method in interface org.h2.util.Cache
Get all objects in the cache that have been changed.
getAllChanged() - Method in class org.h2.util.CacheLRU
 
getAllChanged() - Method in class org.h2.util.CacheTQ
 
getAllComments() - Method in class org.h2.engine.Database
 
getAllConstants() - Method in class org.h2.schema.Schema
 
getAllConstraints() - Method in class org.h2.schema.Schema
 
getAllDomains() - Method in class org.h2.schema.Schema
 
getAllFunctionsAndAggregates() - Method in class org.h2.schema.Schema
 
getAllIndexes() - Method in class org.h2.schema.Schema
 
getAllowedIndexes() - Method in class org.h2.table.IndexHints
 
getAllowLiterals() - Method in class org.h2.engine.Database
 
getAllowLiterals() - Method in class org.h2.engine.SessionLocal
 
getAllowOthers() - Method in class org.h2.server.pg.PgServer
 
getAllowOthers() - Method in interface org.h2.server.Service
Check if remote connections are allowed.
getAllowOthers() - Method in class org.h2.server.TcpServer
 
getAllowOthers() - Method in class org.h2.server.web.WebServer
 
getAllRights() - Method in class org.h2.engine.Database
 
getAllRows(SessionLocal) - Method in class org.h2.expression.Subquery
Evaluates and returns all rows of the subquery.
getAllSchemas() - Method in class org.h2.engine.Database
 
getAllSchemasNoMeta() - Method in class org.h2.engine.Database
 
getAllSequences() - Method in class org.h2.schema.Schema
 
getAllSettings() - Method in class org.h2.engine.Database
 
getAllSynonyms() - Method in class org.h2.engine.Database
Get all synonyms.
getAllSynonyms() - Method in class org.h2.schema.Schema
 
getAllTablesAndViews() - Method in class org.h2.engine.Database
Get all tables and views.
getAllTablesAndViews(SessionLocal) - Method in class org.h2.schema.MetaSchema
 
getAllTablesAndViews(SessionLocal) - Method in class org.h2.schema.Schema
Get all tables and views.
getAllTriggers() - Method in class org.h2.schema.Schema
 
getAllUsersAndRoles() - Method in class org.h2.engine.Database
 
getAnyScale(BigDecimal) - Static method in class org.h2.value.ValueNumeric
Get or create a NUMERIC value for the given big decimal with possibly negative scale.
getAppendCursorPos(CursorPos) - Method in class org.h2.mvstore.Page
Extend path from a given CursorPos chain to "append point" in a B-tree, rooted at this Page.
getAreaIncrease(Object, Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
Get the area increase by extending a to contain b.
getArray() - Method in class org.h2.jdbc.JdbcArray
Returns the value as a Java array.
getArray() - Method in class org.h2.tools.SimpleResultSet.SimpleArray
Get the object array.
getArray() - Method in class org.h2.util.json.JSONArray
Returns the value.
getArray(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as an Array.
getArray(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as an Array.
getArray(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.sql.Array.
getArray(long, int) - Method in class org.h2.jdbc.JdbcArray
Returns the value as a Java array.
getArray(long, int) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
INTERNAL
getArray(long, int, Map) - Method in class org.h2.jdbc.JdbcArray
Returns the value as a Java array.
getArray(long, int, Map) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
INTERNAL
getArray(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as an Array.
getArray(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as an Array.
getArray(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.sql.Array.
getArray(Map) - Method in class org.h2.jdbc.JdbcArray
Returns the value as a Java array.
getArray(Map) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
INTERNAL
getAsciiReader(InputStream) - Static method in class org.h2.util.IOUtils
Wrap an input stream in a reader.
getAsciiStream() - Method in class org.h2.jdbc.JdbcClob
Returns the input stream.
getAsciiStream(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as an input stream.
getAsciiStream(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getAsciiStream(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as an input stream.
getAsciiStream(String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getAttributes(String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
[Not supported]
getAttributes(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getAttributes(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getAttributes(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getAttributes(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getAuthenticator() - Method in class org.h2.engine.Database
get authenticator for database users
getAutoClose() - Method in class org.h2.tools.SimpleResultSet
Get the current auto-close behavior.
getAutocommit() - Method in class org.h2.table.TableLink
The autocommit mode
getAutocommit() - Method in class org.h2.table.TableLinkConnection
The autocommit mode
getAutoCommit() - Method in class org.h2.engine.Session
Check if this session is in auto-commit mode.
getAutoCommit() - Method in class org.h2.engine.SessionLocal
 
getAutoCommit() - Method in class org.h2.engine.SessionRemote
 
getAutoCommit() - Method in class org.h2.jdbc.JdbcConnection
Gets the current setting for auto commit.
getAutoCommitDelay() - Method in class org.h2.mvstore.MVStore
Get the auto-commit delay.
getAutoCommitMemory() - Method in class org.h2.mvstore.MVStore
Get the maximum memory (in bytes) used for unsaved pages.
getBackgroundException() - Method in class org.h2.engine.Database
 
getBase() - Method in class org.h2.store.fs.FilePathWrapper
 
getBaseDir() - Static method in class org.h2.engine.SysProperties
INTERNAL
getBaseType() - Method in class org.h2.jdbc.JdbcArray
Returns the base type of the array.
getBaseType() - Method in class org.h2.tools.SimpleResultSet.SimpleArray
Get the base type of this array.
getBaseTypeName() - Method in class org.h2.jdbc.JdbcArray
Returns the base type name of the array.
getBaseTypeName() - Method in class org.h2.tools.SimpleResultSet.SimpleArray
Get the base type name of this array.
getBaseValue() - Method in class org.h2.schema.Sequence
 
getBelongsToConstraint() - Method in class org.h2.index.IndexType
If the index is created because of a constraint.
getBelongsToTable() - Method in class org.h2.schema.Sequence
 
getBestPlanItem(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.table.Table
Get the best plan for the given search mask.
getBestPlanItem(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.table.TableView
 
getBestPlanItem(SessionLocal, TableFilter[], int, AllColumnsForPlan) - Method in class org.h2.table.TableFilter
Get the best plan item (index, cost) to use for the current join order.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of columns that best identifier a row in a table.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getBigDecimal() - Method in class org.h2.util.json.JSONNumber
Returns the value.
getBigDecimal() - Method in class org.h2.value.Value
 
getBigDecimal() - Method in class org.h2.value.ValueBigint
 
getBigDecimal() - Method in class org.h2.value.ValueBoolean
 
getBigDecimal() - Method in class org.h2.value.ValueDecfloat
 
getBigDecimal() - Method in class org.h2.value.ValueDouble
 
getBigDecimal() - Method in class org.h2.value.ValueEnumBase
 
getBigDecimal() - Method in class org.h2.value.ValueInteger
 
getBigDecimal() - Method in class org.h2.value.ValueInterval
 
getBigDecimal() - Method in class org.h2.value.ValueNull
 
getBigDecimal() - Method in class org.h2.value.ValueNumeric
 
getBigDecimal() - Method in class org.h2.value.ValueReal
 
getBigDecimal() - Method in class org.h2.value.ValueSmallint
 
getBigDecimal() - Method in class org.h2.value.ValueChar
 
getBigDecimal() - Method in class org.h2.value.ValueVarchar
 
getBigDecimal() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getBigDecimal() - Method in class org.h2.value.ValueTinyint
 
getBigDecimal(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a BigDecimal.
getBigDecimal(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a BigDecimal.
getBigDecimal(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.math.BigDecimal.
getBigDecimal(int, int) - Method in class org.h2.jdbc.JdbcCallableStatement
getBigDecimal(int, int) - Method in class org.h2.jdbc.JdbcResultSet
getBigDecimal(int, int) - Method in class org.h2.tools.SimpleResultSet
Deprecated.
INTERNAL
getBigDecimal(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a BigDecimal.
getBigDecimal(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a BigDecimal.
getBigDecimal(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.math.BigDecimal.
getBigDecimal(String, int) - Method in class org.h2.jdbc.JdbcResultSet
getBigDecimal(String, int) - Method in class org.h2.tools.SimpleResultSet
Deprecated.
INTERNAL
getBinaryStream() - Method in class org.h2.jdbc.JdbcBlob
 
getBinaryStream() - Method in class org.h2.jdbc.JdbcSQLXML
 
getBinaryStream(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as an input stream.
getBinaryStream(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.io.InputStream.
getBinaryStream(long, long) - Method in class org.h2.jdbc.JdbcBlob
Returns the input stream, starting from an offset.
getBinaryStream(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as an input stream.
getBinaryStream(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.io.InputStream.
getBitwise(int, TypeInfo, Value, Value) - Static method in class org.h2.expression.function.BitFunction
Computes the value of bitwise function.
getBlob(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a Blob.
getBlob(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a Blob.
getBlob(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.sql.Blob.
getBlob(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a Blob.
getBlob(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a Blob.
getBlob(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.sql.Blob.
getBlockCipher(String) - Static method in class org.h2.security.CipherFactory
Get a new block cipher object for the given algorithm.
getBlockerId() - Method in class org.h2.mvstore.tx.Transaction
 
getBlockingSessionId() - Method in class org.h2.engine.SessionLocal
 
getBoolean() - Method in class org.h2.util.json.JSONBoolean
Returns the value.
getBoolean() - Method in class org.h2.value.Value
Returns this value as a Java boolean value.
getBoolean() - Method in class org.h2.value.ValueBoolean
 
getBoolean() - Method in class org.h2.value.ValueNull
 
getBoolean() - Method in class org.h2.value.ValueChar
 
getBoolean() - Method in class org.h2.value.ValueVarchar
 
getBoolean() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getBoolean(boolean) - Static method in class org.h2.expression.ValueExpression
Create a new expression with the given boolean value.
getBoolean(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a boolean.
getBoolean(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a boolean.
getBoolean(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a boolean.
getBoolean(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a boolean.
getBoolean(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a boolean.
getBoolean(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a boolean.
getBoolean(Value) - Static method in class org.h2.expression.ValueExpression
Create a new expression with the given boolean value.
getBooleanProperty(Properties, String, boolean) - Static method in class org.h2.util.SortedProperties
Get a boolean property value from a properties object.
getBooleanValue(String, boolean) - Method in class org.h2.security.auth.ConfigProperties
Returns the boolean value of specified property.
getBooleanValue(SessionLocal) - Method in class org.h2.expression.Expression
Get the value in form of a boolean expression.
getBounds() - Method in class org.h2.command.ddl.SequenceOptions
 
getBounds(SessionLocal) - Method in class org.h2.mvstore.db.MVSpatialIndex
Returns the minimum bounding box that encloses all keys.
getBounds(TypeInfo) - Static method in class org.h2.command.ddl.SequenceOptions
Get the bounds (min, max) of a data type.
getBranchQualifier() - Method in class org.h2.jdbcx.JdbcXid
The transaction branch identifier.
getBuffer() - Method in class org.h2.mvstore.WriteBuffer
Get the byte buffer.
getBufferedWriter(OutputStream) - Static method in class org.h2.util.IOUtils
Create a buffered writer to write to an output stream using the UTF-8 format.
getByte() - Method in class org.h2.value.Value
Returns this value as a Java byte value.
getByte() - Method in class org.h2.value.ValueBoolean
 
getByte() - Method in class org.h2.value.ValueNull
 
getByte() - Method in class org.h2.value.ValueChar
 
getByte() - Method in class org.h2.value.ValueVarchar
 
getByte() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getByte() - Method in class org.h2.value.ValueTinyint
 
getByte(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a byte.
getByte(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a byte.
getByte(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a byte.
getByte(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a byte.
getByte(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a byte.
getByte(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a byte.
getByteArrayHash(byte[]) - Static method in class org.h2.util.Utils
Calculate the hash code of the given byte array.
getBytes() - Method in class org.h2.store.Data
Get the byte array used for this page.
getBytes() - Method in class org.h2.value.Value
 
getBytes() - Method in class org.h2.value.ValueBigint
 
getBytes() - Method in class org.h2.value.ValueBinary
 
getBytes() - Method in class org.h2.value.ValueGeometry
 
getBytes() - Method in class org.h2.value.ValueJavaObject
 
getBytes() - Method in class org.h2.value.ValueJson
 
getBytes() - Method in class org.h2.value.ValueVarbinary
 
getBytes() - Method in class org.h2.value.ValueInteger
 
getBytes() - Method in class org.h2.value.ValueLob
 
getBytes() - Method in class org.h2.value.ValueNull
 
getBytes() - Method in class org.h2.value.ValueSmallint
 
getBytes() - Method in class org.h2.value.ValueChar
 
getBytes() - Method in class org.h2.value.ValueVarchar
 
getBytes() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getBytes() - Method in class org.h2.value.ValueTinyint
 
getBytes() - Method in class org.h2.value.ValueUuid
 
getBytes(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a byte array.
getBytes(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a byte array.
getBytes(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a byte array.
getBytes(long, int) - Method in class org.h2.jdbc.JdbcBlob
Returns some bytes of the object.
getBytes(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a byte array.
getBytes(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a byte array.
getBytes(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a byte array.
getBytesNoCopy() - Method in class org.h2.value.Value
 
getBytesNoCopy() - Method in class org.h2.value.ValueBinary
 
getBytesNoCopy() - Method in class org.h2.value.ValueGeometry
 
getBytesNoCopy() - Method in class org.h2.value.ValueJavaObject
 
getBytesNoCopy() - Method in class org.h2.value.ValueJson
 
getBytesNoCopy() - Method in class org.h2.value.ValueVarbinary
 
getBytesNoCopy() - Method in class org.h2.value.ValueLob
 
getCache() - Method in class org.h2.mvstore.MVStore
Get the cache.
getCache(CacheWriter, String, int) - Static method in class org.h2.util.CacheLRU
Create a cache of the given type and size.
getCacheHitRatio() - Method in class org.h2.mvstore.MVStore
 
getCacheSize() - Method in class org.h2.jmx.DatabaseInfo
 
getCacheSize() - Method in interface org.h2.jmx.DatabaseInfoMBean
The current cache size in KB.
getCacheSize() - Method in class org.h2.mvstore.MVStore
Get the maximum cache size, in MB.
getCacheSize() - Method in class org.h2.schema.Sequence
 
getCacheSize(SessionLocal) - Method in class org.h2.command.ddl.SequenceOptions
Gets cache size.
getCacheSizeMax() - Method in class org.h2.jmx.DatabaseInfo
 
getCacheSizeMax() - Method in interface org.h2.jmx.DatabaseInfoMBean
The maximum cache size in KB.
getCacheSizeUsed() - Method in class org.h2.mvstore.MVStore
Get the amount of memory used for caching, in MB.
getCacheType() - Method in class org.h2.engine.Database
 
getCancel() - Method in class org.h2.engine.SessionLocal
Get the cancel time.
getCanonicalPath(String) - Static method in class org.h2.store.fs.mem.FilePathMem
Get the canonical path for this file name.
getCanonicalPath(String) - Static method in class org.h2.store.fs.niomem.FilePathNioMem
Get the canonical path of a file (with backslashes replaced with forward slashes).
getCaseSensitiveColumnNames() - Method in class org.h2.tools.Csv
Get the current case sensitive column names setting.
getCatalog() - Method in class org.h2.jdbc.JdbcConnection
Gets the current catalog name.
getCatalogName(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Returns the catalog name.
getCatalogName(int) - Method in class org.h2.tools.SimpleResultSet
Returns empty string.
getCatalogs() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of catalogs.
getCatalogs() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getCatalogs() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getCatalogs() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getCatalogs() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getCatalogSeparator() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the catalog separator.
getCatalogTerm() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the term for "catalog".
getChanges(long) - Method in class org.h2.mvstore.tx.Transaction
Get the list of changes, starting with the latest change, up to the given savepoint (in reverse order than they occurred).
getCharacterStream() - Method in class org.h2.jdbc.JdbcClob
 
getCharacterStream() - Method in class org.h2.jdbc.JdbcSQLXML
 
getCharacterStream(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a reader.
getCharacterStream(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a reader.
getCharacterStream(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.io.Reader.
getCharacterStream(long, long) - Method in class org.h2.jdbc.JdbcClob
Returns the reader, starting from an offset.
getCharacterStream(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a reader.
getCharacterStream(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a reader.
getCharacterStream(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.io.Reader.
getCharset() - Method in class org.h2.value.CharsetCollator
 
getCheckConstraint(SessionLocal, String) - Method in class org.h2.constraint.ConstraintDomain
Get the check constraint expression for this column.
getCheckForeignKeyConstraints() - Method in class org.h2.table.Table
 
getCheckValue(int) - Static method in class org.h2.mvstore.DataUtils
Calculate a check value for the given integer.
getChildPage(int) - Method in class org.h2.mvstore.Page
Get the child page at the given index.
getChildPageCount(Page) - Method in class org.h2.mvstore.MVMap
Get the child page count for this page.
getChildPageCount(Page) - Method in class org.h2.mvstore.rtree.MVRTreeMap
 
getChildPagePos(int) - Method in class org.h2.mvstore.Page
Get the position of the child.
getChildren() - Method in class org.h2.engine.DbObject
Get the list of dependent children (for tables, this includes indexes and so on).
getChildren() - Method in class org.h2.engine.Role
 
getChildren() - Method in class org.h2.engine.User
 
getChildren() - Method in class org.h2.schema.Schema
 
getChildren() - Method in class org.h2.table.Table
 
getChunkCount() - Method in class org.h2.mvstore.MVStore
Get data chunks count.
getChunksFillRate() - Method in class org.h2.mvstore.MVStore
Get the current fill rate (percentage of used space in the file).
getClass(String) - Method in class org.h2.util.SourceCompiler
Get the class object for the given name.
getClassName() - Method in class org.h2.security.auth.UserToRolesMapperConfig
 
getClient() - Method in class org.h2.util.NetworkConnectionInfo
Returns the client address and port.
getClientAddr() - Method in class org.h2.util.NetworkConnectionInfo
Returns the client address.
getClientInfo() - Method in class org.h2.jdbc.JdbcConnection
Get the client properties.
getClientInfo() - Method in class org.h2.util.NetworkConnectionInfo
Returns additional client information, or null.
getClientInfo(String) - Method in class org.h2.jdbc.JdbcConnection
Get a client property.
getClientInfoProperties() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
 
getClientPort() - Method in class org.h2.util.NetworkConnectionInfo
Returns the client port.
getClientVersion() - Method in class org.h2.engine.SessionRemote
Returns the TCP protocol version of remote connection.
getClob(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a Clob.
getClob(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a Clob.
getClob(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.sql.Clob.
getClob(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a Clob.
getClob(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a Clob.
getClob(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.sql.Clob.
getClone() - Method in class org.h2.table.Column
 
getCloseable() - Method in class org.h2.util.CloseWatcher
 
getCluster() - Method in class org.h2.engine.Database
 
getClusterServers() - Method in class org.h2.engine.Session
Get the list of the cluster servers for this session.
getClusterServers() - Method in class org.h2.engine.SessionLocal
 
getClusterServers() - Method in class org.h2.engine.SessionRemote
 
getCollationKey(String) - Method in class org.h2.value.CharsetCollator
 
getCollationLocales(boolean) - Static method in class org.h2.value.CompareMode
Returns available locales for collations.
getCollator(String) - Static method in class org.h2.value.CompareMode
Get the collator object for the given language name or language / country combination.
getColumn() - Method in class org.h2.expression.ExpressionColumn
 
getColumn() - Method in class org.h2.index.IndexCondition
Get the referenced column.
getColumn(int) - Method in class org.h2.table.Table
Get the column at the given index.
getColumn(int, TableFilter) - Method in class org.h2.result.SortOrder
Get the column for the given table filter, if the sort column is for this filter.
getColumn(String) - Method in class org.h2.table.Table
Get the column with the given name.
getColumn(String, boolean) - Method in class org.h2.table.Table
Get the column with the given name.
getColumn(String, boolean) - Method in class org.h2.table.TableFilter
Get the column with the given name.
getColumn(DbContents, ResultSet) - Static method in class org.h2.bnf.context.DbColumn
Create a column from a DatabaseMetaData.getColumns row.
getColumnClasses() - Method in class org.h2.schema.FunctionAlias.JavaMethod
 
getColumnClassName(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Gets the Java class name of the object that will be returned if ResultSet.getObject is called.
getColumnClassName(int) - Method in class org.h2.tools.SimpleResultSet
Returns the Java class name if this column.
getColumnCount() - Method in class org.h2.command.query.Query
Get the column count of this query.
getColumnCount() - Method in class org.h2.jdbc.JdbcResultSetMetaData
Returns the number of columns.
getColumnCount() - Method in class org.h2.mvstore.db.RowDataType
 
getColumnCount() - Method in class org.h2.result.DefaultRow
 
getColumnCount() - Method in class org.h2.result.RowFactory.DefaultRowFactory
 
getColumnCount() - Method in class org.h2.result.RowFactory
 
getColumnCount() - Method in class org.h2.result.SearchRow
Get the column count.
getColumnCount() - Method in class org.h2.result.SimpleRowValue
 
getColumnCount() - Method in class org.h2.result.Sparse
 
getColumnCount() - Method in class org.h2.tools.SimpleResultSet
Returns the column count.
getColumnDisplaySize(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Gets the maximum display size for this column.
getColumnDisplaySize(int) - Method in class org.h2.tools.SimpleResultSet
Returns 15.
getColumnException(int) - Method in class org.h2.expression.ExpressionColumn
Get exception to throw, with column and table info added
getColumnId() - Method in class org.h2.table.Column
 
getColumnIndex(Column) - Method in class org.h2.index.Index
Get the index of a column in the list of index columns
getColumnIndex(Column) - Method in class org.h2.index.MetaIndex
 
getColumnIndex(Column) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
getColumnIndex(Column) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getColumnLabel(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Returns the column label.
getColumnLabel(int) - Method in class org.h2.tools.SimpleResultSet
Returns the column label.
getColumnName() - Method in class org.h2.constraint.DomainColumnResolver
Return column name to use or null.
getColumnName(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Returns the column name.
getColumnName(int) - Method in class org.h2.result.LazyResult
 
getColumnName(int) - Method in class org.h2.result.LocalResult
 
getColumnName(int) - Method in interface org.h2.result.ResultInterface
Get the column name.
getColumnName(int) - Method in class org.h2.result.ResultRemote
 
getColumnName(int) - Method in class org.h2.result.ResultWithPaddedStrings
 
getColumnName(int) - Method in class org.h2.result.SimpleResult
 
getColumnName(int) - Method in class org.h2.tools.SimpleResultSet
Returns the column name.
getColumnName(SessionLocal, int) - Method in class org.h2.expression.Alias
 
getColumnName(SessionLocal, int) - Method in class org.h2.expression.Expression
Get the column name or alias name of this expression.
getColumnName(SessionLocal, int) - Method in class org.h2.expression.ExpressionColumn
 
getColumnName(SessionLocal, int) - Method in class org.h2.expression.Format
 
getColumnName(Column) - Method in interface org.h2.table.ColumnResolver
Get the name of the specified column.
getColumnName(Column) - Method in class org.h2.table.TableFilter
 
getColumnNameForView(SessionLocal, int) - Method in class org.h2.expression.Alias
 
getColumnNameForView(SessionLocal, int) - Method in class org.h2.expression.Expression
Get the column name of this expression for a view.
getColumnNameForView(SessionLocal, int) - Method in class org.h2.expression.ExpressionColumn
 
getColumnPrivileges(String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of column privileges.
getColumnPrivileges(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getColumnPrivileges(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getColumnPrivileges(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getColumnPrivileges(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getColumnResolvers() - Method in class org.h2.expression.ExpressionVisitor
Get the set of column resolvers.
getColumns() - Method in class org.h2.bnf.context.DbTableOrView
 
getColumns() - Method in class org.h2.command.ddl.CreateTable
 
getColumns() - Method in class org.h2.command.query.SelectListColumnResolver
 
getColumns() - Method in class org.h2.constraint.ConstraintReferential
 
getColumns() - Method in class org.h2.constraint.ConstraintUnique
 
getColumns() - Method in class org.h2.constraint.DomainColumnResolver
 
getColumns() - Method in class org.h2.index.Index
Get the indexed columns.
getColumns() - Method in interface org.h2.table.ColumnResolver
Get the column list.
getColumns() - Method in class org.h2.table.Table
 
getColumns() - Method in class org.h2.table.TableFilter
 
getColumns(String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of columns.
getColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getColumnsVisitor(HashSet, Table) - Static method in class org.h2.expression.ExpressionVisitor
Create a new visitor to get all referenced columns.
getColumnsVisitor(AllColumnsForPlan) - Static method in class org.h2.expression.ExpressionVisitor
Create a new visitor to get all referenced columns.
getColumnType(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Returns the data type of a column.
getColumnType(int) - Method in class org.h2.result.LazyResult
 
getColumnType(int) - Method in class org.h2.result.LocalResult
 
getColumnType(int) - Method in interface org.h2.result.ResultInterface
Get the column data type.
getColumnType(int) - Method in class org.h2.result.ResultRemote
 
getColumnType(int) - Method in class org.h2.result.ResultWithPaddedStrings
 
getColumnType(int) - Method in class org.h2.result.SimpleResult
 
getColumnType(int) - Method in class org.h2.tools.SimpleResultSet
Returns the SQL type.
getColumnTypeName(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Returns the data type name of a column.
getColumnTypeName(int) - Method in class org.h2.tools.SimpleResultSet
Returns the data type name of a column.
getColumnTypes() - Method in class org.h2.result.RowFactory.DefaultRowFactory
 
getColumnTypes() - Method in class org.h2.result.RowFactory
 
getCommand() - Method in class org.h2.command.dml.Explain
 
getCommandHistoryList() - Method in class org.h2.server.web.WebServer
 
getCommandStartOrEnd() - Method in class org.h2.engine.SessionLocal
 
getCommandType() - Method in class org.h2.command.CommandContainer
 
getCommandType() - Method in interface org.h2.command.CommandInterface
Get command type.
getCommandType() - Method in class org.h2.command.CommandRemote
 
getComment() - Method in class org.h2.engine.DbObject
Get the current comment of this object.
getComment() - Method in class org.h2.table.Column
 
getCommittedValue() - Method in class org.h2.value.VersionedValue
 
getCommonJoinColumns() - Method in class org.h2.table.TableFilter
Returns common join columns map.
getCommonJoinColumnsFilter() - Method in class org.h2.table.TableFilter
Returns common join columns table filter.
getCompareMode() - Method in class org.h2.engine.Database
 
getCompareMode() - Method in class org.h2.engine.SessionRemote
 
getCompareMode() - Method in interface org.h2.store.DataHandler
Return compare mode.
getCompareMode() - Method in class org.h2.table.Table
 
getCompareMode() - Method in class org.h2.tools.Recover
 
getCompareType() - Method in class org.h2.index.IndexCondition
 
getCompiledScript(String) - Method in class org.h2.util.SourceCompiler
Get the compiled script.
getCompiler() - Method in class org.h2.engine.Database
 
getComponentType() - Method in class org.h2.value.ValueArray
 
getConcurrency() - Method in class org.h2.jdbc.JdbcResultSet
Gets the result set concurrency.
getConcurrency() - Method in class org.h2.tools.SimpleResultSet
Returns ResultSet.CONCUR_READ_ONLY.
getCondition() - Method in class org.h2.command.dml.Delete
 
getCondition() - Method in class org.h2.command.dml.Update
 
getCondition() - Method in class org.h2.command.query.Select
 
getConnection() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the connection that created this object.
getConnection() - Method in class org.h2.jdbc.JdbcStatement
Returns the connection that created this object.
getConnection() - Method in class org.h2.jdbcx.JdbcConnectionPool
Retrieves a connection from the connection pool.
getConnection() - Method in class org.h2.jdbcx.JdbcDataSource
Open a new connection using the current URL, user name and password.
getConnection() - Method in class org.h2.jdbcx.JdbcXAConnection
Get a connection that is a handle to the physical connection.
getConnection() - Method in class org.h2.server.web.DbStarter
Get the connection.
getConnection() - Method in class org.h2.server.web.JakartaDbStarter
Get the connection.
getConnection(String, String) - Method in class org.h2.jdbcx.JdbcConnectionPool
INTERNAL
getConnection(String, String) - Method in class org.h2.jdbcx.JdbcDataSource
Open a new connection using the current URL and the specified user name and password.
getConnection(String, String, String, String) - Static method in class org.h2.util.JdbcUtils
Open a new database connection with the given settings.
getConnection(String, String, String, String, NetworkConnectionInfo, boolean) - Static method in class org.h2.util.JdbcUtils
Open a new database connection with the given settings.
getConnectionInfo() - Method in class org.h2.security.auth.AuthenticationInfo
 
getConstant(String) - Method in class org.h2.schema.Schema
Get the user defined constant with the given name.
getConstraint(String) - Method in class org.h2.schema.Schema
Get the constraint with the given name.
getConstraintName() - Method in class org.h2.command.ddl.AlterDomainAddConstraint
 
getConstraintName() - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
getConstraints() - Method in class org.h2.schema.Domain
 
getConstraints() - Method in class org.h2.table.Table
 
getConstraintType() - Method in class org.h2.constraint.Constraint
The constraint type name
getConstraintType() - Method in class org.h2.constraint.ConstraintCheck
 
getConstraintType() - Method in class org.h2.constraint.ConstraintDomain
 
getConstraintType() - Method in class org.h2.constraint.ConstraintReferential
 
getConstraintType() - Method in class org.h2.constraint.ConstraintUnique
 
getContainsLargeObject() - Method in class org.h2.mvstore.db.MVTable
 
getContents() - Method in class org.h2.bnf.context.DbSchema
 
getCost() - Method in class org.h2.command.query.Query
Calculate the cost to execute this query.
getCost() - Method in class org.h2.command.query.Select
 
getCost() - Method in class org.h2.command.query.SelectUnion
 
getCost() - Method in class org.h2.command.query.TableValueConstructor
 
getCost() - Method in class org.h2.expression.aggregate.Aggregate
 
getCost() - Method in class org.h2.expression.aggregate.JavaAggregate
 
getCost() - Method in class org.h2.expression.Alias
 
getCost() - Method in class org.h2.expression.analysis.WindowFunction
 
getCost() - Method in class org.h2.expression.ArrayConstructorByQuery
 
getCost() - Method in class org.h2.expression.condition.BetweenPredicate
 
getCost() - Method in class org.h2.expression.condition.CompareLike
 
getCost() - Method in class org.h2.expression.condition.Comparison
 
getCost() - Method in class org.h2.expression.condition.ConditionAndOr
 
getCost() - Method in class org.h2.expression.condition.ConditionAndOrN
 
getCost() - Method in class org.h2.expression.condition.ConditionIn
 
getCost() - Method in class org.h2.expression.condition.ConditionInConstantSet
 
getCost() - Method in class org.h2.expression.condition.ConditionInParameter
 
getCost() - Method in class org.h2.expression.condition.ConditionInQuery
 
getCost() - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
getCost() - Method in class org.h2.expression.condition.ConditionNot
 
getCost() - Method in class org.h2.expression.condition.IsJsonPredicate
 
getCost() - Method in class org.h2.expression.condition.ExistsPredicate
 
getCost() - Method in class org.h2.expression.condition.UniquePredicate
 
getCost() - Method in class org.h2.expression.condition.SimplePredicate
 
getCost() - Method in class org.h2.expression.DomainValueExpression
 
getCost() - Method in class org.h2.expression.Expression
Estimate the cost to process the expression.
getCost() - Method in class org.h2.expression.ExpressionColumn
 
getCost() - Method in class org.h2.expression.ExpressionList
 
getCost() - Method in class org.h2.expression.function.CurrentDateTimeValueFunction
 
getCost() - Method in class org.h2.expression.function.CurrentGeneralValueSpecification
 
getCost() - Method in class org.h2.expression.function.Function0_1
 
getCost() - Method in class org.h2.expression.function.JavaFunction
 
getCost() - Method in class org.h2.expression.function.SysInfoFunction
 
getCost() - Method in class org.h2.expression.Operation1_2
 
getCost() - Method in class org.h2.expression.Operation1
 
getCost() - Method in class org.h2.expression.Operation2
 
getCost() - Method in class org.h2.expression.OperationN
 
getCost() - Method in class org.h2.expression.Parameter
 
getCost() - Method in class org.h2.expression.Rownum
 
getCost() - Method in class org.h2.expression.SequenceValue
 
getCost() - Method in class org.h2.expression.SimpleCase
 
getCost() - Method in class org.h2.expression.Subquery
 
getCost() - Method in class org.h2.expression.ValueExpression
 
getCost() - Method in class org.h2.expression.Variable
 
getCost() - Method in class org.h2.expression.Wildcard
 
getCost() - Method in class org.h2.mode.OnDuplicateKeyValues
 
getCost() - Method in class org.h2.mode.Regclass
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.index.DualIndex
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.index.Index
Estimate the cost to search for rows given the search mask.
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.index.LinkedIndex
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.index.MetaIndex
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.index.RangeIndex
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.index.ViewIndex
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.index.VirtualConstructedTableIndex
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
getCostAsExpression() - Method in class org.h2.command.query.Query
Calculate the cost when used as a subquery.
getCostRangeIndex(int[], long, TableFilter[], int, SortOrder, boolean, AllColumnsForPlan) - Method in class org.h2.index.Index
Calculate the cost for the given mask as if this index was a typical b-tree range index.
getCostRangeIndex(int[], Column[]) - Static method in class org.h2.mvstore.db.MVSpatialIndex
Compute spatial index cost
getCount() - Method in class org.h2.value.ExtTypeInfoEnum
Get count of elements in enumeration.
getCreateSQL() - Method in class org.h2.constraint.ConstraintCheck
 
getCreateSQL() - Method in class org.h2.constraint.ConstraintDomain
 
getCreateSQL() - Method in class org.h2.constraint.ConstraintReferential
 
getCreateSQL() - Method in class org.h2.constraint.ConstraintUnique
 
getCreateSQL() - Method in class org.h2.engine.Comment
 
getCreateSQL() - Method in class org.h2.engine.DbObject
Construct the CREATE ...
getCreateSQL() - Method in class org.h2.engine.Right
 
getCreateSQL() - Method in class org.h2.engine.Role
 
getCreateSQL() - Method in class org.h2.engine.Setting
 
getCreateSQL() - Method in class org.h2.engine.User
 
getCreateSQL() - Method in class org.h2.index.DualIndex
 
getCreateSQL() - Method in class org.h2.index.Index
 
getCreateSQL() - Method in class org.h2.index.LinkedIndex
 
getCreateSQL() - Method in class org.h2.index.MetaIndex
 
getCreateSQL() - Method in class org.h2.index.RangeIndex
 
getCreateSQL() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getCreateSQL() - Method in class org.h2.schema.Constant
 
getCreateSQL() - Method in class org.h2.schema.Domain
 
getCreateSQL() - Method in class org.h2.schema.FunctionAlias
 
getCreateSQL() - Method in class org.h2.schema.Schema
 
getCreateSQL() - Method in class org.h2.schema.Sequence
 
getCreateSQL() - Method in class org.h2.schema.TriggerObject
 
getCreateSQL() - Method in class org.h2.schema.UserAggregate
 
getCreateSQL() - Method in class org.h2.table.Column
 
getCreateSQL() - Method in class org.h2.table.MetaTable
 
getCreateSQL() - Method in class org.h2.table.TableBase
 
getCreateSQL() - Method in class org.h2.table.TableLink
 
getCreateSQL() - Method in class org.h2.table.TableSynonym
 
getCreateSQL() - Method in class org.h2.table.TableView
 
getCreateSQL() - Method in class org.h2.table.VirtualTable
 
getCreateSQL(boolean) - Method in class org.h2.engine.Role
Get the CREATE SQL statement for this object.
getCreateSQL(boolean) - Method in class org.h2.engine.User
Get the CREATE SQL statement for this object.
getCreateSQL(boolean) - Method in class org.h2.table.Column
Get this columns part of CREATE TABLE SQL statement.
getCreateSQL(boolean, boolean) - Method in class org.h2.table.TableView
Generate "CREATE" SQL statement for the view.
getCreateSQLForCopy(Table, String) - Method in class org.h2.constraint.ConstraintCheck
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.constraint.ConstraintDomain
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.constraint.ConstraintReferential
Create the SQL statement of this object so a copy of the table can be made.
getCreateSQLForCopy(Table, String) - Method in class org.h2.constraint.ConstraintUnique
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.engine.Comment
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.engine.DbObject
Build a SQL statement to re-create the object, or to create a copy of the object with a different name or referencing a different table
getCreateSQLForCopy(Table, String) - Method in class org.h2.engine.Right
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.engine.Role
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.engine.Setting
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.engine.User
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.index.Index
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.schema.Constant
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.schema.Domain
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.schema.Schema
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.schema.Sequence
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.schema.TriggerObject
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.schema.UserDefinedFunction
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.table.Table
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.table.TableSynonym
 
getCreateSQLForCopy(Table, String) - Method in class org.h2.table.TableView
 
getCreateSQLForCopy(Table, Table, String, boolean) - Method in class org.h2.constraint.ConstraintReferential
Create the SQL statement of this object so a copy of the table can be made.
getCreateSQLForMeta() - Method in class org.h2.engine.DbObject
Construct the CREATE ...
getCreateSQLForMeta() - Method in class org.h2.table.TableBase
 
getCreateSQLWithoutIndexes() - Method in class org.h2.constraint.Constraint
Get the SQL statement to create this constraint.
getCreateSQLWithoutIndexes() - Method in class org.h2.constraint.ConstraintCheck
 
getCreateSQLWithoutIndexes() - Method in class org.h2.constraint.ConstraintDomain
 
getCreateSQLWithoutIndexes() - Method in class org.h2.constraint.ConstraintReferential
 
getCreateSQLWithoutIndexes() - Method in class org.h2.constraint.ConstraintUnique
 
getCreateSQLWithoutName() - Method in class org.h2.table.Column
 
getCrossReference(String, String, String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of foreign key columns that references a table, as well as the list of primary key columns that are references by a table.
getCrossReference(String, String, String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getCrossReference(String, String, String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getCrossReference(String, String, String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getCrossReference(String, String, String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getCteCleanups() - Method in class org.h2.command.Prepared
 
getCurrentCommand() - Method in class org.h2.engine.SessionLocal
 
getCurrentGroupExprData(Expression) - Method in class org.h2.command.query.SelectGroups
Get the group-by data for the current group and the passed in expression.
getCurrentGroupRowId() - Method in class org.h2.command.query.SelectGroups
Returns identity of the current row.
getCurrentId() - Method in class org.h2.engine.SessionRemote
 
getCurrentKey(SessionLocal) - Method in class org.h2.expression.analysis.Window
Returns the key for the current group.
getCurrentResult() - Method in class org.h2.index.IndexCondition
Get the current result of the expression.
getCurrentRowNumber() - Method in class org.h2.command.Prepared
Get the current row number.
getCurrentSchemaName() - Method in class org.h2.engine.Session
Get current schema.
getCurrentSchemaName() - Method in class org.h2.engine.SessionLocal
 
getCurrentSchemaName() - Method in class org.h2.engine.SessionRemote
 
getCurrentValue() - Method in class org.h2.schema.Sequence
 
getCurrentValue() - Method in class org.h2.value.VersionedValue
 
getCurrentValue(SessionLocal) - Method in class org.h2.index.IndexCondition
Get the current value of the expression.
getCurrentValueFor(Sequence) - Method in class org.h2.engine.SessionLocal
Returns the current value of the sequence in this session.
getCurrentValueList(SessionLocal) - Method in class org.h2.index.IndexCondition
Get the current value list of the expression.
getCurrentVersion() - Method in class org.h2.mvstore.MVStore
Get the current version of the data.
getCursorName() - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Gets the cursor name if it was defined.
getCursorName() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getCycle() - Method in class org.h2.command.ddl.SequenceOptions
Gets cycle option.
getCycle() - Method in class org.h2.schema.Sequence
 
getDatabase() - Method in class org.h2.engine.DbObject
Get the database.
getDatabase() - Method in class org.h2.engine.SessionLocal
 
getDatabaseFiles(String, String, boolean) - Static method in class org.h2.store.FileLister
Get the list of database files.
getDatabaseMajorVersion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the major version of the database.
getDatabaseMajorVersion() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getDatabaseMajorVersion() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getDatabaseMajorVersion() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getDatabaseMajorVersion() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getDatabaseMeta() - Method in class org.h2.engine.Session
Returns database meta information.
getDatabaseMeta() - Method in class org.h2.engine.SessionLocal
 
getDatabaseMeta() - Method in class org.h2.engine.SessionRemote
 
getDatabaseMinorVersion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the minor version of the database.
getDatabaseMinorVersion() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getDatabaseMinorVersion() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getDatabaseMinorVersion() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getDatabaseMinorVersion() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getDatabasePath() - Method in class org.h2.engine.Database
 
getDatabasePath() - Method in class org.h2.engine.SessionRemote
 
getDatabasePath() - Method in interface org.h2.store.DataHandler
Get the database path.
getDatabasePath() - Method in class org.h2.tools.Recover
INTERNAL
getDatabaseProductName() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the database product name.
getDatabaseProductVersion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the product version of the database.
getDatabaseProductVersion() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getDatabaseProductVersion() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getDatabaseProductVersion() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getDatabaseProductVersion() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getDataHandler() - Method in class org.h2.engine.Session
Get the data handler object.
getDataHandler() - Method in class org.h2.engine.SessionLocal
 
getDataHandler() - Method in class org.h2.engine.SessionRemote
 
getDataHandler() - Method in class org.h2.value.lob.LobData
 
getDataHandler() - Method in class org.h2.value.lob.LobDataDatabase
 
getDataHandler() - Method in class org.h2.value.lob.LobDataFetchOnDemand
 
getDataHandler() - Method in class org.h2.value.lob.LobDataFile
 
getDataType() - Method in class org.h2.bnf.context.DbColumn
 
getDataType() - Method in class org.h2.command.ddl.SequenceOptions
 
getDataType() - Method in class org.h2.schema.Domain
 
getDataType() - Method in class org.h2.schema.FunctionAlias.JavaMethod
Returns data type information for regular functions or null for table value functions.
getDataType() - Method in class org.h2.schema.Sequence
 
getDataType(int) - Static method in class org.h2.value.DataType
Get the data type object for the given value type.
getDate(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Date.
getDate(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Date.
getDate(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an java.sql.Date.
getDate(int, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Date using a specified time zone.
getDate(int, Calendar) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Date using a specified time zone.
getDate(int, Calendar) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getDate(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Date.
getDate(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Date.
getDate(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.sql.Date.
getDate(String, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Date using a specified time zone.
getDate(String, Calendar) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Date using a specified time zone.
getDate(String, Calendar) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getDateNames(int) - Static method in class org.h2.expression.function.ToCharFunction
Get the date (month / weekday / ...) names.
getDateValue() - Method in class org.h2.value.ValueDate
 
getDateValue() - Method in class org.h2.value.ValueTimestamp
A bit field with bits for the year, month, and day (see DateTimeUtils for encoding).
getDateValue() - Method in class org.h2.value.ValueTimestampTimeZone
A bit field with bits for the year, month, and day (see DateTimeUtils for encoding).
getDayOfWeek(long, int) - Static method in class org.h2.util.DateTimeUtils
Returns day of week.
getDayOfWeekFromAbsolute(long, int) - Static method in class org.h2.util.DateTimeUtils
Get the day of the week from the absolute day value.
getDayOfYear(long) - Static method in class org.h2.util.DateTimeUtils
Returns number of day in year.
getDays() - Method in class org.h2.api.Interval
Returns days value, if any.
getDaysInMonth(int, int) - Static method in class org.h2.util.DateTimeUtils
Returns number of days in month.
getDbSettings() - Method in class org.h2.engine.ConnectionInfo
 
getDecimalPrecision() - Method in class org.h2.value.TypeInfo
Returns approximate precision in decimal digits for binary numeric data types and precision for all other types.
getDeclaredPrecision() - Method in class org.h2.value.TypeInfo
Returns the precision, or -1L if not specified in data type definition.
getDeclaredScale() - Method in class org.h2.value.TypeInfo
Returns the scale, or -1 if not specified in data type definition.
getDeclaredTypeName() - Method in class org.h2.value.TypeInfo
Returns the declared name of this data type with precision, scale, length, cardinality etc. parameters removed, excluding parameters of ENUM data type, GEOMETRY data type, ARRAY elements, and ROW fields.
getDecrementQueryLevelVisitor(HashSet, int) - Static method in class org.h2.expression.ExpressionVisitor
Create a new visitor to decrement query level in columns with the specified resolvers.
getDefault() - Static method in class org.h2.util.TimeZoneProvider
Returns the time zone provider for the system default time zone.
getDefaultClass(int, boolean) - Static method in class org.h2.value.ValueToObjectConverter
Get the name of the Java class for the given value type.
getDefaultExpression() - Method in class org.h2.schema.Domain
 
getDefaultExpression() - Method in class org.h2.table.Column
 
getDefaultExpression() - Method in interface org.h2.table.ColumnTemplate
 
getDefaultForPrimitiveType(Class) - Static method in class org.h2.value.DataType
Get the default value in the form of a Java object for the given Java class.
getDefaultMaxValue(Long, long, long[]) - Static method in class org.h2.schema.Sequence
Calculates default max value.
getDefaultMinValue(Long, long, long[]) - Static method in class org.h2.schema.Sequence
Calculates default min value.
getDefaultNullOrdering() - Method in class org.h2.engine.Database
 
getDefaultRetentionTime() - Method in class org.h2.mvstore.FileStore
Get the default retention time for this store in milliseconds.
getDefaultRetentionTime() - Method in class org.h2.mvstore.OffHeapStore
 
getDefaultRowFactory() - Static method in class org.h2.result.RowFactory
 
getDefaultSchema() - Method in class org.h2.bnf.context.DbContents
 
getDefaultSQL() - Method in class org.h2.schema.Domain
 
getDefaultSQL() - Method in class org.h2.table.Column
 
getDefaultSQL() - Method in interface org.h2.table.ColumnTemplate
 
getDefaultTableType() - Method in class org.h2.engine.Database
 
getDefaultTransactionIsolation() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the default transaction isolation level.
getDeleteAction() - Method in class org.h2.constraint.ConstraintReferential
 
getDependencies() - Method in class org.h2.command.Command
 
getDependencies() - Method in class org.h2.command.CommandContainer
 
getDependencies() - Method in class org.h2.expression.ExpressionVisitor
Get the dependency set.
getDependenciesVisitor(HashSet) - Static method in class org.h2.expression.ExpressionVisitor
Create a new visitor object to collect dependencies.
getDependentTable(SchemaObject, Table) - Method in class org.h2.engine.Database
Get the first table that depends on this object.
getDependentViews() - Method in class org.h2.table.Table
 
getDescription() - Method in class org.h2.jdbcx.JdbcDataSource
Get the current description.
getDescription(MBeanAttributeInfo) - Method in class org.h2.jmx.DocumentedMBean
 
getDescription(MBeanInfo) - Method in class org.h2.jmx.DocumentedMBean
 
getDescription(MBeanOperationInfo) - Method in class org.h2.jmx.DocumentedMBean
 
getDimensionSystem() - Method in class org.h2.util.geometry.GeometryUtils.DimensionSystemTarget
Returns the minimal dimension system.
getDimensionSystem() - Method in class org.h2.value.ValueGeometry
Return a minimal dimension system that can be used for this geometry.
getDimensionSystem(byte[]) - Static method in class org.h2.util.geometry.EWKBUtils
Reads the dimension system from EWKB.
getDimensionSystem(String) - Static method in class org.h2.util.geometry.EWKTUtils
Reads the dimension system from EWKT.
getDimensionSystem(Geometry) - Static method in class org.h2.util.geometry.JTSUtils
Determines a dimension system of a JTS Geometry object.
getDir(String) - Static method in class org.h2.store.FileLister
Normalize the directory name.
getDiskSpaceUsed() - Method in class org.h2.index.Index
Get the used disk space for this index.
getDiskSpaceUsed() - Method in class org.h2.index.MetaIndex
 
getDiskSpaceUsed() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getDiskSpaceUsed() - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
getDiskSpaceUsed() - Method in class org.h2.mvstore.db.MVSpatialIndex
 
getDiskSpaceUsed() - Method in class org.h2.mvstore.db.MVTable
 
getDiskSpaceUsed() - Method in class org.h2.mvstore.Page
Amount of used disk space in persistent case including child pages.
getDiskSpaceUsed() - Method in class org.h2.table.Table
 
getDisplaySize() - Method in class org.h2.value.TypeInfo
Returns the display size in characters.
getDisplaySize(int, int, int) - Static method in class org.h2.value.ValueInterval
Returns display size for the specified qualifier, precision and fractional seconds precision.
getDomain() - Method in class org.h2.constraint.ConstraintDomain
Returns the domain of this constraint.
getDomain() - Method in class org.h2.schema.Domain
 
getDomain() - Method in class org.h2.table.Column
 
getDomain() - Method in interface org.h2.table.ColumnTemplate
 
getDomain(String) - Method in class org.h2.schema.Schema
Get the domain with the given name.
getDouble() - Method in class org.h2.value.Value
Returns this value as a Java double value.
getDouble() - Method in class org.h2.value.ValueBigint
 
getDouble() - Method in class org.h2.value.ValueBoolean
 
getDouble() - Method in class org.h2.value.ValueDecfloat
 
getDouble() - Method in class org.h2.value.ValueDouble
 
getDouble() - Method in class org.h2.value.ValueEnumBase
 
getDouble() - Method in class org.h2.value.ValueInteger
 
getDouble() - Method in class org.h2.value.ValueInterval
 
getDouble() - Method in class org.h2.value.ValueNull
 
getDouble() - Method in class org.h2.value.ValueNumeric
 
getDouble() - Method in class org.h2.value.ValueReal
 
getDouble() - Method in class org.h2.value.ValueSmallint
 
getDouble() - Method in class org.h2.value.ValueChar
 
getDouble() - Method in class org.h2.value.ValueVarchar
 
getDouble() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getDouble() - Method in class org.h2.value.ValueTinyint
 
getDouble(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a double.
getDouble(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a double.
getDouble(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an double.
getDouble(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a double.
getDouble(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a double.
getDouble(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a double.
getDriver(String) - Static method in class org.h2.util.JdbcUtils
Get the driver class name for the given URL, or null if the URL is unknown.
getDriverMajorVersion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the major version of this driver.
getDriverMinorVersion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the minor version of this driver.
getDriverName() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the name of the JDBC driver.
getDriverVersion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the version number of the driver.
getDropSQL() - Method in class org.h2.engine.DbObject
Construct a DROP ...
getDropSQL() - Method in class org.h2.schema.Domain
 
getDropSQL() - Method in class org.h2.schema.FunctionAlias
 
getDropSQL() - Method in class org.h2.schema.Sequence
 
getDropSQL() - Method in class org.h2.schema.UserAggregate
 
getDropSQL() - Method in class org.h2.table.TableBase
 
getDropSQL() - Method in class org.h2.table.TableLink
 
getDropSQL() - Method in class org.h2.table.TableSynonym
 
getDropSQL() - Method in class org.h2.table.TableView
 
getDuplicateKeyException(String) - Method in class org.h2.index.Index
Create a duplicate key exception with a message that contains the index name.
getDuplicatePrimaryKeyMessage(int) - Method in class org.h2.index.Index
Get "PRIMARY KEY ON <table> [(column)]".
getDynamicSettings() - Method in class org.h2.engine.Session
Returns dynamic settings.
getDynamicSettings() - Method in class org.h2.engine.SessionLocal
 
getDynamicSettings() - Method in class org.h2.engine.SessionRemote
 
getEffectiveDefaultExpression() - Method in class org.h2.schema.Domain
 
getEffectiveDefaultExpression() - Method in class org.h2.table.Column
 
getEffectiveDefaultExpression() - Method in interface org.h2.table.ColumnTemplate
 
getEffectiveFilter() - Method in class org.h2.expression.aggregate.ListaggArguments
Returns the effective LISTAGG truncation filter.
getEffectiveOnUpdateExpression() - Method in class org.h2.schema.Domain
 
getEffectiveOnUpdateExpression() - Method in class org.h2.table.Column
 
getEffectiveOnUpdateExpression() - Method in interface org.h2.table.ColumnTemplate
 
getEffectivePrecision() - Method in class org.h2.schema.Sequence
 
getEffectiveSeparator() - Method in class org.h2.expression.aggregate.ListaggArguments
Returns the effective LISTAGG separator.
getEmptyResult() - Method in class org.h2.command.query.SelectUnion
 
getEnclosedSQL(StringBuilder, int) - Method in class org.h2.expression.Expression
Get the SQL statement of this expression.
getEncryptedFile() - Method in class org.h2.mvstore.FileStore
Get the encrypted file instance, if encryption is used.
getEnd() - Method in class org.h2.index.IndexCursor
Get end search row.
getEndIndex(Window, SessionLocal, ArrayList, SortOrder, int) - Static method in class org.h2.expression.analysis.WindowFrame
Returns end index for the specified frame, or default end index if frame is null.
getEnum() - Method in class org.h2.engine.Mode
 
getEnumerator(int) - Method in class org.h2.value.ExtTypeInfoEnum
Returns an enumerator with specified 0-based ordinal value.
getEnumerators() - Method in class org.h2.value.ValueEnum
 
getEnumeratorsForBinaryOperation(Value, Value) - Static method in class org.h2.value.ExtTypeInfoEnum
Returns enumerators for the two specified values for a binary operation.
getEnvelope() - Method in class org.h2.util.geometry.GeometryUtils.EnvelopeTarget
Returns the envelope.
getEnvelope(byte[]) - Static method in class org.h2.util.geometry.GeometryUtils
Calculates an envelope of a specified geometry.
getEnvelopeNoCopy() - Method in class org.h2.value.ValueGeometry
Return an envelope of this geometry.
getEnvelopeUnion(ValueGeometry) - Method in class org.h2.value.ValueGeometry
Get the union.
getEpochSeconds(long, long, int) - Static method in class org.h2.util.DateTimeUtils
Calculates the seconds since epoch for the specified date value, nanoseconds since midnight, and time zone offset.
getEpochSecondsFromLocal(long, long) - Method in class org.h2.util.TimeZoneProvider
Calculates the epoch seconds from local date and time.
getErrorCode() - Method in interface org.h2.jdbc.JdbcException
Returns the H2-specific error code.
getErrorCode() - Method in exception class org.h2.message.DbException
Get the error code.
getErrorCode() - Method in exception class org.h2.mvstore.MVStoreException
 
getEscapeCharacter() - Method in class org.h2.tools.Csv
Get the current escape character.
getEstimatedBounds(SessionLocal) - Method in class org.h2.mvstore.db.MVSpatialIndex
Returns the estimated minimum bounding box that encloses all keys.
getExceptColumns() - Method in class org.h2.expression.Wildcard
 
getException() - Method in class org.h2.util.Task
Get the exception that was thrown in the call (if any).
getExclusion() - Method in class org.h2.expression.analysis.WindowFrame
Returns the exclusion clause.
getExclusiveSession() - Method in class org.h2.engine.Database
 
getExecutionTimeStandardDeviation() - Method in class org.h2.engine.QueryStatisticsData.QueryEntry
 
getExportedKeys(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of foreign key columns that reference a table.
getExportedKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getExportedKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getExportedKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getExportedKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getExpression() - Method in class org.h2.constraint.Constraint
Returns the CHECK expression or null.
getExpression() - Method in class org.h2.constraint.ConstraintCheck
 
getExpression() - Method in class org.h2.constraint.ConstraintDomain
 
getExpression() - Method in class org.h2.index.IndexCondition
Get expression.
getExpressionIndex() - Method in class org.h2.expression.analysis.WindowFrameBound
Returns the index of preserved expression.
getExpressionList() - Method in class org.h2.index.IndexCondition
Get expression list.
getExpressionQuery() - Method in class org.h2.index.IndexCondition
Get expression query.
getExpressions() - Method in class org.h2.command.query.Query
The the list of select expressions.
getExtraArguments() - Method in class org.h2.expression.aggregate.Aggregate
Returns the additional arguments.
getExtraNameCharacters() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the characters that are allowed for identifiers in addiction to A-Z, a-z, 0-9 and '_'.
getExtremes(ArrayList) - Method in class org.h2.mvstore.rtree.SpatialDataType
Get the most extreme pair (elements that are as far apart as possible).
getExtTypeInfo() - Method in class org.h2.value.TypeInfo
Returns the extended type information, or null.
getFactory() - Method in class org.h2.mvstore.db.RowDataType
 
getFactory() - Method in class org.h2.mvstore.db.ValueDataType
 
getFactory() - Method in class org.h2.mvstore.tx.VersionedValueType
 
getFactory() - Method in interface org.h2.mvstore.type.StatefulDataType
 
getFetch() - Method in class org.h2.command.query.Query
 
getFetchDirection() - Method in class org.h2.jdbc.JdbcResultSet
Gets the fetch direction.
getFetchDirection() - Method in class org.h2.jdbc.JdbcStatement
Gets the fetch direction.
getFetchDirection() - Method in class org.h2.tools.SimpleResultSet
Returns ResultSet.FETCH_FORWARD.
getFetchSize() - Method in class org.h2.jdbc.JdbcResultSet
Gets the number of rows suggested to read in one step.
getFetchSize() - Method in class org.h2.jdbc.JdbcStatement
Gets the number of rows suggested to read in one step.
getFetchSize() - Method in class org.h2.result.LazyResult
 
getFetchSize() - Method in class org.h2.result.LocalResult
 
getFetchSize() - Method in interface org.h2.result.ResultInterface
Get the current fetch size for this result set.
getFetchSize() - Method in class org.h2.result.ResultRemote
 
getFetchSize() - Method in class org.h2.result.ResultWithPaddedStrings
 
getFetchSize() - Method in class org.h2.result.SimpleResult
 
getFetchSize() - Method in class org.h2.table.TableLink
The number of rows to fetch default is 0
getFetchSize() - Method in class org.h2.tools.SimpleResultSet
Returns 0.
getField(String) - Static method in class org.h2.expression.function.DateTimeFunction
Get date-time field for the specified name.
getFieldDelimiter() - Method in class org.h2.tools.Csv
Get the current field delimiter.
getFieldName(int) - Static method in class org.h2.expression.function.DateTimeFunction
Get the name of the specified date-time field.
getFields() - Method in class org.h2.value.ExtTypeInfoRow
Returns fields.
getFieldSeparatorRead() - Method in class org.h2.tools.Csv
Get the current field separator for reading.
getFieldSeparatorWrite() - Method in class org.h2.tools.Csv
Get the current field separator for writing.
getFile() - Method in class org.h2.mvstore.FileStore
Get the file instance in use.
getFileEncryptionKey() - Method in class org.h2.engine.Database
 
getFileLockMethod(String) - Static method in class org.h2.store.FileLock
Get the file locking method type given a method name.
getFileName() - Method in class org.h2.command.dml.RunScriptCommand
 
getFileName() - Method in class org.h2.command.dml.ScriptCommand
 
getFileName() - Method in class org.h2.mvstore.FileStore
Get the file name.
getFilePasswordHash() - Method in class org.h2.engine.ConnectionInfo
Get the file password hash if it is set.
getFilePointer() - Method in class org.h2.store.FileStore
Get the current location of the file pointer.
getFileReadCount() - Method in class org.h2.jmx.DatabaseInfo
 
getFileReadCount() - Method in interface org.h2.jmx.DatabaseInfoMBean
The file read count since the database was opened.
getFileSize() - Method in class org.h2.jmx.DatabaseInfo
 
getFileSize() - Method in interface org.h2.jmx.DatabaseInfoMBean
The database file size in KB.
getFileStore() - Method in class org.h2.mvstore.MVStore
Get the file store.
getFileVersionError(String) - Static method in exception class org.h2.message.DbException
Gets a file version exception.
getFileWriteCount() - Method in class org.h2.jmx.DatabaseInfo
 
getFileWriteCount() - Method in interface org.h2.jmx.DatabaseInfoMBean
The number of write operations since the database was opened.
getFillRate() - Method in class org.h2.mvstore.FileStore
 
getFillRate() - Method in class org.h2.mvstore.MVStore
 
getFilter() - Method in class org.h2.expression.aggregate.ListaggArguments
Returns the LISTAGG truncation filter.
getFilterCondition() - Method in class org.h2.table.TableFilter
 
getFilters() - Method in class org.h2.table.Plan
The the list of tables.
getFirst(String) - Method in class org.h2.util.json.JSONObject
Returns value of the first member with the specified name.
getFirstUserTable() - Method in class org.h2.engine.Database
Get the first user defined table, excluding the LOB_BLOCKS table that the Recover tool creates.
getFlags() - Method in class org.h2.expression.aggregate.Aggregate
 
getFlags() - Method in interface org.h2.expression.ExpressionWithFlags
Returns the flags.
getFlags() - Method in class org.h2.expression.function.JsonConstructorFunction
 
getFletcher32(byte[], int, int) - Static method in class org.h2.mvstore.DataUtils
Calculate the Fletcher32 checksum.
getFloat() - Method in class org.h2.value.Value
Returns this value as a Java float value.
getFloat() - Method in class org.h2.value.ValueBigint
 
getFloat() - Method in class org.h2.value.ValueBoolean
 
getFloat() - Method in class org.h2.value.ValueDecfloat
 
getFloat() - Method in class org.h2.value.ValueDouble
 
getFloat() - Method in class org.h2.value.ValueEnumBase
 
getFloat() - Method in class org.h2.value.ValueInteger
 
getFloat() - Method in class org.h2.value.ValueInterval
 
getFloat() - Method in class org.h2.value.ValueNull
 
getFloat() - Method in class org.h2.value.ValueNumeric
 
getFloat() - Method in class org.h2.value.ValueReal
 
getFloat() - Method in class org.h2.value.ValueSmallint
 
getFloat() - Method in class org.h2.value.ValueChar
 
getFloat() - Method in class org.h2.value.ValueVarchar
 
getFloat() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getFloat() - Method in class org.h2.value.ValueTinyint
 
getFloat(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a float.
getFloat(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a float.
getFloat(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a float.
getFloat(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a float.
getFloat(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a float.
getFloat(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a float.
getFollowing() - Method in class org.h2.expression.analysis.WindowFrame
Returns the following clause.
getFormatId() - Method in class org.h2.jdbcx.JdbcXid
Get the format id.
getFromEWKB(byte[]) - Static method in class org.h2.value.ValueGeometry
Get or create a geometry value for the given EWKB value.
getFromGeometry(Object) - Static method in class org.h2.value.ValueGeometry
Get or create a geometry value for the given geometry.
getFromMap(String, String) - Static method in class org.h2.mvstore.DataUtils
Parse a specified pair from key-value pair list.
getFromSnapshot(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the value for the given key, or null if value does not exist in accordance with transactional rules.
getFullyQualifiedName() - Method in class org.h2.security.auth.AuthenticationInfo
 
getFunction(String) - Static method in class org.h2.mode.FunctionsDB2Derby
Returns mode-specific function for a given name, or null.
getFunction(String) - Static method in class org.h2.mode.FunctionsLegacy
Returns mode-specific function for a given name, or null.
getFunction(String) - Static method in class org.h2.mode.FunctionsMSSQLServer
Returns mode-specific function for a given name, or null.
getFunction(String) - Static method in class org.h2.mode.FunctionsMySQL
Returns mode-specific function for a given name, or null.
getFunction(String) - Static method in class org.h2.mode.FunctionsOracle
Returns mode-specific function for a given name, or null.
getFunction(String) - Static method in class org.h2.mode.FunctionsPostgreSQL
Returns mode-specific function for a given name, or null.
getFunction(Database, String) - Static method in class org.h2.mode.ModeFunction
Get an instance of the given function for this database.
getFunctionColumns(String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
[Not supported] Gets the list of function columns.
getFunctionColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getFunctionColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getFunctionColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getFunctionColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getFunctions(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
[Not supported] Gets the list of functions.
getFunctions(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getFunctions(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getFunctions(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getFunctions(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getFunctionType() - Method in class org.h2.expression.analysis.WindowFunction
Returns the type of this function.
getFunctionType() - Method in class org.h2.expression.function.table.ArrayTableFunction
 
getGarbageCollectionCount() - Static method in class org.h2.util.Utils
 
getGarbageCollectionTime() - Static method in class org.h2.util.Utils
 
getGeneratedKeys() - Method in class org.h2.jdbc.JdbcPreparedStatement
 
getGeneratedKeys() - Method in class org.h2.jdbc.JdbcStatement
Return a result set with generated keys from the latest executed command or an empty result set if keys were not generated or were not requested with Statement.RETURN_GENERATED_KEYS, column indexes, or column names.
getGeneratedKeys() - Method in class org.h2.result.ResultWithGeneratedKeys
Returns generated keys, or null.
getGeneratedKeys() - Method in class org.h2.result.ResultWithGeneratedKeys.WithKeys
 
getGeometry() - Method in class org.h2.value.ValueGeometry
Get a copy of geometry object.
getGeometryType() - Method in class org.h2.value.ValueGeometry
Returns geometry type.
getGlobalTransactionId() - Method in class org.h2.jdbcx.JdbcXid
The global transaction identifier.
getGrantedObject() - Method in class org.h2.engine.Right
 
getGrantedRole() - Method in class org.h2.engine.Right
 
getGrantee() - Method in class org.h2.engine.Right
 
getGroupBy() - Method in class org.h2.command.query.Select
 
getGroupData(SelectGroups, boolean) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Get the aggregate group data object from the collector object.
getGroupDataIfCurrent(boolean) - Method in class org.h2.command.query.Select
Get the group data if there is currently a group-by active.
getHash(byte[], boolean) - Static method in class org.h2.security.SHA256
Calculate the hash code for the given data.
getHashWithSalt(byte[], byte[]) - Static method in class org.h2.security.SHA256
Calculate the hash code by using the given salt.
getHaving() - Method in class org.h2.command.query.Select
 
getHigh() - Method in class org.h2.value.ValueUuid
Get the most significant 64 bits of this UUID.
getHigherOrder(int, int) - Static method in class org.h2.value.Value
Get the higher value order type of two value types.
getHigherType(Typed[]) - Static method in class org.h2.value.TypeInfo
Get the higher data type of all values.
getHigherType(TypeInfo, TypeInfo) - Static method in class org.h2.value.TypeInfo
Get the higher data type of two data types.
getHits() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the number of cache hits.
getHMAC(byte[], byte[]) - Static method in class org.h2.security.SHA256
Calculate the hash-based message authentication code.
getHoldability() - Method in class org.h2.jdbc.JdbcConnection
Returns the current result set holdability.
getHoldability() - Method in class org.h2.jdbc.JdbcResultSet
Returns the current result set holdability.
getHoldability() - Method in class org.h2.tools.SimpleResultSet
Returns the current result set holdability.
getHost() - Method in class org.h2.server.web.WebServer
 
getHostName(String) - Static method in class org.h2.util.NetUtils
Get the host name of a local address, if available.
getHours() - Method in class org.h2.api.Interval
Returns hours value, if any.
getId() - Method in class org.h2.engine.DbObject
Get the unique object id.
getId() - Method in class org.h2.engine.MetaRecord
 
getId() - Method in class org.h2.engine.SessionLocal
 
getId() - Method in class org.h2.mvstore.db.SpatialKey
 
getId() - Method in class org.h2.mvstore.MVMap
Get the map id.
getId() - Method in interface org.h2.mvstore.rtree.Spatial
Get id of this Spatial object
getId() - Method in class org.h2.mvstore.tx.Transaction
 
getId() - Method in class org.h2.util.TimeZoneProvider
Returns the ID of the time zone.
getIdentifierQuoteString() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the string used to quote identifiers.
getIdentityColumn() - Method in class org.h2.table.Table
Returns first identity column, or null.
getIdentityOptions() - Method in class org.h2.table.Column
Returns identity column options, or null if sequence was already created or this column is not an identity column.
getIfSingleRow() - Method in class org.h2.command.query.Query
If this query is determined as a single-row query, returns a replacement expression.
getIfSingleRow() - Method in class org.h2.command.query.Select
 
getIfSingleRow() - Method in class org.h2.command.query.TableValueConstructor
 
getIgnoreCase() - Method in class org.h2.engine.Database
 
getIgnoreCatalogs() - Method in class org.h2.engine.Database
 
getImmediate(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the value for the given key, or null if not found.
getImpact(MBeanOperationInfo) - Method in class org.h2.jmx.DocumentedMBean
 
getImportedKeys(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of primary key columns that are referenced by a table.
getImportedKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getImportedKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getImportedKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getImportedKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getIncrement() - Method in class org.h2.schema.Sequence
 
getIncrement(SessionLocal) - Method in class org.h2.command.ddl.SequenceOptions
Gets increment value.
getIndex() - Method in class org.h2.constraint.Constraint
Get the index of this constraint in the source table, or null if no index is used.
getIndex() - Method in class org.h2.constraint.ConstraintReferential
 
getIndex() - Method in class org.h2.constraint.ConstraintUnique
 
getIndex() - Method in class org.h2.expression.Parameter
 
getIndex() - Method in class org.h2.table.PlanItem
 
getIndex() - Method in class org.h2.table.TableFilter
 
getIndex(String) - Method in class org.h2.schema.Schema
Get the index with the given name.
getIndex(String) - Method in class org.h2.table.Table
Get an index by name.
getIndexAccess(Connection) - Static method in class org.h2.fulltext.FullTextLucene
Get the index writer/searcher wrapper for the given connection.
getIndexColumns() - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
getIndexColumns() - Method in class org.h2.index.Index
Get the indexed columns as index columns (with ordering information).
getIndexConditions() - Method in class org.h2.table.TableFilter
 
getIndexCursor() - Method in class org.h2.table.TableFilter
 
getIndexes() - Method in class org.h2.mvstore.db.MVTable
 
getIndexes() - Method in class org.h2.mvstore.db.RowDataType
 
getIndexes() - Method in class org.h2.result.RowFactory.DefaultRowFactory
 
getIndexes() - Method in class org.h2.result.RowFactory
 
getIndexes() - Method in class org.h2.table.MetaTable
 
getIndexes() - Method in class org.h2.table.RangeTable
 
getIndexes() - Method in class org.h2.table.Table
Get all indexes for this table.
getIndexes() - Method in class org.h2.table.TableLink
 
getIndexes() - Method in class org.h2.table.TableView
 
getIndexes() - Method in class org.h2.table.VirtualTable
 
getIndexForColumn(Column, boolean, boolean) - Method in class org.h2.table.Table
Get the index that has the given column as the first element.
getIndexHints() - Method in class org.h2.table.TableFilter
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of indexes for this database.
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getIndexPath(Connection) - Static method in class org.h2.fulltext.FullTextLucene
Get the path of the Lucene index for this database.
getIndexType() - Method in class org.h2.index.Index
Get the index type.
getInDoubtTransactions() - Method in class org.h2.engine.Database
Get the list of in-doubt transactions.
getInDoubtTransactions() - Method in class org.h2.mvstore.db.Store
 
getInList(ExpressionColumn, List) - Static method in class org.h2.index.IndexCondition
Create an index condition with the compare type IN_LIST and with the given parameters.
getInputStream() - Method in class org.h2.mvstore.db.Store
 
getInputStream() - Method in class org.h2.value.Value
 
getInputStream() - Method in class org.h2.value.ValueBlob
 
getInputStream() - Method in class org.h2.value.ValueClob
 
getInputStream() - Method in class org.h2.value.ValueNull
 
getInputStream(long) - Method in class org.h2.value.lob.LobData
Get stream to read LOB data from
getInputStream(long) - Method in class org.h2.value.lob.LobDataDatabase
 
getInputStream(long) - Method in class org.h2.value.lob.LobDataFetchOnDemand
 
getInputStream(long) - Method in class org.h2.value.lob.LobDataFile
 
getInputStream(long) - Method in class org.h2.value.lob.LobDataInMemory
 
getInputStream(long, int, long) - Method in class org.h2.mvstore.db.LobStorageMap
 
getInputStream(long, int, long) - Method in class org.h2.store.LobStorageFrontend
 
getInputStream(long, int, long) - Method in interface org.h2.store.LobStorageInterface
Get the input stream for the given lob
getInputStream(long, long) - Method in class org.h2.mvstore.db.LobStorageMap
 
getInputStream(long, long) - Method in class org.h2.store.LobStorageFrontend
 
getInputStream(long, long) - Method in interface org.h2.store.LobStorageInterface
Get the input stream for the given lob, only called on server side of a TCP connection.
getInputStream(long, long) - Method in class org.h2.value.Value
Get the input stream
getInputStream(long, long) - Method in class org.h2.value.ValueBlob
 
getInputStream(long, long) - Method in class org.h2.value.ValueClob
 
getInputStream(long, long) - Method in class org.h2.value.ValueNull
 
getInputStreamFromString(String) - Static method in class org.h2.util.IOUtils
Create an input stream to read from a string.
getInQuery(ExpressionColumn, Query) - Static method in class org.h2.index.IndexCondition
Create an index condition with the compare type IN_QUERY and with the given parameters.
getInstance() - Method in class org.h2.schema.UserAggregate
 
getInstance() - Static method in class org.h2.security.auth.DefaultAuthenticator
 
getInstance() - Static method in class org.h2.tools.CompressTool
Get a new instance.
getInstance() - Static method in class org.h2.tools.MultiDimension
Get the singleton.
getInstance() - Static method in class org.h2.util.TempFileDeleter
 
getInstance(Reader) - Static method in class org.h2.bnf.Bnf
Create an instance using the grammar specified in the CSV file.
getInstance(String) - Static method in class org.h2.engine.Mode
Get the mode with the given name.
getInstance(String, int) - Static method in class org.h2.value.CompareMode
Create a new compare mode with the given collator and strength.
getInstance(SessionLocal, ArrayList, boolean, int[]) - Static method in class org.h2.command.query.SelectGroups
Creates new instance of grouped data.
getInstance(Transaction) - Method in class org.h2.mvstore.tx.TransactionMap
Get a clone of this map for the given transaction.
getInstrumentation() - Static method in class org.h2.util.Profiler
Get the instrumentation object if started as an agent.
getInt() - Method in class org.h2.value.Value
Returns this value as a Java int value.
getInt() - Method in class org.h2.value.ValueBoolean
 
getInt() - Method in class org.h2.value.ValueEnumBase
 
getInt() - Method in class org.h2.value.ValueInteger
 
getInt() - Method in class org.h2.value.ValueNull
 
getInt() - Method in class org.h2.value.ValueSmallint
 
getInt() - Method in class org.h2.value.ValueChar
 
getInt() - Method in class org.h2.value.ValueVarchar
 
getInt() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getInt() - Method in class org.h2.value.ValueTinyint
 
getInt(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as an int.
getInt(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as an int.
getInt(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an int.
getInt(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as an int.
getInt(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as an int.
getInt(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an int.
getInternal(byte[]) - Static method in class org.h2.value.ValueJson
Returns JSON value with the specified content.
getInternal(int) - Method in class org.h2.jdbc.JdbcResultSet
INTERNAL
getInternalError() - Static method in exception class org.h2.message.DbException
Gets an internal error.
getInternalError(String) - Static method in exception class org.h2.message.DbException
Gets an internal error.
getInternalType(int[]) - Method in interface org.h2.api.Aggregate
This method must return the H2 data type, Value, of the aggregate function, given the H2 data type of the input data.
getInterval() - Method in class org.h2.value.ValueInterval
Returns the interval.
getIntProperty(Properties, String, int) - Static method in class org.h2.util.SortedProperties
Get an int property value from a properties object.
getIntValue() - Method in class org.h2.engine.Setting
 
getIntValue(String) - Method in class org.h2.security.auth.ConfigProperties
Returns the integer value of specified property.
getIntValue(String, int) - Method in class org.h2.security.auth.ConfigProperties
Returns the integer value of specified property.
getInvalidExpressionTypeException(String, Typed) - Static method in exception class org.h2.message.DbException
Gets a SQL exception meaning the type of expression is invalid or unknown.
getInvalidValueException(String, Object) - Static method in exception class org.h2.message.DbException
Gets a SQL exception meaning this value is invalid.
getIsoDayOfWeek(long) - Static method in class org.h2.util.DateTimeUtils
Returns ISO day of week.
getIsolationLevel() - Method in class org.h2.engine.Session
Returns the isolation level.
getIsolationLevel() - Method in class org.h2.engine.SessionLocal
 
getIsolationLevel() - Method in class org.h2.engine.SessionRemote
 
getIsolationLevel() - Method in class org.h2.mvstore.tx.Transaction
Returns the isolation level of this transaction.
getISOString() - Method in class org.h2.value.ValueTimestamp
Returns value as string in ISO format.
getISOString() - Method in class org.h2.value.ValueTimestampTimeZone
Returns value as string in ISO format.
getIsoWeekOfYear(long) - Static method in class org.h2.util.DateTimeUtils
Returns ISO number of week in year.
getIsoWeekYear(long) - Static method in class org.h2.util.DateTimeUtils
Returns ISO week year.
getItem(TableFilter) - Method in class org.h2.table.Plan
Get the plan item for the given table.
getItemType() - Method in class org.h2.value.ValueJson
Returns JSON item type.
getJavaClassName() - Method in class org.h2.schema.UserDefinedFunction
 
getJavaMethodName() - Method in class org.h2.schema.FunctionAlias
 
getJavaMethods() - Method in class org.h2.schema.FunctionAlias
Get the Java methods mapped by this function.
getJavaObjectSerializer() - Method in interface org.h2.engine.CastDataProvider
Returns the custom Java object serializer, or null.
getJavaObjectSerializer() - Method in class org.h2.engine.Database
 
getJavaObjectSerializer() - Method in class org.h2.engine.SessionLocal
 
getJavaObjectSerializer() - Method in class org.h2.engine.SessionRemote
 
getJavaObjectSerializer() - Method in class org.h2.jdbc.JdbcConnection
 
getJdbc() - Method in enum org.h2.engine.IsolationLevel
Returns the JDBC constant for this isolation level.
getJDBCMajorVersion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the major version of the supported JDBC API.
getJDBCMinorVersion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the minor version of the supported JDBC API.
getJdbcSQLException(int) - Static method in exception class org.h2.message.DbException
Gets the SQL exception object for a specific error code.
getJdbcSQLException(int, String) - Static method in exception class org.h2.message.DbException
Gets the SQL exception object for a specific error code.
getJdbcSQLException(int, Throwable, String...) - Static method in exception class org.h2.message.DbException
Gets the SQL exception object for a specific error code.
getJdbcSQLException(String, String, String, int, Throwable, String) - Static method in exception class org.h2.message.DbException
Creates a SQLException.
getJoin() - Method in class org.h2.table.TableFilter
 
getJoinCondition() - Method in class org.h2.table.TableFilter
 
getJsonFunctionFlagsSQL(StringBuilder, int, boolean) - Static method in class org.h2.expression.function.JsonConstructorFunction
Appends flags of a JSON function to the specified string builder.
getKey() - Method in class org.h2.mvstore.Cursor
Get the last read key if there was one.
getKey() - Method in class org.h2.result.SearchRow
Get the unique key of the row.
getKey(int) - Method in class org.h2.mvstore.Page
Get the key at the given index.
getKey(long) - Method in class org.h2.mvstore.MVMap
Get the key at the given index.
getKeyCount() - Method in class org.h2.mvstore.Page
Get the number of keys in this page.
getKeyIndex(K) - Method in class org.h2.mvstore.MVMap
Get the index of the given key in the map.
getKeyLength() - Method in class org.h2.security.AES
 
getKeyLength() - Method in interface org.h2.security.BlockCipher
Get the length of the key in bytes.
getKeyLength() - Method in class org.h2.security.Fog
 
getKeyLength() - Method in class org.h2.security.XTEA
 
getKeyPasswordHash(String, char[]) - Static method in class org.h2.security.SHA256
Calculate the hash of a password by prepending the user name and a '@' character.
getKeysPerPage() - Method in class org.h2.mvstore.MVStore
 
getKeyStore(String) - Static method in class org.h2.security.CipherFactory
Get the keystore object using the given password.
getKeyType() - Method in class org.h2.mvstore.MVMap.BasicBuilder
 
getKeyType() - Method in class org.h2.mvstore.MVMap
Get the key type.
getKeyType() - Method in interface org.h2.mvstore.MVMap.MapBuilder
 
getKeyType() - Method in class org.h2.mvstore.tx.TransactionMap
 
getLargeMaxRows() - Method in class org.h2.jdbc.JdbcStatement
Gets the maximum number of rows for a ResultSet.
getLargeUpdateCount() - Method in class org.h2.jdbc.JdbcStatement
Returns the last update count of this statement.
getLastIdentity() - Method in class org.h2.engine.SessionLocal
 
getLastMatchedSchema() - Method in class org.h2.bnf.Sentence
Get the last matched schema if the last match was a schema.
getLastMatchedTable() - Method in class org.h2.bnf.Sentence
Get the last matched table if the last match was a table.
getLastParseIndex() - Method in class org.h2.command.Parser
Returns the last parse index.
getLastReconnect() - Method in class org.h2.engine.SessionRemote
 
getLastTable() - Method in class org.h2.bnf.Sentence
Get the last added table.
getLayoutMap() - Method in class org.h2.mvstore.MVStore
Get this store's layout map.
getLeading() - Method in class org.h2.api.Interval
Returns value of leading field of this interval.
getLeading() - Method in class org.h2.value.ValueInterval
Returns value of leading field of this interval.
getLeafRatio() - Method in class org.h2.mvstore.MVStore
 
getLeft() - Method in class org.h2.command.query.SelectUnion
 
getLegacyAlgorithmsSilently() - Static method in class org.h2.security.CipherFactory
Returns the security property "jdk.tls.legacyAlgorithms".
getLength() - Method in class org.h2.store.CountingReaderInputStream
The number of characters read so far (but there might still be some bytes in the buffer).
getLevelFile() - Method in class org.h2.message.TraceSystem
 
getLineCommentCharacter() - Method in class org.h2.tools.Csv
Get the line comment character.
getLineSeparator() - Method in class org.h2.tools.Csv
Get the line separator used for writing.
getLinkConnection(String, String, String, String) - Method in class org.h2.engine.Database
Open a new connection or get an existing connection to another database.
getList() - Method in class org.h2.value.ValueCollectionBase
 
getLivePageCount() - Method in class org.h2.mvstore.MVStore
Get live data pages count.
getLobData() - Method in class org.h2.value.ValueLob
 
getLobFileListCache() - Method in class org.h2.engine.Database
 
getLobFileListCache() - Method in class org.h2.engine.SessionRemote
 
getLobFileListCache() - Method in interface org.h2.store.DataHandler
Get the lob file list cache if it is used.
getLobFileListCache() - Method in class org.h2.tools.Recover
INTERNAL
getLobId() - Method in class org.h2.value.lob.LobDataDatabase
 
getLobId() - Method in class org.h2.value.lob.LobDataFetchOnDemand
 
getLobSession() - Method in class org.h2.engine.Database
 
getLobStorage() - Method in class org.h2.engine.Database
 
getLobStorage() - Method in class org.h2.engine.SessionRemote
 
getLobStorage() - Method in interface org.h2.store.DataHandler
Get the lob storage mechanism to use.
getLobStorage() - Method in class org.h2.tools.Recover
INTERNAL
getLobSyncObject() - Method in class org.h2.engine.Database
 
getLobSyncObject() - Method in class org.h2.engine.SessionRemote
 
getLobSyncObject() - Method in interface org.h2.store.DataHandler
Get the synchronization object for lob operations.
getLobSyncObject() - Method in class org.h2.tools.Recover
INTERNAL
getLocalAddress() - Static method in class org.h2.util.NetUtils
Get the local host address as a string.
getLocalTempTableConstraints() - Method in class org.h2.engine.SessionLocal
Get the map of constraints for all constraints on local, temporary tables, if any.
getLocalTempTableIndexes() - Method in class org.h2.engine.SessionLocal
 
getLocalTempTables() - Method in class org.h2.engine.SessionLocal
 
getLockMode() - Method in class org.h2.engine.Database
 
getLockMode() - Method in enum org.h2.engine.IsolationLevel
Returns the LOCK_MODE equivalent for PageStore and old versions of H2.
getLocks() - Method in class org.h2.engine.SessionLocal
 
getLockTimeout() - Method in class org.h2.engine.Database
 
getLockTimeout() - Method in class org.h2.engine.SessionLocal
 
getLoginTimeout() - Method in class org.h2.jdbcx.JdbcConnectionPool
Gets the maximum time in seconds to wait for a free connection.
getLoginTimeout() - Method in class org.h2.jdbcx.JdbcDataSource
Get the login timeout in seconds, 0 meaning no timeout.
getLogWriter() - Method in class org.h2.jdbcx.JdbcConnectionPool
INTERNAL
getLogWriter() - Method in class org.h2.jdbcx.JdbcDataSource
Get the current log writer for this object.
getLong() - Method in class org.h2.value.Value
Returns this value as a Java long value.
getLong() - Method in class org.h2.value.ValueBigint
 
getLong() - Method in class org.h2.value.ValueBoolean
 
getLong() - Method in class org.h2.value.ValueEnumBase
 
getLong() - Method in class org.h2.value.ValueInteger
 
getLong() - Method in class org.h2.value.ValueInterval
 
getLong() - Method in class org.h2.value.ValueNull
 
getLong() - Method in class org.h2.value.ValueSmallint
 
getLong() - Method in class org.h2.value.ValueChar
 
getLong() - Method in class org.h2.value.ValueVarchar
 
getLong() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getLong() - Method in class org.h2.value.ValueTinyint
 
getLong(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a long.
getLong(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a long.
getLong(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a long.
getLong(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a long.
getLong(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a long.
getLong(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a long.
getLow() - Method in class org.h2.value.ValueUuid
Get the least significant 64 bits of this UUID.
getMainIndexColumn() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getMainIndexColumn() - Method in class org.h2.mvstore.db.MVTable
 
getMainIndexColumn() - Method in class org.h2.table.Table
Returns ID of main index column, or SearchRow.ROWID_INDEX.
getMainIndexColumn(IndexType, IndexColumn[]) - Static method in class org.h2.table.TableBase
Returns main index column if index is an primary key index and has only one column with _ROWID_ compatible data type.
getMainSchema() - Method in class org.h2.engine.Database
Returns main schema (usually PUBLIC).
getMajorVersion() - Method in class org.h2.Driver
Get the major version number of the driver.
getManagementDbName(int) - Static method in class org.h2.server.TcpServer
Get the database name of the management database.
getMap() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Convert this cache to a map.
getMap() - Method in class org.h2.mvstore.StreamStore
 
getMap(int) - Method in class org.h2.mvstore.MVStore
Get map by id.
getMap(SessionLocal) - Method in class org.h2.mode.PgCatalogSchema
 
getMap(SessionLocal) - Method in class org.h2.schema.InformationSchema
 
getMap(SessionLocal) - Method in class org.h2.schema.MetaSchema
Returns map of tables in this schema.
getMapId() - Method in class org.h2.mvstore.Page
Get the id of the page's owner map
getMapName() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getMapName() - Method in class org.h2.mvstore.db.MVTable
 
getMapName(int) - Method in class org.h2.mvstore.MVStore
Get the name of the given map.
getMapName(String) - Static method in class org.h2.mvstore.DataUtils
Parse a name from key-value pair list.
getMapNames() - Method in class org.h2.mvstore.MVStore
Get the set of all map names.
getMask(ArrayList) - Method in class org.h2.index.IndexCondition
Get the comparison bit mask.
getMasks() - Method in class org.h2.table.TableFilter
 
getMax(SessionLocal) - Method in class org.h2.table.RangeTable
Calculate and get the end value of this range.
getMaxArgumentCount(WindowFunctionType) - Static method in class org.h2.expression.analysis.WindowFunction
Returns maximal number of arguments for the specified type.
getMaxBinaryLiteralLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for hex values (characters).
getMaxBlockKey(byte[]) - Method in class org.h2.mvstore.StreamStore
Get the key of the biggest block, of -1 for inline data.
getMaxBlockSize() - Method in class org.h2.mvstore.StreamStore
 
getMaxCatalogNameLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for a catalog name.
getMaxCharLiteralLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for literals.
getMaxColumnNameLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for column names.
getMaxColumnsInGroupBy() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum number of columns in GROUP BY.
getMaxColumnsInIndex() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum number of columns in CREATE INDEX.
getMaxColumnsInOrderBy() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum number of columns in ORDER BY.
getMaxColumnsInSelect() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum number of columns in SELECT.
getMaxColumnsInTable() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum number of columns in CREATE TABLE.
getMaxConnections() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum number of open connection.
getMaxConnections() - Method in class org.h2.jdbcx.JdbcConnectionPool
Gets the maximum number of connections to use.
getMaxCursorNameLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for a cursor name.
getMaxDataModificationId() - Method in class org.h2.command.query.Query
 
getMaxDataModificationId() - Method in class org.h2.expression.ExpressionVisitor
Get the last data modification.
getMaxDataModificationId() - Method in class org.h2.mode.PgCatalogTable
 
getMaxDataModificationId() - Method in class org.h2.mvstore.db.MVTable
 
getMaxDataModificationId() - Method in class org.h2.table.DualTable
 
getMaxDataModificationId() - Method in class org.h2.table.InformationSchemaTable
 
getMaxDataModificationId() - Method in class org.h2.table.InformationSchemaTableLegacy
 
getMaxDataModificationId() - Method in class org.h2.table.RangeTable
 
getMaxDataModificationId() - Method in class org.h2.table.Table
Get the last data modification id.
getMaxDataModificationId() - Method in class org.h2.table.TableLink
 
getMaxDataModificationId() - Method in class org.h2.table.TableView
 
getMaxDataModificationId() - Method in class org.h2.table.VirtualConstructedTable
 
getMaxFieldSize() - Method in class org.h2.jdbc.JdbcStatement
Gets the maximum number of bytes for a result set column.
getMaxIndexLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for an index (in bytes).
getMaxItemSize() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Determines max size of the data item size to fit into cache
getMaxLengthInplaceLob() - Method in class org.h2.engine.Database
 
getMaxLengthInplaceLob() - Method in class org.h2.engine.SessionRemote
 
getMaxLengthInplaceLob() - Method in interface org.h2.store.DataHandler
Get the maximum length of a in-place large object
getMaxLengthInplaceLob() - Method in class org.h2.tools.Recover
INTERNAL
getMaxMemory() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the maximum memory to use.
getMaxMemory() - Method in interface org.h2.util.Cache
Get the maximum memory to be used.
getMaxMemory() - Method in class org.h2.util.CacheLRU
 
getMaxMemory() - Method in class org.h2.util.CacheTQ
 
getMaxMemoryRows() - Method in class org.h2.engine.Database
 
getMaxModificationIdVisitor() - Static method in class org.h2.expression.ExpressionVisitor
 
getMaxOperationMemory() - Method in class org.h2.engine.Database
 
getMaxPageSize() - Method in class org.h2.mvstore.MVStore
 
getMaxProcedureNameLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for a procedure name.
getMaxRows() - Method in class org.h2.jdbc.JdbcStatement
Gets the maximum number of rows for a ResultSet.
getMaxRowSize() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum size of a row (in bytes).
getMaxSchemaNameLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for a schema name.
getMaxStatementLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length of a statement.
getMaxStatements() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum number of open statements.
getMaxTableNameLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for a table name.
getMaxTablesInSelect() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum number of tables in a SELECT.
getMaxUserNameLength() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the maximum length for a user name.
getMaxValue() - Method in class org.h2.schema.Sequence
 
getMaxValue(int) - Method in class org.h2.tools.MultiDimension
Get the maximum value for the given dimension count.
getMaxValue(Sequence, SessionLocal) - Method in class org.h2.command.ddl.SequenceOptions
Gets max value.
getMembers() - Method in class org.h2.util.json.JSONObject
Returns the value.
getMemory() - Method in class org.h2.mvstore.Page
 
getMemory() - Method in class org.h2.result.DefaultRow
 
getMemory() - Method in class org.h2.result.SearchRow
Get the estimated memory used for this row, in bytes.
getMemory() - Method in class org.h2.result.SimpleRowValue
 
getMemory() - Method in interface org.h2.util.Cache
Get the used size in KB.
getMemory() - Method in class org.h2.util.CacheHead
 
getMemory() - Method in class org.h2.util.CacheLRU
 
getMemory() - Method in class org.h2.util.CacheObject
Get the estimated used memory.
getMemory() - Method in class org.h2.util.CacheTQ
 
getMemory() - Method in class org.h2.value.lob.LobData
Get the memory used by this object.
getMemory() - Method in class org.h2.value.lob.LobDataInMemory
 
getMemory() - Method in class org.h2.value.Value
Get the memory used by this object.
getMemory() - Method in class org.h2.value.ValueBoolean
 
getMemory() - Method in class org.h2.value.ValueBinary
 
getMemory() - Method in class org.h2.value.ValueJavaObject
 
getMemory() - Method in class org.h2.value.ValueJson
 
getMemory() - Method in class org.h2.value.ValueVarbinary
 
getMemory() - Method in class org.h2.value.ValueCollectionBase
 
getMemory() - Method in class org.h2.value.ValueDecfloat
 
getMemory() - Method in class org.h2.value.ValueEnumBase
 
getMemory() - Method in class org.h2.value.ValueGeometry
 
getMemory() - Method in class org.h2.value.ValueInterval
 
getMemory() - Method in class org.h2.value.ValueLob
 
getMemory() - Method in class org.h2.value.ValueNull
 
getMemory() - Method in class org.h2.value.ValueNumeric
 
getMemory() - Method in class org.h2.value.ValueChar
 
getMemory() - Method in class org.h2.value.ValueVarchar
 
getMemory() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getMemory() - Method in class org.h2.value.ValueTimestamp
 
getMemory() - Method in class org.h2.value.ValueTimestampTimeZone
 
getMemory() - Method in class org.h2.value.ValueTimeTimeZone
 
getMemory() - Method in class org.h2.value.ValueUuid
 
getMemory(byte[]) - Method in class org.h2.mvstore.type.ByteArrayDataType
 
getMemory(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the memory used for the given key.
getMemory(Long) - Method in class org.h2.mvstore.type.LongDataType
 
getMemory(Object) - Method in class org.h2.mvstore.type.ObjectDataType
 
getMemory(String) - Method in class org.h2.mvstore.type.StringDataType
 
getMemory(LobStorageMap.BlobMeta) - Method in class org.h2.mvstore.db.LobStorageMap.BlobMeta.Type
 
getMemory(LobStorageMap.BlobReference) - Method in class org.h2.mvstore.db.LobStorageMap.BlobReference.Type
 
getMemory(Spatial) - Method in class org.h2.mvstore.rtree.SpatialDataType
 
getMemory(DataType) - Method in class org.h2.mvstore.type.MetaType
 
getMemory(SearchRow) - Method in class org.h2.mvstore.db.RowDataType
 
getMemory(Value) - Method in class org.h2.mvstore.db.NullValueDataType
 
getMemory(Value) - Method in class org.h2.mvstore.db.ValueDataType
 
getMemory(VersionedValue) - Method in class org.h2.mvstore.tx.VersionedValueType
 
getMemory(T) - Method in class org.h2.mvstore.type.BasicDataType
 
getMemory(T) - Method in interface org.h2.mvstore.type.DataType
Calculates the amount of used memory in bytes.
getMemoryFree() - Static method in class org.h2.util.Utils
Get the free memory in KB.
getMemoryMax() - Static method in class org.h2.util.Utils
Get the maximum memory in KB.
getMemoryUsed() - Static method in class org.h2.util.Utils
Get the used memory in KB.
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLDataException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLFeatureNotSupportedException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLNonTransientConnectionException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLNonTransientException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLSyntaxErrorException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLTimeoutException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLTransactionRollbackException
 
getMessage() - Method in exception class org.h2.jdbc.JdbcSQLTransientException
 
getMetaData() - Method in class org.h2.command.Command
 
getMetaData() - Method in interface org.h2.command.CommandInterface
Get an empty result set containing the meta data of the result.
getMetaData() - Method in class org.h2.command.CommandRemote
 
getMetaData() - Method in class org.h2.jdbc.JdbcConnection
Gets the database meta data for this database.
getMetaData() - Method in class org.h2.jdbc.JdbcPreparedStatement
Gets the result set metadata of the query returned when the statement is executed.
getMetaData() - Method in class org.h2.jdbc.JdbcResultSet
Gets the meta data of this result set.
getMetaData() - Method in class org.h2.tools.SimpleResultSet
Returns a reference to itself.
getMetaMap() - Method in class org.h2.mvstore.MVStore
Get the metadata map.
getMetaResultSet(Connection, String) - Static method in class org.h2.util.JdbcUtils
Get metadata from the database.
getMethod(String) - Method in class org.h2.util.SourceCompiler
Get the first public static method of the given class.
getMillis(CastDataProvider, TimeZone, long, long) - Static method in class org.h2.util.LegacyDateTimeUtils
Calculate the milliseconds since 1970-01-01 (UTC) for the given date and time (in the specified timezone).
getMin(SessionLocal) - Method in class org.h2.table.RangeTable
Calculate and get the start value of this range.
getMinArgumentCount(WindowFunctionType) - Static method in class org.h2.expression.analysis.WindowFunction
Returns minimal number of arguments for the specified type.
getMinBlockSize() - Method in class org.h2.mvstore.StreamStore
 
getMinorVersion() - Method in class org.h2.Driver
Get the minor version number of the driver.
getMinutes() - Method in class org.h2.api.Interval
Returns minutes value, if any.
getMinValue() - Method in class org.h2.schema.Sequence
 
getMinValue(Sequence, SessionLocal) - Method in class org.h2.command.ddl.SequenceOptions
Gets min value.
getMisses() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the number of cache misses.
getMode() - Method in interface org.h2.engine.CastDataProvider
Returns the database mode.
getMode() - Method in class org.h2.engine.Database
 
getMode() - Method in class org.h2.engine.SessionLocal
 
getMode() - Method in class org.h2.engine.SessionRemote
 
getMode() - Method in class org.h2.jdbc.JdbcConnection
 
getMode() - Method in class org.h2.jmx.DatabaseInfo
 
getMode() - Method in interface org.h2.jmx.DatabaseInfoMBean
The database compatibility mode (REGULAR if no compatibility mode is used).
getModificationDataId() - Method in class org.h2.engine.Database
 
getModificationId() - Method in class org.h2.engine.DbObject
 
getModificationId() - Method in class org.h2.engine.SessionLocal
 
getModificationMetaId() - Method in class org.h2.engine.Database
 
getMonths() - Method in class org.h2.api.Interval
Returns months value, if any.
getMoreResults() - Method in class org.h2.jdbc.JdbcStatement
Moves to the next result set - however there is always only one result set.
getMoreResults(int) - Method in class org.h2.jdbc.JdbcStatement
Move to the next result set.
getMVMap() - Method in class org.h2.mvstore.db.MVDelegateIndex
 
getMVMap() - Method in class org.h2.mvstore.db.MVIndex
 
getMVMap() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getMVMap() - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
getMVMap() - Method in class org.h2.mvstore.db.MVSpatialIndex
 
getMvStore() - Method in class org.h2.mvstore.db.Store
 
getName() - Method in class org.h2.api.H2Type
 
getName() - Method in class org.h2.bnf.context.DbColumn
 
getName() - Method in class org.h2.bnf.context.DbProcedure
 
getName() - Method in class org.h2.bnf.context.DbTableOrView
 
getName() - Method in class org.h2.engine.ConnectionInfo
Get the unique and normalized database name (excluding settings).
getName() - Method in class org.h2.engine.Database
 
getName() - Method in class org.h2.engine.DbObject
Get the name.
getName() - Method in class org.h2.engine.Mode
 
getName() - Method in class org.h2.engine.Procedure
 
getName() - Method in class org.h2.expression.function.ArrayFunction
 
getName() - Method in class org.h2.expression.function.BitFunction
 
getName() - Method in class org.h2.expression.function.CardinalityExpression
 
getName() - Method in class org.h2.expression.function.CastSpecification
 
getName() - Method in class org.h2.expression.function.CoalesceFunction
 
getName() - Method in class org.h2.expression.function.CompatibilitySequenceValueFunction
 
getName() - Method in class org.h2.expression.function.CompressFunction
 
getName() - Method in class org.h2.expression.function.ConcatFunction
 
getName() - Method in class org.h2.expression.function.CryptFunction
 
getName() - Method in class org.h2.expression.function.CSVWriteFunction
 
getName() - Method in class org.h2.expression.function.CurrentDateTimeValueFunction
 
getName() - Method in class org.h2.expression.function.CurrentGeneralValueSpecification
 
getName() - Method in class org.h2.expression.function.DataTypeSQLFunction
 
getName() - Method in class org.h2.expression.function.DateTimeFormatFunction
 
getName() - Method in class org.h2.expression.function.DateTimeFunction
 
getName() - Method in class org.h2.expression.function.DayMonthNameFunction
 
getName() - Method in class org.h2.expression.function.DBObjectFunction
 
getName() - Method in class org.h2.expression.function.FileFunction
 
getName() - Method in class org.h2.expression.function.HashFunction
 
getName() - Method in class org.h2.expression.function.JavaFunction
 
getName() - Method in class org.h2.expression.function.JsonConstructorFunction
 
getName() - Method in class org.h2.expression.function.LengthFunction
 
getName() - Method in class org.h2.expression.function.MathFunction
 
getName() - Method in class org.h2.expression.function.MathFunction1
 
getName() - Method in class org.h2.expression.function.MathFunction2
 
getName() - Method in interface org.h2.expression.function.NamedExpression
Get the name.
getName() - Method in class org.h2.expression.function.NullIfFunction
 
getName() - Method in class org.h2.expression.function.RandFunction
 
getName() - Method in class org.h2.expression.function.RegexpFunction
 
getName() - Method in class org.h2.expression.function.SessionControlFunction
 
getName() - Method in class org.h2.expression.function.SetFunction
 
getName() - Method in class org.h2.expression.function.SignalFunction
 
getName() - Method in class org.h2.expression.function.SoundexFunction
 
getName() - Method in class org.h2.expression.function.StringFunction
 
getName() - Method in class org.h2.expression.function.StringFunction1
 
getName() - Method in class org.h2.expression.function.StringFunction2
 
getName() - Method in class org.h2.expression.function.SubstringFunction
 
getName() - Method in class org.h2.expression.function.SysInfoFunction
 
getName() - Method in class org.h2.expression.function.table.ArrayTableFunction
 
getName() - Method in class org.h2.expression.function.table.CSVReadFunction
 
getName() - Method in class org.h2.expression.function.table.JavaTableFunction
 
getName() - Method in class org.h2.expression.function.table.LinkSchemaFunction
 
getName() - Method in class org.h2.expression.function.TableInfoFunction
 
getName() - Method in class org.h2.expression.function.ToCharFunction
 
getName() - Method in class org.h2.expression.function.TrimFunction
 
getName() - Method in class org.h2.expression.function.TruncateValueFunction
 
getName() - Method in class org.h2.expression.function.XMLFunction
 
getName() - Method in class org.h2.expression.Variable
 
getName() - Method in class org.h2.mode.ModeFunction
 
getName() - Method in class org.h2.mvstore.MVMap
Get the map name.
getName() - Method in class org.h2.mvstore.tx.Transaction
 
getName() - Method in class org.h2.security.auth.PropertyConfig
 
getName() - Method in class org.h2.security.auth.RealmConfig
Gets realm's name.
getName() - Method in class org.h2.server.pg.PgServer
 
getName() - Method in interface org.h2.server.Service
Get the human readable name of the service.
getName() - Method in class org.h2.server.TcpServer
 
getName() - Method in class org.h2.server.web.WebServer
 
getName() - Method in class org.h2.store.fs.FilePath
Get the file or directory name (the last element of the path).
getName() - Method in class org.h2.table.Column
 
getName() - Method in class org.h2.value.CompareMode
 
getName(int) - Static method in class org.h2.expression.function.CurrentDateTimeValueFunction
Get the name for this function id.
getName(int) - Static method in class org.h2.expression.function.SysInfoFunction
Get the name for this function id.
getName(String) - Static method in class org.h2.store.fs.FileUtils
Get the file or directory name (the last element of the path).
getName(Locale) - Static method in class org.h2.value.CompareMode
Get the collation name.
getNanos() - Method in class org.h2.value.ValueTime
 
getNanos() - Method in class org.h2.value.ValueTimeTimeZone
 
getNanosOfSecond() - Method in class org.h2.api.Interval
Returns value of fractional part of seconds (in nanoseconds), if any.
getNCharacterStream(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a reader.
getNCharacterStream(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a reader.
getNCharacterStream(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getNCharacterStream(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a reader.
getNCharacterStream(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a reader.
getNCharacterStream(String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getNClob(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a Clob.
getNClob(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a Clob.
getNClob(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getNClob(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a Clob.
getNClob(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a Clob.
getNClob(String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getNestedIdentity() - Method in class org.h2.security.auth.AuthenticationInfo
Gets nested identity object that can be used by authenticator to hold information.
getNestedJoin() - Method in class org.h2.table.TableFilter
 
getNetworkConnectionInfo() - Method in class org.h2.engine.ConnectionInfo
Returns the network connection information, or null.
getNetworkConnectionInfo() - Method in class org.h2.engine.SessionLocal
Returns the network connection information, or null.
getNetworkTimeout() - Method in class org.h2.jdbc.JdbcConnection
[Not supported]
getNewRandom() - Static method in class org.h2.value.ValueUuid
Create a new UUID using the pseudo random number generator.
getNext() - Method in class org.h2.bnf.Sentence
Get the map of next tokens.
getNext(SessionLocal) - Method in class org.h2.schema.Sequence
Get the next value for this sequence.
getNextId() - Method in class org.h2.engine.SessionRemote
 
getNextId(int) - Static method in class org.h2.message.TraceObject
Get the next trace object id for this object type.
getNextKey() - Method in class org.h2.mvstore.StreamStore
 
getNextModificationDataId() - Method in class org.h2.engine.Database
 
getNextModificationMetaId() - Method in class org.h2.engine.Database
 
getNextRemoteSettingsId() - Method in class org.h2.engine.Database
 
getNextSystemIdentifier(String) - Method in class org.h2.engine.SessionLocal
Get the next system generated identifiers.
getNextTokenList(String) - Method in class org.h2.bnf.Bnf
Get the list of tokens that can follow.
getNextValueFor(Sequence, Prepared) - Method in class org.h2.engine.SessionLocal
Returns the next value of the sequence in this session.
getNoCopy(byte[]) - Static method in class org.h2.value.ValueBinary
Get or create a VARBINARY value for the given byte array.
getNoCopy(byte[]) - Static method in class org.h2.value.ValueJavaObject
Get or create a java object value for the given byte array.
getNoCopy(byte[]) - Static method in class org.h2.value.ValueVarbinary
Get or create a VARBINARY value for the given byte array.
getNodeType() - Method in class org.h2.mvstore.Page
 
getNonAliasExpression() - Method in class org.h2.expression.Alias
 
getNonAliasExpression() - Method in class org.h2.expression.Expression
Returns the main expression, skipping aliases.
getNonKeywords() - Method in class org.h2.engine.SessionLocal
Gets bit set of non-keywords.
getNonPrimitiveClass(Class) - Static method in class org.h2.util.Utils
Convert primitive class names to java.lang.* class names.
getNotFromResolverVisitor(ColumnResolver) - Static method in class org.h2.expression.ExpressionVisitor
Create a new visitor to check if no expression depends on the given resolver.
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.BetweenPredicate
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.BooleanTest
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.CompareLike
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.Comparison
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.ConditionAndOr
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.ConditionAndOrN
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.ConditionIn
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.ConditionInParameter
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.ConditionInQuery
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.ConditionNot
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.IsJsonPredicate
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.NullPredicate
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.condition.TypePredicate
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.Expression
If it is possible, return the negated expression.
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.ExpressionColumn
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.Parameter
 
getNotIfPossible(SessionLocal) - Method in class org.h2.expression.ValueExpression
 
getNString(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a String.
getNString(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a String.
getNString(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getNString(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a String.
getNString(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a String.
getNString(String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getNullable() - Method in class org.h2.expression.Alias
 
getNullable() - Method in class org.h2.expression.Expression
Check whether this expression is a column and can store NULL.
getNullable() - Method in class org.h2.expression.ExpressionColumn
 
getNullable() - Method in class org.h2.expression.Format
 
getNullable() - Method in interface org.h2.expression.ParameterInterface
Check if this column is nullable.
getNullable() - Method in class org.h2.expression.ParameterRemote
 
getNullable(int) - Method in class org.h2.result.LazyResult
 
getNullable(int) - Method in class org.h2.result.LocalResult
 
getNullable(int) - Method in interface org.h2.result.ResultInterface
Check if this column is nullable.
getNullable(int) - Method in class org.h2.result.ResultRemote
 
getNullable(int) - Method in class org.h2.result.ResultWithPaddedStrings
 
getNullable(int) - Method in class org.h2.result.SimpleResult
 
getNullRow() - Method in class org.h2.table.Table
 
getNullString() - Method in class org.h2.tools.Csv
Get the current null string.
getNumericFunctions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the list of numeric functions supported by this database.
getNumericFunctions() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getNumericFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getNumericFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getNumericFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getNumExpressions() - Method in class org.h2.expression.aggregate.Aggregate
 
getNumExpressions() - Method in class org.h2.expression.aggregate.JavaAggregate
 
getNumExpressions() - Method in class org.h2.expression.analysis.DataAnalysisOperation
Returns the number of expressions, excluding OVER clause.
getNumExpressions() - Method in class org.h2.expression.analysis.WindowFunction
 
getObject(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns a column value as a Java object.
getObject(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns a column value as a Java object.
getObject(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an Object.
getObject(int, boolean) - Method in class org.h2.util.SmallMap
Get an object from the map if it is stored.
getObject(int, Class) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a Java object of the specified type.
getObject(int, Class) - Method in class org.h2.jdbc.JdbcResultSet
Returns a column value as a Java object of the specified type.
getObject(int, Class) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an Object of the specified type.
getObject(int, Map) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported] Gets a column as a object using the specified type mapping.
getObject(int, Map) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Gets a column as a object using the specified type mapping.
getObject(int, Map) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getObject(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns a column value as a Java object.
getObject(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns a column value as a Java object.
getObject(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an Object.
getObject(String, Class) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a Java object of the specified type.
getObject(String, Class) - Method in class org.h2.jdbc.JdbcResultSet
Returns a column value as a Java object of the specified type.
getObject(String, Class) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an Object of the specified type.
getObject(String, Map) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported] Gets a column as a object using the specified type mapping.
getObject(String, Map) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Gets a column as a object using the specified type mapping.
getObject(String, Map) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getObjectId() - Method in class org.h2.command.Prepared
Get the current object id, or get a new id from the database.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.h2.jdbcx.JdbcDataSourceFactory
Creates a new object using the specified location or reference information.
getObjectType() - Method in class org.h2.engine.MetaRecord
 
getOffset() - Method in class org.h2.command.query.Query
 
getOnCommitDrop() - Method in class org.h2.table.Table
 
getOnCommitTruncate() - Method in class org.h2.table.Table
 
getOnCondition() - Method in class org.h2.command.dml.MergeUsing
 
getOnDuplicateKeyInsert() - Method in class org.h2.command.dml.Update
 
getOnDuplicateKeyValue(int) - Method in class org.h2.command.dml.Insert
Get the value to use for the specified column in case of a duplicate key.
getOnOverflowTruncate() - Method in class org.h2.expression.aggregate.ListaggArguments
Returns the LISTAGG overflow behavior.
getOnUpdateExpression() - Method in class org.h2.schema.Domain
 
getOnUpdateExpression() - Method in class org.h2.table.Column
 
getOnUpdateExpression() - Method in interface org.h2.table.ColumnTemplate
 
getOnUpdateSQL() - Method in class org.h2.schema.Domain
 
getOnUpdateSQL() - Method in class org.h2.table.Column
 
getOnUpdateSQL() - Method in interface org.h2.table.ColumnTemplate
 
getOpenStackTrace() - Method in class org.h2.util.CloseWatcher
Get the open stack trace or null if none.
getOpenTransactions() - Method in class org.h2.mvstore.tx.TransactionStore
Get the list of unclosed transactions that have pending writes.
getOperationId() - Method in class org.h2.value.VersionedValue
 
getOperationType() - Method in class org.h2.expression.BinaryOperation
Returns the type of this binary operation.
getOptimizableVisitor(Table) - Static method in class org.h2.expression.ExpressionVisitor
Create a new visitor to check if all aggregates are for the given table.
getOptimizeReuseResults() - Method in class org.h2.engine.Database
 
getOrderBy() - Method in class org.h2.expression.analysis.Window
Returns ORDER BY clause.
getOrderedResultLoop(SessionLocal, HashMap, ArrayList, int) - Method in class org.h2.expression.aggregate.AbstractAggregate
 
getOrderedResultLoop(SessionLocal, HashMap, ArrayList, int) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Returns result of this window function or window aggregate.
getOrderedResultLoop(SessionLocal, HashMap, ArrayList, int) - Method in class org.h2.expression.analysis.WindowFunction
 
getOrderInFrom() - Method in class org.h2.table.TableFilter
Get the order number (index) of this table filter in the "from" clause of the query.
getOrderList() - Method in class org.h2.result.SortOrder
Returns the original query order list.
getOriginalColumnName() - Method in class org.h2.expression.ExpressionColumn
 
getOriginalMessage() - Method in interface org.h2.jdbc.JdbcException
INTERNAL
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLDataException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLFeatureNotSupportedException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLNonTransientConnectionException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLNonTransientException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLSyntaxErrorException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLTimeoutException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLTransactionRollbackException
 
getOriginalMessage() - Method in exception class org.h2.jdbc.JdbcSQLTransientException
 
getOriginalTableAliasName() - Method in class org.h2.expression.ExpressionColumn
 
getOriginalURL() - Method in class org.h2.engine.ConnectionInfo
Get the complete original database URL.
getOverOrderBySort() - Method in class org.h2.expression.analysis.DataAnalysisOperation
Returns the sort order for OVER clause.
getOwner() - Method in class org.h2.schema.Schema
Get the owner of this schema.
getOwner() - Method in class org.h2.table.TableView
 
getPage() - Method in class org.h2.mvstore.Page.PageReference
 
getPageChunkId(long) - Static method in class org.h2.mvstore.DataUtils
Get the chunk id from the position.
getPageCount() - Method in class org.h2.mvstore.MVStore
Get data pages count.
getPageMapId(long) - Static method in class org.h2.mvstore.DataUtils
Get the map id from the chunk's table of content element.
getPageMaxLength(long) - Static method in class org.h2.mvstore.DataUtils
Get the maximum length for the given page position.
getPageOffset(long) - Static method in class org.h2.mvstore.DataUtils
Get the offset from the position.
getPagePos(int, int, int, int) - Static method in class org.h2.mvstore.DataUtils
Get the position of this page.
getPagePos(int, long) - Static method in class org.h2.mvstore.DataUtils
Convert tocElement into pagePos by replacing mapId with chunkId.
getPageSize() - Method in class org.h2.engine.Database
 
getPageSplitSize() - Method in class org.h2.mvstore.MVStore
 
getPageType(long) - Static method in class org.h2.mvstore.DataUtils
Get the page type from the position.
getPanicException() - Method in class org.h2.mvstore.MVStore
 
getParameterClassName(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
Returns the Java class name of the parameter.
getParameterCount() - Method in class org.h2.jdbc.JdbcParameterMetaData
Returns the number of parameters.
getParameterCount() - Method in class org.h2.schema.FunctionAlias.JavaMethod
 
getParameterMetaData() - Method in class org.h2.jdbc.JdbcPreparedStatement
Get the parameter meta data of this prepared statement.
getParameterMode(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
Returns the parameter mode.
getParameterOffset(ArrayList) - Method in class org.h2.table.TableView
Get the index of the first parameter.
getParameters() - Method in class org.h2.bnf.context.DbProcedure
 
getParameters() - Method in class org.h2.command.Command
Get the list of parameters.
getParameters() - Method in class org.h2.command.CommandContainer
 
getParameters() - Method in interface org.h2.command.CommandInterface
Get the parameters (if any).
getParameters() - Method in class org.h2.command.CommandRemote
 
getParameters() - Method in class org.h2.command.ddl.PrepareProcedure
 
getParameters() - Method in class org.h2.command.Prepared
Get the parameter list.
getParameterType(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
Returns the parameter type. java.sql.Types.VARCHAR is returned if the data type is not known.
getParameterTypeName(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
Returns the parameter type name.
getParamValue() - Method in class org.h2.expression.Parameter
 
getParamValue() - Method in interface org.h2.expression.ParameterInterface
Get the value of the parameter if set.
getParamValue() - Method in class org.h2.expression.ParameterRemote
 
getParent() - Method in class org.h2.store.fs.disk.FilePathDisk
 
getParent() - Method in class org.h2.store.fs.FilePath
Get the parent directory of a file or directory.
getParent() - Method in class org.h2.store.fs.FilePathWrapper
 
getParent() - Method in class org.h2.store.fs.mem.FilePathMem
 
getParent() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
getParent() - Method in class org.h2.store.fs.zip.FilePathZip
 
getParent(String) - Static method in class org.h2.store.fs.FileUtils
Get the parent directory of a file or directory.
getParentLogger() - Method in class org.h2.Driver
[Not supported]
getParentLogger() - Method in class org.h2.jdbcx.JdbcConnectionPool
[Not supported]
getParentLogger() - Method in class org.h2.jdbcx.JdbcDataSource
[Not supported]
getParentSelect() - Method in class org.h2.command.query.Select
Returns parent select, or null.
getPassword() - Method in class org.h2.jdbcx.JdbcDataSource
Get the current password.
getPassword() - Method in class org.h2.security.auth.AuthenticationInfo
 
getPasswordBytes(char[]) - Static method in class org.h2.store.fs.encrypt.FilePathEncrypt
Convert a char array to a byte array, in UTF-16 format.
getPath(String) - Method in class org.h2.store.fs.disk.FilePathDisk
 
getPath(String) - Method in class org.h2.store.fs.FilePath
Convert a file to a path.
getPath(String) - Method in class org.h2.store.fs.FilePathWrapper
 
getPath(String) - Method in class org.h2.store.fs.mem.FilePathMem
 
getPath(String) - Method in class org.h2.store.fs.mem.FilePathMemLZF
 
getPath(String) - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
getPath(String) - Method in class org.h2.store.fs.niomem.FilePathNioMemLZF
 
getPath(String) - Method in class org.h2.store.fs.zip.FilePathZip
 
getPBKDF2(byte[], byte[], int, int) - Static method in class org.h2.security.SHA256
Calculate the hash using the password-based key derivation function 2.
getPersistedObjectId() - Method in class org.h2.command.Prepared
Get the object id to use for the database object that is created in this statement.
getPlanSQL() - Method in class org.h2.index.DualIndex
 
getPlanSQL() - Method in class org.h2.index.Index
Get the message to show in a EXPLAIN statement.
getPlanSQL() - Method in class org.h2.index.MetaIndex
 
getPlanSQL() - Method in class org.h2.index.RangeIndex
 
getPlanSQL() - Method in class org.h2.index.ViewIndex
 
getPlanSQL() - Method in class org.h2.index.VirtualConstructedTableIndex
 
getPlanSQL() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getPlanSQL(int) - Method in class org.h2.command.dml.Delete
 
getPlanSQL(int) - Method in class org.h2.command.dml.Insert
 
getPlanSQL(int) - Method in class org.h2.command.dml.Merge
 
getPlanSQL(int) - Method in class org.h2.command.dml.MergeUsing
 
getPlanSQL(int) - Method in class org.h2.command.dml.Update
 
getPlanSQL(int) - Method in class org.h2.command.Prepared
Get the SQL statement with the execution plan.
getPlanSQL(int) - Method in class org.h2.command.query.Select
 
getPlanSQL(int) - Method in class org.h2.command.query.SelectUnion
 
getPlanSQL(int) - Method in class org.h2.command.query.TableValueConstructor
 
getPlanSQL(StringBuilder, boolean, int) - Method in class org.h2.table.TableFilter
Get the query execution plan text to use for this table filter and append it to the specified builder.
getPooledConnection() - Method in class org.h2.jdbcx.JdbcDataSource
Open a new pooled connection using the current URL, user name and password.
getPooledConnection(String, String) - Method in class org.h2.jdbcx.JdbcDataSource
Open a new pooled connection using the current URL and the specified user name and password.
getPort() - Method in class org.h2.server.pg.PgServer
 
getPort() - Method in interface org.h2.server.Service
Gets the port this service is listening on.
getPort() - Method in class org.h2.server.TcpServer
 
getPort() - Method in class org.h2.server.web.WebServer
 
getPort() - Method in class org.h2.tools.Server
Gets the port this server is listening on.
getPos() - Method in class org.h2.mvstore.Page
Get the position of the page
getPos() - Method in class org.h2.util.CacheObject
 
getPosition() - Method in class org.h2.bnf.context.DbColumn
 
getPowerOffCount() - Method in class org.h2.engine.Database
 
getPrecision() - Method in class org.h2.value.TypeInfo
Returns the precision.
getPrecision(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
Returns the parameter precision.
getPrecision(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Gets the precision for this column.
getPrecision(int) - Method in class org.h2.tools.SimpleResultSet
Returns the precision.
getPrefix() - Method in class org.h2.store.fs.encrypt.FilePathEncrypt
 
getPrefix() - Method in class org.h2.store.fs.FilePathWrapper
 
getPrefix() - Method in class org.h2.store.fs.split.FilePathSplit
 
getPrepared() - Method in class org.h2.engine.Procedure
 
getPrependCursorPos(CursorPos) - Method in class org.h2.mvstore.Page
Extend path from a given CursorPos chain to "prepend point" in a B-tree, rooted at this Page.
getPreserveWhitespace() - Method in class org.h2.tools.Csv
Whether whitespace in unquoted text is preserved.
getPrimaryKey() - Method in class org.h2.command.ddl.CommandWithColumns
 
getPrimaryKey() - Method in class org.h2.table.Table
 
getPrimaryKeys(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the primary key columns for a table.
getPrimaryKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getPrimaryKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getPrimaryKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getPrimaryKeys(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getProcedure(String) - Method in class org.h2.engine.SessionLocal
Get the procedure with the given name, or null if none exists.
getProcedureColumn(DbContents, ResultSet) - Static method in class org.h2.bnf.context.DbColumn
Create a column from a DatabaseMetaData.getProcedureColumns row.
getProcedureColumns(String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of procedure columns.
getProcedureColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getProcedureColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getProcedureColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getProcedureColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getProcedures() - Method in class org.h2.bnf.context.DbSchema
 
getProcedures(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of procedures.
getProcedures(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getProcedures(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getProcedures(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getProcedures(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getProcedureTerm() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the term for "procedure".
getProjectedFillRate(int) - Method in class org.h2.mvstore.FileStore
Calculates a prospective fill rate, which store would have after rewrite of sparsely populated chunk(s) and evacuation of still live data into a new chunk.
getProperties() - Method in interface org.h2.security.auth.HasConfigProperties
 
getProperties() - Method in class org.h2.security.auth.RealmConfig
 
getProperties() - Method in class org.h2.security.auth.UserToRolesMapperConfig
 
getProperty(String, boolean) - Method in class org.h2.engine.ConnectionInfo
Get a boolean property if it is set and return the value.
getProperty(String, boolean) - Static method in class org.h2.util.Utils
Get the system property.
getProperty(String, int) - Static method in class org.h2.util.Utils
Get the system property.
getProperty(String, String) - Method in class org.h2.engine.ConnectionInfo
Get the value of the given property.
getProperty(String, String) - Static method in class org.h2.util.Utils
Get the system property.
getPropertyInfo(String, Properties) - Method in class org.h2.Driver
Get the list of supported properties.
getPseudoColumns(String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of pseudo and invisible columns.
getPseudoColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getPseudoColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getPseudoColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getPseudoColumns(String, String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getPublicRole() - Method in class org.h2.engine.Database
 
getQualifiedTable() - Method in class org.h2.table.TableLink
 
getQualifier() - Method in class org.h2.api.Interval
Returns qualifier of this interval.
getQualifier() - Method in class org.h2.value.ValueInterval
Returns the interval qualifier.
getQualify() - Method in class org.h2.command.query.Select
 
getQueries() - Method in class org.h2.engine.QueryStatisticsData
 
getQuery() - Method in class org.h2.bnf.Sentence
Get the query string.
getQuery() - Method in class org.h2.expression.Subquery
 
getQuery() - Method in class org.h2.index.ViewIndex
 
getQuery() - Method in class org.h2.table.TableView
 
getQueryColumnIndexes() - Method in class org.h2.result.SortOrder
Get the column index list.
getQueryStatistics() - Method in class org.h2.engine.Database
 
getQueryStatisticsData() - Method in class org.h2.engine.Database
 
getQueryTimeout() - Method in class org.h2.engine.SessionLocal
 
getQueryTimeout() - Method in class org.h2.jdbc.JdbcStatement
Gets the current query timeout in seconds.
getQueryUpper() - Method in class org.h2.bnf.Sentence
Get the uppercase version of the query string.
getQueueSize() - Method in class org.h2.schema.TriggerObject
 
getQuotedName() - Method in class org.h2.bnf.context.DbColumn
 
getQuotedName() - Method in class org.h2.bnf.context.DbProcedure
 
getQuotedName() - Method in class org.h2.bnf.context.DbTableOrView
 
getRandom() - Method in class org.h2.engine.SessionLocal
 
getRawChildPageCount() - Method in class org.h2.mvstore.Page
 
getReadBytes() - Method in class org.h2.mvstore.FileStore
Get the number of read bytes since this store was opened.
getReadCount() - Method in class org.h2.mvstore.FileStore
Get the number of read operations since this store was opened.
getReader() - Method in class org.h2.value.Value
 
getReader() - Method in class org.h2.value.ValueLob
 
getReader() - Method in class org.h2.value.ValueNull
 
getReader(long, long) - Method in class org.h2.value.Value
Get the reader
getReader(long, long) - Method in class org.h2.value.ValueBlob
 
getReader(long, long) - Method in class org.h2.value.ValueClob
 
getReader(long, long) - Method in class org.h2.value.ValueNull
 
getReader(InputStream) - Static method in class org.h2.util.IOUtils
Create a reader to read from an input stream using the UTF-8 format.
getRealm() - Method in class org.h2.security.auth.AuthenticationInfo
 
getRealms() - Method in class org.h2.security.auth.H2AuthConfig
Gets configuration of authentication realms.
getRecursiveResult() - Method in class org.h2.table.TableView
 
getRef(int) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported] Gets a column as a reference.
getRef(int) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Gets a column as a reference.
getRef(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getRef(String) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported] Gets a column as a reference.
getRef(String) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Gets a column as a reference.
getRef(String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getRefColumns() - Method in class org.h2.constraint.ConstraintReferential
 
getReference() - Method in class org.h2.jdbcx.JdbcDataSource
Get a new reference for this object, using the current settings.
getReferencedColumns(Table) - Method in class org.h2.constraint.Constraint
Get all referenced columns.
getReferencedColumns(Table) - Method in class org.h2.constraint.ConstraintCheck
 
getReferencedColumns(Table) - Method in class org.h2.constraint.ConstraintDomain
 
getReferencedColumns(Table) - Method in class org.h2.constraint.ConstraintReferential
 
getReferencedColumns(Table) - Method in class org.h2.constraint.ConstraintUnique
 
getReferencedConstraint() - Method in class org.h2.constraint.Constraint
Returns the referenced unique constraint, or null.
getReferencedConstraint() - Method in class org.h2.constraint.ConstraintReferential
 
getReferentialIntegrity() - Method in class org.h2.engine.Database
 
getRefTable() - Method in class org.h2.constraint.Constraint
 
getRefTable() - Method in class org.h2.constraint.ConstraintReferential
 
getRegular() - Static method in class org.h2.engine.Mode
 
getRemaining() - Method in class org.h2.api.Interval
Returns combined value of remaining fields of this interval.
getRemaining() - Method in class org.h2.value.ValueInterval
Returns combined value of remaining fields of this interval.
getRemoteSettingsId() - Method in class org.h2.engine.Database
 
getResolver() - Method in class org.h2.expression.ExpressionVisitor
Get the column resolver.
getResource(String) - Static method in class org.h2.util.Utils
Get a resource from the resource map.
getRestartValue(SessionLocal, long) - Method in class org.h2.command.ddl.SequenceOptions
Gets restart value.
getResult() - Method in interface org.h2.api.Aggregate
This method returns the computed aggregate value.
getResult() - Method in interface org.h2.api.AggregateFunction
This method returns the computed aggregate value.
getResult() - Method in class org.h2.jdbc.JdbcResultSet
INTERNAL
getResult() - Method in class org.h2.result.MergedResult
Returns merged results.
getResult() - Method in class org.h2.security.auth.H2AuthConfigXml
Returns parsed authenticator configuration.
getResult() - Method in class org.h2.util.json.JSONByteArrayTarget
 
getResult() - Method in class org.h2.util.json.JSONStringTarget
 
getResult() - Method in class org.h2.util.json.JSONTarget
Returns the result.
getResult() - Method in class org.h2.util.json.JSONValidationTarget
 
getResult() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
getResult() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
getResult() - Method in class org.h2.util.json.JSONValueTarget
 
getResult() - Method in class org.h2.value.ValueRow
 
getResult(PreparedStatement, int[], int[]) - Method in class org.h2.tools.MultiDimension
Executes a prepared query that was generated using generatePreparedQuery.
getResult(SessionLocal) - Method in class org.h2.table.DataChangeDeltaTable
 
getResult(SessionLocal) - Method in class org.h2.table.FunctionTable
 
getResult(SessionLocal) - Method in class org.h2.table.TableValueConstructorTable
 
getResult(SessionLocal) - Method in class org.h2.table.VirtualConstructedTable
Read the rows from the table.
getResultSet() - Method in class org.h2.jdbc.JdbcArray
Returns the value as a result set.
getResultSet() - Method in class org.h2.jdbc.JdbcStatement
Returns the last result set produces by this statement.
getResultSet() - Method in class org.h2.tools.SimpleResultSet.SimpleArray
INTERNAL
getResultSet(long, int) - Method in class org.h2.jdbc.JdbcArray
Returns the value as a result set.
getResultSet(long, int) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
INTERNAL
getResultSet(long, int, Map) - Method in class org.h2.jdbc.JdbcArray
Returns the value as a result set.
getResultSet(long, int, Map) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
INTERNAL
getResultSet(Map) - Method in class org.h2.jdbc.JdbcArray
Returns the value as a result set.
getResultSet(Map) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
INTERNAL
getResultSetConcurrency() - Method in class org.h2.jdbc.JdbcStatement
Gets the result set concurrency created by this object.
getResultSetHoldability() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the result set holdability.
getResultSetHoldability() - Method in class org.h2.jdbc.JdbcStatement
Gets the result set holdability.
getResultSetType() - Method in class org.h2.jdbc.JdbcStatement
Gets the result set type.
getRetentionTime() - Method in class org.h2.engine.Database
 
getRetentionTime() - Method in class org.h2.mvstore.MVStore
 
getReuseSpace() - Method in class org.h2.mvstore.MVStore
 
getRewritableChunksFillRate() - Method in class org.h2.mvstore.MVStore
 
getRight() - Method in class org.h2.command.query.SelectUnion
 
getRightForObject(DbObject) - Method in class org.h2.engine.RightOwner
Get the 'grant schema' right of this object.
getRightForRole(Role) - Method in class org.h2.engine.RightOwner
Get the 'grant role' right of this object.
getRightMask() - Method in class org.h2.engine.Right
 
getRights() - Method in class org.h2.engine.Right
 
getRoot() - Method in class org.h2.mvstore.MVMap
 
getRootPage() - Method in class org.h2.mvstore.MVMap
The current root page (may not be null).
getRow() - Method in class org.h2.jdbc.JdbcResultSet
Gets the current row number.
getRow() - Method in class org.h2.tools.SimpleResultSet
Returns the row number (1, 2,...) or 0 for no row.
getRow(SessionLocal, long) - Method in class org.h2.index.Index
Get the row with the given key.
getRow(SessionLocal, long) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
getRow(SessionLocal, long) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getRow(SessionLocal, long) - Method in class org.h2.mvstore.db.MVTable
 
getRow(SessionLocal, long) - Method in class org.h2.table.Table
Get the given row.
getRowCount() - Method in class org.h2.command.dml.Insert
 
getRowCount() - Method in class org.h2.result.LazyResult
 
getRowCount() - Method in class org.h2.result.LocalResult
 
getRowCount() - Method in interface org.h2.result.ResultInterface
Get the number of rows in this object.
getRowCount() - Method in class org.h2.result.ResultRemote
 
getRowCount() - Method in interface org.h2.result.ResultTarget
Get the number of rows.
getRowCount() - Method in class org.h2.result.ResultWithPaddedStrings
 
getRowCount() - Method in class org.h2.result.SimpleResult
 
getRowCount(SessionLocal) - Method in class org.h2.index.Index
Get the row count of this table, for the given session.
getRowCount(SessionLocal) - Method in class org.h2.index.LinkedIndex
 
getRowCount(SessionLocal) - Method in class org.h2.index.MetaIndex
 
getRowCount(SessionLocal) - Method in class org.h2.index.ViewIndex
 
getRowCount(SessionLocal) - Method in class org.h2.index.VirtualTableIndex
 
getRowCount(SessionLocal) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
getRowCount(SessionLocal) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getRowCount(SessionLocal) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
getRowCount(SessionLocal) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
getRowCount(SessionLocal) - Method in class org.h2.mvstore.db.MVTable
 
getRowCount(SessionLocal) - Method in class org.h2.table.DataChangeDeltaTable
 
getRowCount(SessionLocal) - Method in class org.h2.table.DualTable
 
getRowCount(SessionLocal) - Method in class org.h2.table.FunctionTable
 
getRowCount(SessionLocal) - Method in class org.h2.table.InformationSchemaTable
 
getRowCount(SessionLocal) - Method in class org.h2.table.MetaTable
 
getRowCount(SessionLocal) - Method in class org.h2.table.RangeTable
 
getRowCount(SessionLocal) - Method in class org.h2.table.Table
Get the row count for this table.
getRowCount(SessionLocal) - Method in class org.h2.table.TableLink
 
getRowCount(SessionLocal) - Method in class org.h2.table.TableValueConstructorTable
 
getRowCount(SessionLocal) - Method in class org.h2.table.TableView
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.index.Index
Get the approximated row count for this table.
getRowCountApproximation(SessionLocal) - Method in class org.h2.index.LinkedIndex
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.index.MetaIndex
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.index.ViewIndex
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.index.VirtualTableIndex
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.mvstore.db.MVTable
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.DataChangeDeltaTable
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.DualTable
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.FunctionTable
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.InformationSchemaTable
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.MetaTable
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.RangeTable
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.Table
Get the approximated row count for this table.
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.TableLink
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.TableValueConstructorTable
 
getRowCountApproximation(SessionLocal) - Method in class org.h2.table.TableView
 
getRowCountMax() - Method in class org.h2.mvstore.db.MVPrimaryIndex
The maximum number of rows, including uncommitted rows of any session.
getRowCountStandardDeviation() - Method in class org.h2.engine.QueryStatisticsData.QueryEntry
 
getRowDataType() - Method in class org.h2.command.query.Query
Returns data type of rows.
getRowDataType() - Method in class org.h2.result.RowFactory.DefaultRowFactory
 
getRowDataType() - Method in class org.h2.result.RowFactory
 
getRowFactory() - Method in class org.h2.engine.Database
 
getRowFactory() - Method in class org.h2.index.Index
 
getRowFactory() - Method in class org.h2.mvstore.db.MVDelegateIndex
 
getRowFactory() - Method in class org.h2.mvstore.db.RowDataType
 
getRowFactory() - Method in class org.h2.mvstore.db.ValueDataType
 
getRowFactory() - Static method in class org.h2.result.RowFactory
 
getRowFactory() - Method in class org.h2.table.Table
 
getRowId() - Method in class org.h2.result.FetchedResult
 
getRowId() - Method in class org.h2.result.LocalResult
 
getRowId() - Method in interface org.h2.result.ResultInterface
Get the current row id, starting with 0. -1 is returned when next() was not called yet.
getRowId() - Method in class org.h2.result.ResultWithPaddedStrings
 
getRowId() - Method in class org.h2.result.SimpleResult
 
getRowId(int) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported] Returns the value of the specified column as a row id.
getRowId(int) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Returns the value of the specified column as a row id.
getRowId(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getRowId(String) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported] Returns the value of the specified column as a row id.
getRowId(String) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Returns the value of the specified column as a row id.
getRowId(String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getRowIdColumn() - Method in class org.h2.mvstore.db.MVTable
 
getRowIdColumn() - Method in interface org.h2.table.ColumnResolver
Get the row id pseudo column, if there is one.
getRowIdColumn() - Method in class org.h2.table.Table
Get the row id column if this table has one.
getRowIdColumn() - Method in class org.h2.table.TableFilter
 
getRowIdLifetime() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Get the lifetime of a rowid.
getRowValueComparator() - Method in class org.h2.result.SortOrder
Returns comparator for row values.
getRule() - Method in class org.h2.bnf.RuleHead
 
getRuleHead(String) - Method in class org.h2.bnf.Bnf
Get the rule head for the given title.
getRuleMapKey(String) - Static method in class org.h2.bnf.Bnf
Convert convert ruleLink to rule_link.
getSavepointId() - Method in class org.h2.jdbc.JdbcSavepoint
Get the generated id of this savepoint.
getSavepointName() - Method in class org.h2.jdbc.JdbcSavepoint
Get the name of this savepoint.
getScale() - Method in class org.h2.value.TypeInfo
Returns the scale.
getScale(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
Returns the parameter scale.
getScale(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Gets the scale for this column.
getScale(int) - Method in class org.h2.tools.SimpleResultSet
Returns the scale.
getScanIndex(SessionLocal) - Method in class org.h2.mvstore.db.MVTable
 
getScanIndex(SessionLocal) - Method in class org.h2.table.DualTable
 
getScanIndex(SessionLocal) - Method in class org.h2.table.MetaTable
 
getScanIndex(SessionLocal) - Method in class org.h2.table.RangeTable
 
getScanIndex(SessionLocal) - Method in class org.h2.table.Table
Get the scan index to iterate through all rows.
getScanIndex(SessionLocal) - Method in class org.h2.table.TableLink
 
getScanIndex(SessionLocal) - Method in class org.h2.table.TableView
 
getScanIndex(SessionLocal) - Method in class org.h2.table.VirtualConstructedTable
 
getScanIndex(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.table.Table
Get the scan index for this table.
getScanIndex(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2.table.TableView
 
getSchema() - Method in class org.h2.bnf.context.DbProcedure
 
getSchema() - Method in class org.h2.bnf.context.DbTableOrView
 
getSchema() - Method in class org.h2.command.ddl.SchemaCommand
Get the schema
getSchema() - Method in class org.h2.jdbc.JdbcConnection
Retrieves this current schema name for this connection.
getSchema() - Method in class org.h2.schema.SchemaObject
Get the schema in which this object is defined
getSchema(String) - Method in class org.h2.engine.Database
Get the schema.
getSchemaName() - Method in class org.h2.expression.Alias
 
getSchemaName() - Method in class org.h2.expression.Expression
Get the schema name, or null
getSchemaName() - Method in class org.h2.expression.ExpressionColumn
 
getSchemaName() - Method in class org.h2.expression.Wildcard
 
getSchemaName() - Method in interface org.h2.table.ColumnResolver
Get the schema name or null.
getSchemaName() - Method in class org.h2.table.TableFilter
 
getSchemaName(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Returns the schema name.
getSchemaName(int) - Method in class org.h2.result.LazyResult
 
getSchemaName(int) - Method in class org.h2.result.LocalResult
 
getSchemaName(int) - Method in interface org.h2.result.ResultInterface
Get the schema name for the column, if one exists.
getSchemaName(int) - Method in class org.h2.result.ResultRemote
 
getSchemaName(int) - Method in class org.h2.result.ResultWithPaddedStrings
 
getSchemaName(int) - Method in class org.h2.result.SimpleResult
 
getSchemaName(int) - Method in class org.h2.tools.SimpleResultSet
Returns empty string.
getSchemas() - Method in class org.h2.bnf.context.DbContents
 
getSchemas() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of schemas.
getSchemas() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getSchemas() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getSchemas() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getSchemas() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getSchemas(String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of schemas in the database.
getSchemas(String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getSchemas(String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getSchemas(String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getSchemas(String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getSchemaSearchPath() - Method in class org.h2.engine.SessionLocal
 
getSchemaTerm() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the term for "schema".
getScheme() - Method in class org.h2.mvstore.cache.FilePathCache
 
getScheme() - Method in class org.h2.store.fs.async.FilePathAsync
 
getScheme() - Method in class org.h2.store.fs.disk.FilePathDisk
 
getScheme() - Method in class org.h2.store.fs.encrypt.FilePathEncrypt
 
getScheme() - Method in class org.h2.store.fs.FilePath
Get the scheme (prefix) for this file provider.
getScheme() - Method in class org.h2.store.fs.mem.FilePathMem
 
getScheme() - Method in class org.h2.store.fs.mem.FilePathMemLZF
 
getScheme() - Method in class org.h2.store.fs.niomapped.FilePathNioMapped
 
getScheme() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
getScheme() - Method in class org.h2.store.fs.niomem.FilePathNioMemLZF
 
getScheme() - Method in class org.h2.store.fs.rec.FilePathRec
Get the prefix for this file system.
getScheme() - Method in class org.h2.store.fs.retry.FilePathRetryOnInterrupt
 
getScheme() - Method in class org.h2.store.fs.split.FilePathSplit
 
getScheme() - Method in class org.h2.store.fs.zip.FilePathZip
 
getScriptDirectory() - Static method in class org.h2.engine.SysProperties
System property h2.scriptDirectory (default: empty string).
getSearchRow() - Method in interface org.h2.index.Cursor
Get the current row.
getSearchRow() - Method in class org.h2.index.IndexCursor
 
getSearchRow() - Method in class org.h2.index.LinkedCursor
 
getSearchRow() - Method in class org.h2.index.MetaCursor
 
getSearchRow() - Method in class org.h2.index.SingleRowCursor
 
getSearchRow() - Method in class org.h2.index.ViewCursor
 
getSearchStringEscape() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the default escape character for DatabaseMetaData search patterns.
getSearchStringEscape() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getSearchStringEscape() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getSearchStringEscape() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getSearchStringEscape() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getSeconds() - Method in class org.h2.api.Interval
Returns value of integer part of seconds, if any.
getSecondsAndNanos() - Method in class org.h2.api.Interval
Returns seconds value measured in nanoseconds, if any.
getSection() - Method in class org.h2.bnf.RuleHead
 
getSelect() - Method in class org.h2.command.query.SelectListColumnResolver
 
getSelect() - Method in class org.h2.expression.aggregate.Aggregate
Returns the select statement.
getSelect() - Method in interface org.h2.table.ColumnResolver
Get the select statement.
getSelect() - Method in class org.h2.table.TableFilter
 
getSelectivity() - Method in class org.h2.table.Column
Get the selectivity of the column.
getSeparator() - Method in class org.h2.expression.aggregate.ListaggArguments
Returns the LISTAGG separator.
getSequence() - Method in class org.h2.table.Column
 
getSequence(String) - Method in class org.h2.schema.Schema
Get the sequence with the given name.
getSequenceNum() - Method in class org.h2.mvstore.tx.Transaction
 
getSequenceOptionsSQL(StringBuilder) - Method in class org.h2.schema.Sequence
Append the options part of the SQL statement to create the sequence.
getServer() - Method in class org.h2.util.NetworkConnectionInfo
Returns the protocol and port of the server.
getService() - Method in class org.h2.tools.Server
Get the service attached to this server.
getSession() - Method in class org.h2.command.Prepared
 
getSession() - Method in class org.h2.index.ViewIndex
 
getSession() - Method in class org.h2.jdbc.JdbcConnection
INTERNAL
getSession() - Method in class org.h2.table.TableFilter
 
getSessionCount() - Method in class org.h2.engine.Database
 
getSessions(boolean) - Method in class org.h2.engine.Database
Get all sessions that are currently connected to the database.
getSessionStart() - Method in class org.h2.engine.SessionLocal
 
getSettings() - Method in class org.h2.engine.Database
 
getSettings() - Method in class org.h2.engine.SettingsBase
Get all settings.
getSha3_224() - Static method in class org.h2.security.SHA3
Returns a new instance of SHA3-224 message digest.
getSha3_256() - Static method in class org.h2.security.SHA3
Returns a new instance of SHA3-256 message digest.
getSha3_384() - Static method in class org.h2.security.SHA3
Returns a new instance of SHA3-384 message digest.
getSha3_512() - Static method in class org.h2.security.SHA3
Returns a new instance of SHA3-512 message digest.
getShort() - Method in class org.h2.value.Value
Returns this value as a Java short value.
getShort() - Method in class org.h2.value.ValueBoolean
 
getShort() - Method in class org.h2.value.ValueNull
 
getShort() - Method in class org.h2.value.ValueSmallint
 
getShort() - Method in class org.h2.value.ValueChar
 
getShort() - Method in class org.h2.value.ValueVarchar
 
getShort() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getShort() - Method in class org.h2.value.ValueTinyint
 
getShort(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a short.
getShort(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a short.
getShort(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a short.
getShort(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a short.
getShort(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a short.
getShort(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a short.
getShortId(long) - Method in class org.h2.util.TimeZoneProvider
Get the standard time name or daylight saving time name of the time zone.
getShortName() - Method in class org.h2.engine.Database
 
getSignum() - Method in class org.h2.value.Value
 
getSignum() - Method in class org.h2.value.ValueBigint
 
getSignum() - Method in class org.h2.value.ValueDecfloat
 
getSignum() - Method in class org.h2.value.ValueDouble
 
getSignum() - Method in class org.h2.value.ValueEnumBase
 
getSignum() - Method in class org.h2.value.ValueInteger
 
getSignum() - Method in class org.h2.value.ValueInterval
 
getSignum() - Method in class org.h2.value.ValueNumeric
 
getSignum() - Method in class org.h2.value.ValueReal
 
getSignum() - Method in class org.h2.value.ValueSmallint
 
getSignum() - Method in class org.h2.value.ValueTinyint
 
getSimpleSQL(Expression[]) - Static method in class org.h2.command.Prepared
Get the SQL snippet of the expression list.
getSmall() - Method in class org.h2.value.lob.LobDataInMemory
Get the data if this a small lob value.
getSnapshotDataModificationId() - Method in class org.h2.engine.SessionLocal
Returns the data modification id of transaction's snapshot, or 0 if isolation level doesn't use snapshots.
getSnapshotOfAllThreads() - Method in class org.h2.util.DebuggingThreadLocal
Get a snapshot of the data of all threads.
getSocket() - Method in class org.h2.value.Transfer
Get the socket.
getSortedSettings() - Method in class org.h2.engine.SettingsBase
Get all settings in alphabetical order.
getSortOrder() - Method in class org.h2.command.query.Select
 
getSortTypes() - Method in class org.h2.result.SortOrder
Get the sort order bit masks.
getSortTypesWithNullOrdering() - Method in class org.h2.result.SortOrder
Returns sort order bit masks with SortOrder.NULLS_FIRST or SortOrder.NULLS_LAST explicitly set.
getSource() - Method in exception class org.h2.message.DbException
 
getSource() - Method in class org.h2.schema.FunctionAlias
 
getSource(Class) - Method in class org.h2.jdbc.JdbcSQLXML
 
getSourceTableFilter() - Method in class org.h2.command.dml.MergeUsing
 
getSQL() - Method in class org.h2.command.Prepared
Get the SQL statement.
getSQL() - Method in enum org.h2.engine.IsolationLevel
Returns the SQL representation of this isolation level.
getSQL() - Method in class org.h2.engine.MetaRecord
 
getSQL() - Method in enum org.h2.expression.analysis.WindowFrameBoundType
Returns SQL representation.
getSQL() - Method in enum org.h2.expression.analysis.WindowFrameExclusion
Returns SQL representation.
getSQL() - Method in enum org.h2.expression.analysis.WindowFrameUnits
Returns SQL representation.
getSQL() - Method in enum org.h2.expression.analysis.WindowFunctionType
Returns SQL representation.
getSQL() - Method in class org.h2.index.IndexType
Get the SQL snippet to create such an index.
getSQL() - Method in interface org.h2.jdbc.JdbcException
Returns the SQL statement.
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLDataException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLFeatureNotSupportedException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLNonTransientConnectionException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLNonTransientException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLSyntaxErrorException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLTimeoutException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLTransactionRollbackException
 
getSQL() - Method in exception class org.h2.jdbc.JdbcSQLTransientException
 
getSQL(int) - Method in class org.h2.engine.DbObject
 
getSQL(int) - Method in class org.h2.engine.Setting
 
getSQL(int) - Method in class org.h2.expression.Expression
 
getSQL(int) - Method in class org.h2.index.IndexCondition
Get the SQL snippet of this comparison.
getSQL(int) - Method in class org.h2.schema.SchemaObject
 
getSQL(int) - Method in class org.h2.table.Column
 
getSQL(int) - Method in class org.h2.table.FunctionTable
 
getSQL(int) - Method in interface org.h2.util.HasSQL
Get the SQL statement of this expression.
getSQL(int, int) - Method in class org.h2.expression.Expression
Get the SQL statement of this expression.
getSQL(StringBuilder, boolean, int) - Method in class org.h2.expression.analysis.WindowFrameBound
Appends SQL representation to the specified builder.
getSQL(StringBuilder, int) - Method in class org.h2.command.dml.MergeUsing.When
 
getSQL(StringBuilder, int) - Method in class org.h2.command.dml.MergeUsing.WhenMatchedThenDelete
 
getSQL(StringBuilder, int) - Method in class org.h2.command.dml.MergeUsing.WhenMatchedThenUpdate
 
getSQL(StringBuilder, int) - Method in class org.h2.command.dml.MergeUsing.WhenNotMatched
 
getSQL(StringBuilder, int) - Method in class org.h2.command.dml.SetClauseList
 
getSQL(StringBuilder, int) - Method in class org.h2.command.query.QueryOrderBy
Appends the order by expression to the specified builder.
getSQL(StringBuilder, int) - Method in class org.h2.engine.DbObject
 
getSQL(StringBuilder, int) - Method in class org.h2.engine.Setting
 
getSQL(StringBuilder, int) - Method in class org.h2.expression.analysis.WindowFrame
Append SQL representation to the specified builder.
getSQL(StringBuilder, int) - Method in class org.h2.expression.Expression
 
getSQL(StringBuilder, int) - Method in class org.h2.expression.function.table.ArrayTableFunction
 
getSQL(StringBuilder, int) - Method in class org.h2.expression.function.table.JavaTableFunction
 
getSQL(StringBuilder, int) - Method in class org.h2.expression.function.table.TableFunction
 
getSQL(StringBuilder, int) - Method in class org.h2.mvstore.db.SpatialKey
 
getSQL(StringBuilder, int) - Method in class org.h2.result.SearchRow
 
getSQL(StringBuilder, int) - Method in class org.h2.schema.SchemaObject
 
getSQL(StringBuilder, int) - Method in class org.h2.table.Column
 
getSQL(StringBuilder, int) - Method in class org.h2.table.DataChangeDeltaTable
 
getSQL(StringBuilder, int) - Method in class org.h2.table.DualTable
 
getSQL(StringBuilder, int) - Method in class org.h2.table.FunctionTable
 
getSQL(StringBuilder, int) - Method in class org.h2.table.IndexColumn
Appends the SQL snippet for this index column to the specified string builder.
getSQL(StringBuilder, int) - Method in class org.h2.table.RangeTable
 
getSQL(StringBuilder, int) - Method in class org.h2.table.TableValueConstructorTable
 
getSQL(StringBuilder, int) - Method in class org.h2.table.TableView
 
getSQL(StringBuilder, int) - Method in interface org.h2.util.HasSQL
Appends the SQL statement of this object to the specified builder.
getSQL(StringBuilder, int) - Method in class org.h2.value.ExtTypeInfoEnum
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ExtTypeInfoGeometry
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ExtTypeInfoNumeric
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ExtTypeInfoRow
 
getSQL(StringBuilder, int) - Method in class org.h2.value.TypeInfo
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueArray
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueBigint
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueBinary
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueBlob
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueBoolean
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueVarbinary
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueChar
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueClob
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueDate
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueDecfloat
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueDouble
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueEnum
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueEnumBase
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueGeometry
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueInteger
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueInterval
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueJavaObject
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueJson
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueNull
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueNumeric
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueReal
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueRow
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueSmallint
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueTime
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueTimestamp
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueTimestampTimeZone
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueTimeTimeZone
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueTinyint
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueUuid
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueVarchar
 
getSQL(StringBuilder, int) - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getSQL(StringBuilder, int, boolean) - Method in class org.h2.expression.analysis.Window
Appends SQL representation to the specified builder.
getSQL(StringBuilder, int, int) - Method in class org.h2.expression.Expression
Get the SQL statement of this expression.
getSQL(StringBuilder, Expression[], int, int) - Method in class org.h2.result.SortOrder
Create the SQL snippet that describes this sort order.
getSQLException() - Method in exception class org.h2.message.DbException
Get the SQLException object.
getSQLKeywords() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the comma-separated list of all SQL keywords that are not supported as unquoted identifiers, in addition to the SQL:2003 reserved words.
getSQLKeywords() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getSQLKeywords() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getSQLKeywords() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getSQLKeywords() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getSqlName() - Method in enum org.h2.constraint.Constraint.Type
Get standard SQL type name.
getSqlName() - Method in enum org.h2.constraint.ConstraintActionType
Get standard SQL type name.
getSQLStateType() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the SQL State type.
getSQLTableType() - Method in class org.h2.table.Table
Return SQL table type for INFORMATION_SCHEMA.
getSQLTokens() - Method in class org.h2.command.Prepared
Get the SQL tokens.
getSQLWithTable(StringBuilder, int) - Method in class org.h2.table.Column
Appends the table name and column name to the specified builder.
getSQLXML(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a SQLXML object.
getSQLXML(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a SQLXML.
getSQLXML(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getSQLXML(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a SQLXML object.
getSQLXML(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a SQLXML.
getSQLXML(String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getSrid() - Method in class org.h2.value.ExtTypeInfoGeometry
Returns the SRID of geometries.
getSRID() - Method in class org.h2.value.ValueGeometry
Return a spatial reference system identifier.
getSSL() - Method in class org.h2.server.TcpServer
Returns whether a secure protocol is used.
getStart() - Method in class org.h2.index.IndexCursor
Get start search row.
getStartIndex(SessionLocal, ArrayList, SortOrder, int) - Method in class org.h2.expression.analysis.WindowFrame
Returns start index of this frame,
getStarting() - Method in class org.h2.expression.analysis.WindowFrame
Returns the starting clause.
getStartValue() - Method in class org.h2.schema.Sequence
 
getStartValue(SessionLocal) - Method in class org.h2.command.ddl.SequenceOptions
Gets start value.
getState() - Method in class org.h2.engine.SessionLocal
 
getState() - Method in interface org.h2.store.InDoubtTransaction
Get the state of this transaction.
getState(int) - Static method in class org.h2.api.ErrorCode
INTERNAL
getStateDescription() - Method in interface org.h2.store.InDoubtTransaction
Get the state of this transaction as a text.
getStatement() - Method in class org.h2.jdbc.JdbcResultSet
Returns the statement that created this object.
getStatement() - Method in class org.h2.tools.SimpleResultSet
Returns null.
getStatementName() - Method in class org.h2.command.dml.DataChangeStatement
Return the name of this statement.
getStatementName() - Method in class org.h2.command.dml.Delete
 
getStatementName() - Method in class org.h2.command.dml.Insert
 
getStatementName() - Method in class org.h2.command.dml.Merge
 
getStatementName() - Method in class org.h2.command.dml.MergeUsing
 
getStatementName() - Method in class org.h2.command.dml.Update
 
getStatements() - Method in class org.h2.bnf.Bnf
Get the list of possible statements.
getStaticSettings() - Method in class org.h2.engine.Session
Returns static settings.
getStaticSettings() - Method in class org.h2.engine.SessionLocal
 
getStaticSettings() - Method in class org.h2.engine.SessionRemote
 
getStaticSettings() - Method in class org.h2.jdbc.JdbcConnection
INTERNAL
getStatus() - Method in class org.h2.mvstore.tx.Transaction
 
getStatus() - Method in class org.h2.tools.Server
Get the status of this server.
getStep(SessionLocal) - Method in class org.h2.table.RangeTable
Get the increment.
getStore() - Method in class org.h2.engine.Database
 
getStore() - Method in class org.h2.mvstore.MVMap
 
getStoreHeader() - Method in class org.h2.mvstore.MVStore
Get the store header.
getStoreKeys() - Method in class org.h2.result.RowFactory.DefaultRowFactory
 
getStoreKeys() - Method in class org.h2.result.RowFactory
 
getStoreVersion() - Method in class org.h2.mvstore.MVStore
Get the store version.
getStrength() - Method in class org.h2.value.CompareMode
 
getString() - Method in class org.h2.jdbc.JdbcSQLXML
 
getString() - Method in class org.h2.mvstore.db.SpatialKey
 
getString() - Method in class org.h2.result.SearchRow
 
getString() - Method in class org.h2.util.json.JSONString
Returns the value.
getString() - Method in class org.h2.value.Value
Get the value as a string.
getString() - Method in class org.h2.value.ValueArray
 
getString() - Method in class org.h2.value.ValueBigint
 
getString() - Method in class org.h2.value.ValueBinary
 
getString() - Method in class org.h2.value.ValueBlob
 
getString() - Method in class org.h2.value.ValueBoolean
 
getString() - Method in class org.h2.value.ValueClob
 
getString() - Method in class org.h2.value.ValueDate
 
getString() - Method in class org.h2.value.ValueDecfloat
 
getString() - Method in class org.h2.value.ValueDouble
 
getString() - Method in class org.h2.value.ValueEnumBase
 
getString() - Method in class org.h2.value.ValueGeometry
 
getString() - Method in class org.h2.value.ValueInteger
 
getString() - Method in class org.h2.value.ValueInterval
 
getString() - Method in class org.h2.value.ValueJavaObject
 
getString() - Method in class org.h2.value.ValueJson
 
getString() - Method in class org.h2.value.ValueNull
 
getString() - Method in class org.h2.value.ValueNumeric
 
getString() - Method in class org.h2.value.ValueReal
 
getString() - Method in class org.h2.value.ValueRow
 
getString() - Method in class org.h2.value.ValueSmallint
 
getString() - Method in class org.h2.value.ValueChar
 
getString() - Method in class org.h2.value.ValueVarchar
 
getString() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getString() - Method in class org.h2.value.ValueTime
 
getString() - Method in class org.h2.value.ValueTimestamp
 
getString() - Method in class org.h2.value.ValueTimestampTimeZone
 
getString() - Method in class org.h2.value.ValueTimeTimeZone
 
getString() - Method in class org.h2.value.ValueTinyint
 
getString() - Method in class org.h2.value.ValueUuid
 
getString() - Method in class org.h2.value.ValueVarbinary
 
getString(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a String.
getString(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a String.
getString(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a String.
getString(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a String.
getString(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a String.
getString(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a String.
getStringFunctions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the list of string functions supported by this database.
getStringFunctions() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getStringFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getStringFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getStringFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getStringProperty(Properties, String, String) - Static method in class org.h2.util.SortedProperties
Get a string property value from a properties object.
getStringValue() - Method in class org.h2.engine.Setting
 
getStringValue(String) - Method in class org.h2.security.auth.ConfigProperties
Returns the string value of specified property.
getStringValue(String, String) - Method in class org.h2.security.auth.ConfigProperties
Returns the string value of specified property.
getSubexpression(int) - Method in class org.h2.expression.aggregate.AbstractAggregate
 
getSubexpression(int) - Method in class org.h2.expression.condition.BetweenPredicate
 
getSubexpression(int) - Method in class org.h2.expression.condition.CompareLike
 
getSubexpression(int) - Method in class org.h2.expression.condition.Comparison
 
getSubexpression(int) - Method in class org.h2.expression.condition.ConditionAndOr
 
getSubexpression(int) - Method in class org.h2.expression.condition.ConditionAndOrN
 
getSubexpression(int) - Method in class org.h2.expression.condition.ConditionIn
 
getSubexpression(int) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
getSubexpression(int) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
getSubexpression(int) - Method in class org.h2.expression.condition.ConditionNot
 
getSubexpression(int) - Method in class org.h2.expression.condition.IsJsonPredicate
 
getSubexpression(int) - Method in class org.h2.expression.condition.SimplePredicate
 
getSubexpression(int) - Method in class org.h2.expression.Expression
Returns subexpression with specified index.
getSubexpression(int) - Method in class org.h2.expression.ExpressionList
 
getSubexpression(int) - Method in class org.h2.expression.function.Function0_1
 
getSubexpression(int) - Method in class org.h2.expression.function.JavaFunction
 
getSubexpression(int) - Method in class org.h2.expression.Operation1_2
 
getSubexpression(int) - Method in class org.h2.expression.Operation1
 
getSubexpression(int) - Method in class org.h2.expression.Operation2
 
getSubexpression(int) - Method in class org.h2.expression.OperationN
 
getSubexpression(int) - Method in class org.h2.expression.SimpleCase
 
getSubexpressionCount() - Method in class org.h2.expression.aggregate.AbstractAggregate
 
getSubexpressionCount() - Method in class org.h2.expression.condition.BetweenPredicate
 
getSubexpressionCount() - Method in class org.h2.expression.condition.CompareLike
 
getSubexpressionCount() - Method in class org.h2.expression.condition.Comparison
 
getSubexpressionCount() - Method in class org.h2.expression.condition.ConditionAndOr
 
getSubexpressionCount() - Method in class org.h2.expression.condition.ConditionAndOrN
 
getSubexpressionCount() - Method in class org.h2.expression.condition.ConditionIn
 
getSubexpressionCount() - Method in class org.h2.expression.condition.ConditionInConstantSet
 
getSubexpressionCount() - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
getSubexpressionCount() - Method in class org.h2.expression.condition.ConditionNot
 
getSubexpressionCount() - Method in class org.h2.expression.condition.IsJsonPredicate
 
getSubexpressionCount() - Method in class org.h2.expression.condition.SimplePredicate
 
getSubexpressionCount() - Method in class org.h2.expression.Expression
Returns count of subexpressions.
getSubexpressionCount() - Method in class org.h2.expression.ExpressionList
 
getSubexpressionCount() - Method in class org.h2.expression.function.Function0_1
 
getSubexpressionCount() - Method in class org.h2.expression.function.JavaFunction
 
getSubexpressionCount() - Method in class org.h2.expression.Operation1_2
 
getSubexpressionCount() - Method in class org.h2.expression.Operation1
 
getSubexpressionCount() - Method in class org.h2.expression.Operation2
 
getSubexpressionCount() - Method in class org.h2.expression.OperationN
 
getSubexpressionCount() - Method in class org.h2.expression.SimpleCase
 
getSubString(long, int) - Method in class org.h2.jdbc.JdbcClob
Returns a substring.
getSundayDayOfWeek(long) - Static method in class org.h2.util.DateTimeUtils
Returns day of week with Sunday as 1.
getSuperTables(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Get the list of super tables of a table.
getSuperTables(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getSuperTables(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getSuperTables(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getSuperTables(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getSuperTypes(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
[Not supported]
getSuperTypes(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getSuperTypes(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getSuperTypes(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getSuperTypes(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getSynonym(String) - Method in class org.h2.schema.Schema
Try to find a synonym with this name.
getSynonymFor() - Method in class org.h2.table.TableSynonym
 
getSynonymForName() - Method in class org.h2.table.TableSynonym
 
getSynonymForSchema() - Method in class org.h2.table.TableSynonym
 
getSyntaxError(int, String, int, String...) - Static method in exception class org.h2.message.DbException
Create a syntax error exception for a specific error code.
getSyntaxError(String, int) - Static method in exception class org.h2.message.DbException
Create a syntax error exception.
getSyntaxError(String, int, String) - Static method in exception class org.h2.message.DbException
Create a syntax error exception.
getSystemColumns() - Method in interface org.h2.table.ColumnResolver
Get the list of system columns, if any.
getSystemColumns() - Method in class org.h2.table.TableFilter
Get the system columns that this table understands.
getSystemFunctions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the list of system functions supported by this database.
getSystemFunctions() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getSystemFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getSystemFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getSystemFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getSystemSession() - Method in class org.h2.engine.Database
 
getSystemUser() - Method in class org.h2.engine.Database
Returns system user.
getTable() - Method in class org.h2.command.dml.DataChangeStatement
Return the target table.
getTable() - Method in class org.h2.command.dml.Delete
 
getTable() - Method in class org.h2.command.dml.Update
 
getTable() - Static method in class org.h2.command.dml.Help
Returns HELP table.
getTable() - Method in class org.h2.command.dml.Insert
 
getTable() - Method in class org.h2.command.dml.Merge
 
getTable() - Method in class org.h2.command.dml.MergeUsing
 
getTable() - Method in class org.h2.constraint.Constraint
 
getTable() - Method in class org.h2.expression.ExpressionVisitor
Get the table.
getTable() - Method in class org.h2.index.Index
Get the table on which this index is based.
getTable() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
getTable() - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
getTable() - Method in class org.h2.mvstore.db.MVSpatialIndex
 
getTable() - Method in class org.h2.schema.TriggerObject
Get the table of this trigger.
getTable() - Method in class org.h2.table.Column
 
getTable() - Method in class org.h2.table.TableFilter
 
getTable(String) - Method in class org.h2.mvstore.db.Store
Get MVTable by table name.
getTableAlias() - Method in class org.h2.expression.Expression
Get the table alias name or null if this expression does not represent a column.
getTableAlias() - Method in class org.h2.expression.Wildcard
 
getTableAlias() - Method in interface org.h2.table.ColumnResolver
Get the table alias.
getTableAlias() - Method in class org.h2.table.TableFilter
Get the table alias name.
getTableEngine(String) - Method in class org.h2.engine.Database
Get the table engine class, loading it if needed.
getTableEngineParams() - Method in class org.h2.schema.Schema
Get table engine params of this schema.
getTableFilter() - Method in class org.h2.command.dml.Delete
 
getTableFilter() - Method in class org.h2.command.dml.Update
 
getTableFilter() - Method in class org.h2.expression.ExpressionColumn
 
getTableFilter() - Method in interface org.h2.table.ColumnResolver
Get the table filter.
getTableFilter() - Method in class org.h2.table.TableFilter
 
getTableId() - Method in class org.h2.value.lob.LobDataDatabase
Get the current table id of this lob.
getTableId() - Method in class org.h2.value.lob.LobDataFetchOnDemand
Get the current table id of this lob.
getTableName() - Method in class org.h2.expression.Alias
 
getTableName() - Method in class org.h2.expression.Expression
Get the table name, or null
getTableName() - Method in class org.h2.expression.ExpressionColumn
 
getTableName() - Method in class org.h2.expression.Format
 
getTableName(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Returns the table name.
getTableName(int) - Method in class org.h2.result.LazyResult
 
getTableName(int) - Method in class org.h2.result.LocalResult
 
getTableName(int) - Method in interface org.h2.result.ResultInterface
Get the table name for the column, if one exists.
getTableName(int) - Method in class org.h2.result.ResultRemote
 
getTableName(int) - Method in class org.h2.result.ResultWithPaddedStrings
 
getTableName(int) - Method in class org.h2.result.SimpleResult
 
getTableName(int) - Method in class org.h2.tools.SimpleResultSet
Returns empty string.
getTableOrView(SessionLocal, String) - Method in class org.h2.schema.MetaSchema
 
getTableOrView(SessionLocal, String) - Method in class org.h2.schema.Schema
Get the table or view with the given name.
getTableOrViewByName(SessionLocal, String) - Method in class org.h2.schema.MetaSchema
 
getTableOrViewByName(SessionLocal, String) - Method in class org.h2.schema.Schema
Get the table with the given name, if any.
getTablePrivileges(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of table privileges.
getTablePrivileges(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getTablePrivileges(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getTablePrivileges(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getTablePrivileges(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getTables() - Method in class org.h2.bnf.context.DbSchema
 
getTables() - Method in class org.h2.bnf.Sentence
Get the set of tables.
getTables() - Method in class org.h2.command.query.Query
Get all tables that are involved in this query.
getTables() - Method in class org.h2.command.query.Select
 
getTables() - Method in class org.h2.command.query.SelectUnion
 
getTables() - Method in class org.h2.command.query.TableValueConstructor
 
getTables() - Method in class org.h2.table.TableView
 
getTables(String, String, String, String[]) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of tables in the database.
getTables(String, String, String, String[]) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getTables(String, String, String, String[]) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getTables(String, String, String, String[]) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getTables(String, String, String, String[]) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getTableType() - Method in class org.h2.mvstore.db.MVTable
 
getTableType() - Method in class org.h2.table.DualTable
 
getTableType() - Method in class org.h2.table.MetaTable
 
getTableType() - Method in class org.h2.table.RangeTable
 
getTableType() - Method in class org.h2.table.Table
Get the table type name
getTableType() - Method in class org.h2.table.TableLink
 
getTableType() - Method in class org.h2.table.TableView
 
getTableType() - Method in class org.h2.table.VirtualTable
 
getTableTypes() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of table types.
getTableTypes() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getTableTypes() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getTableTypes() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getTableTypes() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getTableValue(SessionLocal, Expression[], boolean) - Method in class org.h2.schema.FunctionAlias.JavaMethod
Call the table user-defined function and return the value.
getTargetTableFilter() - Method in class org.h2.command.dml.MergeUsing
 
getTcpQuickack(Socket) - Static method in class org.h2.util.Utils10
Returns the value of TCP_QUICKACK option.
getTempFileDeleter() - Method in class org.h2.engine.Database
 
getTempFileDeleter() - Method in class org.h2.engine.SessionRemote
 
getTempFileDeleter() - Method in interface org.h2.store.DataHandler
Get the temp file deleter mechanism.
getTempFileDeleter() - Method in class org.h2.tools.Recover
INTERNAL
getTemplateRow() - Method in class org.h2.table.Table
 
getTemplateSimpleRow(boolean) - Method in class org.h2.table.Table
Get a new simple row object.
getTempTableName(String, SessionLocal) - Method in class org.h2.engine.Database
Get a unique temporary table name.
getTime(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Time.
getTime(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Time.
getTime(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an java.sql.Time.
getTime(int, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Time using a specified time zone.
getTime(int, Calendar) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Time using a specified time zone.
getTime(int, Calendar) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getTime(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Time.
getTime(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Time.
getTime(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.sql.Time.
getTime(String, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Time using a specified time zone.
getTime(String, Calendar) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Time using a specified time zone.
getTime(String, Calendar) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getTimeDateFunctions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the list of date and time functions supported by this database.
getTimeDateFunctions() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getTimeDateFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getTimeDateFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getTimeDateFunctions() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getTimeNanos() - Method in class org.h2.value.ValueTimestamp
The nanoseconds since midnight.
getTimeNanos() - Method in class org.h2.value.ValueTimestampTimeZone
The nanoseconds since midnight.
getTimestamp(int) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Timestamp.
getTimestamp(int) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Timestamp.
getTimestamp(int) - Method in class org.h2.tools.SimpleResultSet
Returns the value as an java.sql.Timestamp.
getTimestamp(int, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Timestamp using a specified time zone.
getTimestamp(int, Calendar) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Timestamp using a specified time zone.
getTimestamp(int, Calendar) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getTimestamp(String) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Timestamp.
getTimestamp(String) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Timestamp.
getTimestamp(String) - Method in class org.h2.tools.SimpleResultSet
Returns the value as a java.sql.Timestamp.
getTimestamp(String, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
Returns the value of the specified column as a java.sql.Timestamp using a specified time zone.
getTimestamp(String, Calendar) - Method in class org.h2.jdbc.JdbcResultSet
Returns the value of the specified column as a java.sql.Timestamp.
getTimestamp(String, Calendar) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getTimeZone() - Method in class org.h2.engine.ConnectionInfo
Returns the time zone.
getTimeZone() - Static method in class org.h2.util.DateTimeUtils
Get the time zone provider for the default time zone.
getTimeZoneOffsetLocal(long, long) - Method in class org.h2.util.TimeZoneProvider
Calculates the time zone offset in seconds for the specified date value and nanoseconds since midnight in local time.
getTimeZoneOffsetMillis(CastDataProvider, long) - Static method in class org.h2.util.LegacyDateTimeUtils
Returns local time zone offset for a specified timestamp.
getTimeZoneOffsetSeconds() - Method in class org.h2.value.ValueTimestampTimeZone
The time zone offset in seconds.
getTimeZoneOffsetSeconds() - Method in class org.h2.value.ValueTimeTimeZone
The time zone offset in seconds.
getTimeZoneOffsetUTC(long) - Method in class org.h2.util.TimeZoneProvider
Calculates the time zone offset in seconds for the specified EPOCH seconds.
getTocCacheHitRatio() - Method in class org.h2.mvstore.MVStore
 
getTocElement(int, int, int, int) - Static method in class org.h2.mvstore.DataUtils
Create table of content element.
getTokenizer(String) - Static method in class org.h2.bnf.Bnf
Get the tokenizer for the given syntax.
getTokenType(String, boolean, boolean) - Static method in class org.h2.util.ParserUtil
Get the token type.
getTop(int) - Method in class org.h2.util.Profiler
Get the top stack traces.
getTopFilters() - Method in class org.h2.command.query.Select
 
getTopic() - Method in class org.h2.bnf.RuleHead
 
getTopQuery() - Method in class org.h2.table.TableView
 
getTopTableFilter() - Method in class org.h2.command.query.Select
 
getTotalCount() - Method in class org.h2.mvstore.Page
Get the total number of key-value pairs, including child pages.
getTotalCount() - Method in class org.h2.mvstore.RootReference
 
getTrace() - Method in class org.h2.engine.Session
Get the trace object
getTrace() - Method in class org.h2.engine.SessionLocal
 
getTrace() - Method in class org.h2.engine.SessionRemote
 
getTrace() - Method in interface org.h2.util.CacheWriter
Get the trace writer.
getTrace(int) - Method in class org.h2.engine.Database
Get the trace object for the given module id.
getTrace(int) - Method in class org.h2.message.TraceSystem
Get or create a trace object for this module id.
getTrace(String) - Method in class org.h2.message.TraceSystem
Create a trace object for this module.
getTraceId() - Method in class org.h2.message.TraceObject
INTERNAL
getTraceLevel() - Method in class org.h2.jmx.DatabaseInfo
 
getTraceLevel() - Method in interface org.h2.jmx.DatabaseInfoMBean
The trace level (0 disabled, 1 error, 2 info, 3 debug).
getTraceObjectName() - Method in class org.h2.message.TraceObject
INTERNAL
getTraceSQL() - Method in interface org.h2.util.HasSQL
Get a medium size SQL expression for debugging or tracing.
getTraceSystem() - Method in class org.h2.engine.Database
 
getTraceSystem() - Static method in class org.h2.jdbcx.JdbcDataSourceFactory
INTERNAL
getTransaction() - Method in class org.h2.engine.SessionLocal
Get the transaction to use for this session.
getTransaction() - Method in class org.h2.mvstore.tx.TransactionMap
 
getTransactionId() - Method in class org.h2.engine.SessionLocal
 
getTransactionIsolation() - Method in class org.h2.jdbc.JdbcConnection
Returns the current transaction isolation level.
getTransactionName() - Method in interface org.h2.store.InDoubtTransaction
Get the name of the transaction.
getTransactionStore() - Method in class org.h2.mvstore.db.Store
 
getTransactionTimeout() - Method in class org.h2.jdbcx.JdbcXAConnection
Get the transaction timeout.
getTriggerClassName() - Method in class org.h2.schema.TriggerObject
Get the trigger class name.
getTriggers() - Method in class org.h2.table.Table
Return list of triggers.
getTriggerSource() - Method in class org.h2.schema.TriggerObject
 
getType() - Method in class org.h2.command.ddl.AlterDomainAddConstraint
 
getType() - Method in class org.h2.command.ddl.AlterDomainDropConstraint
 
getType() - Method in class org.h2.command.ddl.AlterDomainExpressions
 
getType() - Method in class org.h2.command.ddl.AlterDomainRename
 
getType() - Method in class org.h2.command.ddl.AlterDomainRenameConstraint
 
getType() - Method in class org.h2.command.ddl.AlterIndexRename
 
getType() - Method in class org.h2.command.ddl.AlterSchemaRename
 
getType() - Method in class org.h2.command.ddl.AlterSequence
 
getType() - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
getType() - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
getType() - Method in class org.h2.command.ddl.AlterTableDropConstraint
 
getType() - Method in class org.h2.command.ddl.AlterTableRename
 
getType() - Method in class org.h2.command.ddl.AlterTableRenameColumn
 
getType() - Method in class org.h2.command.ddl.AlterTableRenameConstraint
 
getType() - Method in class org.h2.command.ddl.AlterUser
 
getType() - Method in class org.h2.command.ddl.AlterView
 
getType() - Method in class org.h2.command.ddl.Analyze
 
getType() - Method in class org.h2.command.ddl.CreateAggregate
 
getType() - Method in class org.h2.command.ddl.CreateConstant
 
getType() - Method in class org.h2.command.ddl.CreateDomain
 
getType() - Method in class org.h2.command.ddl.CreateFunctionAlias
 
getType() - Method in class org.h2.command.ddl.CreateIndex
 
getType() - Method in class org.h2.command.ddl.CreateLinkedTable
 
getType() - Method in class org.h2.command.ddl.CreateRole
 
getType() - Method in class org.h2.command.ddl.CreateSchema
 
getType() - Method in class org.h2.command.ddl.CreateSequence
 
getType() - Method in class org.h2.command.ddl.CreateSynonym
 
getType() - Method in class org.h2.command.ddl.CreateTable
 
getType() - Method in class org.h2.command.ddl.CreateTrigger
 
getType() - Method in class org.h2.command.ddl.CreateUser
 
getType() - Method in class org.h2.command.ddl.CreateView
 
getType() - Method in class org.h2.command.ddl.DeallocateProcedure
 
getType() - Method in class org.h2.command.ddl.DropAggregate
 
getType() - Method in class org.h2.command.ddl.DropConstant
 
getType() - Method in class org.h2.command.ddl.DropDatabase
 
getType() - Method in class org.h2.command.ddl.DropDomain
 
getType() - Method in class org.h2.command.ddl.DropFunctionAlias
 
getType() - Method in class org.h2.command.ddl.DropIndex
 
getType() - Method in class org.h2.command.ddl.DropRole
 
getType() - Method in class org.h2.command.ddl.DropSchema
 
getType() - Method in class org.h2.command.ddl.DropSequence
 
getType() - Method in class org.h2.command.ddl.DropSynonym
 
getType() - Method in class org.h2.command.ddl.DropTable
 
getType() - Method in class org.h2.command.ddl.DropTrigger
 
getType() - Method in class org.h2.command.ddl.DropUser
 
getType() - Method in class org.h2.command.ddl.DropView
 
getType() - Method in class org.h2.command.ddl.GrantRevoke
 
getType() - Method in class org.h2.command.ddl.PrepareProcedure
 
getType() - Method in class org.h2.command.ddl.SetComment
 
getType() - Method in class org.h2.command.ddl.TruncateTable
 
getType() - Method in class org.h2.command.dml.AlterTableSet
 
getType() - Method in class org.h2.command.dml.BackupCommand
 
getType() - Method in class org.h2.command.dml.Call
 
getType() - Method in class org.h2.command.dml.Delete
 
getType() - Method in class org.h2.command.dml.ExecuteImmediate
 
getType() - Method in class org.h2.command.dml.ExecuteProcedure
 
getType() - Method in class org.h2.command.dml.Explain
 
getType() - Method in class org.h2.command.dml.Help
 
getType() - Method in class org.h2.command.dml.Insert
 
getType() - Method in class org.h2.command.dml.Merge
 
getType() - Method in class org.h2.command.dml.MergeUsing
 
getType() - Method in class org.h2.command.dml.NoOperation
 
getType() - Method in class org.h2.command.dml.RunScriptCommand
 
getType() - Method in class org.h2.command.dml.ScriptCommand
 
getType() - Method in class org.h2.command.dml.Set
 
getType() - Method in class org.h2.command.dml.SetSessionCharacteristics
 
getType() - Method in class org.h2.command.dml.TransactionCommand
 
getType() - Method in class org.h2.command.dml.Update
 
getType() - Method in class org.h2.command.Prepared
Get the command type as defined in CommandInterface
getType() - Method in class org.h2.command.query.Query
 
getType() - Method in class org.h2.constraint.Constraint
 
getType() - Method in class org.h2.engine.Comment
 
getType() - Method in class org.h2.engine.DbObject
Get the object type.
getType() - Method in class org.h2.engine.Right
 
getType() - Method in class org.h2.engine.Role
 
getType() - Method in class org.h2.engine.Setting
 
getType() - Method in class org.h2.engine.User
 
getType() - Method in class org.h2.expression.aggregate.AbstractAggregate
 
getType() - Method in class org.h2.expression.Alias
 
getType() - Method in class org.h2.expression.analysis.WindowFrameBound
Returns the type
getType() - Method in class org.h2.expression.analysis.WindowFunction
 
getType() - Method in class org.h2.expression.ArrayConstructorByQuery
 
getType() - Method in class org.h2.expression.condition.BetweenPredicate
 
getType() - Method in class org.h2.expression.condition.BooleanTest
 
getType() - Method in class org.h2.expression.condition.CompareLike
 
getType() - Method in class org.h2.expression.condition.Comparison
 
getType() - Method in class org.h2.expression.condition.ConditionAndOr
 
getType() - Method in class org.h2.expression.condition.ConditionAndOrN
 
getType() - Method in class org.h2.expression.condition.ConditionIn
 
getType() - Method in class org.h2.expression.condition.ConditionInConstantSet
 
getType() - Method in class org.h2.expression.condition.ConditionInParameter
 
getType() - Method in class org.h2.expression.condition.ConditionInQuery
 
getType() - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
getType() - Method in class org.h2.expression.condition.ConditionNot
 
getType() - Method in class org.h2.expression.condition.ExistsPredicate
 
getType() - Method in class org.h2.expression.condition.IsJsonPredicate
 
getType() - Method in class org.h2.expression.condition.NullPredicate
 
getType() - Method in class org.h2.expression.condition.SimplePredicate
 
getType() - Method in class org.h2.expression.condition.TypePredicate
 
getType() - Method in class org.h2.expression.condition.UniquePredicate
 
getType() - Method in class org.h2.expression.DomainValueExpression
 
getType() - Method in class org.h2.expression.Expression
Returns the data type.
getType() - Method in class org.h2.expression.ExpressionColumn
 
getType() - Method in class org.h2.expression.ExpressionList
 
getType() - Method in class org.h2.expression.ExpressionVisitor
Get the visitor type.
getType() - Method in class org.h2.expression.function.CurrentDateTimeValueFunction
 
getType() - Method in class org.h2.expression.function.CurrentGeneralValueSpecification
 
getType() - Method in class org.h2.expression.function.Function0_1
 
getType() - Method in class org.h2.expression.function.JavaFunction
 
getType() - Method in class org.h2.expression.function.SysInfoFunction
 
getType() - Method in class org.h2.expression.Operation1_2
 
getType() - Method in class org.h2.expression.Operation1
 
getType() - Method in class org.h2.expression.Operation2
 
getType() - Method in class org.h2.expression.OperationN
 
getType() - Method in class org.h2.expression.Parameter
 
getType() - Method in interface org.h2.expression.ParameterInterface
Returns the expected data type if no value is set, or the data type of the value if one is set.
getType() - Method in class org.h2.expression.ParameterRemote
 
getType() - Method in class org.h2.expression.Rownum
 
getType() - Method in class org.h2.expression.SequenceValue
 
getType() - Method in class org.h2.expression.SimpleCase
 
getType() - Method in class org.h2.expression.Subquery
 
getType() - Method in class org.h2.expression.TypedValueExpression
 
getType() - Method in class org.h2.expression.ValueExpression
 
getType() - Method in class org.h2.expression.Variable
 
getType() - Method in class org.h2.expression.Wildcard
 
getType() - Method in class org.h2.index.Index
 
getType() - Method in class org.h2.jdbc.JdbcResultSet
Get the result set type.
getType() - Method in class org.h2.mode.OnDuplicateKeyValues
 
getType() - Method in class org.h2.mode.Regclass
 
getType() - Method in class org.h2.mvstore.db.SpatialKey
 
getType() - Method in class org.h2.mvstore.MVMap
Get the map type.
getType() - Method in class org.h2.mvstore.rtree.MVRTreeMap
 
getType() - Method in class org.h2.result.SearchRow
 
getType() - Method in class org.h2.schema.Constant
 
getType() - Method in class org.h2.schema.Domain
 
getType() - Method in class org.h2.schema.FunctionAlias
 
getType() - Method in class org.h2.schema.Schema
 
getType() - Method in class org.h2.schema.Sequence
 
getType() - Method in class org.h2.schema.TriggerObject
 
getType() - Method in class org.h2.schema.UserAggregate
 
getType() - Method in class org.h2.server.pg.PgServer
 
getType() - Method in interface org.h2.server.Service
Get the human readable short name of the service.
getType() - Method in class org.h2.server.TcpServer
 
getType() - Method in class org.h2.server.web.WebServer
 
getType() - Method in class org.h2.table.Column
 
getType() - Method in class org.h2.table.Table
 
getType() - Method in class org.h2.table.TableSynonym
 
getType() - Method in class org.h2.tools.SimpleResultSet
Returns the result set type.
getType() - Method in class org.h2.value.ExtTypeInfoGeometry
Returns the type and dimension system of geometries.
getType() - Method in interface org.h2.value.Typed
Returns the data type.
getType() - Method in class org.h2.value.TypeInfo
Returns this type information.
getType() - Method in class org.h2.value.Value
 
getType() - Method in class org.h2.value.ValueArray
 
getType() - Method in class org.h2.value.ValueBigint
 
getType() - Method in class org.h2.value.ValueBinary
 
getType() - Method in class org.h2.value.ValueBoolean
 
getType() - Method in class org.h2.value.ValueDate
 
getType() - Method in class org.h2.value.ValueDecfloat
 
getType() - Method in class org.h2.value.ValueDouble
 
getType() - Method in class org.h2.value.ValueEnum
 
getType() - Method in class org.h2.value.ValueEnumBase
 
getType() - Method in class org.h2.value.ValueGeometry
 
getType() - Method in class org.h2.value.ValueInteger
 
getType() - Method in class org.h2.value.ValueInterval
 
getType() - Method in class org.h2.value.ValueJavaObject
 
getType() - Method in class org.h2.value.ValueJson
 
getType() - Method in class org.h2.value.ValueLob
 
getType() - Method in class org.h2.value.ValueNull
 
getType() - Method in class org.h2.value.ValueNumeric
 
getType() - Method in class org.h2.value.ValueReal
 
getType() - Method in class org.h2.value.ValueRow
 
getType() - Method in class org.h2.value.ValueSmallint
 
getType() - Method in class org.h2.value.ValueChar
 
getType() - Method in class org.h2.value.ValueVarchar
 
getType() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getType() - Method in class org.h2.value.ValueTime
 
getType() - Method in class org.h2.value.ValueTimestamp
 
getType() - Method in class org.h2.value.ValueTimestampTimeZone
 
getType() - Method in class org.h2.value.ValueTimeTimeZone
 
getType() - Method in class org.h2.value.ValueTinyint
 
getType() - Method in class org.h2.value.ValueUuid
 
getType() - Method in class org.h2.value.ValueVarbinary
 
getType(int[]) - Method in interface org.h2.api.AggregateFunction
This method must return the SQL type of the method, given the SQL type of the input data.
getType(String) - Static method in class org.h2.command.dml.SetTypes
Get the set type number.
getTypeAndDimensionSystem() - Method in class org.h2.value.ValueGeometry
Returns geometry type and dimension system in OGC geometry code format (type + dimensionSystem * 1000).
getTypeByName(String, Mode) - Static method in class org.h2.value.DataType
Get a data type object from a type name.
getTypedIfNull(Value, TypeInfo) - Static method in class org.h2.expression.TypedValueExpression
Create a new typed value expression with the given value and type if value is NULL, or a plain value expression otherwise.
getTypeInfo() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of data types.
getTypeInfo() - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getTypeInfo() - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getTypeInfo() - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getTypeInfo() - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getTypeInfo(int) - Static method in class org.h2.value.TypeInfo
Get the data type with parameters object for the given value type and maximum parameters.
getTypeInfo(int, long, int, ExtTypeInfo) - Static method in class org.h2.value.TypeInfo
Get the data type with parameters object for the given value type and the specified parameters.
getTypeMap() - Method in class org.h2.jdbc.JdbcConnection
Gets the type map.
getTypeMask() - Method in class org.h2.schema.TriggerObject
Returns the trigger type.
getTypeName(int) - Static method in class org.h2.command.dml.SetTypes
Get the set type name.
getTypeName(int) - Static method in class org.h2.value.Value
Returns name of the specified data type.
getTypeName(int, int) - Method in enum org.h2.api.IntervalQualifier
Returns full type name.
getTypeName(StringBuilder, int, int, boolean) - Method in enum org.h2.api.IntervalQualifier
Appends full type name to the specified string builder.
getTypeNameList(StringBuilder) - Method in class org.h2.schema.TriggerObject
Append the trigger types to the given string builder.
getTypes() - Static method in class org.h2.command.dml.SetTypes
 
getUDTs(String, String, String, int[]) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Gets the list of user-defined data types.
getUDTs(String, String, String, int[]) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getUDTs(String, String, String, int[]) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getUDTs(String, String, String, int[]) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getUDTs(String, String, String, int[]) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.aggregate.Aggregate
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.aggregate.JavaAggregate
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.Alias
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.analysis.WindowFunction
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.ArrayConstructorByQuery
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.ArrayElementReference
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.BinaryOperation
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.CompatibilityDatePlusTimeOperation
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.ConcatenationOperation
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.BetweenPredicate
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.BooleanTest
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.CompareLike
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.Comparison
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionAndOr
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionAndOrN
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionIn
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionInParameter
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionInQuery
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionNot
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ExistsPredicate
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.IsJsonPredicate
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.NullPredicate
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.TypePredicate
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.condition.UniquePredicate
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.DomainValueExpression
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.Expression
Get the SQL statement of this expression.
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.ExpressionColumn
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.ExpressionList
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.FieldReference
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.Format
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.CastSpecification
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.CurrentDateTimeValueFunction
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.CurrentGeneralValueSpecification
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.DateTimeFunction
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.Function0_1
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.Function1_2
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.Function1
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.Function2
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.FunctionN
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.JavaFunction
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.JsonConstructorFunction
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.SubstringFunction
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.SysInfoFunction
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.function.TrimFunction
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.IntervalOperation
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.Parameter
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.Rownum
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.SearchedCase
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.SequenceValue
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.SimpleCase
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.Subquery
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.TimeZoneOperation
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.TypedValueExpression
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.UnaryOperation
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.ValueExpression
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.Variable
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.expression.Wildcard
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.mode.OnDuplicateKeyValues
 
getUnenclosedSQL(StringBuilder, int) - Method in class org.h2.mode.Regclass
 
getUnicodeStream(int) - Method in class org.h2.jdbc.JdbcResultSet
Deprecated.
since JDBC 2.0, use getCharacterStream
getUnicodeStream(int) - Method in class org.h2.tools.SimpleResultSet
Deprecated.
INTERNAL
getUnicodeStream(String) - Method in class org.h2.jdbc.JdbcResultSet
Deprecated.
since JDBC 2.0, use setCharacterStream
getUnicodeStream(String) - Method in class org.h2.tools.SimpleResultSet
Deprecated.
INTERNAL
getUnionType() - Method in class org.h2.command.query.SelectUnion
 
getUniqueColumnCount() - Method in class org.h2.index.Index
Returns count of unique columns.
getUniqueConstraintName(SessionLocal, Table) - Method in class org.h2.schema.Schema
Create a unique constraint name.
getUniqueDomainConstraintName(SessionLocal, Domain) - Method in class org.h2.schema.Schema
Create a unique constraint name.
getUniqueId() - Method in class org.h2.store.FileLock
 
getUniqueIndexName(SessionLocal, Table, String) - Method in class org.h2.schema.Schema
Create a unique index name.
getUniqueRowFactory() - Method in class org.h2.index.Index
 
getUnits() - Method in class org.h2.expression.analysis.WindowFrame
Returns the units.
getUnsavedMemory() - Method in class org.h2.mvstore.MVStore
Get the estimated memory (in bytes) of unsaved data.
getUnsupportedException(String) - Static method in exception class org.h2.message.DbException
Gets a SQL exception meaning this feature is not supported.
getUnsupportedExceptionForOperation(String) - Method in class org.h2.value.Value
Create an exception meaning the specified operation is not supported for this data type.
getUpdateAction() - Method in class org.h2.constraint.ConstraintReferential
 
getUpdateCount() - Method in class org.h2.jdbc.JdbcStatement
Returns the last update count of this statement.
getUpdateCount() - Method in class org.h2.result.ResultWithGeneratedKeys
Returns update count.
getUpdateFailureRatio() - Method in class org.h2.mvstore.MVStore
 
getUpdateRow() - Method in class org.h2.jdbc.JdbcResultSet
INTERNAL
getUrl() - Method in class org.h2.jdbcx.JdbcDataSource
Get the current URL.
getURL() - Method in class org.h2.engine.ConnectionInfo
Get the database URL.
getURL() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the database URL for this connection.
getURL() - Method in class org.h2.jdbcx.JdbcDataSource
Get the current URL.
getURL() - Method in class org.h2.server.pg.PgServer
 
getURL() - Method in interface org.h2.server.Service
Get the URL of this service in a human readable form
getURL() - Method in class org.h2.server.TcpServer
 
getURL() - Method in class org.h2.server.web.WebServer
 
getURL() - Method in class org.h2.tools.Server
Gets the URL of this server.
getURL(int) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported]
getURL(int) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported]
getURL(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getURL(String) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported]
getURL(String) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported]
getURL(String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
getUsedMemory() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the currently used memory.
getUser() - Method in class org.h2.engine.SessionLocal
 
getUser() - Method in class org.h2.jdbcx.JdbcDataSource
Get the current user name.
getUser(String) - Method in class org.h2.engine.Database
Get user with the given name.
getUserName() - Method in class org.h2.engine.ConnectionInfo
Get the name of the user.
getUserName() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the user name as passed to DriverManager.getConnection(url, user, password).
getUserName() - Method in class org.h2.security.auth.AuthenticationInfo
 
getUserToRolesMappers() - Method in class org.h2.security.auth.DefaultAuthenticator
UserToRoleMappers assign roles to authenticated users
getUserToRolesMappers() - Method in class org.h2.security.auth.H2AuthConfig
Gets configuration of the mappers external users to database roles.
getUuid() - Method in class org.h2.value.ValueUuid
Returns the UUID.
getValidatorClass() - Method in class org.h2.security.auth.RealmConfig
Gets validator class name.
getValue() - Method in class org.h2.expression.analysis.WindowFrameBound
Returns the value.
getValue() - Method in class org.h2.mvstore.Cursor
Get the last read value if there was one.
getValue() - Method in class org.h2.schema.Constant
 
getValue() - Method in class org.h2.security.auth.PropertyConfig
 
getValue(int) - Method in class org.h2.mvstore.Page
Get the value at the given index.
getValue(int) - Method in class org.h2.result.DefaultRow
 
getValue(int) - Method in class org.h2.result.SearchRow
Get the value for the column
getValue(int) - Method in class org.h2.result.SimpleRowValue
 
getValue(int) - Method in class org.h2.result.Sparse
 
getValue(int, CastDataProvider) - Method in class org.h2.value.ExtTypeInfoEnum
Get ValueEnum instance for an ordinal.
getValue(String, CastDataProvider) - Method in class org.h2.value.ExtTypeInfoEnum
Get ValueEnum instance for a label string.
getValue(SessionLocal) - Method in class org.h2.expression.aggregate.Aggregate
 
getValue(SessionLocal) - Method in class org.h2.expression.Alias
 
getValue(SessionLocal) - Method in class org.h2.expression.analysis.DataAnalysisOperation
 
getValue(SessionLocal) - Method in class org.h2.expression.ArrayConstructorByQuery
 
getValue(SessionLocal) - Method in class org.h2.expression.ArrayElementReference
 
getValue(SessionLocal) - Method in class org.h2.expression.BinaryOperation
 
getValue(SessionLocal) - Method in class org.h2.expression.CompatibilityDatePlusTimeOperation
 
getValue(SessionLocal) - Method in class org.h2.expression.ConcatenationOperation
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.BetweenPredicate
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.BooleanTest
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.CompareLike
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.Comparison
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.ConditionAndOr
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.ConditionAndOrN
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.ConditionIn
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.ConditionInParameter
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.ConditionInQuery
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.ConditionNot
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.ExistsPredicate
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.IsJsonPredicate
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.NullPredicate
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.TypePredicate
 
getValue(SessionLocal) - Method in class org.h2.expression.condition.UniquePredicate
 
getValue(SessionLocal) - Method in class org.h2.expression.DomainValueExpression
 
getValue(SessionLocal) - Method in class org.h2.expression.Expression
Return the resulting value for the current row.
getValue(SessionLocal) - Method in class org.h2.expression.ExpressionColumn
 
getValue(SessionLocal) - Method in class org.h2.expression.ExpressionList
 
getValue(SessionLocal) - Method in class org.h2.expression.FieldReference
 
getValue(SessionLocal) - Method in class org.h2.expression.Format
 
getValue(SessionLocal) - Method in class org.h2.expression.function.ArrayFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.CardinalityExpression
 
getValue(SessionLocal) - Method in class org.h2.expression.function.CastSpecification
 
getValue(SessionLocal) - Method in class org.h2.expression.function.CoalesceFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.ConcatFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.CSVWriteFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.CurrentDateTimeValueFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.CurrentGeneralValueSpecification
 
getValue(SessionLocal) - Method in class org.h2.expression.function.DayMonthNameFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.FileFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.Function1_2
 
getValue(SessionLocal) - Method in class org.h2.expression.function.Function2
 
getValue(SessionLocal) - Method in class org.h2.expression.function.FunctionN
 
getValue(SessionLocal) - Method in class org.h2.expression.function.JavaFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.JsonConstructorFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.LengthFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.MathFunction1
 
getValue(SessionLocal) - Method in class org.h2.expression.function.NullIfFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.RandFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.RegexpFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.SessionControlFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.SetFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.StringFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.StringFunction1
 
getValue(SessionLocal) - Method in class org.h2.expression.function.SysInfoFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.table.ArrayTableFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.table.CSVReadFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.table.JavaTableFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.table.LinkSchemaFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.function.table.TableFunction
Get a result with.
getValue(SessionLocal) - Method in class org.h2.expression.function.XMLFunction
 
getValue(SessionLocal) - Method in class org.h2.expression.IntervalOperation
 
getValue(SessionLocal) - Method in class org.h2.expression.Parameter
 
getValue(SessionLocal) - Method in class org.h2.expression.Rownum
 
getValue(SessionLocal) - Method in class org.h2.expression.SearchedCase
 
getValue(SessionLocal) - Method in class org.h2.expression.SequenceValue
 
getValue(SessionLocal) - Method in class org.h2.expression.SimpleCase
 
getValue(SessionLocal) - Method in class org.h2.expression.Subquery
 
getValue(SessionLocal) - Method in class org.h2.expression.TimeZoneOperation
 
getValue(SessionLocal) - Method in class org.h2.expression.UnaryOperation
 
getValue(SessionLocal) - Method in class org.h2.expression.ValueExpression
 
getValue(SessionLocal) - Method in class org.h2.expression.Variable
 
getValue(SessionLocal) - Method in class org.h2.expression.Wildcard
 
getValue(SessionLocal) - Method in class org.h2.mode.FunctionsDB2Derby
 
getValue(SessionLocal) - Method in class org.h2.mode.FunctionsLegacy
 
getValue(SessionLocal) - Method in class org.h2.mode.FunctionsMSSQLServer
 
getValue(SessionLocal) - Method in class org.h2.mode.FunctionsMySQL
 
getValue(SessionLocal) - Method in class org.h2.mode.FunctionsOracle
 
getValue(SessionLocal) - Method in class org.h2.mode.FunctionsPostgreSQL
 
getValue(SessionLocal) - Method in class org.h2.mode.OnDuplicateKeyValues
 
getValue(SessionLocal) - Method in class org.h2.mode.Regclass
 
getValue(SessionLocal, Expression[], boolean) - Method in class org.h2.schema.FunctionAlias.JavaMethod
Call the user-defined function and return the value.
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.BitFunction
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.CompatibilitySequenceValueFunction
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.CompressFunction
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.DateTimeFunction
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.Function1_2
Returns the value of this function.
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.Function2
Returns the value of this function.
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.MathFunction
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.MathFunction2
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.SignalFunction
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.SoundexFunction
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.StringFunction2
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.TableInfoFunction
 
getValue(SessionLocal, Value, Value) - Method in class org.h2.expression.function.TrimFunction
 
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.CryptFunction
 
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.DataTypeSQLFunction
 
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.DateTimeFormatFunction
 
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.DBObjectFunction
 
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.FunctionN
Returns the value of this function.
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.HashFunction
 
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.SubstringFunction
 
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.ToCharFunction
 
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.TruncateValueFunction
 
getValue(SessionLocal, Value, Value, Value) - Method in class org.h2.expression.function.XMLFunction
 
getValue(Column) - Method in class org.h2.command.query.SelectListColumnResolver
 
getValue(Column) - Method in class org.h2.constraint.DomainColumnResolver
 
getValue(Column) - Method in interface org.h2.table.ColumnResolver
Get the value for the given column.
getValue(Column) - Method in class org.h2.table.TableFilter
 
getValue(Value) - Method in class org.h2.expression.Format
Returns the value with applied format.
getValueList() - Method in class org.h2.result.DefaultRow
 
getValueList() - Method in class org.h2.result.Row
Get values.
getValuesSQL(StringBuilder, int, ArrayList) - Static method in class org.h2.command.query.TableValueConstructor
Appends the SQL of the values to the specified string builder..
getValueTemplate(SessionLocal) - Method in class org.h2.expression.function.table.ArrayTableFunction
 
getValueTemplate(SessionLocal) - Method in class org.h2.expression.function.table.CSVReadFunction
 
getValueTemplate(SessionLocal) - Method in class org.h2.expression.function.table.JavaTableFunction
 
getValueTemplate(SessionLocal) - Method in class org.h2.expression.function.table.LinkSchemaFunction
 
getValueTemplate(SessionLocal) - Method in class org.h2.expression.function.table.TableFunction
Get an empty result with the column names set.
getValueTooLongException(String, String, long) - Static method in exception class org.h2.message.DbException
Gets a SQL exception meaning this value is too long.
getValueType() - Method in class org.h2.constraint.DomainColumnResolver
Return the type of the column.
getValueType() - Method in class org.h2.mvstore.db.SpatialKey
 
getValueType() - Method in class org.h2.mvstore.MVMap.BasicBuilder
 
getValueType() - Method in class org.h2.mvstore.MVMap
Get the value type.
getValueType() - Method in interface org.h2.mvstore.MVMap.MapBuilder
 
getValueType() - Method in class org.h2.result.SearchRow
 
getValueType() - Method in class org.h2.value.TypeInfo
Returns the value type.
getValueType() - Method in class org.h2.value.Value
Get the value type.
getValueType() - Method in class org.h2.value.ValueArray
 
getValueType() - Method in class org.h2.value.ValueBigint
 
getValueType() - Method in class org.h2.value.ValueBinary
 
getValueType() - Method in class org.h2.value.ValueBlob
 
getValueType() - Method in class org.h2.value.ValueBoolean
 
getValueType() - Method in class org.h2.value.ValueChar
 
getValueType() - Method in class org.h2.value.ValueClob
 
getValueType() - Method in class org.h2.value.ValueDate
 
getValueType() - Method in class org.h2.value.ValueDecfloat
 
getValueType() - Method in class org.h2.value.ValueDouble
 
getValueType() - Method in class org.h2.value.ValueEnumBase
 
getValueType() - Method in class org.h2.value.ValueGeometry
 
getValueType() - Method in class org.h2.value.ValueInteger
 
getValueType() - Method in class org.h2.value.ValueInterval
 
getValueType() - Method in class org.h2.value.ValueJavaObject
 
getValueType() - Method in class org.h2.value.ValueJson
 
getValueType() - Method in class org.h2.value.ValueNull
 
getValueType() - Method in class org.h2.value.ValueNumeric
 
getValueType() - Method in class org.h2.value.ValueReal
 
getValueType() - Method in class org.h2.value.ValueRow
 
getValueType() - Method in class org.h2.value.ValueSmallint
 
getValueType() - Method in class org.h2.value.ValueTime
 
getValueType() - Method in class org.h2.value.ValueTimestamp
 
getValueType() - Method in class org.h2.value.ValueTimestampTimeZone
 
getValueType() - Method in class org.h2.value.ValueTimeTimeZone
 
getValueType() - Method in class org.h2.value.ValueTinyint
 
getValueType() - Method in class org.h2.value.ValueUuid
 
getValueType() - Method in class org.h2.value.ValueVarbinary
 
getValueType() - Method in class org.h2.value.ValueVarchar
 
getValueType() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
getValueTypeFromResultSet(ResultSetMetaData, int) - Static method in class org.h2.value.DataType
Get the SQL type from the result set meta data for the given column.
getVariable(String) - Method in class org.h2.engine.SessionLocal
Get the value of the specified user defined variable.
getVariableIntLength(int) - Static method in class org.h2.tools.CompressTool
Get a variable size integer length using Rice coding.
getVariableNames() - Method in class org.h2.engine.SessionLocal
Get the list of variable names that are set for this session.
getVarIntLen(int) - Static method in class org.h2.mvstore.DataUtils
Get the length of the variable size int.
getVarLongLen(long) - Static method in class org.h2.mvstore.DataUtils
Get the length of the variable size long.
getVendor() - Method in class org.h2.api.H2Type
 
getVendorTypeNumber() - Method in class org.h2.api.H2Type
Returns the vendor specific type number for the data type.
getVersion() - Method in class org.h2.jmx.DatabaseInfo
 
getVersion() - Method in interface org.h2.jmx.DatabaseInfoMBean
The database version.
getVersion() - Method in class org.h2.mvstore.MVMap
Get version of the map, which is the version of the store, at the moment when map was modified last time.
getVersion() - Method in class org.h2.value.Transfer
 
getVersionColumns(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Get the list of columns that are update when any value is updated.
getVersionColumns(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMeta
INTERNAL
getVersionColumns(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLegacy
 
getVersionColumns(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaLocal
 
getVersionColumns(String, String, String) - Method in class org.h2.jdbc.meta.DatabaseMetaRemote
 
getVersionsToKeep() - Method in class org.h2.mvstore.MVStore
Get the oldest version to retain in memory (for in-memory stores).
getViewIndexCache(boolean) - Method in class org.h2.engine.SessionLocal
Get the view cache for this session.
getVisible() - Method in class org.h2.table.Column
 
getVisibleColumnCount() - Method in class org.h2.result.LocalResult
 
getVisibleColumnCount() - Method in interface org.h2.result.ResultInterface
Get the number of visible columns.
getVisibleColumnCount() - Method in class org.h2.result.ResultRemote
 
getVisibleColumnCount() - Method in class org.h2.result.ResultWithPaddedStrings
 
getVisibleColumnCount() - Method in class org.h2.result.SimpleResult
 
getVisibleResult(SessionLocal, ResultTarget, Column[], ArrayList) - Static method in class org.h2.command.query.TableValueConstructor
Appends visible columns of all rows to the specified result.
getWaitForLock() - Method in class org.h2.engine.SessionLocal
 
getWaitForLockThread() - Method in class org.h2.engine.SessionLocal
 
getWarnings() - Method in class org.h2.jdbc.JdbcConnection
Gets the first warning reported by calls on this object.
getWarnings() - Method in class org.h2.jdbc.JdbcResultSet
Gets the first warning reported by calls on this object.
getWarnings() - Method in class org.h2.jdbc.JdbcStatement
Gets the first warning reported by calls on this object.
getWarnings() - Method in class org.h2.tools.SimpleResultSet
Returns null.
getWeekOfYear(long, int, int) - Static method in class org.h2.util.DateTimeUtils
Returns number of week in year.
getWeekYear(long, int, int) - Static method in class org.h2.util.DateTimeUtils
Returns week year.
getWeekYearAbsoluteStart(int, int, int) - Static method in class org.h2.util.DateTimeUtils
Get absolute day of the first day in the week year.
getWhen() - Method in class org.h2.command.dml.MergeUsing
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.BetweenPredicate
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.BooleanTest
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.CompareLike
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.Comparison
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionIn
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionInParameter
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.ConditionInQuery
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.IsJsonPredicate
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.NullPredicate
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.condition.TypePredicate
 
getWhenSQL(StringBuilder, int) - Method in class org.h2.expression.Expression
Appends the SQL statement of this when operand to the specified builder.
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.BetweenPredicate
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.BooleanTest
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.CompareLike
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.Comparison
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.ConditionIn
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.ConditionInParameter
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.ConditionInQuery
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.IsJsonPredicate
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.NullPredicate
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.condition.TypePredicate
 
getWhenValue(SessionLocal, Value) - Method in class org.h2.expression.Expression
Return the resulting value of when operand for the current row.
getWindow(String) - Method in class org.h2.command.query.Select
Returns a window with specified name, or null.
getWindowData(SessionLocal, SelectGroups, boolean) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Get the aggregate data for a window clause.
getWindowExprData(DataAnalysisOperation, Value) - Method in class org.h2.command.query.SelectGroups
Get the window data for the specified expression.
getWindowFrame() - Method in class org.h2.expression.analysis.Window
Returns window frame, or null.
getWriteBytes() - Method in class org.h2.mvstore.FileStore
Get the number of written bytes since this store was opened.
getWriteColumnHeader() - Method in class org.h2.tools.Csv
Whether the column header is written.
getWriteCount() - Method in class org.h2.mvstore.FileStore
Get the number of write operations since this store was opened.
getXAConnection() - Method in class org.h2.jdbcx.JdbcDataSource
Open a new XA connection using the current URL, user name and password.
getXAConnection(String, String) - Method in class org.h2.jdbcx.JdbcDataSource
Open a new XA connection using the current URL and the specified user name and password.
getXAResource() - Method in class org.h2.jdbcx.JdbcXAConnection
Get the XAResource object.
getYears() - Method in class org.h2.api.Interval
Returns years value, if any.
globalTemporary - Variable in class org.h2.command.ddl.CreateTableData
Whether the table is global temporary.
GRANT - Static variable in interface org.h2.command.CommandInterface
The type of a GRANT statement.
GrantRevoke - Class in org.h2.command.ddl
This class represents the statements GRANT RIGHT, GRANT ROLE, REVOKE RIGHT, REVOKE ROLE
GrantRevoke(SessionLocal) - Constructor for class org.h2.command.ddl.GrantRevoke
 
grantRight(DbObject, Right) - Method in class org.h2.engine.RightOwner
Grant a right for the given table.
grantRole(Role, Right) - Method in class org.h2.engine.RightOwner
Grant a role to this object.
GREATEST - Static variable in class org.h2.expression.function.CoalesceFunction
GREATEST() (non-standard).
GROUP - Static variable in class org.h2.util.ParserUtil
The token "GROUP".
GROUP_BY_NOT_IN_THE_RESULT - Static variable in class org.h2.api.ErrorCode
The error with code 90157 is thrown when the integer index that is used in the GROUP BY is not in the SELECT list
groupByColumnIndex - Variable in class org.h2.engine.Mode
Allow to use GROUP BY n, where n is column index in the SELECT list, similar to ORDER BY
GROUPS - Enum constant in enum org.h2.expression.analysis.WindowFrameUnits
GROUPS unit.
GUIConsole - Class in org.h2.tools
Console for environments with AWT support.
GUIConsole() - Constructor for class org.h2.tools.GUIConsole
 

H

H2_BROWSER - Static variable in class org.h2.engine.SysProperties
INTERNAL
H2_SCRIPT_DIRECTORY - Static variable in class org.h2.engine.SysProperties
INTERNAL
H2AuthConfig - Class in org.h2.security.auth
Describe configuration of H2 DefaultAuthenticator.
H2AuthConfig() - Constructor for class org.h2.security.auth.H2AuthConfig
 
H2AuthConfigXml - Class in org.h2.security.auth
Parser of external authentication XML configuration file
H2AuthConfigXml() - Constructor for class org.h2.security.auth.H2AuthConfigXml
 
H2Type - Class in org.h2.api
Data types of H2.
H2VERSION - Static variable in class org.h2.expression.function.SysInfoFunction
H2VERSION().
hasChanged(Object[], Object[], int[]) - Static method in class org.h2.fulltext.FullText
Check if a the indexed columns of a row probably have changed.
hasChanges() - Method in class org.h2.mvstore.tx.Transaction
Determine if any database changes were made as part of this transaction.
HasConfigProperties - Interface in org.h2.security.auth
Interface for objects with configuration properties.
hasConnectionParam() - Method in class org.h2.schema.FunctionAlias.JavaMethod
Check if this function requires a database connection.
hasData(String) - Method in class org.h2.mvstore.MVStore
Check whether a given map exists and has data.
hasDays() - Method in enum org.h2.api.IntervalQualifier
Returns whether interval with this qualifier has days.
hasDerivedColumnList() - Method in interface org.h2.table.ColumnResolver
Returns whether this column resolver has a derived column list.
hasDerivedColumnList() - Method in class org.h2.table.TableFilter
 
hasFixedOffset() - Method in class org.h2.util.TimeZoneProvider
Returns whether this is a simple time zone provider with a fixed offset from UTC.
HASH - Static variable in class org.h2.expression.function.HashFunction
HASH() (non-standard).
hashCode() - Method in class org.h2.api.Interval
 
hashCode() - Method in class org.h2.engine.SessionLocal
 
hashCode() - Method in class org.h2.mvstore.Chunk
 
hashCode() - Method in class org.h2.mvstore.db.RowDataType
 
hashCode() - Method in class org.h2.mvstore.db.SpatialKey
 
hashCode() - Method in class org.h2.mvstore.db.ValueDataType
 
hashCode() - Method in class org.h2.mvstore.MVMap
 
hashCode() - Method in class org.h2.mvstore.tx.VersionedValueType
 
hashCode() - Method in class org.h2.mvstore.type.BasicDataType
 
hashCode() - Method in class org.h2.result.SearchRow
 
hashCode() - Method in class org.h2.table.Column
 
hashCode() - Method in class org.h2.table.TableFilter
 
hashCode() - Method in class org.h2.table.TableLinkConnection
 
hashCode() - Method in class org.h2.util.IntArray
 
hashCode() - Method in class org.h2.util.SimpleColumnInfo
 
hashCode() - Method in class org.h2.value.CharsetCollator
 
hashCode() - Method in class org.h2.value.CompareMode
 
hashCode() - Method in class org.h2.value.ExtTypeInfoEnum
 
hashCode() - Method in class org.h2.value.ExtTypeInfoGeometry
 
hashCode() - Method in class org.h2.value.ExtTypeInfoRow
 
hashCode() - Method in class org.h2.value.TypeInfo
 
hashCode() - Method in class org.h2.value.Value
 
hashCode() - Method in class org.h2.value.ValueBigint
 
hashCode() - Method in class org.h2.value.ValueBoolean
 
hashCode() - Method in class org.h2.value.ValueBinary
 
hashCode() - Method in class org.h2.value.ValueGeometry
 
hashCode() - Method in class org.h2.value.ValueJavaObject
 
hashCode() - Method in class org.h2.value.ValueJson
 
hashCode() - Method in class org.h2.value.ValueVarbinary
 
hashCode() - Method in class org.h2.value.ValueCollectionBase
 
hashCode() - Method in class org.h2.value.ValueDate
 
hashCode() - Method in class org.h2.value.ValueDecfloat
 
hashCode() - Method in class org.h2.value.ValueDouble
 
hashCode() - Method in class org.h2.value.ValueEnumBase
 
hashCode() - Method in class org.h2.value.ValueInteger
 
hashCode() - Method in class org.h2.value.ValueInterval
 
hashCode() - Method in class org.h2.value.ValueLob
 
hashCode() - Method in class org.h2.value.ValueNull
 
hashCode() - Method in class org.h2.value.ValueNumeric
 
hashCode() - Method in class org.h2.value.ValueReal
 
hashCode() - Method in class org.h2.value.ValueSmallint
 
hashCode() - Method in class org.h2.value.ValueChar
 
hashCode() - Method in class org.h2.value.ValueVarchar
 
hashCode() - Method in class org.h2.value.ValueTime
 
hashCode() - Method in class org.h2.value.ValueTimestamp
 
hashCode() - Method in class org.h2.value.ValueTimestampTimeZone
 
hashCode() - Method in class org.h2.value.ValueTimeTimeZone
 
hashCode() - Method in class org.h2.value.ValueTinyint
 
hashCode() - Method in class org.h2.value.ValueUuid
 
hashCode() - Method in class org.h2.value.ValueVarcharIgnoreCase
 
HashFunction - Class in org.h2.expression.function
A HASH or ORA_HASH function.
HashFunction(Expression, int) - Constructor for class org.h2.expression.function.HashFunction
 
HashFunction(Expression, Expression, Expression, int) - Constructor for class org.h2.expression.function.HashFunction
 
hasHours() - Method in enum org.h2.api.IntervalQualifier
Returns whether interval with this qualifier has hours.
hasIdentityOptions() - Method in class org.h2.table.Column
Whether the column has any identity options.
hasInComparisons() - Method in class org.h2.table.TableFilter
Are there any index conditions that involve IN(...).
hasMap(String) - Method in class org.h2.mvstore.MVStore
Check whether a given map exists.
hasMap(String) - Method in class org.h2.mvstore.tx.TransactionStore
Check whether a given map exists.
hasMinutes() - Method in enum org.h2.api.IntervalQualifier
Returns whether interval with this qualifier has minutes.
hasMonths() - Method in enum org.h2.api.IntervalQualifier
Returns whether interval with this qualifier has months.
hasMultipleFields() - Method in enum org.h2.api.IntervalQualifier
Returns whether interval with this qualifier has multiple fields.
hasNext() - Method in class org.h2.mvstore.Cursor
 
hasNext() - Method in class org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
 
hasNext() - Method in class org.h2.mvstore.tx.TransactionMap.TMIterator
 
hasNext() - Method in class org.h2.result.LazyResult
 
hasNext() - Method in class org.h2.result.LocalResult
 
hasNext() - Method in interface org.h2.result.ResultInterface
Check if this result has more rows to fetch.
hasNext() - Method in class org.h2.result.ResultRemote
 
hasNext() - Method in class org.h2.result.ResultWithPaddedStrings
 
hasNext() - Method in class org.h2.result.SimpleResult
 
hasOrder() - Method in class org.h2.command.query.Query
Whether the query has an order.
hasPendingTransaction() - Method in class org.h2.engine.Session
Check whether this session has a pending transaction.
hasPendingTransaction() - Method in class org.h2.engine.SessionLocal
 
hasPendingTransaction() - Method in class org.h2.engine.SessionRemote
 
hasPreparedTransaction() - Method in class org.h2.engine.SessionLocal
Checks presence of prepared transaction in this session.
hasSameValues(Row) - Method in class org.h2.result.Row
Check whether values of this row are equal to values of other row.
hasSeconds() - Method in enum org.h2.api.IntervalQualifier
Returns whether interval with this qualifier has seconds.
hasSelectTrigger() - Method in class org.h2.table.Table
Check whether this table has a select trigger.
hasSharedData(Row) - Method in class org.h2.result.DefaultRow
 
hasSharedData(Row) - Method in class org.h2.result.Row
Check whether this row and the specified row share the same underlying data with values.
HasSQL - Interface in org.h2.util
An object that has an SQL representation.
hasStatementDependencies() - Method in class org.h2.mvstore.tx.Transaction
Returns whether statement dependencies are currently set.
hasTableRight(Table, int) - Method in class org.h2.engine.User
See if this user has the given rights for this database object.
hasTotalOrdering(int) - Static method in class org.h2.value.DataType
Check if the given type has total ordering.
hasUnsavedChanges() - Method in class org.h2.mvstore.MVStore
Check whether there are any unsaved changes.
hasYears() - Method in enum org.h2.api.IntervalQualifier
Returns whether interval with this qualifier has years.
haveSameOrdering(TypeInfo, TypeInfo) - Static method in class org.h2.value.TypeInfo
Determines whether two specified types have the same ordering rules.
HAVING - Static variable in class org.h2.util.ParserUtil
The token "HAVING".
HEADER_LENGTH - Static variable in class org.h2.store.FileStore
The size of the file header in bytes.
headerLanguage - Variable in class org.h2.server.web.WebApp
The language in the HTTP header.
Help - Class in org.h2.command.dml
This class represents the statement CALL.
Help(SessionLocal, String[]) - Constructor for class org.h2.command.dml.Help
 
HELP - Static variable in interface org.h2.command.CommandInterface
The type of a HELP statement.
HEX_START - Static variable in class org.h2.bnf.RuleFixed
 
HEX_STRING_ODD_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90003 is thrown when trying to convert a String to a binary value.
HEX_STRING_WRONG_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90004 is thrown when trying to convert a text to binary, but the expression contains a non-hexadecimal character.
HEXTORAW - Static variable in class org.h2.expression.function.StringFunction1
HEXTORAW() (non-standard).
HIDE_SQL - Static variable in exception class org.h2.message.DbException
If the SQL statement contains this text, then it is never added to the SQL exception.
hideTable(Table, SessionLocal) - Method in class org.h2.table.MetaTable
Check whether to hide the table.
HIGH - Enum constant in enum org.h2.mode.DefaultNullOrdering
NULL values are considered as larger than other values during sorting.
higherEntry(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the entry with smallest key that is larger than the given key, or null if no such key exists.
higherKey(K) - Method in class org.h2.mvstore.MVMap
Get the smallest key that is larger than the given key (next key in ascending order), or null if no such key exists.
higherKey(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the smallest key that is larger than the given key, or null if no such key exists.
higherKey(RootReference, K) - Method in class org.h2.mvstore.MVMap
Get the smallest key that is larger than the given key, for the given root page, or null if no such key exists.
HISTOGRAM - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for HISTOGRAM(expression).
hmac - Variable in class org.h2.value.lob.LobDataFetchOnDemand
If this is a client-side ValueLobDb object returned by a ResultSet, the hmac acts a security cookie that the client can send back to the server to ask for data related to this LOB.
HMS - Static variable in class org.h2.bnf.RuleFixed
 
HOUR - Enum constant in enum org.h2.api.IntervalQualifier
HOUR
HOUR - Static variable in class org.h2.expression.function.DateTimeFunction
Hour.
HOUR - Static variable in class org.h2.util.ParserUtil
The token "HOUR".
HOUR_TO_MINUTE - Enum constant in enum org.h2.api.IntervalQualifier
HOUR TO MINUTE
HOUR_TO_SECOND - Enum constant in enum org.h2.api.IntervalQualifier
HOUR TO SECOND
hoursFromInterval(IntervalQualifier, boolean, long, long) - Static method in class org.h2.util.IntervalUtils
Returns hours value of interval, if any.
HSQLDB - Enum constant in enum org.h2.engine.Mode.ModeEnum
 

I

ICU4J - Static variable in class org.h2.value.CompareMode
This constant means ICU4J should be used (this will fail if it is not in the classpath).
id - Variable in class org.h2.command.ddl.CreateSynonymData
The object id.
id - Variable in class org.h2.command.ddl.CreateTableData
The object id.
id - Variable in class org.h2.fulltext.IndexInfo
The index id.
id - Variable in class org.h2.mvstore.Chunk
The chunk id.
IDENTICAL_EXPRESSIONS_SHOULD_BE_USED - Static variable in class org.h2.api.ErrorCode
The error with code 42131 is thrown when identical expressions should be used, but different expressions were found.
identifier(String) - Method in class org.h2.table.MetaTable
If needed, convert the identifier to lower case.
IDENTIFIER - Static variable in class org.h2.util.ParserUtil
An identifier (table name, column name,...).
identityClause - Variable in class org.h2.engine.Mode
Whether SQL Server-style IDENTITY clause is supported.
identityColumnsHaveDefaultOnNull - Variable in class org.h2.engine.Mode
If true, identity columns have DEFAULT ON NULL clause.
identityDataType - Variable in class org.h2.engine.Mode
Whether IDENTITY pseudo data type is supported.
IF - Static variable in class org.h2.util.ParserUtil
The token "IF".
IGNORE_CATALOGS - Static variable in class org.h2.command.dml.SetTypes
The type of a SET IGNORE_CATALOGS statement.
IGNORECASE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET IGNORECASE statement.
ignoreCatalogs - Variable in class org.h2.engine.DbSettings
Database setting IGNORE_CATALOGS (default: false).
ILIKE - Enum constant in enum org.h2.expression.condition.CompareLike.LikeType
ILIKE (case-insensitive LIKE).
implCloseChannel() - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
implCloseChannel() - Method in class org.h2.store.fs.encrypt.FileEncrypt
 
implCloseChannel() - Method in class org.h2.store.fs.FakeFileChannel
 
implCloseChannel() - Method in class org.h2.store.fs.FileBase
 
implTruncate(long) - Method in class org.h2.store.fs.encrypt.FileEncrypt
 
implTruncate(long) - Method in class org.h2.store.fs.FileBaseDefault
The truncate implementation.
IN - Static variable in class org.h2.util.ParserUtil
The token "IN".
IN_DOUBT - Static variable in interface org.h2.store.InDoubtTransaction
The transaction state meaning this transaction is not committed yet, but also not rolled back (in-doubt).
IN_LIST - Static variable in class org.h2.expression.condition.Comparison
This is a pseudo comparison type that is only used for index conditions.
IN_QUERY - Static variable in class org.h2.expression.condition.Comparison
This is a pseudo comparison type that is only used for index conditions.
IN_RESULT_SETS - Enum constant in enum org.h2.engine.Mode.CharPadding
Spaces are trimmed from the right side of CHAR values, but CHAR values in result sets are right-padded with spaces to the declared length
includes(JSONItemType) - Method in enum org.h2.util.json.JSONItemType
Checks whether this item type includes the specified item type.
increaseBounds(Object, Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
Increase the bounds in the given spatial object.
incrementDateValue(long) - Static method in class org.h2.util.DateTimeUtils
Return the next date value.
incrementQueryLevel(int) - Method in class org.h2.expression.ExpressionVisitor
Increment or decrement the query level.
indent(StringBuilder, String, int, boolean) - Static method in class org.h2.util.StringUtils
Indents a string with spaces and appends it to a specified builder.
INDEPENDENT - Static variable in class org.h2.expression.ExpressionVisitor
Is the value independent on unset parameters or on columns of a higher level query, or sequence values (that means can it be evaluated right now)?
INDEPENDENT_VISITOR - Static variable in class org.h2.expression.ExpressionVisitor
The visitor singleton for the type INDEPENDENT.
index - Variable in class org.h2.mvstore.CursorPos
Index of the key (within page above) used to go down to a lower level in case of intermediate nodes, or index of the target key for leaf a node.
Index - Class in org.h2.index
An index.
Index(Table, int, String, IndexColumn[], int, IndexType) - Constructor for class org.h2.index.Index
Initialize the index.
INDEX - Static variable in class org.h2.engine.DbObject
This object is an index.
INDEX - Static variable in class org.h2.message.Trace
The trace module id for indexes.
INDEX_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 42111 is thrown when trying to create an index if an index with the same name already exists.
INDEX_BELONGS_TO_CONSTRAINT_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90085 is thrown when trying to manually drop an index that was generated by the system because of a unique or referential constraint.
INDEX_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 42112 is thrown when trying to drop or reference an index that does not exist.
indexColumn - Variable in class org.h2.table.MetaTable
The indexed column.
IndexColumn - Class in org.h2.table
This represents a column item of an index.
IndexColumn(String) - Constructor for class org.h2.table.IndexColumn
Creates a new instance with the specified name.
IndexColumn(String, int) - Constructor for class org.h2.table.IndexColumn
Creates a new instance with the specified name.
IndexColumn(Column) - Constructor for class org.h2.table.IndexColumn
Creates a new instance with the specified column.
indexColumns - Variable in class org.h2.fulltext.IndexInfo
The column indexes of the index columns.
indexColumns - Variable in class org.h2.index.Index
Columns of this index.
IndexCondition - Class in org.h2.index
A index condition object is made for each condition that can potentially use an index.
IndexCursor - Class in org.h2.index
The filter used to walk through an index.
IndexCursor() - Constructor for class org.h2.index.IndexCursor
 
indexDefinitionInCreateTable - Variable in class org.h2.engine.Mode
Creating indexes in the CREATE TABLE statement is allowed using INDEX(..) or KEY(..).
IndexHints - Class in org.h2.table
Contains the hints for which index to use for a specific table.
IndexInfo - Class in org.h2.fulltext
The settings of one full text search index.
IndexInfo() - Constructor for class org.h2.fulltext.IndexInfo
 
indexOf(byte[], byte[], int) - Static method in class org.h2.util.Utils
Calculate the index of the first occurrence of the pattern in the byte array, starting with the given index.
indexType - Variable in class org.h2.index.Index
The index type.
IndexType - Class in org.h2.index
Represents information about the properties of an index
IndexType() - Constructor for class org.h2.index.IndexType
 
InDoubtTransaction - Interface in org.h2.store
Represents an in-doubt transaction (a transaction in the prepare phase).
info - Variable in class org.h2.mode.ModeFunction
The information about this function.
info(String) - Method in class org.h2.message.Trace
Write a message with trace level INFO to the trace system.
info(String) - Static method in class org.h2.mvstore.MVStoreTool
Read the summary information of the file and write them to system out.
info(String, Writer) - Static method in class org.h2.mvstore.MVStoreTool
Read the summary information of the file and write them to system out.
info(String, Object...) - Method in class org.h2.message.Trace
Write a message with trace level INFO to the trace system.
INFO - Static variable in class org.h2.message.TraceSystem
This trace level means errors and informational messages should be written.
infoCode(String) - Method in class org.h2.message.Trace
Write Java source code with trace level INFO to the trace system.
INFORMATION_SCHEMA_ID - Static variable in class org.h2.engine.Constants
The identity of INFORMATION_SCHEMA.
InformationSchema - Class in org.h2.schema
Information schema.
InformationSchema(Database, User) - Constructor for class org.h2.schema.InformationSchema
Creates new instance of information schema.
InformationSchemaTable - Class in org.h2.table
This class is responsible to build the INFORMATION_SCHEMA tables.
InformationSchemaTable(Schema, int, int) - Constructor for class org.h2.table.InformationSchemaTable
Create a new metadata table.
InformationSchemaTableLegacy - Class in org.h2.table
This class is responsible to build the legacy variant of INFORMATION_SCHEMA tables.
InformationSchemaTableLegacy(Schema, int, int) - Constructor for class org.h2.table.InformationSchemaTableLegacy
Create a new metadata table.
infoSQL(String, String, long, long) - Method in class org.h2.message.Trace
Write a SQL statement with trace level INFO to the trace system.
init() - Method in class org.h2.command.query.Query
Initialize the query.
init() - Method in class org.h2.command.query.Select
 
init() - Method in class org.h2.command.query.SelectUnion
 
init() - Method in class org.h2.command.query.TableValueConstructor
 
init() - Method in class org.h2.mvstore.tx.TransactionStore
Initialize the store without any RollbackListener.
init() - Method in class org.h2.server.web.JakartaWebServlet
 
init() - Method in class org.h2.server.web.WebServlet
 
init() - Method in class org.h2.store.FileStore
Initialize the file.
init() - Static method in class org.h2.util.ThreadDeadlockDetector
Initialize the detector.
init() - Method in class org.h2.value.Transfer
Initialize the transfer object.
init(int) - Method in class org.h2.util.geometry.EWKBUtils.EWKBTarget
 
init(int) - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
init(int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Initializes top-level target.
init(int) - Method in class org.h2.util.geometry.JTSUtils.GeometryTarget
 
init(String) - Method in interface org.h2.api.DatabaseEventListener
This method is called just after creating the object.
init(String) - Static method in class org.h2.store.RecoverTester
Initialize the recover test.
init(String...) - Method in class org.h2.server.pg.PgServer
 
init(String...) - Method in interface org.h2.server.Service
Initialize the service from command line options.
init(String...) - Method in class org.h2.server.TcpServer
 
init(String...) - Method in class org.h2.server.web.WebServer
 
init(Connection) - Method in interface org.h2.api.Aggregate
This method is called when the aggregate function is used.
init(Connection) - Method in interface org.h2.api.AggregateFunction
This method is called when the aggregate function is used.
init(Connection) - Static method in class org.h2.fulltext.FullText
Initializes full text search functionality for this database.
init(Connection) - Static method in class org.h2.fulltext.FullTextLucene
Initializes full text search functionality for this database.
init(Connection, String, String, String, boolean, int) - Method in interface org.h2.api.Trigger
This method is called by the database engine once when initializing the trigger.
init(Connection, String, String, String, boolean, int) - Method in class org.h2.fulltext.FullText.FullTextTrigger
INTERNAL
init(Connection, String, String, String, boolean, int) - Method in class org.h2.fulltext.FullTextLucene.FullTextTrigger
INTERNAL
init(Connection, String, String, String, boolean, int) - Method in class org.h2.tools.TriggerAdapter
This method is called by the database engine once when initializing the trigger.
init(Database) - Method in interface org.h2.security.auth.Authenticator
Initialize the authenticator.
init(Database) - Method in class org.h2.security.auth.DefaultAuthenticator
Initializes the authenticator.
init(TransactionStore.RollbackListener) - Method in class org.h2.mvstore.tx.TransactionStore
Initialize the store.
INIT - Enum constant in enum org.h2.engine.SessionLocal.State
 
INITIAL_LOCK_TIMEOUT - Static variable in class org.h2.engine.Constants
For testing, the lock timeout is smaller than for interactive use cases.
initializeSequence(SessionLocal, Schema, int, boolean) - Method in class org.h2.table.Column
Initialize the sequence for this column.
initKey(byte[]) - Method in class org.h2.security.SecureFileStore
 
initKey(byte[]) - Method in class org.h2.store.FileStore
Initialize the key using the given salt.
initPattern(String, Character) - Method in class org.h2.expression.condition.CompareLike
Initializes the pattern.
INNER - Static variable in class org.h2.util.ParserUtil
The token "INNER".
Insert - Class in org.h2.command.dml
This class represents the statement INSERT
Insert(SessionLocal) - Constructor for class org.h2.command.dml.Insert
 
INSERT - Static variable in interface org.h2.api.Trigger
The trigger is called for INSERT statements.
INSERT - Static variable in interface org.h2.command.CommandInterface
The type of an INSERT statement.
INSERT - Static variable in class org.h2.engine.Right
The right bit mask that means: inserting rows into a table is allowed.
INSERT - Static variable in class org.h2.expression.function.StringFunction
INSERT() (non-standard).
insertLeaf(int, K, V) - Method in class org.h2.mvstore.Page
Insert a key-value pair into this leaf.
insertNode(int, K, Page) - Method in class org.h2.mvstore.Page
Insert a child page into this node.
insertOnConflict - Variable in class org.h2.engine.Mode
PostgreSQL style INSERT ...
insertRow() - Method in class org.h2.jdbc.JdbcResultSet
Inserts the current row.
insertRow() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
insertRow(Value[]) - Method in class org.h2.result.UpdatableRow
Insert a new row into the database.
insertsAreDetected(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether inserts are detected.
INSTANCE - Static variable in class org.h2.mvstore.cache.FilePathCache
The instance.
INSTANCE - Static variable in class org.h2.mvstore.Chunk.PositionComparator
 
INSTANCE - Static variable in class org.h2.mvstore.db.LobStorageMap.BlobMeta.Type
 
INSTANCE - Static variable in class org.h2.mvstore.db.LobStorageMap.BlobReference.Type
 
INSTANCE - Static variable in class org.h2.mvstore.db.NullValueDataType
Dummy data type instance.
INSTANCE - Static variable in class org.h2.mvstore.type.ByteArrayDataType
 
INSTANCE - Static variable in class org.h2.mvstore.type.LongDataType
 
INSTANCE - Static variable in class org.h2.mvstore.type.StringDataType
 
INSTANCE - Static variable in class org.h2.result.RowFactory.DefaultRowFactory
 
INSTANCE - Static variable in class org.h2.store.fs.FakeFileChannel
No need to allocate these, they have no state
INSTANCE - Static variable in class org.h2.value.ValueNull
The main NULL instance.
instantToValue(Instant) - Static method in class org.h2.util.JSR310Utils
Converts a Instant to a Value.
IntArray - Class in org.h2.util
An array with integer element.
IntArray() - Constructor for class org.h2.util.IntArray
Create an int array with the default initial capacity.
IntArray(int) - Constructor for class org.h2.util.IntArray
Create an int array with specified initial capacity.
IntArray(int[]) - Constructor for class org.h2.util.IntArray
Create an int array with the given values and size.
INTEGER - Static variable in class org.h2.api.H2Type
The INTEGER data type.
INTEGER - Static variable in class org.h2.value.Value
The value type for INTEGER values.
interleave(int...) - Method in class org.h2.tools.MultiDimension
Convert the multi-dimensional value into a one-dimensional (scalar) value.
interleave(int, int) - Method in class org.h2.tools.MultiDimension
Convert the two-dimensional value into a one-dimensional (scalar) value.
INTERSECT - Enum constant in enum org.h2.command.query.SelectUnion.UnionType
The type of an INTERSECT statement.
INTERSECT - Static variable in class org.h2.util.ParserUtil
The token "INTERSECT".
intersects(double[], double[]) - Static method in class org.h2.util.geometry.GeometryUtils
Checks whether two envelopes intersect with each other.
intersectsBoundingBox(ValueGeometry) - Method in class org.h2.value.ValueGeometry
Test if this geometry envelope intersects with the other geometry envelope.
interval - Variable in class org.h2.util.Profiler
 
Interval - Class in org.h2.api
INTERVAL representation for result sets.
Interval(IntervalQualifier, boolean, long, long) - Constructor for class org.h2.api.Interval
Creates a new interval.
INTERVAL - Static variable in class org.h2.util.ParserUtil
The token "INTERVAL".
INTERVAL_DAY - Static variable in class org.h2.api.H2Type
The INTERVAL DAY data type.
INTERVAL_DAY - Static variable in class org.h2.value.Value
The value type for INTERVAL DAY values.
INTERVAL_DAY_TO_HOUR - Static variable in class org.h2.api.H2Type
The INTERVAL DAY TO HOUR data type.
INTERVAL_DAY_TO_HOUR - Static variable in class org.h2.value.Value
The value type for INTERVAL DAY TO HOUR values.
INTERVAL_DAY_TO_MINUTE - Static variable in class org.h2.api.H2Type
The INTERVAL DAY TO MINUTE data type.
INTERVAL_DAY_TO_MINUTE - Static variable in class org.h2.value.Value
The value type for INTERVAL DAY TO MINUTE values.
INTERVAL_DAY_TO_SECOND - Static variable in class org.h2.api.H2Type
The INTERVAL DAY TO SECOND data type.
INTERVAL_DAY_TO_SECOND - Static variable in class org.h2.value.Value
The value type for INTERVAL DAY TO SECOND values.
INTERVAL_DIVIDE_INTERVAL - Enum constant in enum org.h2.expression.IntervalOperation.IntervalOpType
Interval divided by interval (non-standard).
INTERVAL_DIVIDE_NUMERIC - Enum constant in enum org.h2.expression.IntervalOperation.IntervalOpType
Interval divided by numeric.
INTERVAL_HOUR - Static variable in class org.h2.api.H2Type
The INTERVAL HOUR data type.
INTERVAL_HOUR - Static variable in class org.h2.value.Value
The value type for INTERVAL HOUR values.
INTERVAL_HOUR_TO_MINUTE - Static variable in class org.h2.api.H2Type
The INTERVAL HOUR TO MINUTE data type.
INTERVAL_HOUR_TO_MINUTE - Static variable in class org.h2.value.Value
The value type for INTERVAL HOUR TO MINUTE values.
INTERVAL_HOUR_TO_SECOND - Static variable in class org.h2.api.H2Type
The INTERVAL HOUR TO SECOND data type.
INTERVAL_HOUR_TO_SECOND - Static variable in class org.h2.value.Value
The value type for INTERVAL HOUR TO SECOND values.
INTERVAL_MINUS_INTERVAL - Enum constant in enum org.h2.expression.IntervalOperation.IntervalOpType
Interval minus interval.
INTERVAL_MINUTE - Static variable in class org.h2.api.H2Type
The INTERVAL MINUTE data type.
INTERVAL_MINUTE - Static variable in class org.h2.value.Value
The value type for INTERVAL MINUTE values.
INTERVAL_MINUTE_TO_SECOND - Static variable in class org.h2.api.H2Type
The INTERVAL MINUTE TO SECOND data type.
INTERVAL_MINUTE_TO_SECOND - Static variable in class org.h2.value.Value
The value type for INTERVAL MINUTE TO SECOND values.
INTERVAL_MONTH - Static variable in class org.h2.api.H2Type
The INTERVAL MONTH data type.
INTERVAL_MONTH - Static variable in class org.h2.value.Value
The value type for INTERVAL MONTH values.
INTERVAL_MULTIPLY_NUMERIC - Enum constant in enum org.h2.expression.IntervalOperation.IntervalOpType
Interval multiplied by numeric.
INTERVAL_PLUS_INTERVAL - Enum constant in enum org.h2.expression.IntervalOperation.IntervalOpType
Interval plus interval.
INTERVAL_SECOND - Static variable in class org.h2.api.H2Type
The INTERVAL SECOND data type.
INTERVAL_SECOND - Static variable in class org.h2.value.Value
The value type for INTERVAL SECOND values.
INTERVAL_YEAR - Static variable in class org.h2.api.H2Type
The INTERVAL YEAR data type.
INTERVAL_YEAR - Static variable in class org.h2.value.Value
The value type for INTERVAL YEAR values.
INTERVAL_YEAR_TO_MONTH - Static variable in class org.h2.api.H2Type
The INTERVAL YEAR TO MONTH data type.
INTERVAL_YEAR_TO_MONTH - Static variable in class org.h2.value.Value
The value type for INTERVAL YEAR TO MONTH values.
intervalFromAbsolute(IntervalQualifier, BigInteger) - Static method in class org.h2.util.IntervalUtils
Converts absolute value to an interval value.
IntervalOperation - Class in org.h2.expression
A mathematical operation with intervals.
IntervalOperation(IntervalOperation.IntervalOpType, Expression, Expression) - Constructor for class org.h2.expression.IntervalOperation
 
IntervalOperation(IntervalOperation.IntervalOpType, Expression, Expression, TypeInfo) - Constructor for class org.h2.expression.IntervalOperation
 
IntervalOperation.IntervalOpType - Enum in org.h2.expression
 
IntervalQualifier - Enum in org.h2.api
Interval qualifier.
intervalToAbsolute(ValueInterval) - Static method in class org.h2.util.IntervalUtils
Converts interval value to an absolute value.
IntervalUtils - Class in org.h2.util
This utility class contains interval conversion functions.
INVALID_CLASS_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90125 is thrown when PreparedStatement.setBigDecimal is called with object that extends the class BigDecimal, and the system property h2.allowBigDecimalExtensions is not set.
INVALID_DATABASE_NAME_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90138 is thrown when trying to open a persistent database using an incorrect database name.
INVALID_DATETIME_CONSTANT_2 - Static variable in class org.h2.api.ErrorCode
The error with code 22007 is thrown when a text can not be converted to a date, time, or timestamp constant.
INVALID_NAME_1 - Static variable in class org.h2.api.ErrorCode
The error with code 42602 is thrown when invalid name of identifier is used.
INVALID_PARAMETER_COUNT_2 - Static variable in class org.h2.api.ErrorCode
The error with code 7001 is thrown when trying to call a function with the wrong number of parameters.
INVALID_PRECEDING_OR_FOLLOWING_1 - Static variable in class org.h2.api.ErrorCode
The error with code 22013 is thrown when preceding or following size in a window function is null or negative.
INVALID_TO_CHAR_FORMAT - Static variable in class org.h2.api.ErrorCode
The error with code 90010 is thrown when trying to format a timestamp or number using TO_CHAR with an invalid format.
INVALID_TO_DATE_FORMAT - Static variable in class org.h2.api.ErrorCode
The error with code 90056 is thrown when trying to format a timestamp using TO_DATE and TO_TIMESTAMP with an invalid format.
INVALID_TRIGGER_FLAGS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90005 is thrown when trying to create a trigger with invalid combination of flags.
INVALID_USE_OF_AGGREGATE_FUNCTION_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90054 is thrown when an aggregate function is used where it is not allowed.
INVALID_VALUE_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90008 is thrown when trying to use a value that is not valid for the given operation.
INVALID_VALUE_PRECISION - Static variable in class org.h2.api.ErrorCode
The error with code 90150 is thrown when trying to use an invalid precision.
INVALID_VALUE_SCALE - Static variable in class org.h2.api.ErrorCode
The error with code 90151 is thrown when trying to use an invalid scale or fractional seconds precision.
invalidate() - Method in class org.h2.engine.DbObject
Set the main attributes to null to make sure the object is no longer used.
invalidate() - Method in class org.h2.mvstore.db.MVTable
 
IO_BUFFER_SIZE - Static variable in class org.h2.engine.Constants
The block size for I/O operations.
IO_BUFFER_SIZE_COMPRESS - Static variable in class org.h2.engine.Constants
The block size used to compress data in the LZFOutputStream.
IO_EXCEPTION_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90028 is thrown when an input / output error occurred.
IO_EXCEPTION_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90031 is thrown when an input / output error occurred.
IOUtils - Class in org.h2.util
This utility class contains input/output functions.
ipToShortForm(StringBuilder, byte[], boolean) - Static method in class org.h2.util.NetUtils
Appends short representation of the specified IP address to the string builder.
IS - Static variable in class org.h2.util.ParserUtil
The token "IS".
isAbsolute() - Method in class org.h2.store.fs.disk.FilePathDisk
 
isAbsolute() - Method in class org.h2.store.fs.FilePath
Check if the file name includes a path.
isAbsolute() - Method in class org.h2.store.fs.FilePathWrapper
 
isAbsolute() - Method in class org.h2.store.fs.mem.FilePathMem
 
isAbsolute() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
isAbsolute() - Method in class org.h2.store.fs.zip.FilePathZip
 
isAbsolute(String) - Static method in class org.h2.store.fs.FileUtils
Check if the file name includes a path.
isAdmin() - Method in class org.h2.engine.User
 
isAfterLast() - Method in class org.h2.jdbc.JdbcResultSet
Checks if the current position is after the last row, that means next() was called and returned false, and there was at least one row.
isAfterLast() - Method in class org.h2.result.FetchedResult
 
isAfterLast() - Method in class org.h2.result.LocalResult
 
isAfterLast() - Method in interface org.h2.result.ResultInterface
Check if the current position is after last row.
isAfterLast() - Method in class org.h2.result.ResultWithPaddedStrings
 
isAfterLast() - Method in class org.h2.result.SimpleResult
 
isAfterLast() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
isAggregate() - Method in class org.h2.expression.aggregate.AbstractAggregate
 
isAggregate() - Method in class org.h2.expression.analysis.DataAnalysisOperation
Checks whether this expression is an aggregate function.
isAggregate() - Method in class org.h2.expression.analysis.WindowFunction
 
isAllowBuiltinAliasOverride() - Method in class org.h2.engine.Database
 
isAllowUserRegistration() - Method in class org.h2.security.auth.DefaultAuthenticator
If set create external users in the database if not present.
isAllowUserRegistration() - Method in class org.h2.security.auth.H2AuthConfig
Allow user registration flag.
isAlwaysFalse() - Method in class org.h2.index.IndexCondition
Check if the result is always false.
isAlwaysFalse() - Method in class org.h2.index.IndexCursor
Check if the result is empty for sure.
isAnyDistinct() - Method in class org.h2.command.query.Query
 
isAnyDistinct() - Method in class org.h2.command.query.Select
 
isArray() - Method in class org.h2.expression.ExpressionList
 
isAutoIncrement(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks if this an autoincrement column.
isAutoIncrement(int) - Method in class org.h2.tools.SimpleResultSet
Returns false.
isBackgroundThread() - Method in class org.h2.mvstore.MVStore
 
isBefore() - Method in class org.h2.constraint.Constraint
Check if this constraint needs to be checked before updating the data.
isBefore() - Method in class org.h2.constraint.ConstraintCheck
 
isBefore() - Method in class org.h2.constraint.ConstraintDomain
 
isBefore() - Method in class org.h2.constraint.ConstraintReferential
 
isBefore() - Method in class org.h2.constraint.ConstraintUnique
 
isBefore() - Method in class org.h2.schema.TriggerObject
Check if this is a before trigger.
isBeforeFirst() - Method in class org.h2.jdbc.JdbcResultSet
Checks if the current position is before the first row, that means next() was not called yet, and there is at least one row.
isBeforeFirst() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
isBinaryColumn(ResultSetMetaData, int) - Static method in class org.h2.value.DataType
Check whether the specified column needs the binary representation.
isBinaryStringOrSpecialBinaryType(int) - Static method in class org.h2.value.DataType
Check if the given value type is a binary string type or a compatible special data type such as Java object, UUID, geometry object, or JSON.
isBinaryStringType(int) - Static method in class org.h2.value.DataType
Check if the given value type is a binary string type.
isBlockRemark() - Method in class org.h2.util.ScriptReader
If currently inside a remark, this method tells if it is a block comment (true) or single line comment (false)
isBuiltIn(String, String) - Static method in class org.h2.util.JdbcUtils
Check is the SQL string starts with a prefix (case insensitive).
isBuiltinFunction(Database, String) - Static method in class org.h2.expression.function.BuiltinFunctions
Returns whether specified function is a non-keyword built-in function.
isCacheable() - Method in class org.h2.command.Command
 
isCacheable() - Method in class org.h2.command.CommandContainer
 
isCacheable() - Method in class org.h2.command.dml.Call
 
isCacheable() - Method in class org.h2.command.dml.DataChangeStatement
 
isCacheable() - Method in class org.h2.command.dml.Help
 
isCacheable() - Method in class org.h2.command.dml.Insert
 
isCacheable() - Method in class org.h2.command.dml.TransactionCommand
 
isCacheable() - Method in class org.h2.command.Prepared
 
isCacheable() - Method in class org.h2.command.query.Select
 
isCancelled() - Method in class org.h2.jdbc.JdbcStatement
Check whether the statement was cancelled.
isCaseSensitive(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks if this column is case sensitive.
isCaseSensitive(int) - Method in class org.h2.tools.SimpleResultSet
Returns true.
isCatalogAtStart() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the catalog is at the beginning.
isChanged() - Method in class org.h2.util.CacheObject
Check if this cache object has been changed and thus needs to be written back to the storage.
isCharacterStringType(int) - Static method in class org.h2.value.DataType
Check if the given value type is a character string type.
isClosed() - Method in class org.h2.engine.Session
Check if close was called.
isClosed() - Method in class org.h2.engine.SessionLocal
 
isClosed() - Method in class org.h2.engine.SessionRemote
 
isClosed() - Method in class org.h2.jdbc.JdbcConnection
Returns true if this connection has been closed.
isClosed() - Method in class org.h2.jdbc.JdbcResultSet
Returns whether this result set is closed.
isClosed() - Method in class org.h2.jdbc.JdbcStatement
Returns whether this statement is closed.
isClosed() - Method in class org.h2.mvstore.MVMap
 
isClosed() - Method in class org.h2.mvstore.MVStore
Determine that store is open, or wait for it to be closed (by other thread)
isClosed() - Method in class org.h2.mvstore.tx.TransactionMap
Check whether this map is closed.
isClosed() - Method in class org.h2.result.LazyResult
 
isClosed() - Method in class org.h2.result.LocalResult
Check if this result set is closed.
isClosed() - Method in interface org.h2.result.ResultInterface
Check if this result set is closed.
isClosed() - Method in class org.h2.result.ResultRemote
 
isClosed() - Method in class org.h2.result.ResultWithPaddedStrings
 
isClosed() - Method in class org.h2.result.SimpleResult
 
isClosed() - Method in class org.h2.tools.SimpleResultSet
Returns whether this result set has been closed.
isClosed() - Method in class org.h2.value.Transfer
 
isCloseOnCompletion() - Method in class org.h2.jdbc.JdbcStatement
Returns whether this statement will be closed when its dependent result set is closed.
isClosing() - Method in class org.h2.engine.Database
Check if the database is in the process of closing.
isClustered() - Method in class org.h2.engine.SessionRemote
Returns true if the connection was opened in cluster mode.
isCommandHistoryAllowed() - Method in class org.h2.server.web.WebServer
 
isCommitted() - Method in class org.h2.value.VersionedValue
 
isCommon(int) - Static method in class org.h2.api.ErrorCode
INTERNAL
isCommonJoinColumnToExclude(Column) - Method in class org.h2.table.TableFilter
Check if the given column is an excluded common join column.
isComplete() - Method in class org.h2.mvstore.Page
 
isConstant() - Method in class org.h2.expression.Expression
Check if this expression will always return the same value.
isConstant() - Method in class org.h2.expression.ExpressionList
 
isConstant() - Method in class org.h2.expression.function.CastSpecification
 
isConstant() - Method in class org.h2.expression.Subquery
 
isConstant() - Method in class org.h2.expression.ValueExpression
 
isConstantQuery() - Method in class org.h2.command.query.Query
Check if this query will always return the same value and has no side effects.
isConstantQuery() - Method in class org.h2.command.query.Select
 
isConstantQuery() - Method in class org.h2.command.query.SelectUnion
 
isConstantQuery() - Method in class org.h2.command.query.TableValueConstructor
 
isCreateMissingRoles() - Method in class org.h2.security.auth.DefaultAuthenticator
When set create roles not found in the database.
isCreateMissingRoles() - Method in class org.h2.security.auth.H2AuthConfig
When set create roles not found in the database.
isCurrency(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks if this is a currency column.
isCurrency(int) - Method in class org.h2.tools.SimpleResultSet
Returns false.
isCurrentCommandADefineCommand() - Method in class org.h2.command.Command
Is the command we just tried to execute a DefineCommand (i.e.
isCurrentCommandADefineCommand() - Method in class org.h2.command.CommandContainer
 
isCurrentGroup() - Method in class org.h2.command.query.SelectGroups
Is there currently a group-by active.
isCycle() - Method in enum org.h2.schema.Sequence.Cycle
Return whether sequence is cycled.
isDaemon() - Method in class org.h2.server.pg.PgServer
 
isDaemon() - Method in interface org.h2.server.Service
Check if a daemon thread should be used.
isDaemon() - Method in class org.h2.server.TcpServer
 
isDaemon() - Method in class org.h2.server.web.WebServer
 
isDateTimeType(int) - Static method in class org.h2.value.DataType
Check if the given value type is a date-time type (TIME, DATE, TIMESTAMP, TIMESTAMP_TZ).
isDayTime() - Method in enum org.h2.api.IntervalQualifier
Returns whether interval with this qualifier is a day-time interval.
isDB2() - Method in class org.h2.bnf.context.DbContents
 
isDebugEnabled() - Method in class org.h2.message.Trace
Check if the trace level is equal or higher than DEBUG.
isDebugEnabled() - Method in class org.h2.message.TraceObject
Check if the debug trace level is enabled.
isDefault - Variable in class org.h2.bnf.context.DbSchema
True if this is the default schema for this database.
isDefaultOnNull() - Method in class org.h2.table.Column
 
isDefinitelyWritable(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks whether a write on this column will definitely succeed.
isDefinitelyWritable(int) - Method in class org.h2.tools.SimpleResultSet
Returns false.
isDeletedByCurrentTransaction(K) - Method in class org.h2.mvstore.tx.TransactionMap
Check if the row was deleted by this transaction.
isDerby() - Method in class org.h2.bnf.context.DbContents
 
isDeterministic() - Method in class org.h2.expression.function.table.ArrayTableFunction
 
isDeterministic() - Method in class org.h2.expression.function.table.CSVReadFunction
 
isDeterministic() - Method in class org.h2.expression.function.table.JavaTableFunction
 
isDeterministic() - Method in class org.h2.expression.function.table.LinkSchemaFunction
 
isDeterministic() - Method in class org.h2.expression.function.table.TableFunction
Whether the function always returns the same result for the same parameters.
isDeterministic() - Method in class org.h2.mvstore.db.MVTable
 
isDeterministic() - Method in class org.h2.schema.FunctionAlias
 
isDeterministic() - Method in class org.h2.table.DataChangeDeltaTable
 
isDeterministic() - Method in class org.h2.table.DualTable
 
isDeterministic() - Method in class org.h2.table.FunctionTable
 
isDeterministic() - Method in class org.h2.table.MetaTable
 
isDeterministic() - Method in class org.h2.table.RangeTable
 
isDeterministic() - Method in class org.h2.table.Table
Check if the table is deterministic.
isDeterministic() - Method in class org.h2.table.TableLink
 
isDeterministic() - Method in class org.h2.table.TableValueConstructorTable
 
isDeterministic() - Method in class org.h2.table.TableView
 
isDirectory() - Method in class org.h2.store.fs.disk.FilePathDisk
 
isDirectory() - Method in class org.h2.store.fs.FilePath
Check if it is a file or a directory.
isDirectory() - Method in class org.h2.store.fs.FilePathWrapper
 
isDirectory() - Method in class org.h2.store.fs.mem.FilePathMem
 
isDirectory() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
isDirectory() - Method in class org.h2.store.fs.zip.FilePathZip
 
isDirectory(String) - Static method in class org.h2.store.fs.FileUtils
Check if it is a file or a directory.
isDistinct() - Method in class org.h2.expression.aggregate.Aggregate
Returns if distinct is used.
isEmpty() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Check whether the cache is empty.
isEmpty() - Method in class org.h2.mvstore.MVMap
 
isEmpty() - Method in class org.h2.schema.MetaSchema
 
isEmpty() - Method in class org.h2.schema.Schema
Return whether is this schema is empty (does not contain any objects).
isEmpty() - Method in class org.h2.util.ByteStack
Returns true if this stack is empty.
isEnabled(int) - Method in class org.h2.message.TraceSystem
 
isEnabled(int) - Method in class org.h2.message.TraceWriterAdapter
 
isEnd() - Method in class org.h2.index.IndexCondition
Check if this index condition is of the type column smaller or equal to value.
isEvaluatable() - Method in class org.h2.index.IndexCondition
Check if the expression can be evaluated.
isEvaluatable() - Method in class org.h2.table.TableFilter
 
isEverything(ExpressionVisitor) - Method in class org.h2.command.query.Query
Check if this expression and all sub-expressions can fulfill a criteria.
isEverything(ExpressionVisitor) - Method in class org.h2.command.query.Select
 
isEverything(ExpressionVisitor) - Method in class org.h2.command.query.SelectUnion
 
isEverything(ExpressionVisitor) - Method in class org.h2.command.query.TableValueConstructor
 
isEverything(ExpressionVisitor) - Method in class org.h2.constraint.Constraint
Visit all elements in the constraint.
isEverything(ExpressionVisitor) - Method in class org.h2.constraint.ConstraintCheck
 
isEverything(ExpressionVisitor) - Method in class org.h2.constraint.ConstraintDomain
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.aggregate.Aggregate
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.aggregate.JavaAggregate
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Alias
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.analysis.DataAnalysisOperation
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.ArrayConstructorByQuery
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.BetweenPredicate
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.CompareLike
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.Comparison
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.ConditionAndOr
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.ConditionAndOrN
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.ConditionIn
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.ConditionInParameter
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.ConditionInQuery
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.ConditionNot
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.IsJsonPredicate
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.ExistsPredicate
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.UniquePredicate
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.condition.SimplePredicate
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.DomainValueExpression
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Expression
Check if this expression and all sub-expressions can fulfill a criteria.
isEverything(ExpressionVisitor) - Method in class org.h2.expression.ExpressionColumn
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.ExpressionList
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.CompatibilitySequenceValueFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.CSVWriteFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.CurrentDateTimeValueFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.CurrentGeneralValueSpecification
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.DataTypeSQLFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.DBObjectFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.FileFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.Function0_1
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.JavaFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.RandFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.SessionControlFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.SetFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.SysInfoFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.function.TableInfoFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Operation1_2
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Operation1
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Operation2
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.OperationN
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Parameter
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Rownum
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.SequenceValue
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.SimpleCase
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Subquery
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.ValueExpression
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Variable
 
isEverything(ExpressionVisitor) - Method in class org.h2.expression.Wildcard
 
isEverything(ExpressionVisitor) - Method in class org.h2.mode.ModeFunction
 
isEverything(ExpressionVisitor) - Method in class org.h2.mode.OnDuplicateKeyValues
 
isExclusive() - Method in class org.h2.jmx.DatabaseInfo
 
isExclusive() - Method in interface org.h2.jmx.DatabaseInfoMBean
Is the database open in exclusive mode?
isExpired() - Method in class org.h2.index.ViewIndex
 
isFalse() - Method in class org.h2.value.Value
Returns whether this value IS FALSE.
isFetchPercent() - Method in class org.h2.command.query.Query
 
isFindUsingFullTableScan() - Method in class org.h2.index.Index
Returns true if find() implementation performs scan over all index, false if find() performs the fast lookup.
isFindUsingFullTableScan() - Method in class org.h2.index.VirtualConstructedTableIndex
 
isFinished() - Method in class org.h2.util.Task
Whether the call method has returned (with or without exception).
isFinite() - Method in class org.h2.value.ValueDecfloat
Returns true, if this value is finite.
isFirebird() - Method in class org.h2.bnf.context.DbContents
 
isFirst() - Method in class org.h2.jdbc.JdbcResultSet
Checks if the current position is row 1, that means next() was called once and returned true.
isFirst() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
isFirstColumn(Column) - Method in class org.h2.index.Index
Check if the given column is the first for this index
isFirstColumn(Column) - Method in class org.h2.index.MetaIndex
 
isFirstColumn(Column) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
isFirstColumn(Column) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
isFree(long, int) - Method in class org.h2.mvstore.FreeSpaceBitSet
Check whether one of the blocks is free.
isGenerated() - Method in class org.h2.table.Column
Returns whether this column is a generated column.
isGeneratedAlways() - Method in class org.h2.table.Column
Returns whether this column is a generated column or always generated identity column.
isGlobalTemporary() - Method in class org.h2.table.Table
 
isGlobalTemporary() - Method in class org.h2.table.TableBase
 
isGroupOrNoOthers() - Method in enum org.h2.expression.analysis.WindowFrameExclusion
Returns true if this exclusion clause excludes or includes the whole group.
isGroupQuery() - Method in class org.h2.command.query.Select
Checks if this query is a group query.
isGroupWindowStage2() - Method in class org.h2.command.query.Select
Checks if window stage of group window query is performed.
isH2() - Method in class org.h2.bnf.context.DbContents
 
isHash() - Method in class org.h2.index.IndexType
Is this a hash index?
isHidden - Variable in class org.h2.command.ddl.CreateTableData
The table is hidden.
isHidden - Variable in class org.h2.table.Table
Protected tables are not listed in the meta data and are excluded when using the SCRIPT command.
isHidden() - Method in class org.h2.constraint.Constraint
 
isHidden() - Method in class org.h2.index.Index
 
isHidden() - Method in class org.h2.schema.SchemaObject
Check whether this is a hidden object that doesn't appear in the meta data and in the script, and is not dropped on DROP ALL OBJECTS.
isHidden() - Method in class org.h2.table.Table
 
isIdentity() - Method in class org.h2.expression.Alias
 
isIdentity() - Method in class org.h2.expression.Expression
Check if this is an identity column.
isIdentity() - Method in class org.h2.expression.ExpressionColumn
 
isIdentity() - Method in class org.h2.expression.Format
 
isIdentity() - Method in class org.h2.table.Column
Returns whether this column is an identity column.
isIdentity(int) - Method in class org.h2.result.LazyResult
 
isIdentity(int) - Method in class org.h2.result.LocalResult
 
isIdentity(int) - Method in interface org.h2.result.ResultInterface
Check if this is an identity column.
isIdentity(int) - Method in class org.h2.result.ResultRemote
 
isIdentity(int) - Method in class org.h2.result.ResultWithPaddedStrings
 
isIdentity(int) - Method in class org.h2.result.SimpleResult
 
isIgnoredByParser(String) - Static method in class org.h2.engine.ConnectionInfo
Returns whether setting with the specified name should be ignored by parser.
isIndexable(TypeInfo) - Static method in class org.h2.value.DataType
Returns whether columns with the specified data type may have an index.
isInfoEnabled() - Method in class org.h2.message.Trace
Check if the trace level is equal or higher than INFO.
isInfoEnabled() - Method in class org.h2.message.TraceObject
Check if info trace level is enabled.
isInPlace(byte[]) - Method in class org.h2.mvstore.StreamStore
Check whether the id itself contains all the data.
isInsertable() - Method in class org.h2.table.MetaTable
 
isInsertable() - Method in class org.h2.table.Table
Returns whether this table is insertable.
isInsertable() - Method in class org.h2.table.TableLink
 
isInsertable() - Method in class org.h2.table.TableView
 
isInsertable() - Method in class org.h2.table.VirtualTable
 
isInside(Object, Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
Check whether a is completely inside b and does not touch the given bound.
isInsideRemark() - Method in class org.h2.util.ScriptReader
Check if this is the last statement, and if the single line or block comment is not finished yet.
isInsteadOf() - Method in class org.h2.schema.TriggerObject
 
isIntervalType(int) - Static method in class org.h2.value.DataType
Check if the given value type is an interval type.
isInvalid() - Method in class org.h2.table.TableSynonym
 
isInvalid() - Method in class org.h2.table.TableView
Check if this view is currently invalid.
isJavaxScriptSource(String) - Static method in class org.h2.util.SourceCompiler
Whether the passed source can be compiled using ScriptEngineManager.
isJoinOuter() - Method in class org.h2.table.TableFilter
Whether this is an outer joined table.
isJoinOuterIndirect() - Method in class org.h2.table.TableFilter
Whether this is indirectly an outer joined table (nested within an inner join).
IsJsonPredicate - Class in org.h2.expression.condition
IS JSON predicate.
IsJsonPredicate(Expression, boolean, boolean, boolean, JSONItemType) - Constructor for class org.h2.expression.condition.IsJsonPredicate
 
isKeyword(String, boolean) - Static method in class org.h2.util.ParserUtil
Checks if this string is a SQL keyword.
isLargeObject(int) - Static method in class org.h2.value.DataType
Check if the given value type is a large object (BLOB or CLOB).
isLast() - Method in class org.h2.jdbc.JdbcResultSet
Checks if the current position is the last row, that means next() was called and did not yet returned false, but will in the next call.
isLast() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
isLazy() - Method in class org.h2.result.LazyResult
 
isLazy() - Method in class org.h2.result.LocalResult
 
isLazy() - Method in interface org.h2.result.ResultInterface
Check if this a lazy execution result.
isLazy() - Method in class org.h2.result.ResultRemote
 
isLazy() - Method in class org.h2.result.ResultWithPaddedStrings
 
isLazy() - Method in class org.h2.result.SimpleResult
 
isLazyQueryExecution() - Method in class org.h2.engine.SessionLocal
 
isLeaf() - Method in class org.h2.mvstore.Page
Check whether this is a leaf page.
isLeafPosition(long) - Static method in class org.h2.mvstore.DataUtils
Determines whether specified file position corresponds to a leaf page
isLinkedToTable() - Method in class org.h2.value.lob.LobData
 
isLinkedToTable() - Method in class org.h2.value.lob.LobDataDatabase
Check if this value is linked to a specific table.
isLinkedToTable() - Method in class org.h2.value.lob.LobDataFetchOnDemand
Check if this value is linked to a specific table.
isLinkedToTable() - Method in class org.h2.value.ValueLob
Check if this value is linked to a specific table.
isLocalAddress(Socket) - Static method in class org.h2.util.NetUtils
Check if a socket is connected to a local address.
isLockedByCurrentThread() - Method in class org.h2.mvstore.RootReference
 
isLockedExclusively() - Method in class org.h2.mvstore.db.MVTable
 
isLockedExclusively() - Method in class org.h2.table.Table
Check if this table is locked exclusively.
isLockedExclusivelyBy(SessionLocal) - Method in class org.h2.mvstore.db.MVTable
 
isLockedExclusivelyBy(SessionLocal) - Method in class org.h2.table.Table
Check if the table is exclusively locked by this session.
isMemoryEstimationAllowed() - Method in class org.h2.mvstore.db.NullValueDataType
 
isMemoryEstimationAllowed() - Method in class org.h2.mvstore.type.BasicDataType
 
isMemoryEstimationAllowed() - Method in interface org.h2.mvstore.type.DataType
Whether memory estimation based on previously seen values is allowed/desirable
isMSSQLServer() - Method in class org.h2.bnf.context.DbContents
 
isMySQL() - Method in class org.h2.bnf.context.DbContents
 
isNegative() - Method in class org.h2.api.Interval
Returns where the interval is negative.
isNegative() - Method in class org.h2.value.ValueInterval
Returns where the interval is negative.
isNeverLazy() - Method in class org.h2.command.query.Query
 
isNoFromClauseFilter() - Method in class org.h2.table.TableFilter
Returns whether this is a table filter with implicit DUAL table for a SELECT without a FROM clause.
isNoWait() - Method in class org.h2.schema.TriggerObject
 
isNull() - Method in class org.h2.mvstore.db.SpatialKey
 
isNull() - Method in interface org.h2.mvstore.rtree.Spatial
Test whether this object has no value
isNull(int) - Method in class org.h2.result.SearchRow
Determine if specified column contains NULL
isNull(int) - Method in class org.h2.result.SimpleRowValue
 
isNullable() - Method in class org.h2.table.Column
 
isNullable(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
Checks if this is nullable parameter.
isNullable(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks if this is nullable column.
isNullable(int) - Method in class org.h2.tools.SimpleResultSet
Returns ResultSetMetaData.columnNullableUnknown.
isNullConstant() - Method in class org.h2.expression.Expression
Check if this expression will always return the NULL value.
isNullConstant() - Method in class org.h2.expression.TypedValueExpression
 
isNullConstant() - Method in class org.h2.expression.ValueExpression
 
isNullOrEmpty(String) - Static method in class org.h2.util.StringUtils
Check if a String is null or empty (the length is null).
isNullRow() - Method in class org.h2.table.TableFilter
 
isNumber(String) - Static method in class org.h2.util.StringUtils
Check if this string is a decimal number.
isNumericType(int) - Static method in class org.h2.value.DataType
Check if the given value type is a numeric type.
ISO_DAY_OF_WEEK - Static variable in class org.h2.expression.function.DateTimeFunction
ISO day of week.
ISO_WEEK - Static variable in class org.h2.expression.function.DateTimeFunction
ISO week.
ISO_WEEK_YEAR - Static variable in class org.h2.expression.function.DateTimeFunction
ISO week-based year.
IsolationLevel - Enum in org.h2.engine
Level of isolation.
isolationLevelInSelectOrInsertStatement - Variable in class org.h2.engine.Mode
can set the isolation level using WITH {RR|RS|CS|UR}
isOldInformationSchema() - Method in class org.h2.engine.Session
Returns whether INFORMATION_SCHEMA contains old-style tables.
isOldInformationSchema() - Method in class org.h2.engine.SessionLocal
 
isOldInformationSchema() - Method in class org.h2.engine.SessionRemote
 
isOnRollback() - Method in class org.h2.schema.TriggerObject
 
isOpen() - Method in class org.h2.engine.SessionLocal
 
isOption(String, String) - Static method in class org.h2.util.Tool
Check if the argument matches the option.
isOracle() - Method in class org.h2.bnf.context.DbContents
 
isOracle() - Method in class org.h2.table.TableLink
 
isOrdered() - Method in class org.h2.expression.analysis.Window
Returns true if window ordering clause is specified or ROWS unit is used.
isOverlap(Spatial, Spatial) - Method in class org.h2.mvstore.rtree.SpatialDataType
Check whether the two objects overlap.
isPageSaved(long) - Static method in class org.h2.mvstore.DataUtils
Find out if page was saved.
isParameterized() - Method in class org.h2.expression.analysis.WindowFrameBound
Returns whether bound is defined as n PRECEDING or n FOLLOWING.
isParsingCreateView() - Method in class org.h2.engine.SessionLocal
 
isPersistData() - Method in class org.h2.table.Table
 
isPersistent() - Method in class org.h2.engine.ConnectionInfo
Check if the referenced database is persistent.
isPersistent() - Method in class org.h2.engine.Database
Check if this database is disk-based.
isPersistent() - Method in class org.h2.index.IndexType
Is this index persistent?
isPersistent() - Method in class org.h2.mvstore.MVMap
 
isPersistent() - Method in class org.h2.mvstore.Page
 
isPersistIndexes() - Method in class org.h2.table.Table
 
isPersistUsers() - Method in class org.h2.security.auth.DefaultAuthenticator
If set save users externals defined during the authentication.
isPoolable() - Method in class org.h2.jdbc.JdbcStatement
Returns whether this object is poolable.
isPostgreSQL() - Method in class org.h2.bnf.context.DbContents
 
isPrimaryKey() - Method in class org.h2.index.IndexType
Does this index belong to a primary key constraint?
isPrimaryKey() - Method in class org.h2.table.Column
 
isPropertyExpected() - Method in class org.h2.util.json.JSONByteArrayTarget
 
isPropertyExpected() - Method in class org.h2.util.json.JSONStringTarget
 
isPropertyExpected() - Method in class org.h2.util.json.JSONTarget
Returns whether member's name or the end of the current object is expected.
isPropertyExpected() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
isPropertyExpected() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
isPropertyExpected() - Method in class org.h2.util.json.JSONValueTarget
 
isQuadraticSplit() - Method in class org.h2.mvstore.rtree.MVRTreeMap
 
isQuery() - Method in class org.h2.command.Command
Check if this command is a query.
isQuery() - Method in class org.h2.command.CommandContainer
 
isQuery() - Method in interface org.h2.command.CommandInterface
Check if this is a query.
isQuery() - Method in class org.h2.command.CommandRemote
 
isQuery() - Method in class org.h2.command.dml.Call
 
isQuery() - Method in class org.h2.command.dml.ExecuteProcedure
 
isQuery() - Method in class org.h2.command.dml.Explain
 
isQuery() - Method in class org.h2.command.dml.Help
 
isQuery() - Method in class org.h2.command.dml.ScriptCommand
 
isQuery() - Method in class org.h2.command.Prepared
Check if this object is a query.
isQuery() - Method in class org.h2.command.query.Query
 
isQueryComparable() - Method in class org.h2.table.Table
Check whether the table (or view) contains no columns that prevent index conditions to be used.
isQueryComparable() - Method in class org.h2.table.TableView
 
isQuickAggregateQuery() - Method in class org.h2.command.query.Select
Check if this is an aggregate query with direct lookup, for example a query of the type SELECT COUNT(*) FROM TEST or SELECT MAX(ID) FROM TEST.
isQuirksMode() - Method in class org.h2.engine.SessionLocal
Returns whether quirks mode is enabled explicitly or implicitly.
isRandomAccessResult() - Method in class org.h2.command.query.Query
Returns whether results support random access.
isReadOnly() - Method in class org.h2.command.Command
Check if this command is read only.
isReadOnly() - Method in class org.h2.command.CommandContainer
 
isReadOnly() - Method in class org.h2.command.ddl.DefineCommand
 
isReadOnly() - Method in class org.h2.command.dml.Call
 
isReadOnly() - Method in class org.h2.command.dml.Explain
 
isReadOnly() - Method in class org.h2.command.dml.Help
 
isReadOnly() - Method in class org.h2.command.dml.NoOperation
 
isReadOnly() - Method in class org.h2.command.Prepared
Check if this command is read only.
isReadOnly() - Method in class org.h2.command.query.Query
 
isReadOnly() - Method in class org.h2.engine.Database
 
isReadOnly() - Method in class org.h2.jdbc.JdbcConnection
Returns true if the database is read-only.
isReadOnly() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns the same as Connection.isReadOnly().
isReadOnly() - Method in class org.h2.jmx.DatabaseInfo
 
isReadOnly() - Method in interface org.h2.jmx.DatabaseInfoMBean
Is the database read-only?
isReadOnly() - Method in class org.h2.mvstore.db.LobStorageMap
 
isReadOnly() - Method in class org.h2.mvstore.FileStore
 
isReadOnly() - Method in class org.h2.mvstore.MVMap
 
isReadOnly() - Method in class org.h2.mvstore.MVStore
Whether the store is read-only.
isReadOnly() - Method in class org.h2.store.LobStorageFrontend
 
isReadOnly() - Method in interface org.h2.store.LobStorageInterface
Whether the storage is read-only
isReadOnly(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks if this column is read only.
isReadOnly(int) - Method in class org.h2.tools.SimpleResultSet
Returns true.
isRecoveryReference() - Method in class org.h2.value.lob.LobDataDatabase
 
isRecursive() - Method in class org.h2.index.ViewIndex
 
isRecursive() - Method in class org.h2.table.TableView
 
isRecursiveQueryDetected() - Method in class org.h2.table.TableView
Was query recursion detected during compiling.
isRemote() - Method in class org.h2.engine.ConnectionInfo
Check if this is a remote connection.
isRemote() - Method in class org.h2.engine.Session
Check if this session is remote or embedded.
isRemote() - Method in class org.h2.engine.SessionLocal
 
isRemote() - Method in class org.h2.engine.SessionRemote
 
isRemoved() - Method in class org.h2.mvstore.Page
 
isReturnsResult() - Method in class org.h2.bnf.context.DbProcedure
 
isRoleGranted(Role) - Method in class org.h2.engine.RightOwner
Check if a role has been granted for this right owner.
isRoot() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
isRoot() - Method in class org.h2.store.fs.niomem.FilePathNioMemLZF
 
isRowBased() - Method in class org.h2.schema.TriggerObject
 
isRowId() - Method in class org.h2.table.Column
Returns whether this column is a row identity column.
isRowIdIndex() - Method in class org.h2.index.Index
Does this index support lookup by row id?
isRowIdIndex() - Method in class org.h2.mvstore.db.MVDelegateIndex
 
isRowIdIndex() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
isRowLockable() - Method in class org.h2.mvstore.db.MVTable
 
isRowLockable() - Method in class org.h2.table.Table
Views, function tables, links, etc. do not support locks
isRunning(boolean) - Method in class org.h2.server.pg.PgServer
 
isRunning(boolean) - Method in interface org.h2.server.Service
Check if the service is running.
isRunning(boolean) - Method in class org.h2.server.TcpServer
 
isRunning(boolean) - Method in class org.h2.server.web.WebServer
 
isRunning(boolean) - Method in class org.h2.tools.Server
Checks if the server is running.
isSameRM(XAResource) - Method in class org.h2.jdbcx.JdbcXAConnection
Checks if this is the same XAResource.
isSameTransaction(K) - Method in class org.h2.mvstore.tx.TransactionMap
Whether the entry for this key was added or removed from this session.
isSaved() - Method in class org.h2.mvstore.Page
 
isScan() - Method in class org.h2.index.IndexType
Is this a table scan pseudo-index?
isSearchable(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks if this column is searchable.
isSearchable(int) - Method in class org.h2.tools.SimpleResultSet
Returns true.
isSelectTrigger() - Method in class org.h2.schema.TriggerObject
Check whether this is a select trigger.
isSigned(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
Checks if this parameter is signed.
isSigned(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks if this column is signed.
isSigned(int) - Method in class org.h2.tools.SimpleResultSet
Returns true.
isSimpleIdentifier(String) - Method in class org.h2.jdbc.JdbcStatement
 
isSimpleIdentifier(String) - Method in interface org.h2.jdbc.JdbcStatementBackwardsCompat
Checks if specified identifier may be used without quotes.
isSimpleIdentifier(String, boolean, boolean) - Static method in class org.h2.util.ParserUtil
Is this a simple identifier (in the JDBC specification sense).
isSpatial() - Method in class org.h2.index.IndexType
Is this a spatial index?
isSpatialIntersects() - Method in class org.h2.index.IndexCondition
Check if this index condition is of the type spatial column intersects value.
isSQLite() - Method in class org.h2.bnf.context.DbContents
 
isStandardDistinct() - Method in class org.h2.command.query.Query
 
isStart() - Method in class org.h2.index.IndexCondition
Check if this index condition is of the type column larger or equal to value.
isStarting() - Method in class org.h2.engine.Database
Check if the database is currently opening.
isStopped() - Method in class org.h2.server.web.WebServer
 
isStoreKeys() - Method in class org.h2.mvstore.db.RowDataType
 
isStream() - Method in class org.h2.util.CacheObject
 
isStringType(int) - Static method in class org.h2.value.DataType
Check if the given value type is a String (VARCHAR,...).
isSysTableLocked() - Method in class org.h2.engine.Database
Checks if the system table (containing the catalog) is locked.
isSysTableLockedBy(SessionLocal) - Method in class org.h2.engine.Database
Checks if the system table (containing the catalog) is locked by the given session.
isSystem - Variable in class org.h2.bnf.context.DbSchema
True if this is a system schema (for example the INFORMATION_SCHEMA).
isTableExpression() - Method in class org.h2.table.Table
 
isTemporary() - Method in class org.h2.engine.DbObject
Check if this object is temporary (for example, a temporary table).
isTrace() - Method in class org.h2.store.fs.rec.FilePathRec
 
isTransactional() - Method in class org.h2.command.Command
Check if this command is transactional.
isTransactional() - Method in class org.h2.command.CommandContainer
 
isTransactional() - Method in class org.h2.command.ddl.AlterSequence
 
isTransactional() - Method in class org.h2.command.ddl.DefineCommand
 
isTransactional() - Method in class org.h2.command.ddl.DropUser
 
isTransactional() - Method in class org.h2.command.ddl.GrantRevoke
 
isTransactional() - Method in class org.h2.command.dml.AlterTableSet
 
isTransactional() - Method in class org.h2.command.dml.BackupCommand
 
isTransactional() - Method in class org.h2.command.dml.Call
 
isTransactional() - Method in class org.h2.command.dml.DataChangeStatement
 
isTransactional() - Method in class org.h2.command.dml.ExecuteImmediate
 
isTransactional() - Method in class org.h2.command.dml.ExecuteProcedure
 
isTransactional() - Method in class org.h2.command.dml.Explain
 
isTransactional() - Method in class org.h2.command.dml.Help
 
isTransactional() - Method in class org.h2.command.dml.NoOperation
 
isTransactional() - Method in class org.h2.command.dml.RunScriptCommand
 
isTransactional() - Method in class org.h2.command.dml.ScriptCommand
 
isTransactional() - Method in class org.h2.command.dml.Set
 
isTransactional() - Method in class org.h2.command.dml.SetSessionCharacteristics
 
isTransactional() - Method in class org.h2.command.dml.TransactionCommand
 
isTransactional() - Method in class org.h2.command.Prepared
Check if this command is transactional.
isTransactional() - Method in class org.h2.command.query.Query
 
isTrue() - Method in class org.h2.value.Value
Returns whether this value IS TRUE.
isTruncateLargeLength() - Method in class org.h2.engine.SessionLocal
Returns parsing mode of data types with too large length.
isUnion() - Method in class org.h2.command.query.Query
Check if this is a UNION query.
isUnion() - Method in class org.h2.command.query.Select
 
isUnion() - Method in class org.h2.command.query.SelectUnion
 
isUnion() - Method in class org.h2.command.query.TableValueConstructor
 
isUnique() - Method in class org.h2.index.IndexType
Is this a unique index?
isUpdatable() - Method in class org.h2.result.UpdatableRow
Check if this result set is updatable.
isUsed() - Method in class org.h2.table.TableFilter
 
isUsed(long, int) - Method in class org.h2.mvstore.FreeSpaceBitSet
Check whether one of the blocks is in use.
isValid() - Method in class org.h2.engine.DbObject
 
isValid() - Method in class org.h2.expression.analysis.WindowFrame
Checks validity of this frame.
isValid(int) - Method in class org.h2.jdbc.JdbcConnection
Returns true if this connection is still valid.
isValidDate(int, int, int) - Static method in class org.h2.util.DateTimeUtils
Verify if the specified date is valid.
isValueSeparatorExpected() - Method in class org.h2.util.json.JSONByteArrayTarget
 
isValueSeparatorExpected() - Method in class org.h2.util.json.JSONStringTarget
 
isValueSeparatorExpected() - Method in class org.h2.util.json.JSONTarget
Returns whether value separator expected before the next member or value.
isValueSeparatorExpected() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
isValueSeparatorExpected() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
isValueSeparatorExpected() - Method in class org.h2.util.json.JSONValueTarget
 
isValueSet() - Method in class org.h2.expression.DomainValueExpression
 
isValueSet() - Method in class org.h2.expression.Expression
Is the value of a parameter set.
isValueSet() - Method in class org.h2.expression.Parameter
 
isValueSet() - Method in interface org.h2.expression.ParameterInterface
Is the value of a parameter set.
isValueSet() - Method in class org.h2.expression.ParameterRemote
 
isValueSet() - Method in class org.h2.expression.ValueExpression
 
isVarArgs() - Method in class org.h2.schema.FunctionAlias.JavaMethod
 
isVariable() - Method in class org.h2.expression.analysis.WindowFrameBound
Returns whether bound is defined with a variable.
isVariableBinary() - Method in class org.h2.engine.SessionLocal
Returns BINARY data type parsing mode.
isVariableBounds() - Method in class org.h2.expression.analysis.WindowFrame
Check if bounds of this frame has variable expressions.
isView() - Method in class org.h2.bnf.context.DbTableOrView
 
isView() - Method in class org.h2.table.InformationSchemaTable
 
isView() - Method in class org.h2.table.Table
 
isView() - Method in class org.h2.table.TableView
 
isVolatile() - Method in class org.h2.mvstore.MVMap
Whether this is volatile map, meaning that changes are not persisted.
isWhenConditionOperand() - Method in class org.h2.expression.condition.BetweenPredicate
 
isWhenConditionOperand() - Method in class org.h2.expression.condition.CompareLike
 
isWhenConditionOperand() - Method in class org.h2.expression.condition.Comparison
 
isWhenConditionOperand() - Method in class org.h2.expression.condition.ConditionIn
 
isWhenConditionOperand() - Method in class org.h2.expression.condition.ConditionInConstantSet
 
isWhenConditionOperand() - Method in class org.h2.expression.condition.ConditionInParameter
 
isWhenConditionOperand() - Method in class org.h2.expression.condition.ConditionInQuery
 
isWhenConditionOperand() - Method in class org.h2.expression.condition.IsJsonPredicate
 
isWhenConditionOperand() - Method in class org.h2.expression.condition.SimplePredicate
 
isWhenConditionOperand() - Method in class org.h2.expression.Expression
Returns whether this expression is a right side of condition in a when operand.
isWhitespaceOrEmpty(String) - Static method in class org.h2.util.StringUtils
Check if the specified string is empty or contains only whitespace.
isWideningConversion(Column) - Method in class org.h2.table.Column
Check whether the new column is of the same type and not more restricted than this column.
isWindowQuery() - Method in class org.h2.command.query.Select
Checks if this query contains window functions.
isWithoutCount() - Method in class org.h2.expression.aggregate.ListaggArguments
Returns the LISTAGG count indication.
isWithTies() - Method in class org.h2.command.query.Query
 
isWrapperFor(Class) - Method in class org.h2.jdbc.JdbcConnection
Checks if unwrap can return an object of this class.
isWrapperFor(Class) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if unwrap can return an object of this class.
isWrapperFor(Class) - Method in class org.h2.jdbc.JdbcParameterMetaData
Checks if unwrap can return an object of this class.
isWrapperFor(Class) - Method in class org.h2.jdbc.JdbcResultSet
Checks if unwrap can return an object of this class.
isWrapperFor(Class) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks if unwrap can return an object of this class.
isWrapperFor(Class) - Method in class org.h2.jdbc.JdbcStatement
Checks if unwrap can return an object of this class.
isWrapperFor(Class) - Method in class org.h2.jdbcx.JdbcConnectionPool
Checks if unwrap can return an object of this class.
isWrapperFor(Class) - Method in class org.h2.jdbcx.JdbcDataSource
Checks if unwrap can return an object of this class.
isWrapperFor(Class) - Method in class org.h2.tools.SimpleResultSet
Checks if unwrap can return an object of this class.
isWritable(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Checks whether it is possible for a write on this column to succeed.
isWritable(int) - Method in class org.h2.tools.SimpleResultSet
Returns false.
isYearMonth() - Method in enum org.h2.api.IntervalQualifier
Returns whether interval with this qualifier is a year-month interval.
isYearMonthIntervalType(int) - Static method in class org.h2.value.DataType
Check if the given value type is a year-month interval type.
iterator(SessionLocal, ArrayList, SortOrder, int, boolean) - Method in class org.h2.expression.analysis.WindowFrame
Returns iterator.
iterator(Window, SessionLocal, ArrayList, SortOrder, int, boolean) - Static method in class org.h2.expression.analysis.WindowFrame
Returns iterator for the specified frame, or default iterator if frame is null.

J

JaasCredentialsValidator - Class in org.h2.security.auth.impl
Validate credentials by using standard Java Authentication and Authorization Service
JaasCredentialsValidator() - Constructor for class org.h2.security.auth.impl.JaasCredentialsValidator
 
JaasCredentialsValidator(String) - Constructor for class org.h2.security.auth.impl.JaasCredentialsValidator
Create the validator with the given name of JAAS configuration
JakartaDbStarter - Class in org.h2.server.web
This class can be used to start the H2 TCP server (or other H2 servers, for example the PG server) inside a Jakarta web application container such as Tomcat or Jetty.
JakartaDbStarter() - Constructor for class org.h2.server.web.JakartaDbStarter
 
JakartaWebServlet - Class in org.h2.server.web
This servlet lets the H2 Console be used in a Jakarta servlet container such as Tomcat or Jetty.
JakartaWebServlet() - Constructor for class org.h2.server.web.JakartaWebServlet
 
JAVA_OBJECT - Static variable in class org.h2.api.H2Type
The JAVA_OBJECT data type.
JAVA_OBJECT - Static variable in class org.h2.value.Value
The value type for JAVA_OBJECT values.
JAVA_OBJECT_SERIALIZER - Static variable in class org.h2.command.dml.SetTypes
The type of a SET JAVA_OBJECT_SERIALIZER statement.
JAVA_OBJECT_SERIALIZER - Static variable in class org.h2.engine.SysProperties
System property h2.javaObjectSerializer (default: null).
JAVA_OBJECT_SERIALIZER_CHANGE_WITH_DATA_TABLE - Static variable in class org.h2.api.ErrorCode
The error with code 90141 is thrown when trying to change the java object serializer while there was already data in the database.
JAVA_SYSTEM_COMPILER - Static variable in class org.h2.engine.SysProperties
System property h2.javaSystemCompiler (default: true).
JavaAggregate - Class in org.h2.expression.aggregate
This class wraps a user-defined aggregate.
JavaAggregate(UserAggregate, Expression[], Select, boolean) - Constructor for class org.h2.expression.aggregate.JavaAggregate
 
javaDecode(String) - Static method in class org.h2.util.StringUtils
Decode a text that is encoded as a Java string literal.
javaEncode(String) - Static method in class org.h2.util.StringUtils
Convert a string to a Java literal using the correct escape sequences.
javaEncode(String, StringBuilder, boolean) - Static method in class org.h2.util.StringUtils
Convert a string to a Java literal using the correct escape sequences.
JavaFunction - Class in org.h2.expression.function
This class wraps a user-defined function.
JavaFunction(FunctionAlias, Expression[]) - Constructor for class org.h2.expression.function.JavaFunction
 
JavaObjectSerializer - Interface in org.h2.api
Custom serialization mechanism for java objects being stored in column of type OTHER.
JavaTableFunction - Class in org.h2.expression.function.table
This class wraps a user-defined function.
JavaTableFunction(FunctionAlias, Expression[]) - Constructor for class org.h2.expression.function.table.JavaTableFunction
 
JDBC - Static variable in class org.h2.message.Trace
The trace module id for the JDBC API.
JdbcArray - Class in org.h2.jdbc
Represents an ARRAY value.
JdbcArray(JdbcConnection, Value, int) - Constructor for class org.h2.jdbc.JdbcArray
INTERNAL
JdbcBatchUpdateException - Exception Class in org.h2.jdbc
Represents a batch update database exception.
JdbcBlob - Class in org.h2.jdbc
Represents a BLOB value.
JdbcBlob(JdbcConnection, Value, JdbcLob.State, int) - Constructor for class org.h2.jdbc.JdbcBlob
INTERNAL
JdbcCallableStatement - Class in org.h2.jdbc
Represents a callable statement.
JdbcClob - Class in org.h2.jdbc
Represents a CLOB value.
JdbcClob(JdbcConnection, Value, JdbcLob.State, int) - Constructor for class org.h2.jdbc.JdbcClob
INTERNAL
jdbcCompliant() - Method in class org.h2.Driver
Check if this driver is compliant to the JDBC specification.
JdbcConnection - Class in org.h2.jdbc
Represents a connection (session) to a database.
JdbcConnection(String, Properties, String, Object, boolean) - Constructor for class org.h2.jdbc.JdbcConnection
INTERNAL the session closable object does not leak as Eclipse warns - due to the CloseWatcher.
JdbcConnection(Session, String, String) - Constructor for class org.h2.jdbc.JdbcConnection
INTERNAL
JdbcConnection(JdbcConnection) - Constructor for class org.h2.jdbc.JdbcConnection
INTERNAL
JdbcConnectionBackwardsCompat - Interface in org.h2.jdbc
Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.
JdbcConnectionPool - Class in org.h2.jdbcx
A simple standalone JDBC connection pool.
JdbcConnectionPool(ConnectionPoolDataSource) - Constructor for class org.h2.jdbcx.JdbcConnectionPool
 
JdbcConnectionPoolBackwardsCompat - Interface in org.h2.jdbcx
Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.
JdbcDatabaseMetaData - Class in org.h2.jdbc
Represents the meta data for a database.
JdbcDatabaseMetaDataBackwardsCompat - Interface in org.h2.jdbc
Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.
JdbcDataSource - Class in org.h2.jdbcx
A data source for H2 database connections.
JdbcDataSource() - Constructor for class org.h2.jdbcx.JdbcDataSource
The public constructor.
JdbcDataSourceBackwardsCompat - Interface in org.h2.jdbcx
Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.
JdbcDataSourceFactory - Class in org.h2.jdbcx
This class is used to create new DataSource objects.
JdbcDataSourceFactory() - Constructor for class org.h2.jdbcx.JdbcDataSourceFactory
The public constructor to create new factory objects.
JdbcDriverBackwardsCompat - Interface in org.h2
Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.
JdbcException - Interface in org.h2.jdbc
This interface contains additional methods for database exceptions.
JdbcLob - Class in org.h2.jdbc
Represents a large object value.
JdbcLob.State - Enum in org.h2.jdbc
State of the object.
JdbcParameterMetaData - Class in org.h2.jdbc
Information about the parameters of a prepared statement.
JdbcPreparedStatement - Class in org.h2.jdbc
Represents a prepared statement.
JdbcResultSet - Class in org.h2.jdbc
Represents a result set.
JdbcResultSet(JdbcConnection, JdbcStatement, CommandInterface, ResultInterface, int, boolean, boolean, boolean) - Constructor for class org.h2.jdbc.JdbcResultSet
 
JdbcResultSetMetaData - Class in org.h2.jdbc
Represents the meta data for a ResultSet.
JdbcSavepoint - Class in org.h2.jdbc
A savepoint is a point inside a transaction to where a transaction can be rolled back.
JdbcSQLDataException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLDataException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLDataException
Creates a SQLDataException.
JdbcSQLException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLException
Creates a SQLException.
JdbcSQLFeatureNotSupportedException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLFeatureNotSupportedException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLFeatureNotSupportedException
Creates a SQLFeatureNotSupportedException.
JdbcSQLIntegrityConstraintViolationException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLIntegrityConstraintViolationException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException
Creates a SQLIntegrityConstraintViolationException.
JdbcSQLInvalidAuthorizationSpecException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLInvalidAuthorizationSpecException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException
Creates a SQLInvalidAuthorizationSpecException.
JdbcSQLNonTransientConnectionException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLNonTransientConnectionException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLNonTransientConnectionException
Creates a SQLNonTransientConnectionException.
JdbcSQLNonTransientException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLNonTransientException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLNonTransientException
Creates a SQLNonTransientException.
JdbcSQLSyntaxErrorException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLSyntaxErrorException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLSyntaxErrorException
Creates a SQLSyntaxErrorException.
JdbcSQLTimeoutException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLTimeoutException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLTimeoutException
Creates a SQLTimeoutException.
JdbcSQLTransactionRollbackException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLTransactionRollbackException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLTransactionRollbackException
Creates a SQLTransactionRollbackException.
JdbcSQLTransientException - Exception Class in org.h2.jdbc
Represents a database exception.
JdbcSQLTransientException(String, String, String, int, Throwable, String) - Constructor for exception class org.h2.jdbc.JdbcSQLTransientException
Creates a SQLTransientException.
JdbcSQLXML - Class in org.h2.jdbc
Represents a SQLXML value.
JdbcSQLXML(JdbcConnection, Value, JdbcLob.State, int) - Constructor for class org.h2.jdbc.JdbcSQLXML
INTERNAL
JdbcStatement - Class in org.h2.jdbc
Represents a statement.
JdbcStatementBackwardsCompat - Interface in org.h2.jdbc
Allows us to compile on older platforms, while still implementing the methods from the newer JDBC API.
JdbcUtils - Class in org.h2.util
This is a utility class with JDBC helper functions.
JDBCX - Static variable in class org.h2.message.Trace
The trace module id for the JDBCX API
JdbcXAConnection - Class in org.h2.jdbcx
This class provides support for distributed transactions.
JdbcXid - Class in org.h2.jdbcx
An object of this class represents a transaction id.
join() - Method in class org.h2.util.Task
Stop the thread and wait until it is no longer running.
JOIN - Static variable in class org.h2.util.ParserUtil
The token "JOIN".
joinOuterIndirect - Variable in class org.h2.table.TableFilter
Whether this is a direct or indirect (nested) outer join
JSON - Enum constant in enum org.h2.expression.Format.FormatEnum
JSON.
JSON - Static variable in class org.h2.api.H2Type
The JSON data type.
JSON - Static variable in class org.h2.value.Value
The value type for JSON values.
JSON_ABSENT_ON_NULL - Static variable in class org.h2.util.json.JsonConstructorUtils
The ABSENT ON NULL flag.
JSON_ARRAYAGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for JSON_ARRAYAGG(expression).
JSON_OBJECTAGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for JSON_OBJECTAGG(expression: expression).
JSON_TEXT - Static variable in class org.h2.bnf.RuleFixed
 
JSON_WITH_UNIQUE_KEYS - Static variable in class org.h2.util.json.JsonConstructorUtils
The WITH UNIQUE KEYS flag.
JSONArray - Class in org.h2.util.json
JSON array.
jsonArrayAppend(ByteArrayOutputStream, Value, int) - Static method in class org.h2.util.json.JsonConstructorUtils
Appends a value to a JSON array in the specified output stream.
JSONBoolean - Class in org.h2.util.json
JSON boolean.
JSONByteArrayTarget - Class in org.h2.util.json
JSON byte array target.
JSONByteArrayTarget() - Constructor for class org.h2.util.json.JSONByteArrayTarget
Creates new instance of JSON byte array target.
JSONBytesSource - Class in org.h2.util.json
JSON byte array source.
JsonConstructorFunction - Class in org.h2.expression.function
JSON constructor function.
JsonConstructorFunction(boolean) - Constructor for class org.h2.expression.function.JsonConstructorFunction
Creates a new instance of JSON constructor function.
JsonConstructorUtils - Class in org.h2.util.json
Utilities for JSON constructors.
JSONItemType - Enum in org.h2.util.json
JSON item type.
JSONNull - Class in org.h2.util.json
JSON null.
JSONNumber - Class in org.h2.util.json
JSON number.
JSONObject - Class in org.h2.util.json
JSON object.
jsonObjectAppend(ByteArrayOutputStream, String, Value) - Static method in class org.h2.util.json.JsonConstructorUtils
Appends a value to a JSON object in the specified string builder.
jsonObjectFinish(ByteArrayOutputStream, int) - Static method in class org.h2.util.json.JsonConstructorUtils
Appends trailing closing brace to the specified string builder with a JSON object, validates it, and converts to a JSON value.
JSONString - Class in org.h2.util.json
JSON string.
JSONStringSource - Class in org.h2.util.json
JSON string source.
JSONStringTarget - Class in org.h2.util.json
JSON String target.
JSONStringTarget() - Constructor for class org.h2.util.json.JSONStringTarget
Creates new instance of JSON String target.
JSONStringTarget(boolean) - Constructor for class org.h2.util.json.JSONStringTarget
Creates new instance of JSON String target.
JSONTarget<R> - Class in org.h2.util.json
Abstract JSON output target.
JSONTarget() - Constructor for class org.h2.util.json.JSONTarget
 
JSONTextSource - Class in org.h2.util.json
JSON text source.
JSONValidationTarget - Class in org.h2.util.json
JSON validation target.
JSONValidationTarget() - Constructor for class org.h2.util.json.JSONValidationTarget
 
JSONValidationTargetWithoutUniqueKeys - Class in org.h2.util.json
JSON validation target without unique keys.
JSONValidationTargetWithoutUniqueKeys() - Constructor for class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
Creates new instance of JSON validation target without unique keys.
JSONValidationTargetWithUniqueKeys - Class in org.h2.util.json
JSON validation target with unique keys.
JSONValidationTargetWithUniqueKeys() - Constructor for class org.h2.util.json.JSONValidationTargetWithUniqueKeys
Creates new instance of JSON validation target with unique keys.
JSONValue - Class in org.h2.util.json
JSON value.
JSONValueTarget - Class in org.h2.util.json
JSON value target.
JSONValueTarget() - Constructor for class org.h2.util.json.JSONValueTarget
Creates new instance of JSON value target.
JSR310Utils - Class in org.h2.util
This utility class provides access to JSR 310 classes.
JTSUtils - Class in org.h2.util.geometry
Utilities for Geometry data type from JTS library.
JTSUtils.GeometryTarget - Class in org.h2.util.geometry
Converter output target that creates a JTS Geometry.
JULIAN_EPOCH - Static variable in class org.h2.expression.function.ToCharFunction
The beginning of the Julian calendar.

K

key - Variable in class org.h2.mvstore.tx.TransactionStore.Change
The key.
key - Variable in class org.h2.result.SearchRow
The row key.
KEY - Static variable in class org.h2.util.ParserUtil
The token "KEY".
keyIterator(K) - Method in class org.h2.mvstore.MVMap
Iterate over a number of keys.
keyIterator(K) - Method in class org.h2.mvstore.tx.TransactionMap
Iterate over keys.
keyIterator(K, boolean) - Method in class org.h2.mvstore.tx.TransactionMap
Iterate over keys in the specified order.
keyIterator(K, K) - Method in class org.h2.mvstore.tx.TransactionMap
Iterate over keys.
keyIteratorReverse(K) - Method in class org.h2.mvstore.MVMap
Iterate over a number of keys in reverse order
keyIteratorUncommitted(K, K) - Method in class org.h2.mvstore.tx.TransactionMap
Iterate over keys, including keys from uncommitted entries.
keyList() - Method in class org.h2.mvstore.MVMap
Get the key list.
keys - Variable in class org.h2.fulltext.IndexInfo
The column indexes of the key columns.
keys() - Method in class org.h2.util.SortedProperties
 
keys(boolean, boolean) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the list of keys.
keySet() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the set of keys for resident entries.
keySet() - Method in class org.h2.mvstore.MVMap
 
keysPerPage(int) - Method in class org.h2.mvstore.MVStore.Builder
Set the number of keys per page.
KEYSTORE_PASSWORD - Static variable in class org.h2.security.CipherFactory
The default password to use for the .h2.keystore file
keyType(DataType) - Method in class org.h2.mvstore.MVMap.BasicBuilder
Set the key data type.
keyType(DataType) - Method in class org.h2.mvstore.MVMap.Builder
 
KEYWORD - Static variable in class org.h2.bnf.Sentence
The token type for a keyword.
KEYWORD - Static variable in class org.h2.util.ParserUtil
A keyword.

L

LAG - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for LAG() window function.
last() - Method in class org.h2.jdbc.JdbcResultSet
Moves the current position to the last row.
last() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
LAST - Enum constant in enum org.h2.mode.DefaultNullOrdering
NULL values are sorted after other values, no matter if ascending or descending order is used.
LAST_KEYWORD - Static variable in class org.h2.util.ParserUtil
The ordinal number of the last keyword.
LAST_VALUE - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for LAST_VALUE() window function.
lastEntry() - Method in class org.h2.mvstore.tx.TransactionMap
Get the last entry.
lastKey() - Method in class org.h2.mvstore.MVMap
Get the last key, or null if the map is empty.
lastKey() - Method in class org.h2.mvstore.tx.TransactionMap
Get the last key.
lastModified() - Method in class org.h2.store.fs.disk.FilePathDisk
 
lastModified() - Method in class org.h2.store.fs.FilePath
Get the last modified date of a file
lastModified() - Method in class org.h2.store.fs.FilePathWrapper
 
lastModified() - Method in class org.h2.store.fs.mem.FilePathMem
 
lastModified() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
lastModified() - Method in class org.h2.store.fs.split.FilePathSplit
 
lastModified() - Method in class org.h2.store.fs.zip.FilePathZip
 
lastModified(String) - Static method in class org.h2.store.fs.FileUtils
Get the last modified date of a file.
lastUpdateTime - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The last time the statistics for this entry were updated, in milliseconds since 1970.
LAZY_QUERY_EXECUTION - Static variable in class org.h2.command.dml.SetTypes
The type of SET LAZY_QUERY_EXECUTION statement.
LazyResult - Class in org.h2.result
Lazy execution support for queries.
LazyResult(SessionLocal, Expression[]) - Constructor for class org.h2.result.LazyResult
 
LdapCredentialsValidator - Class in org.h2.security.auth.impl
Validate credentials by performing an LDAP bind
LdapCredentialsValidator() - Constructor for class org.h2.security.auth.impl.LdapCredentialsValidator
 
LEAD - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for LEAD() window function.
LEADING - Static variable in class org.h2.expression.function.TrimFunction
The LEADING flag.
LEAST - Static variable in class org.h2.expression.function.CoalesceFunction
LEAST() (non-standard).
left - Variable in class org.h2.expression.Operation1_2
The left part of the operation (the first argument).
left - Variable in class org.h2.expression.Operation2
The left part of the operation (the first argument).
LEFT - Static variable in class org.h2.expression.function.StringFunction2
LEFT() (non-standard).
LEFT - Static variable in class org.h2.util.ParserUtil
The token "LEFT".
LEGACY - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
LEGACY_ALGORITHMS_SECURITY_KEY - Static variable in class org.h2.security.CipherFactory
The security property which can prevent anonymous TLS connections.
legacyClassToType(Class) - Static method in class org.h2.util.LegacyDateTimeUtils
Get the type information for the given legacy Java class.
LegacyDateTimeUtils - Class in org.h2.util
Date and time utilities for Date, Time, and Timestamp classes.
legacyObjectToValue(CastDataProvider, Object) - Static method in class org.h2.util.LegacyDateTimeUtils
Convert a legacy Java object to a value.
len - Variable in class org.h2.mvstore.Chunk
The length in number of blocks.
length() - Method in class org.h2.jdbc.JdbcBlob
Returns the length.
length() - Method in class org.h2.jdbc.JdbcClob
Returns the length.
length() - Method in class org.h2.store.Data
Get the current write position of this buffer, which is the current length.
length() - Method in class org.h2.store.FileStore
Get the file size in bytes.
length(byte[]) - Method in class org.h2.mvstore.StreamStore
Calculate the number of data bytes for the given id.
LengthFunction - Class in org.h2.expression.function
CHAR_LENGTH(), or OCTET_LENGTH() function.
LengthFunction(Expression, int) - Constructor for class org.h2.expression.function.LengthFunction
 
LIKE - Enum constant in enum org.h2.expression.condition.CompareLike.LikeType
LIKE.
LIKE - Static variable in class org.h2.util.ParserUtil
The token "LIKE".
LIKE_ESCAPE_ERROR_1 - Static variable in class org.h2.api.ErrorCode
The error with code 22025 is thrown when using an invalid escape character sequence for LIKE or REGEXP.
limit - Variable in class org.h2.engine.Mode
Whether LIMIT / OFFSET clauses are supported.
limit() - Method in class org.h2.mvstore.WriteBuffer
Get the limit.
limit(int) - Method in class org.h2.mvstore.WriteBuffer
Set the limit, possibly growing the buffer.
LIMIT - Static variable in class org.h2.util.ParserUtil
The token "LIMIT".
limitsWereApplied() - Method in class org.h2.command.dml.Insert
 
limitsWereApplied() - Method in class org.h2.result.LocalResult
 
limitsWereApplied() - Method in interface org.h2.result.ResultTarget
A hint that sorting, offset and limit may be ignored by this result because they were applied during the query.
limitsWereApplied() - Method in class org.h2.result.SimpleResult
 
LINE_STRING - Static variable in class org.h2.util.geometry.GeometryUtils
LINESTRING geometry type.
LinkedCursor - Class in org.h2.index
The cursor implementation for the linked index.
LinkedIndex - Class in org.h2.index
A linked index is a index for a linked (remote) table.
LinkedIndex(TableLink, int, IndexColumn[], int, IndexType) - Constructor for class org.h2.index.LinkedIndex
 
LinkSchemaFunction - Class in org.h2.expression.function.table
A LINK_SCHEMA function.
LinkSchemaFunction() - Constructor for class org.h2.expression.function.table.LinkSchemaFunction
 
linkStatements() - Method in class org.h2.bnf.Bnf
Cross-link all statements with each other.
LISTAGG - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for LISTAGG(...).
ListaggArguments - Class in org.h2.expression.aggregate
Additional arguments of LISTAGG aggregate function.
ListaggArguments() - Constructor for class org.h2.expression.aggregate.ListaggArguments
Creates a new instance of additional arguments of LISTAGG aggregate function.
listen() - Method in class org.h2.server.pg.PgServer
 
listen() - Method in interface org.h2.server.Service
Listen for incoming connections.
listen() - Method in class org.h2.server.TcpServer
 
listen() - Method in class org.h2.server.web.WebServer
 
listSessions() - Method in class org.h2.jmx.DatabaseInfo
 
listSessions() - Method in interface org.h2.jmx.DatabaseInfoMBean
List sessions, including the queries that are in progress, and locked tables.
listSettings() - Method in class org.h2.jmx.DatabaseInfo
 
listSettings() - Method in interface org.h2.jmx.DatabaseInfoMBean
List the database settings.
LITERALS_ARE_NOT_ALLOWED - Static variable in class org.h2.api.ErrorCode
The error with code 90116 is thrown when trying use a literal in a SQL statement if literals are disabled.
LN - Static variable in class org.h2.expression.function.MathFunction1
LN().
load() - Static method in class org.h2.Driver
INTERNAL
load() - Method in class org.h2.store.FileLock
Load the properties file.
load(String) - Static method in class org.h2.util.JdbcUtils
Load the driver class for the given URL, if the database URL is known.
loadClass(String) - Method in interface org.h2.util.Utils.ClassFactory
Load the class.
loadH2(int) - Static method in class org.h2.tools.Upgrade
Loads the specified version of H2 in a separate class loader.
loadProperties(String) - Static method in class org.h2.util.SortedProperties
Load a properties object from a file.
loadUserClass(String) - Static method in class org.h2.util.JdbcUtils
Load a class, but check if it is allowed to load this class first.
LOB_CLIENT_MAX_SIZE_MEMORY - Static variable in class org.h2.engine.SysProperties
System property h2.lobClientMaxSizeMemory (default: 1048576).
LOB_CLOSED_ON_TIMEOUT_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90039 is thrown when trying to access a CLOB or BLOB object that timed out.
LOB_READ - Static variable in class org.h2.engine.SessionRemote
 
lobCloseBetweenReads - Static variable in class org.h2.engine.SysProperties
System property h2.lobCloseBetweenReads (default: false).
LobData - Class in org.h2.value.lob
LOB data.
LobDataDatabase - Class in org.h2.value.lob
LOB data stored in database.
LobDataDatabase(DataHandler, int, long) - Constructor for class org.h2.value.lob.LobDataDatabase
 
LobDataFetchOnDemand - Class in org.h2.value.lob
A implementation of the LOB data used on the client side of a remote H2 connection.
LobDataFetchOnDemand(DataHandler, int, long, byte[]) - Constructor for class org.h2.value.lob.LobDataFetchOnDemand
 
LobDataFile - Class in org.h2.value.lob
LOB data stored in a temporary file.
LobDataFile(DataHandler, String, FileStore) - Constructor for class org.h2.value.lob.LobDataFile
 
LobDataInMemory - Class in org.h2.value.lob
LOB data stored in memory.
LobDataInMemory(byte[]) - Constructor for class org.h2.value.lob.LobDataInMemory
 
lobId - Variable in class org.h2.mvstore.db.LobStorageMap.BlobReference
 
LobStorageFrontend - Class in org.h2.store
This factory creates in-memory objects and temporary files.
LobStorageFrontend(SessionRemote) - Constructor for class org.h2.store.LobStorageFrontend
 
LobStorageInterface - Interface in org.h2.store
A mechanism to store and retrieve lob data.
LobStorageMap - Class in org.h2.mvstore.db
This class stores LOB objects in the database, in maps.
LobStorageMap(Database) - Constructor for class org.h2.mvstore.db.LobStorageMap
 
LobStorageMap.BlobMeta - Class in org.h2.mvstore.db
 
LobStorageMap.BlobMeta.Type - Class in org.h2.mvstore.db
 
LobStorageMap.BlobReference - Class in org.h2.mvstore.db
 
LobStorageMap.BlobReference.Type - Class in org.h2.mvstore.db
 
LobStorageRemoteInputStream - Class in org.h2.store
An input stream used by the client side of a tcp connection to fetch LOB data on demand from the server.
LobStorageRemoteInputStream(SessionRemote, long, byte[]) - Constructor for class org.h2.store.LobStorageRemoteInputStream
 
lobTimeout - Variable in class org.h2.engine.DbSettings
Database setting LOB_TIMEOUT (default: 300000, which means 5 minutes).
localDateTimeToValue(LocalDateTime) - Static method in class org.h2.util.JSR310Utils
Converts a LocalDateTime to a Value.
localDateToValue(LocalDate) - Static method in class org.h2.util.JSR310Utils
Converts a LocalDate to a Value.
LocalResult - Class in org.h2.result
A local result set contains all row data of a result set.
LocalResult() - Constructor for class org.h2.result.LocalResult
Construct a local result object.
LocalResult(SessionLocal, Expression[], int, int) - Constructor for class org.h2.result.LocalResult
Construct a local result object.
LOCALTIME - Static variable in class org.h2.expression.function.CurrentDateTimeValueFunction
The function "LOCALTIME"
LOCALTIME - Static variable in class org.h2.util.ParserUtil
The token "LOCALTIME".
LOCALTIMESTAMP - Static variable in class org.h2.expression.function.CurrentDateTimeValueFunction
The function "LOCALTIMESTAMP"
LOCALTIMESTAMP - Static variable in class org.h2.util.ParserUtil
The token "LOCALTIMESTAMP".
localTimeToValue(LocalTime) - Static method in class org.h2.util.JSR310Utils
Converts a LocalTime to a Value.
LOCATE - Static variable in class org.h2.expression.function.StringFunction
LOCATE() (non-standard).
locatorsUpdateCopy() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Does the database make a copy before updating.
lock(long, long, boolean) - Method in class org.h2.store.fs.FakeFileChannel
 
lock(long, long, boolean) - Method in class org.h2.store.fs.FileBase
 
lock(K) - Method in class org.h2.mvstore.tx.TransactionMap
Lock row for the given key.
lock(SessionLocal) - Method in class org.h2.table.TableFilter
Lock the table.
lock(SessionLocal, int) - Method in class org.h2.mvstore.db.MVTable
 
lock(SessionLocal, int) - Method in class org.h2.table.Table
Lock the table for the given session.
lock(FileLockMethod) - Method in class org.h2.store.FileLock
Lock the file if possible.
LOCK - Static variable in class org.h2.message.Trace
The trace module id for locks.
LOCK_MODE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET LOCK_MODE statement.
LOCK_MODE - Static variable in class org.h2.expression.function.SysInfoFunction
LOCK_MODE().
LOCK_MODE_OFF - Static variable in class org.h2.engine.Constants
The lock mode that means no locking is used at all.
LOCK_MODE_READ_COMMITTED - Static variable in class org.h2.engine.Constants
The lock mode that means read locks are acquired, but they are released immediately after the statement is executed.
LOCK_MODE_TABLE - Static variable in class org.h2.engine.Constants
The lock mode that means table level locking is used for reads and writes.
LOCK_MODE_TABLE_GC - Static variable in class org.h2.engine.Constants
The lock mode that means table level locking is used for reads and writes.
LOCK_SLEEP - Static variable in class org.h2.engine.Constants
The number of milliseconds to wait between checking the .lock.db file still exists once a database is locked.
LOCK_TIMEOUT - Static variable in class org.h2.command.dml.SetTypes
The type of a SET LOCK_TIMEOUT statement.
LOCK_TIMEOUT - Static variable in class org.h2.expression.function.SysInfoFunction
LOCK_TIMEOUT().
LOCK_TIMEOUT_1 - Static variable in class org.h2.api.ErrorCode
The error with code 50200 is thrown when another connection locked an object longer than the lock timeout set for this connection, or when a deadlock occurred.
lockMeta(SessionLocal) - Method in class org.h2.engine.Database
Lock the metadata table for updates.
lockRow(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVTable
 
lockRow(SessionLocal, Row) - Method in class org.h2.table.Table
Locks row, preventing any updated to it, except from the session specified.
log(int, String, byte[], long) - Method in interface org.h2.store.fs.Recorder
Record the method.
log(int, String, byte[], long) - Method in class org.h2.store.RecoverTester
 
LOG - Static variable in class org.h2.expression.function.MathFunction2
LOG().
LOG10 - Static variable in class org.h2.expression.function.MathFunction1
LOG10().
logAndConvert(Throwable) - Method in class org.h2.message.TraceObject
Log an exception and convert it to a SQL exception if required.
logIsLogBase10 - Variable in class org.h2.engine.Mode
The single-argument function LOG() uses base 10 instead of E.
LongDataType - Class in org.h2.mvstore.type
Class LongDataType.
LOW - Enum constant in enum org.h2.mode.DefaultNullOrdering
NULL values are considered as smaller than other values during sorting.
LOWER - Static variable in class org.h2.expression.function.StringFunction1
LOWER().
LOWERCASE - Enum constant in enum org.h2.expression.function.ToCharFunction.Capitalization
All letters are lowercased.
lowerEntry(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the entry with largest key that is smaller than the given key, or null if no such key exists.
lowerKey(K) - Method in class org.h2.mvstore.MVMap
Get the largest key that is smaller than the given key, or null if no such key exists.
lowerKey(K) - Method in class org.h2.mvstore.tx.TransactionMap
Get the largest key that is smaller than the given key, or null if no such key exists.
lowerKey(RootReference, K) - Method in class org.h2.mvstore.MVMap
Get the largest key that is smaller than the given key, for the given root page, or null if no such key exists.
LPAD - Static variable in class org.h2.expression.function.StringFunction
LPAD() (non-standard).
LSHIFT - Static variable in class org.h2.expression.function.BitFunction
LSHIFT() (non-standard).
LZF - Static variable in interface org.h2.compress.Compressor
The LZF compression algorithm is used
LZFInputStream - Class in org.h2.compress
An input stream to read from an LZF stream.
LZFInputStream(InputStream) - Constructor for class org.h2.compress.LZFInputStream
 
LZFOutputStream - Class in org.h2.compress
An output stream to write an LZF stream.
LZFOutputStream(OutputStream) - Constructor for class org.h2.compress.LZFOutputStream
 

M

M - Static variable in class org.h2.util.geometry.GeometryUtils
Number of M coordinate.
main(String...) - Static method in class org.h2.mvstore.MVStoreTool
Runs this tool.
main(String...) - Static method in class org.h2.tools.Backup
Options are case sensitive.
main(String...) - Static method in class org.h2.tools.ChangeFileEncryption
Options are case sensitive.
main(String...) - Static method in class org.h2.tools.Console
When running without options, -tcp, -web, -browser and -pg are started.
main(String...) - Static method in class org.h2.tools.ConvertTraceFile
Options are case sensitive.
main(String...) - Static method in class org.h2.tools.CreateCluster
Options are case sensitive.
main(String...) - Static method in class org.h2.tools.DeleteDbFiles
Options are case sensitive.
main(String...) - Static method in class org.h2.tools.Recover
Options are case sensitive.
main(String...) - Static method in class org.h2.tools.Restore
Options are case sensitive.
main(String...) - Static method in class org.h2.tools.RunScript
Options are case sensitive.
main(String...) - Static method in class org.h2.tools.Script
Options are case sensitive.
main(String...) - Static method in class org.h2.tools.Server
When running without options, -tcp, -web, -browser and -pg are started.
main(String...) - Static method in class org.h2.tools.Shell
Options are case sensitive.
main(String...) - Static method in class org.h2.util.Profiler
Run the command line version of the profiler.
MAIN_SCHEMA_ID - Static variable in class org.h2.engine.Constants
The identity of PUBLIC schema.
map - Variable in class org.h2.mvstore.Page
Map this page belongs to
map - Variable in class org.h2.mvstore.tx.TransactionMap
The map used for writing (the latest version).
map(FileChannel.MapMode, long, long) - Method in class org.h2.store.fs.FakeFileChannel
 
map(FileChannel.MapMode, long, long) - Method in class org.h2.store.fs.FileBase
 
MAP_IN_AGGREGATE - Static variable in class org.h2.expression.Expression
State for expressions inside an aggregate for Expression.mapColumns(ColumnResolver, int, int).
MAP_IN_WINDOW - Static variable in class org.h2.expression.Expression
State for expressions inside a window function for Expression.mapColumns(ColumnResolver, int, int).
MAP_INITIAL - Static variable in class org.h2.expression.Expression
mapAndAddFilter(Expression) - Method in class org.h2.table.TableFilter
Map the columns and add the join condition.
mapColumns(ColumnResolver, int) - Method in class org.h2.command.query.Query
Map the columns to the given column resolver.
mapColumns(ColumnResolver, int) - Method in class org.h2.command.query.Select
 
mapColumns(ColumnResolver, int) - Method in class org.h2.command.query.SelectUnion
 
mapColumns(ColumnResolver, int) - Method in class org.h2.command.query.TableValueConstructor
 
mapColumns(ColumnResolver, int) - Method in class org.h2.expression.analysis.Window
Map the columns of the resolver to expression columns.
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.Alias
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.analysis.DataAnalysisOperation
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.ArrayConstructorByQuery
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.BetweenPredicate
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.CompareLike
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.Comparison
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.ConditionAndOr
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.ConditionAndOrN
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.ConditionIn
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.ConditionInParameter
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.ConditionInQuery
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.ConditionNot
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.IsJsonPredicate
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.ExistsPredicate
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.UniquePredicate
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.condition.SimplePredicate
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.DomainValueExpression
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.Expression
Map the columns of the resolver to expression columns.
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.ExpressionColumn
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.ExpressionList
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.function.Function0_1
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.function.JavaFunction
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.Operation0
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.Operation1_2
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.Operation1
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.Operation2
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.OperationN
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.SimpleCase
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.Subquery
 
mapColumns(ColumnResolver, int, int) - Method in class org.h2.expression.Wildcard
 
mapColumns(IndexColumn[], Table) - Static method in class org.h2.table.IndexColumn
Map the columns using the column names and the specified table.
mapColumnsAnalysis(ColumnResolver, int, int) - Method in class org.h2.expression.aggregate.AbstractAggregate
 
mapColumnsAnalysis(ColumnResolver, int, int) - Method in class org.h2.expression.aggregate.Aggregate
 
mapColumnsAnalysis(ColumnResolver, int, int) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Map the columns of the resolver to expression columns.
mapColumnsAnalysis(ColumnResolver, int, int) - Method in class org.h2.expression.analysis.WindowFunction
 
mapExceptColumns() - Method in class org.h2.expression.Wildcard
Returns map of excluded table columns to expression columns and validates that all columns are resolved and not duplicated.
mapId - Variable in class org.h2.mvstore.Chunk
The last used map id.
mapName - Variable in class org.h2.mvstore.tx.TransactionStore.Change
The name of the map where the change occurred.
mapUserToRoles(AuthenticationInfo) - Method in interface org.h2.api.UserToRolesMapper
Map user identified by authentication info to a set of granted roles.
mapUserToRoles(AuthenticationInfo) - Method in class org.h2.security.auth.impl.AssignRealmNameRole
 
mapUserToRoles(AuthenticationInfo) - Method in class org.h2.security.auth.impl.StaticRolesMapper
 
MariaDB - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
mark(int) - Method in class org.h2.store.RangeInputStream
 
mark(int) - Method in class org.h2.store.RangeReader
 
markStatementEnd() - Method in class org.h2.mvstore.tx.Transaction
Mark an exit from SQL statement execution within this transaction.
markStatementStart(HashSet) - Method in class org.h2.mvstore.tx.Transaction
Mark an entry into a new SQL statement execution within this transaction.
markSupported() - Method in class org.h2.store.RangeInputStream
 
markSupported() - Method in class org.h2.store.RangeReader
 
markTableForAnalyze(Table) - Method in class org.h2.engine.SessionLocal
Mark that the given table needs to be analyzed on commit.
markUsed(long, int) - Method in class org.h2.mvstore.FileStore
Mark the space as in use.
markUsed(long, int) - Method in class org.h2.mvstore.FreeSpaceBitSet
Mark the space as in use.
match(String) - Method in interface org.h2.util.Utils.ClassFactory
Check whether the factory can return the named class.
MATCH_ALL_ROW_KEY - Static variable in class org.h2.result.SearchRow
If the key is this value, then the key is considered equal to all other keys, when comparing.
MathFunction - Class in org.h2.expression.function
A math function.
MathFunction(Expression, Expression, int) - Constructor for class org.h2.expression.function.MathFunction
 
MathFunction1 - Class in org.h2.expression.function
A math function with one argument and DOUBLE PRECISION result.
MathFunction1(Expression, int) - Constructor for class org.h2.expression.function.MathFunction1
 
MathFunction2 - Class in org.h2.expression.function
A math function with two arguments and DOUBLE PRECISION result.
MathFunction2(Expression, Expression, int) - Constructor for class org.h2.expression.function.MathFunction2
 
MathUtils - Class in org.h2.util
This is a utility class with mathematical helper functions.
max(int) - Method in class org.h2.mvstore.db.SpatialKey
 
max(int) - Method in interface org.h2.mvstore.rtree.Spatial
Get the maximum value for the given dimension.
MAX - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for MAX(expression).
MAX - Static variable in class org.h2.value.ValueBigint
The largest ValueLong value.
MAX_ARRAY_CARDINALITY - Static variable in class org.h2.engine.Constants
The maximum allowed cardinality of array.
MAX_BI - Static variable in class org.h2.value.ValueBigint
The largest Long value, as a BigInteger.
MAX_COLUMNS - Static variable in class org.h2.engine.Constants
The maximum number of columns in a table, select statement or row value.
MAX_DATE_VALUE - Static variable in class org.h2.util.DateTimeUtils
Maximum possible date value.
MAX_FILE_RETRY - Static variable in class org.h2.engine.SysProperties
System property h2.maxFileRetry (default: 16).
MAX_ID - Static variable in class org.h2.mvstore.Chunk
The maximum chunk id.
MAX_IDENTIFIER_LENGTH - Static variable in class org.h2.engine.Constants
The maximum allowed length of identifiers.
MAX_LENGTH_INPLACE_LOB - Static variable in class org.h2.command.dml.SetTypes
The type of a SET MAX_LENGTH_INPLACE_LOB statement.
MAX_LOG_SIZE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET MAX_LOG_SIZE statement.
MAX_MEMORY_ROWS - Static variable in class org.h2.command.dml.SetTypes
The type of a SET MAX_MEMORY_ROWS statement.
MAX_MEMORY_ROWS - Static variable in class org.h2.engine.SysProperties
System property h2.maxMemoryRows (default: 40000 per GB of available RAM).
MAX_MEMORY_UNDO - Static variable in class org.h2.command.dml.SetTypes
The type of a SET MAX_MEMORY_UNDO statement.
MAX_NUMERIC_PRECISION - Static variable in class org.h2.engine.Constants
The maximum allowed precision of numeric data types.
MAX_OPERATION_MEMORY - Static variable in class org.h2.command.dml.SetTypes
The type of a SET MAX_OPERATION_MEMORY statement.
MAX_PARAMETER_INDEX - Static variable in class org.h2.engine.Constants
The highest possible parameter index.
MAX_RECONNECT - Static variable in class org.h2.engine.SysProperties
System property h2.maxReconnect (default: 3).
MAX_STRING_LENGTH - Static variable in class org.h2.engine.Constants
The maximum allowed length for character string, binary string, and other data types based on them; excluding LOB data types.
MAX_TRACE_DATA_LENGTH - Static variable in class org.h2.engine.SysProperties
System property h2.maxTraceDataLength (default: 65535).
MAX_VAR_INT_LEN - Static variable in class org.h2.mvstore.DataUtils
The maximum length of a variable size int.
MAX_VAR_LONG_LEN - Static variable in class org.h2.mvstore.DataUtils
The maximum length of a variable size long.
MAX_X - Static variable in class org.h2.util.geometry.GeometryUtils
Maximum X coordinate index.
MAX_Y - Static variable in class org.h2.util.geometry.GeometryUtils
Maximum Y coordinate index.
maxCompactTime - Variable in class org.h2.engine.DbSettings
Database setting MAX_COMPACT_TIME (default: 200).
MAXIMUM_PRECISION - Static variable in class org.h2.value.ValueInterval
The maximum leading field precision for intervals.
MAXIMUM_PRECISION - Static variable in class org.h2.value.ValueTime
The maximum precision and display size of the textual representation of a time.
MAXIMUM_PRECISION - Static variable in class org.h2.value.ValueTimestamp
The maximum precision and display size of the textual representation of a timestamp.
MAXIMUM_PRECISION - Static variable in class org.h2.value.ValueTimestampTimeZone
The maximum precision and display size of the textual representation of a timestamp.
MAXIMUM_PRECISION - Static variable in class org.h2.value.ValueTimeTimeZone
The maximum precision and display size of the textual representation of a time.
MAXIMUM_SCALE - Static variable in class org.h2.value.ValueInterval
The maximum scale for intervals with seconds.
MAXIMUM_SCALE - Static variable in class org.h2.value.ValueNumeric
The maximum scale.
MAXIMUM_SCALE - Static variable in class org.h2.value.ValueTime
The maximum scale for time.
MAXIMUM_SCALE - Static variable in class org.h2.value.ValueTimestamp
The maximum scale for timestamps.
maxLen - Variable in class org.h2.mvstore.Chunk
The sum of the max length of all pages.
maxLenLive - Variable in class org.h2.mvstore.Chunk
The sum of the length of all pages that are still alive.
maxMemory - Variable in class org.h2.mvstore.cache.CacheLongKeyLIRS.Config
The maximum memory to use (1 or larger).
maxPrecision - Variable in class org.h2.value.DataType
The maximum supported precision.
maxQueryTimeout - Variable in class org.h2.engine.DbSettings
Database setting MAX_QUERY_TIMEOUT (default: 0).
maxRows - Variable in class org.h2.jdbc.JdbcStatement
 
maxScale - Variable in class org.h2.value.DataType
The highest possible scale.
mayHaveNullDuplicates(SearchRow) - Method in class org.h2.index.Index
Check if this row may have duplicates with the same indexed values in the current compatibility mode.
mayHaveStandardViews() - Method in class org.h2.bnf.context.DbContents
Returns whether standard INFORMATION_SCHEMA.VIEWS may be supported.
MEDIAN - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for MEDIAN(expression).
member(String) - Method in class org.h2.util.json.JSONByteArrayTarget
 
member(String) - Method in class org.h2.util.json.JSONStringTarget
 
member(String) - Method in class org.h2.util.json.JSONTarget
Name of a member.
member(String) - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
member(String) - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
member(String) - Method in class org.h2.util.json.JSONValueTarget
 
MEMORY_ARRAY - Static variable in class org.h2.engine.Constants
The memory needed by an array.
MEMORY_CALCULATE - Static variable in class org.h2.result.DefaultRow
The constant that means "memory usage is unknown and needs to be calculated first".
MEMORY_CALCULATE - Static variable in class org.h2.result.SearchRow
The constant that means "memory usage is unknown and needs to be calculated first".
MEMORY_FREE - Static variable in class org.h2.expression.function.SysInfoFunction
MEMORY_FREE().
MEMORY_OBJECT - Static variable in class org.h2.engine.Constants
The memory needed by a regular object with at least one field.
MEMORY_POINTER - Static variable in class org.h2.engine.Constants
The memory needed by a pointer.
MEMORY_ROW - Static variable in class org.h2.engine.Constants
The memory needed by a Row.
MEMORY_USED - Static variable in class org.h2.expression.function.SysInfoFunction
MEMORY_USED().
MemoryEstimator - Class in org.h2.util
Class MemoryEstimator.
MemoryUnmapper - Class in org.h2.util
Unsafe memory unmapper.
Merge - Class in org.h2.command.dml
This class represents the statement MERGE or the MySQL compatibility statement REPLACE
Merge(SessionLocal, boolean) - Constructor for class org.h2.command.dml.Merge
 
MERGE - Static variable in interface org.h2.command.CommandInterface
The type of a MERGE statement.
MergedResult - Class in org.h2.result
Merged result.
MergedResult() - Constructor for class org.h2.result.MergedResult
 
MergeUsing - Class in org.h2.command.dml
This class represents the statement syntax MERGE INTO table alias USING...
MergeUsing(SessionLocal, TableFilter) - Constructor for class org.h2.command.dml.MergeUsing
 
MergeUsing.When - Class in org.h2.command.dml
Abstract WHEN command of the MERGE statement.
MergeUsing.WhenMatchedThenDelete - Class in org.h2.command.dml
 
MergeUsing.WhenMatchedThenUpdate - Class in org.h2.command.dml
 
MergeUsing.WhenNotMatched - Class in org.h2.command.dml
 
mergeWhere - Variable in class org.h2.engine.Mode
If true, merge when matched clause may have WHERE clause.
META_CHUNK - Static variable in class org.h2.mvstore.DataUtils
The prefix for chunks ("chunk.").
META_ID_KEY - Static variable in class org.h2.mvstore.MVStore
The key for the entry within "layout" map, which contains id of "meta" map.
META_MAP - Static variable in class org.h2.mvstore.DataUtils
The prefix for maps ("map.").
META_NAME - Static variable in class org.h2.mvstore.DataUtils
The prefix for names ("name.").
META_ROOT - Static variable in class org.h2.mvstore.DataUtils
The prefix for root positions of maps ("root.").
META_TABLE_TYPE_COUNT - Static variable in class org.h2.mode.PgCatalogTable
The number of meta table types.
META_TABLE_TYPE_COUNT - Static variable in class org.h2.table.InformationSchemaTable
The number of meta table types.
META_TABLE_TYPE_COUNT - Static variable in class org.h2.table.InformationSchemaTableLegacy
The number of meta table types.
MetaCursor - Class in org.h2.index
An index for a meta data table.
metaIndex - Variable in class org.h2.table.MetaTable
The index for this table.
MetaIndex - Class in org.h2.index
The index implementation for meta data tables.
MetaIndex(MetaTable, IndexColumn[], boolean) - Constructor for class org.h2.index.MetaIndex
 
MetaRecord - Class in org.h2.engine
A record in the system table of the database.
MetaRecord(SearchRow) - Constructor for class org.h2.engine.MetaRecord
 
MetaSchema - Class in org.h2.schema
Meta data schema.
MetaSchema(Database, int, String, User) - Constructor for class org.h2.schema.MetaSchema
Creates a new instance of meta data schema.
MetaTable - Class in org.h2.table
This class is responsible to build the database meta data pseudo tables.
MetaTable(Schema, int, int) - Constructor for class org.h2.table.MetaTable
Create a new metadata table.
MetaType<D> - Class in org.h2.mvstore.type
Class DBMetaType is a type for values in the type registry map.
MetaType(D, Thread.UncaughtExceptionHandler) - Constructor for class org.h2.mvstore.type.MetaType
 
METHOD_DISABLED_ON_AUTOCOMMIT_TRUE - Static variable in class org.h2.api.ErrorCode
The error with code 90147 is thrown when trying to execute a statement which closes the transaction (such as commit and rollback) and autocommit mode is on.
METHOD_NOT_ALLOWED_FOR_PREPARED_STATEMENT - Static variable in class org.h2.api.ErrorCode
The error with code 90130 is thrown when an execute method of PreparedStatement was called with a SQL statement.
METHOD_NOT_ALLOWED_FOR_QUERY - Static variable in class org.h2.api.ErrorCode
The error with code 90001 is thrown when Statement.executeUpdate() was called for a SELECT statement.
METHOD_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90087 is thrown when a method with matching number of arguments was not found in the class.
METHOD_ONLY_ALLOWED_FOR_QUERY - Static variable in class org.h2.api.ErrorCode
The error with code 90002 is thrown when Statement.executeQuery() was called for a statement that does not return a result set (for example, an UPDATE statement).
METHODS_MUST_HAVE_DIFFERENT_PARAMETER_COUNTS_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90073 is thrown when trying to create an alias for a Java method, if two methods exists in this class that have this name and the same number of parameters.
MICROSECOND - Static variable in class org.h2.expression.function.DateTimeFunction
Microsecond.
MILLENNIUM - Static variable in class org.h2.expression.function.DateTimeFunction
Millennium.
MILLIS_PER_DAY - Static variable in class org.h2.util.DateTimeUtils
The number of milliseconds per day.
MILLISECOND - Static variable in class org.h2.expression.function.DateTimeFunction
Millisecond.
mimeType - Variable in class org.h2.server.web.WebApp
The mime type of the current response.
min(int) - Method in class org.h2.mvstore.db.SpatialKey
 
min(int) - Method in interface org.h2.mvstore.rtree.Spatial
Get the minimum value for the given dimension.
MIN - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for MIN(expression).
MIN - Static variable in class org.h2.value.ValueBigint
The smallest ValueLong value.
MIN_DATE_VALUE - Static variable in class org.h2.util.DateTimeUtils
Minimum possible date value.
MIN_LONG_DECIMAL - Static variable in class org.h2.value.Value
The smallest Long value, as a BigDecimal.
MIN_X - Static variable in class org.h2.util.geometry.GeometryUtils
Minimum X coordinate index.
MIN_Y - Static variable in class org.h2.util.geometry.GeometryUtils
Minimum Y coordinate index.
minPrecision - Variable in class org.h2.value.DataType
The minimum supported precision.
minScale - Variable in class org.h2.value.DataType
The lowest possible scale.
MINUS - Enum constant in enum org.h2.expression.BinaryOperation.OpType
This operation represents a subtraction as in 2 - 1.
MINUS - Static variable in class org.h2.util.ParserUtil
The token "MINUS".
minusIsExcept - Variable in class org.h2.engine.Mode
Whether MINUS can be used as EXCEPT.
MINUTE - Enum constant in enum org.h2.api.IntervalQualifier
MINUTE
MINUTE - Static variable in class org.h2.expression.function.DateTimeFunction
Minute.
MINUTE - Static variable in class org.h2.util.ParserUtil
The token "MINUTE".
MINUTE_TO_SECOND - Enum constant in enum org.h2.api.IntervalQualifier
MINUTE TO SECOND
minutesFromInterval(IntervalQualifier, boolean, long, long) - Static method in class org.h2.util.IntervalUtils
Returns minutes value of interval, if any.
MOD - Static variable in class org.h2.expression.function.MathFunction
MOD().
mode - Variable in class org.h2.engine.Session.DynamicSettings
The database mode.
Mode - Class in org.h2.engine
The compatibility modes.
MODE - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for MODE(expression).
MODE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET MODE statement.
Mode.CharPadding - Enum in org.h2.engine
When CHAR values are right-padded with spaces.
Mode.ExpressionNames - Enum in org.h2.engine
Generation of column names for expressions.
Mode.ModeEnum - Enum in org.h2.engine
 
Mode.UniqueIndexNullsHandling - Enum in org.h2.engine
Determines how rows with NULL values in indexed columns are handled in unique indexes.
Mode.ViewExpressionNames - Enum in org.h2.engine
Generation of column names for expressions to be used in a view.
ModeFunction - Class in org.h2.mode
Base class for mode-specific functions.
modeToOptions(String) - Static method in class org.h2.store.fs.FileUtils
Convert the string representation to a set.
modify(Long, Long, Long, Long, Long, Sequence.Cycle, Long) - Method in class org.h2.schema.Sequence
Allows the base value, start value, min value, max value, increment and cache size to be updated atomically, including atomic validation.
MODULE_NAMES - Static variable in class org.h2.message.Trace
Module names by their ids as array indexes.
modulus(Value) - Method in class org.h2.value.Value
Take the modulus with a value and return the result.
modulus(Value) - Method in class org.h2.value.ValueBigint
 
modulus(Value) - Method in class org.h2.value.ValueDecfloat
 
modulus(Value) - Method in class org.h2.value.ValueDouble
 
modulus(Value) - Method in class org.h2.value.ValueEnumBase
 
modulus(Value) - Method in class org.h2.value.ValueInteger
 
modulus(Value) - Method in class org.h2.value.ValueNumeric
 
modulus(Value) - Method in class org.h2.value.ValueReal
 
modulus(Value) - Method in class org.h2.value.ValueSmallint
 
modulus(Value) - Method in class org.h2.value.ValueTinyint
 
MONTH - Enum constant in enum org.h2.api.IntervalQualifier
MONTH
MONTH - Static variable in class org.h2.expression.function.DateTimeFunction
Month.
MONTH - Static variable in class org.h2.util.ParserUtil
The token "MONTH".
monthFromDateValue(long) - Static method in class org.h2.util.DateTimeUtils
Get the month from a date value.
MONTHNAME - Static variable in class org.h2.expression.function.DayMonthNameFunction
MONTHNAME() (non-standard).
MONTHS - Static variable in class org.h2.expression.function.ToCharFunction
The month field.
monthsFromInterval(IntervalQualifier, boolean, long, long) - Static method in class org.h2.util.IntervalUtils
Returns months value of interval, if any.
mouseClicked(MouseEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
mouseEntered(MouseEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
mouseExited(MouseEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
mousePressed(MouseEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
mouseReleased(MouseEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
move(String, String) - Static method in class org.h2.store.fs.FileUtils
Rename a file if this is allowed.
moveAtomicReplace(String, String) - Static method in class org.h2.store.fs.FileUtils
Rename a file if this is allowed, and try to atomically replace an existing file.
moveTo(FilePath, boolean) - Method in class org.h2.store.fs.disk.FilePathDisk
 
moveTo(FilePath, boolean) - Method in class org.h2.store.fs.FilePath
Rename a file if this is allowed.
moveTo(FilePath, boolean) - Method in class org.h2.store.fs.FilePathWrapper
 
moveTo(FilePath, boolean) - Method in class org.h2.store.fs.mem.FilePathMem
 
moveTo(FilePath, boolean) - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
moveTo(FilePath, boolean) - Method in class org.h2.store.fs.rec.FilePathRec
 
moveTo(FilePath, boolean) - Method in class org.h2.store.fs.split.FilePathSplit
 
moveTo(FilePath, boolean) - Method in class org.h2.store.fs.zip.FilePathZip
 
moveToCurrentRow() - Method in class org.h2.jdbc.JdbcResultSet
Moves the current position to the current row.
moveToCurrentRow() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
moveToInsertRow() - Method in class org.h2.jdbc.JdbcResultSet
Moves the current position to the insert row.
moveToInsertRow() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
MSSQLServer - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
MULTI_LINE_STRING - Static variable in class org.h2.util.geometry.GeometryUtils
MULTILINESTRING geometry type.
MULTI_POINT - Static variable in class org.h2.util.geometry.GeometryUtils
MULTIPOINT geometry type.
MULTI_POLYGON - Static variable in class org.h2.util.geometry.GeometryUtils
MULTIPOLYGON geometry type.
MultiDimension - Class in org.h2.tools
A tool to help an application execute multi-dimensional range queries.
MultiDimension() - Constructor for class org.h2.tools.MultiDimension
 
multiply(Value) - Method in class org.h2.value.Value
Multiply with a value and return the result.
multiply(Value) - Method in class org.h2.value.ValueBigint
 
multiply(Value) - Method in class org.h2.value.ValueDecfloat
 
multiply(Value) - Method in class org.h2.value.ValueDouble
 
multiply(Value) - Method in class org.h2.value.ValueEnumBase
 
multiply(Value) - Method in class org.h2.value.ValueInteger
 
multiply(Value) - Method in class org.h2.value.ValueNumeric
 
multiply(Value) - Method in class org.h2.value.ValueReal
 
multiply(Value) - Method in class org.h2.value.ValueSmallint
 
multiply(Value) - Method in class org.h2.value.ValueTime
 
multiply(Value) - Method in class org.h2.value.ValueTinyint
 
MULTIPLY - Enum constant in enum org.h2.expression.BinaryOperation.OpType
This operation represents a multiplication as in 2 * 3.
MUST_GROUP_BY_COLUMN_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90016 is thrown when a column was used in the expression list or the order by clause of a group or aggregate query, and that column is not in the GROUP BY clause.
MVDelegateIndex - Class in org.h2.mvstore.db
An index that delegates indexing to another index.
MVDelegateIndex(MVTable, int, String, MVPrimaryIndex, IndexType) - Constructor for class org.h2.mvstore.db.MVDelegateIndex
 
MVIndex<K,V> - Class in org.h2.mvstore.db
An index that stores the data in an MVStore.
MVIndex(Table, int, String, IndexColumn[], int, IndexType) - Constructor for class org.h2.mvstore.db.MVIndex
 
MVMap<K,V> - Class in org.h2.mvstore
A stored map.
MVMap(Map, DataType, DataType) - Constructor for class org.h2.mvstore.MVMap
 
MVMap(MVMap) - Constructor for class org.h2.mvstore.MVMap
 
MVMap.BasicBuilder<M,K,V> - Class in org.h2.mvstore
A builder for this class.
MVMap.Builder<K,V> - Class in org.h2.mvstore
A builder for this class.
MVMap.Decision - Enum in org.h2.mvstore
The decision on what to do on an update.
MVMap.DecisionMaker<V> - Class in org.h2.mvstore
Class DecisionMaker provides callback interface (and should become a such in Java 8) for MVMap.operate method.
MVMap.MapBuilder<M,K,V> - Interface in org.h2.mvstore
A builder for maps.
MVPrimaryIndex - Class in org.h2.mvstore.db
A table stored in a MVStore.
MVPrimaryIndex(Database, MVTable, int, IndexColumn[], IndexType) - Constructor for class org.h2.mvstore.db.MVPrimaryIndex
 
MVRTreeMap<V> - Class in org.h2.mvstore.rtree
An r-tree implementation.
MVRTreeMap(Map, SpatialDataType, DataType) - Constructor for class org.h2.mvstore.rtree.MVRTreeMap
 
MVRTreeMap.Builder<V> - Class in org.h2.mvstore.rtree
A builder for this class.
MVRTreeMap.RTreeCursor<V> - Class in org.h2.mvstore.rtree
A cursor to iterate over a subset of the keys.
MVSecondaryIndex - Class in org.h2.mvstore.db
An index stored in a MVStore.
MVSecondaryIndex(Database, MVTable, int, String, IndexColumn[], int, IndexType) - Constructor for class org.h2.mvstore.db.MVSecondaryIndex
 
MVSpatialIndex - Class in org.h2.mvstore.db
This is an index based on a MVRTreeMap.
MVSpatialIndex(Database, MVTable, int, String, IndexColumn[], int, IndexType) - Constructor for class org.h2.mvstore.db.MVSpatialIndex
Constructor.
mvStore - Variable in class org.h2.engine.DbSettings
Database setting MV_STORE (default: true).
MVStore - Class in org.h2.mvstore
A persistent storage for maps.
MVStore.Builder - Class in org.h2.mvstore
A builder for an MVStore.
MVStore.TxCounter - Class in org.h2.mvstore
Class TxCounter is a simple data structure to hold version of the store along with the counter of open transactions, which are still operating on this version.
MVStoreException - Exception Class in org.h2.mvstore
Various kinds of MVStore problems, along with associated error code.
MVStoreException(int, String) - Constructor for exception class org.h2.mvstore.MVStoreException
 
MVStoreTool - Class in org.h2.mvstore
Utility methods used in combination with the MVStore.
MVStoreTool() - Constructor for class org.h2.mvstore.MVStoreTool
 
MVTable - Class in org.h2.mvstore.db
A table stored in a MVStore.
MVTable(CreateTableData, Store) - Constructor for class org.h2.mvstore.db.MVTable
 
MVTempResult - Class in org.h2.mvstore.db
Temporary result.
MySQL - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
MYSQL_STYLE - Enum constant in enum org.h2.engine.Mode.ViewExpressionNames
Use both specified and generated names as is, but replace too long generated names with Name_exp_###.

N

name - Variable in class org.h2.bnf.context.DbSchema
The schema name.
name - Variable in class org.h2.mode.FunctionInfo
The name of the function.
name - Variable in class org.h2.store.FileStore
The file name.
name - Variable in class org.h2.store.fs.FilePath
The complete path (which may be absolute or relative, depending on the file system).
name - Variable in class org.h2.util.SimpleColumnInfo
Name of the column.
NAME - Static variable in class org.h2.table.DualTable
The name of the range table.
NAME - Static variable in class org.h2.table.RangeTable
The name of the range table.
NAME_TOO_LONG_2 - Static variable in class org.h2.api.ErrorCode
The error with code 42622 is thrown when name of identifier is too long.
NamedExpression - Interface in org.h2.expression.function
A function-like expression with a name.
nameSeparatorsToNative(String) - Static method in class org.h2.util.IOUtils
Converts / and \ name separators in path to native separators.
NAN - Static variable in class org.h2.value.ValueDecfloat
The not a number value.
NANOS - Static variable in class org.h2.bnf.RuleFixed
 
NANOS_PER_DAY - Static variable in class org.h2.util.DateTimeUtils
The number of nanoseconds per day.
NANOS_PER_DAY_BI - Static variable in class org.h2.util.IntervalUtils
The number of nanoseconds per day as BigInteger.
NANOS_PER_HOUR - Static variable in class org.h2.util.DateTimeUtils
The number of nanoseconds per hour.
NANOS_PER_MINUTE - Static variable in class org.h2.util.DateTimeUtils
The number of nanoseconds per minute.
NANOS_PER_SECOND - Static variable in class org.h2.util.DateTimeUtils
The number of nanoseconds per second.
NANOSECOND - Static variable in class org.h2.expression.function.DateTimeFunction
Nanosecond.
nanosFromInterval(IntervalQualifier, boolean, long, long) - Static method in class org.h2.util.IntervalUtils
Returns nanoseconds value of interval, if any.
nanosFromLocalMillis(long) - Static method in class org.h2.util.LegacyDateTimeUtils
Convert a time in milliseconds in local time to the nanoseconds since midnight.
nanosFromLocalSeconds(long) - Static method in class org.h2.util.DateTimeUtils
Convert a time in seconds in local time to the nanoseconds since midnight.
nanoTimePlusMillis(long, int) - Static method in class org.h2.util.Utils
Returns the current value of the high-resolution time source plus the specified offset.
nativeSQL(String) - Method in class org.h2.jdbc.JdbcConnection
Translates a SQL statement into the database grammar.
NATURAL - Static variable in class org.h2.util.ParserUtil
The token "NATURAL".
needFlush() - Method in class org.h2.mvstore.RootReference
Whether flushing is needed.
needParentheses() - Method in class org.h2.expression.BinaryOperation
 
needParentheses() - Method in class org.h2.expression.CompatibilityDatePlusTimeOperation
 
needParentheses() - Method in class org.h2.expression.ConcatenationOperation
 
needParentheses() - Method in class org.h2.expression.condition.BetweenPredicate
 
needParentheses() - Method in class org.h2.expression.condition.CompareLike
 
needParentheses() - Method in class org.h2.expression.condition.Comparison
 
needParentheses() - Method in class org.h2.expression.condition.ConditionAndOr
 
needParentheses() - Method in class org.h2.expression.condition.ConditionAndOrN
 
needParentheses() - Method in class org.h2.expression.condition.ConditionIn
 
needParentheses() - Method in class org.h2.expression.condition.ConditionInConstantSet
 
needParentheses() - Method in class org.h2.expression.condition.ConditionInParameter
 
needParentheses() - Method in class org.h2.expression.condition.ConditionInQuery
 
needParentheses() - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
needParentheses() - Method in class org.h2.expression.condition.ConditionNot
 
needParentheses() - Method in class org.h2.expression.condition.IsJsonPredicate
 
needParentheses() - Method in class org.h2.expression.condition.SimplePredicate
 
needParentheses() - Method in class org.h2.expression.Expression
Returns whether this expressions needs to be wrapped in parentheses when it is used as an argument of other expressions.
needParentheses() - Method in class org.h2.expression.IntervalOperation
 
needParentheses() - Method in class org.h2.expression.UnaryOperation
 
needRebuild() - Method in class org.h2.index.Index
Check if the index needs to be rebuilt.
needRebuild() - Method in class org.h2.index.LinkedIndex
 
needRebuild() - Method in class org.h2.index.MetaIndex
 
needRebuild() - Method in class org.h2.index.ViewIndex
 
needRebuild() - Method in class org.h2.index.VirtualTableIndex
 
needRebuild() - Method in class org.h2.mvstore.db.MVDelegateIndex
 
needRebuild() - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
needRebuild() - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
needRebuild() - Method in class org.h2.mvstore.db.MVSpatialIndex
 
needRecompile() - Method in class org.h2.command.dml.BackupCommand
 
needRecompile() - Method in class org.h2.command.dml.NoOperation
 
needRecompile() - Method in class org.h2.command.dml.RunScriptCommand
 
needRecompile() - Method in class org.h2.command.dml.ScriptCommand
 
needRecompile() - Method in class org.h2.command.dml.Set
 
needRecompile() - Method in class org.h2.command.dml.SetSessionCharacteristics
 
needRecompile() - Method in class org.h2.command.dml.TransactionCommand
 
needRecompile() - Method in class org.h2.command.Prepared
Check if the statement needs to be re-compiled.
needToClose() - Method in class org.h2.result.FetchedResult
 
needToClose() - Method in class org.h2.result.LocalResult
 
needToClose() - Method in interface org.h2.result.ResultInterface
Check if this result set should be closed, for example because it is buffered using a temporary file.
needToClose() - Method in class org.h2.result.ResultWithPaddedStrings
 
needToClose() - Method in class org.h2.result.SimpleResult
 
negate() - Method in class org.h2.value.Value
Return -value if this value support arithmetic operations.
negate() - Method in class org.h2.value.ValueBigint
 
negate() - Method in class org.h2.value.ValueBoolean
 
negate() - Method in class org.h2.value.ValueDecfloat
 
negate() - Method in class org.h2.value.ValueDouble
 
negate() - Method in class org.h2.value.ValueInteger
 
negate() - Method in class org.h2.value.ValueInterval
 
negate() - Method in class org.h2.value.ValueNumeric
 
negate() - Method in class org.h2.value.ValueReal
 
negate() - Method in class org.h2.value.ValueSmallint
 
negate() - Method in class org.h2.value.ValueTinyint
 
NEGATIVE_INFINITY - Static variable in class org.h2.value.ValueDecfloat
The negative infinity value.
NetUtils - Class in org.h2.util
This utility class contains socket helper functions.
NetworkConnectionInfo - Class in org.h2.util
Network connection information.
NetworkConnectionInfo(String, byte[], int, String) - Constructor for class org.h2.util.NetworkConnectionInfo
Creates new instance of network connection information.
NetworkConnectionInfo(String, String, int) - Constructor for class org.h2.util.NetworkConnectionInfo
Creates new instance of network connection information.
NEVER - Enum constant in enum org.h2.engine.Mode.CharPadding
Spaces are trimmed from the right side of CHAR values.
NEW - Enum constant in enum org.h2.jdbc.JdbcLob.State
New object without a value.
NEW - Enum constant in enum org.h2.table.DataChangeDeltaTable.ResultOption
NEW row with evaluated default expressions, but before triggers.
NEW_TABLE_ALIAS - Static variable in class org.h2.bnf.context.DbContextRule
 
newBufferedReader(String, Charset) - Static method in class org.h2.store.fs.FileUtils
Create a buffered reader to read from the file.
newBytes(int) - Static method in class org.h2.util.Utils
Create an array of bytes with the given size.
newConcurrentStringMap() - Method in class org.h2.engine.Database
Create a new hash map.
newDirectoryStream() - Method in class org.h2.store.fs.disk.FilePathDisk
 
newDirectoryStream() - Method in class org.h2.store.fs.FilePath
List the files and directories in the given directory.
newDirectoryStream() - Method in class org.h2.store.fs.FilePathWrapper
 
newDirectoryStream() - Method in class org.h2.store.fs.mem.FilePathMem
 
newDirectoryStream() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
newDirectoryStream() - Method in class org.h2.store.fs.split.FilePathSplit
 
newDirectoryStream() - Method in class org.h2.store.fs.zip.FilePathZip
 
newDirectoryStream(String) - Static method in class org.h2.store.fs.FileUtils
List the files and directories in the given directory.
newFileChannelOutputStream(FileChannel, boolean) - Static method in class org.h2.store.fs.FilePath
Create a new output stream from the channel.
newIllegalArgumentException(String, Object...) - Static method in class org.h2.mvstore.DataUtils
Create a new IllegalArgumentException.
newInputStream() - Method in class org.h2.store.fs.disk.FilePathDisk
 
newInputStream() - Method in class org.h2.store.fs.encrypt.FilePathEncrypt
 
newInputStream() - Method in class org.h2.store.fs.FilePath
Create an input stream to read from the file.
newInputStream() - Method in class org.h2.store.fs.FilePathWrapper
 
newInputStream() - Method in class org.h2.store.fs.split.FilePathSplit
 
newInputStream(String) - Static method in class org.h2.store.fs.FileUtils
Create an input stream to read from the file.
newInstance(int) - Static method in class org.h2.util.SmallLRUCache
Create a new object with all elements of the given collection.
newInstance(String, Object...) - Static method in class org.h2.util.Utils
Creates a new instance.
newInstance(Schema, int, String, String, boolean) - Static method in class org.h2.schema.FunctionAlias
Create a new alias based on a method name.
newInstanceFromSource(Schema, int, String, String, boolean) - Static method in class org.h2.schema.FunctionAlias
Create a new alias based on source code.
newMVStoreException(int, String, Object...) - Static method in class org.h2.mvstore.DataUtils
Create a new MVStoreException.
newOutputStream(boolean) - Method in class org.h2.store.fs.disk.FilePathDisk
 
newOutputStream(boolean) - Method in class org.h2.store.fs.encrypt.FilePathEncrypt
 
newOutputStream(boolean) - Method in class org.h2.store.fs.FilePath
Create an output stream to write into the file.
newOutputStream(boolean) - Method in class org.h2.store.fs.FilePathWrapper
 
newOutputStream(boolean) - Method in class org.h2.store.fs.rec.FilePathRec
 
newOutputStream(boolean) - Method in class org.h2.store.fs.split.FilePathSplit
 
newOutputStream(boolean) - Method in class org.h2.store.fs.zip.FilePathZip
 
newOutputStream(String, boolean) - Static method in class org.h2.store.fs.FileUtils
Create an output stream to write into the file.
newPrimaryKeyConstraintCommand(SessionLocal, Schema, String, Column) - Static method in class org.h2.command.Parser
Create a new alter table command.
newSmallArrayList() - Static method in class org.h2.util.Utils
Create a new ArrayList with an initial capacity of 4.
newStringMap() - Method in class org.h2.engine.Database
Create a new hash map.
newStringMap(int) - Method in class org.h2.engine.Database
Create a new hash map.
newUnsupportedOperationException(String) - Static method in class org.h2.mvstore.DataUtils
Create a new UnsupportedOperationException.
next - Variable in class org.h2.mvstore.Chunk
The predicted position of the next chunk.
next() - Method in class org.h2.command.query.SelectGroups
Returns the key of the next group.
next() - Method in interface org.h2.index.Cursor
Skip to the next row if one is available.
next() - Method in class org.h2.index.IndexCursor
 
next() - Method in class org.h2.index.LinkedCursor
 
next() - Method in class org.h2.index.MetaCursor
 
next() - Method in class org.h2.index.SingleRowCursor
 
next() - Method in class org.h2.index.ViewCursor
 
next() - Method in class org.h2.jdbc.JdbcResultSet
Moves the cursor to the next row of the result set.
next() - Method in class org.h2.mvstore.Cursor
 
next() - Method in class org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
 
next() - Method in class org.h2.mvstore.tx.TransactionMap.TMIterator
 
next() - Method in class org.h2.result.FetchedResult
 
next() - Method in class org.h2.result.LocalResult
 
next() - Method in interface org.h2.result.ResultExternal
Get the next row from the result.
next() - Method in interface org.h2.result.ResultInterface
Go to the next row.
next() - Method in class org.h2.result.ResultWithPaddedStrings
 
next() - Method in class org.h2.result.SimpleResult
 
next() - Method in class org.h2.table.TableFilter
Check if there are more rows to read.
next() - Method in class org.h2.tools.SimpleResultSet
Moves the cursor to the next row of the result set.
next() - Method in class org.h2.util.Permutations
Go to the next lineup, and if available, fill the target array.
nextLazyGroup() - Method in class org.h2.command.query.SelectGroups
Moves group data to the next group in lazy mode.
nextLazyRow() - Method in class org.h2.command.query.SelectGroups
Moves group data to the next row in lazy mode.
nextObjectId() - Method in class org.h2.engine.SessionLocal
Get the next object id.
nextPowerOf2(int) - Static method in class org.h2.util.MathUtils
Get the value that is equal to or higher than this value, and that is a power of two.
nextSource() - Method in class org.h2.command.query.SelectGroups
Invoked for each source row to evaluate group key and setup all necessary data for aggregates.
nextTemporaryMapName() - Method in class org.h2.mvstore.db.Store
Get the name of the next available temporary map.
nextvalAndCurrvalPseudoColumns - Variable in class org.h2.engine.Mode
If true, sequence.NEXTVAL and sequence.CURRVAL pseudo columns are supported.
nextValueReturnsDifferentValues - Variable in class org.h2.engine.Mode
If true, the next value expression returns different values when invoked multiple times within a row.
NIO_CLEANER_HACK - Static variable in class org.h2.engine.SysProperties
System property h2.nioCleanerHack (default: false).
NIO_LOAD_MAPPED - Static variable in class org.h2.engine.SysProperties
System property h2.nioLoadMapped (default: false).
NO - Enum constant in enum org.h2.store.FileLockMethod
This locking method means no locking is used at all.
NO - Static variable in interface org.h2.compress.Compressor
No compression is used.
NO_ATTRIBUTES - Static variable in class org.h2.store.fs.FileUtils
No file attributes.
NO_CASTS - Static variable in interface org.h2.util.HasSQL
Don't add casts around literals.
NO_CYCLE - Enum constant in enum org.h2.schema.Sequence.Cycle
Sequence is not cycled and isn't exhausted yet.
NO_DATA_AVAILABLE - Static variable in class org.h2.api.ErrorCode
The error with code 2000 is thrown when the result set is positioned before the first or after the last row, or not on a valid row for the given operation.
NO_DEFAULT_SET_1 - Static variable in class org.h2.api.ErrorCode
The error with code 23507 is thrown when updating or deleting from a table with a foreign key constraint that should set the default value, but there is no default value defined.
NO_OPERATION - Static variable in interface org.h2.command.CommandInterface
The type of a no operation statement.
NON_KEYWORDS - Static variable in class org.h2.command.dml.SetTypes
The type of a SET NON_KEYWORDS statement.
NONE - Static variable in class org.h2.engine.GeneratedKeysMode
Generated keys are not needed.
nonResidentQueueSize - Variable in class org.h2.mvstore.cache.CacheLongKeyLIRS.Config
Low water mark for the number of entries in the non-resident queue, as a factor of the number of all other entries in the map.
nonResidentQueueSizeHigh - Variable in class org.h2.mvstore.cache.CacheLongKeyLIRS.Config
High watermark for the number of entries in the non-resident queue, as a factor of the number of all other entries in the map
NoOperation - Class in org.h2.command.dml
Represents an empty statement or a statement that has no effect.
NoOperation(SessionLocal) - Constructor for class org.h2.command.dml.NoOperation
 
normalize(byte[]) - Static method in class org.h2.util.json.JSONBytesSource
Converts bytes into normalized JSON representation.
normalize(int, double, double, double) - Method in class org.h2.tools.MultiDimension
Normalize a value so that it is between the minimum and maximum for the given number of dimensions.
normalize(String) - Static method in class org.h2.util.json.JSONStringSource
Normalizes textual JSON representation.
normalizeNanosOfDay(long) - Static method in class org.h2.util.DateTimeUtils
Calculate the normalized nanos of day.
NOT - Static variable in class org.h2.util.ParserUtil
The token "NOT".
NOT_ENOUGH_RIGHTS_FOR_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90096 is thrown when trying to perform an operation with a non-admin user if the user does not have enough rights.
NOT_EQUAL - Static variable in class org.h2.expression.condition.Comparison
The comparison type meaning <> as in ID<>1.
NOT_EQUAL_NULL_SAFE - Static variable in class org.h2.expression.condition.Comparison
The comparison type meaning ID IS DISTINCT FROM 1.
NOT_FROM_RESOLVER - Static variable in class org.h2.expression.ExpressionVisitor
Does an expression have no relation to the given table filter (getResolver)?
NOT_NULLABLE - Static variable in class org.h2.table.Column
This column is not nullable.
NOT_ON_UPDATABLE_ROW - Static variable in class org.h2.api.ErrorCode
The error with code 90029 is thrown when calling ResultSet.deleteRow(), insertRow(), or updateRow() when the current row is not updatable.
NTH_VALUE - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for NTH_VALUE() window function.
NTILE - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for NTILE() window function.
NULL - Static variable in class org.h2.expression.ValueExpression
The expression represents ValueNull.INSTANCE.
NULL - Static variable in class org.h2.util.json.JSONNull
null value.
NULL - Static variable in class org.h2.util.ParserUtil
The token "NULL".
NULL - Static variable in class org.h2.value.Value
The value type for NULL.
NULL - Static variable in class org.h2.value.ValueJson
null JSON value.
NULL_NOT_ALLOWED - Static variable in class org.h2.api.ErrorCode
The error with code 23502 is thrown when trying to insert NULL into a column that does not allow NULL.
NULLABLE - Static variable in class org.h2.table.Column
This column is nullable.
NULLABLE_UNKNOWN - Static variable in class org.h2.table.Column
It is not know whether this column is nullable.
NullIfFunction - Class in org.h2.expression.function
A NULLIF function.
NullIfFunction(Expression, Expression) - Constructor for class org.h2.expression.function.NullIfFunction
 
nullIfParameterIsNull - Variable in class org.h2.mode.FunctionInfo
If the result of the function is NULL if any of the parameters is NULL.
nullPlusNonNullIsNull() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether NULL+1 is NULL or not.
NullPredicate - Class in org.h2.expression.condition
Null predicate (IS [NOT] NULL).
NullPredicate(Expression, boolean, boolean) - Constructor for class org.h2.expression.condition.NullPredicate
 
NULLS_FIRST - Static variable in class org.h2.result.SortOrder
This bit mask means NULLs should be sorted before other data, no matter if ascending or descending order is used.
NULLS_LAST - Static variable in class org.h2.result.SortOrder
This bit mask means NULLs should be sorted after other data, no matter if ascending or descending order is used.
nullsAreSortedAtEnd() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if NULL values are sorted at the end (no matter if ASC or DESC is used).
nullsAreSortedAtStart() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if NULL values are sorted at the beginning (no matter if ASC or DESC is used).
nullsAreSortedHigh() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if NULL values are sorted high (bigger than anything that is not null).
nullsAreSortedLow() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if NULL values are sorted low (smaller than anything that is not null).
NullValueDataType - Class in org.h2.mvstore.db
Dummy data type used when no value is required.
NUMBER - Enum constant in enum org.h2.engine.Mode.ExpressionNames
Use ordinal number of a column.
NUMERIC - Static variable in class org.h2.api.H2Type
The NUMERIC data type.
NUMERIC - Static variable in class org.h2.value.Value
The value type for NUMERIC values.
NUMERIC_VALUE_OUT_OF_RANGE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 22003 is thrown when a value is out of range when converting to another data type.
NUMERIC_VALUE_OUT_OF_RANGE_2 - Static variable in class org.h2.api.ErrorCode
The error with code 22004 is thrown when a value is out of range when converting to another column's data type.
numericWithBooleanComparison - Variable in class org.h2.engine.Mode
Allow to compare numeric with BOOLEAN.

O

OBJECT - Enum constant in enum org.h2.util.json.JSONItemType
JSON object.
OBJECT_CACHE - Static variable in class org.h2.engine.SysProperties
System property h2.objectCache (default: true).
OBJECT_CACHE_MAX_PER_ELEMENT_SIZE - Static variable in class org.h2.engine.SysProperties
System property h2.objectCacheMaxPerElementSize (default: 4096).
OBJECT_CACHE_SIZE - Static variable in class org.h2.engine.SysProperties
System property h2.objectCacheSize (default: 1024).
OBJECT_CLOSED - Static variable in class org.h2.api.ErrorCode
The error with code 90007 is thrown when trying to call a JDBC method on an object that has been closed.
ObjectDataType - Class in org.h2.mvstore.type
A data type implementation for the most common data types, including serializable objects.
ObjectDataType() - Constructor for class org.h2.mvstore.type.ObjectDataType
 
objectToValue(Session, Object, int) - Static method in class org.h2.value.ValueToObjectConverter
Convert a Java object to a value.
OCTET_LENGTH - Static variable in class org.h2.expression.function.LengthFunction
OCTET_LENGTH().
octetLength() - Method in class org.h2.value.Value
Returns length of this value in bytes.
octetLength() - Method in class org.h2.value.ValueBlob
 
octetLength() - Method in class org.h2.value.ValueClob
 
octetLength() - Method in class org.h2.value.ValueUuid
 
of(long) - Static method in class org.h2.result.ResultWithGeneratedKeys
Returns a result with only update count.
of(Database, Expression[], boolean, int[], int, int, SortOrder) - Static method in class org.h2.mvstore.db.MVTempResult
Creates MVStore-based temporary result.
ofDays(long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL DAY.
ofDaysHours(long, int) - Static method in class org.h2.api.Interval
Creates a new INTERVAL DAY TO HOUR.
ofDaysHoursMinutes(long, int, int) - Static method in class org.h2.api.Interval
Creates a new INTERVAL DAY TO MINUTE.
ofDaysHoursMinutesNanos(long, int, int, long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL DAY TO SECOND.
ofDaysHoursMinutesSeconds(long, int, int, int) - Static method in class org.h2.api.Interval
Creates a new INTERVAL DAY TO SECOND.
OFF - Static variable in class org.h2.message.TraceSystem
This trace level means nothing should be written.
OFF - Static variable in class org.h2.value.CompareMode
This constant means there is no collator set, and the default string comparison is to be used.
OffHeapStore - Class in org.h2.mvstore
A storage mechanism that "persists" data in the off-heap area of the main memory.
OffHeapStore() - Constructor for class org.h2.mvstore.OffHeapStore
 
OFFSET - Static variable in class org.h2.util.ParserUtil
The token "OFFSET".
offsetDateTimeToValue(OffsetDateTime) - Static method in class org.h2.util.JSR310Utils
Converts a OffsetDateTime to a Value.
offsetTimeToValue(OffsetTime) - Static method in class org.h2.util.JSR310Utils
Converts a OffsetTime to a Value.
ofHours(long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL HOUR.
ofHoursMinutes(long, int) - Static method in class org.h2.api.Interval
Creates a new INTERVAL HOUR TO MINUTE.
ofHoursMinutesNanos(long, int, long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL HOUR TO SECOND.
ofHoursMinutesSeconds(long, int, int) - Static method in class org.h2.api.Interval
Creates a new INTERVAL HOUR TO SECOND.
ofId(String) - Static method in class org.h2.util.TimeZoneProvider
Returns the time zone provider with the specified name.
ofMinutes(long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL MINUTE.
ofMinutesNanos(long, long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL MINUTE TO SECOND.
ofMinutesSeconds(long, int) - Static method in class org.h2.api.Interval
Creates a new INTERVAL MINUTE TO SECOND.
ofMonths(long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL MONTH.
ofNanos(long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL SECOND.
ofOffset(int) - Static method in class org.h2.util.TimeZoneProvider
Returns the time zone provider with the specified offset.
ofSeconds(long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL SECOND.
ofSeconds(long, int) - Static method in class org.h2.api.Interval
Creates a new INTERVAL SECOND.
ofYears(long) - Static method in class org.h2.api.Interval
Creates a new INTERVAL YEAR.
ofYearsMonths(long, int) - Static method in class org.h2.api.Interval
Creates a new INTERVAL YEAR TO MONTH.
OLD - Enum constant in enum org.h2.table.DataChangeDeltaTable.ResultOption
OLD row.
ON - Static variable in class org.h2.util.ParserUtil
The token "ON".
onDuplicateKeyUpdate - Variable in class org.h2.engine.Mode
MySQL style INSERT ...
OnDuplicateKeyValues - Class in org.h2.mode
VALUES(column) function for ON DUPLICATE KEY UPDATE clause.
OnDuplicateKeyValues(Column, Update) - Constructor for class org.h2.mode.OnDuplicateKeyValues
 
ONE - Static variable in class org.h2.value.ValueDecfloat
The value 'one'.
ONE - Static variable in class org.h2.value.ValueDouble
The value 1.
ONE - Static variable in class org.h2.value.ValueNumeric
The value 'one'.
ONE - Static variable in class org.h2.value.ValueReal
The value 1.
onRollback(MVMap, Object, VersionedValue, VersionedValue) - Method in class org.h2.engine.SessionLocal
 
onRollback(MVMap, Object, VersionedValue, VersionedValue) - Method in interface org.h2.mvstore.tx.TransactionStore.RollbackListener
Notified of a single map change (add/update/remove)
onStore(int) - Method in class org.h2.mvstore.StreamStore
This method is called after a block of data is stored.
open() - Method in class org.h2.mvstore.MVStore.Builder
Open the store.
open(String) - Method in class org.h2.mvstore.cache.FilePathCache
 
open(String) - Static method in class org.h2.mvstore.MVStore
Open a store in exclusive mode.
open(String) - Method in class org.h2.store.fs.async.FilePathAsync
 
open(String) - Method in class org.h2.store.fs.disk.FilePathDisk
 
open(String) - Method in class org.h2.store.fs.encrypt.FilePathEncrypt
 
open(String) - Method in class org.h2.store.fs.FilePath
Open a random access file object.
open(String) - Method in class org.h2.store.fs.FilePathWrapper
 
open(String) - Method in class org.h2.store.fs.mem.FilePathMem
 
open(String) - Method in class org.h2.store.fs.niomapped.FilePathNioMapped
 
open(String) - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
open(String) - Method in class org.h2.store.fs.rec.FilePathRec
 
open(String) - Method in class org.h2.store.fs.retry.FilePathRetryOnInterrupt
 
open(String) - Method in class org.h2.store.fs.split.FilePathSplit
 
open(String) - Method in class org.h2.store.fs.zip.FilePathZip
 
open(String, boolean, char[]) - Method in class org.h2.mvstore.FileStore
Try to open the file.
open(String, boolean, char[]) - Method in class org.h2.mvstore.OffHeapStore
 
open(String, String) - Static method in class org.h2.store.fs.FileUtils
Open a random access file object.
open(HashMap, String, String, String, String, boolean) - Static method in class org.h2.table.TableLinkConnection
Open a new connection.
open(DataHandler, String, String) - Static method in class org.h2.store.FileStore
Open a non encrypted file store with the given settings.
open(DataHandler, String, String, String, byte[]) - Static method in class org.h2.store.FileStore
Open an encrypted file store with the given settings.
open(DataHandler, String, String, String, byte[], int) - Static method in class org.h2.store.FileStore
Open an encrypted file store with the given settings.
OPEN_BRACKET - Static variable in class org.h2.bnf.RuleFixed
 
OPEN_OUTPUT_STREAM - Static variable in interface org.h2.store.fs.Recorder
Open a file output stream.
openBrowser(String) - Static method in class org.h2.tools.Server
Open a new browser tab or window with the given URL.
opened() - Method in interface org.h2.api.DatabaseEventListener
This method is called after the database has been opened.
openFile() - Method in class org.h2.store.FileStore
Re-open the file.
openFile(String, String, boolean) - Method in class org.h2.engine.Database
 
openFile(String, String, boolean) - Method in class org.h2.engine.SessionRemote
 
openFile(String, String, boolean) - Method in interface org.h2.store.DataHandler
Open a file at the given location.
openFile(String, String, boolean) - Method in class org.h2.tools.Recover
INTERNAL
openLobDataMap(TransactionStore) - Static method in class org.h2.mvstore.db.LobStorageMap
Open map used to store LOB data
openLobMap(TransactionStore) - Static method in class org.h2.mvstore.db.LobStorageMap
Open map used to store LOB metadata
openMap(int, MVMap.MapBuilder) - Method in class org.h2.mvstore.MVStore
Open an existing map with the given builder.
openMap(String) - Method in class org.h2.mvstore.MVStore
Open a map with the default settings.
openMap(String) - Method in class org.h2.mvstore.tx.Transaction
Open a data map.
openMap(String, MVMap.MapBuilder) - Method in class org.h2.mvstore.MVStore
Open a map with the given builder.
openMap(String, DataType, DataType) - Method in class org.h2.mvstore.tx.Transaction
Open the map to store the data.
openMap(String, DataType, DataType) - Method in class org.h2.mvstore.tx.TransactionStore
Open the map with the given name.
openMapX(MVMap) - Method in class org.h2.mvstore.tx.Transaction
Open the transactional version of the given map.
openNewConnection() - Method in class org.h2.value.Transfer
Open a new connection to the same address and port as this one.
openVersion(long) - Method in class org.h2.mvstore.MVMap
Open an old version for the given map.
operate(K, V, MVMap.DecisionMaker) - Method in class org.h2.mvstore.MVMap
Add, replace or remove a key-value pair.
operate(Spatial, V, MVMap.DecisionMaker) - Method in class org.h2.mvstore.rtree.MVRTreeMap
 
Operation0 - Class in org.h2.expression
Operation without subexpressions.
Operation0() - Constructor for class org.h2.expression.Operation0
 
Operation1 - Class in org.h2.expression
Operation with one argument.
Operation1(Expression) - Constructor for class org.h2.expression.Operation1
 
Operation1_2 - Class in org.h2.expression
Operation with one or two arguments.
Operation1_2(Expression, Expression) - Constructor for class org.h2.expression.Operation1_2
 
Operation2 - Class in org.h2.expression
Operation with two arguments.
Operation2(Expression, Expression) - Constructor for class org.h2.expression.Operation2
 
OperationN - Class in org.h2.expression
Operation with many arguments.
OperationN(Expression[]) - Constructor for class org.h2.expression.OperationN
 
OPTIMIZABLE_AGGREGATE - Static variable in class org.h2.expression.ExpressionVisitor
Are all aggregates MIN(column), MAX(column), COUNT(*), MEDIAN(column), ENVELOPE(count) for the given table (getTable)?
optimize(SessionLocal) - Method in class org.h2.expression.aggregate.AbstractAggregate
 
optimize(SessionLocal) - Method in class org.h2.expression.aggregate.Aggregate
 
optimize(SessionLocal) - Method in class org.h2.expression.aggregate.JavaAggregate
 
optimize(SessionLocal) - Method in class org.h2.expression.Alias
 
optimize(SessionLocal) - Method in class org.h2.expression.analysis.DataAnalysisOperation
 
optimize(SessionLocal) - Method in class org.h2.expression.analysis.Window
Try to optimize the window conditions.
optimize(SessionLocal) - Method in class org.h2.expression.analysis.WindowFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.ArrayConstructorByQuery
 
optimize(SessionLocal) - Method in class org.h2.expression.ArrayElementReference
 
optimize(SessionLocal) - Method in class org.h2.expression.BinaryOperation
 
optimize(SessionLocal) - Method in class org.h2.expression.CompatibilityDatePlusTimeOperation
 
optimize(SessionLocal) - Method in class org.h2.expression.ConcatenationOperation
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.BetweenPredicate
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.CompareLike
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.Comparison
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.ConditionAndOr
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.ConditionAndOrN
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.ConditionIn
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.ConditionInParameter
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.ConditionInQuery
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.ConditionNot
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.IsJsonPredicate
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.NullPredicate
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.ExistsPredicate
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.SimplePredicate
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.TypePredicate
 
optimize(SessionLocal) - Method in class org.h2.expression.condition.UniquePredicate
 
optimize(SessionLocal) - Method in class org.h2.expression.DomainValueExpression
 
optimize(SessionLocal) - Method in class org.h2.expression.Expression
Try to optimize the expression.
optimize(SessionLocal) - Method in class org.h2.expression.ExpressionColumn
 
optimize(SessionLocal) - Method in class org.h2.expression.ExpressionList
 
optimize(SessionLocal) - Method in class org.h2.expression.FieldReference
 
optimize(SessionLocal) - Method in class org.h2.expression.Format
 
optimize(SessionLocal) - Method in class org.h2.expression.function.ArrayFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.BitFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.CardinalityExpression
 
optimize(SessionLocal) - Method in class org.h2.expression.function.CastSpecification
 
optimize(SessionLocal) - Method in class org.h2.expression.function.CoalesceFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.CompatibilitySequenceValueFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.CompressFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.ConcatFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.CryptFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.CSVWriteFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.DataTypeSQLFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.DateTimeFormatFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.DateTimeFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.DayMonthNameFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.DBObjectFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.FileFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.HashFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.JavaFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.JsonConstructorFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.LengthFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.MathFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.MathFunction1
 
optimize(SessionLocal) - Method in class org.h2.expression.function.MathFunction2
 
optimize(SessionLocal) - Method in class org.h2.expression.function.NullIfFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.RandFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.RegexpFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.SessionControlFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.SetFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.SignalFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.SoundexFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.StringFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.StringFunction1
 
optimize(SessionLocal) - Method in class org.h2.expression.function.StringFunction2
 
optimize(SessionLocal) - Method in class org.h2.expression.function.SubstringFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.table.ArrayTableFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.table.CSVReadFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.table.JavaTableFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.table.LinkSchemaFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.table.TableFunction
Try to optimize this table function
optimize(SessionLocal) - Method in class org.h2.expression.function.TableInfoFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.ToCharFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.TrimFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.TruncateValueFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.function.XMLFunction
 
optimize(SessionLocal) - Method in class org.h2.expression.IntervalOperation
 
optimize(SessionLocal) - Method in class org.h2.expression.Operation0
 
optimize(SessionLocal) - Method in class org.h2.expression.Parameter
 
optimize(SessionLocal) - Method in class org.h2.expression.Rownum
 
optimize(SessionLocal) - Method in class org.h2.expression.SearchedCase
 
optimize(SessionLocal) - Method in class org.h2.expression.SimpleCase
 
optimize(SessionLocal) - Method in class org.h2.expression.Subquery
 
optimize(SessionLocal) - Method in class org.h2.expression.TimeZoneOperation
 
optimize(SessionLocal) - Method in class org.h2.expression.UnaryOperation
 
optimize(SessionLocal) - Method in class org.h2.expression.Wildcard
 
optimize(SessionLocal) - Method in class org.h2.mode.FunctionsDB2Derby
 
optimize(SessionLocal) - Method in class org.h2.mode.FunctionsLegacy
 
optimize(SessionLocal) - Method in class org.h2.mode.FunctionsMSSQLServer
 
optimize(SessionLocal) - Method in class org.h2.mode.FunctionsMySQL
 
optimize(SessionLocal) - Method in class org.h2.mode.FunctionsOracle
 
optimize(SessionLocal) - Method in class org.h2.mode.FunctionsPostgreSQL
 
optimize(SessionLocal) - Method in class org.h2.mode.Regclass
 
optimize(ExpressionColumn, Column) - Method in class org.h2.command.query.SelectListColumnResolver
 
optimize(ExpressionColumn, Column) - Method in interface org.h2.table.ColumnResolver
Get the expression that represents this column.
OPTIMIZE_REUSE_RESULTS - Static variable in class org.h2.command.dml.SetTypes
The type of a SET OPTIMIZE_REUSE_RESULTS statement.
optimizeArguments(SessionLocal, boolean) - Method in class org.h2.expression.OperationN
Optimizes arguments.
optimizeCondition(SessionLocal) - Method in class org.h2.expression.Expression
Try to optimize or remove the condition.
OPTIMIZED_SQL - Enum constant in enum org.h2.engine.Mode.ExpressionNames
Use optimized SQL representation of expression.
optimizeDistinct - Variable in class org.h2.engine.DbSettings
Database setting OPTIMIZE_DISTINCT (default: true).
optimizeEvaluatableSubqueries - Variable in class org.h2.engine.DbSettings
Database setting OPTIMIZE_EVALUATABLE_SUBQUERIES (default: true).
optimizeInList - Variable in class org.h2.engine.DbSettings
Database setting OPTIMIZE_IN_LIST (default: true).
optimizeInSelect - Variable in class org.h2.engine.DbSettings
Database setting OPTIMIZE_IN_SELECT (default: true).
optimizeInsertFromSelect - Variable in class org.h2.engine.DbSettings
Database setting OPTIMIZE_INSERT_FROM_SELECT (default: true).
optimizeOr - Variable in class org.h2.engine.DbSettings
Database setting OPTIMIZE_OR (default: true).
optimizeSimpleSingleRowSubqueries - Variable in class org.h2.engine.DbSettings
Database setting OPTIMIZE_SIMPLE_SINGLE_ROW_SUBQUERIES (default: true).
optimizeTwoEquals - Variable in class org.h2.engine.DbSettings
Database setting OPTIMIZE_TWO_EQUALS (default: true).
OR - Static variable in class org.h2.expression.condition.ConditionAndOr
The OR condition type as in ID=1 OR NAME='Hello'.
OR - Static variable in class org.h2.util.ParserUtil
The token "OR".
ORA_HASH - Static variable in class org.h2.expression.function.HashFunction
ORA_HASH() (non-standard).
Oracle - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
ORDER - Static variable in class org.h2.util.ParserUtil
The token "ORDER".
ORDER_BY_NOT_IN_RESULT - Static variable in class org.h2.api.ErrorCode
The error with code 90068 is thrown when the given expression that is used in the ORDER BY is not in the result list.
ORDER_IN_FROM_COMPARATOR - Static variable in class org.h2.table.TableFilter
Comparator that uses order in FROM clause as a sort key.
org.h2 - package org.h2
Implementation of the JDBC driver.
org.h2.api - package org.h2.api
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
org.h2.bnf - package org.h2.bnf
The implementation of the BNF (Backus-Naur form) parser and tool.
org.h2.bnf.context - package org.h2.bnf.context
Classes that provide context for the BNF tool, in order to provide BNF-based auto-complete.
org.h2.command - package org.h2.command
This package contains the parser and the base classes for prepared SQL statements.
org.h2.command.ddl - package org.h2.command.ddl
Contains DDL (data definition language) and related SQL statements.
org.h2.command.dml - package org.h2.command.dml
Contains DML (data manipulation language) and related SQL statements.
org.h2.command.query - package org.h2.command.query
Contains queries.
org.h2.compress - package org.h2.compress
Lossless data compression classes.
org.h2.constraint - package org.h2.constraint
Database constraints such as check constraints, unique constraints, and referential constraints.
org.h2.engine - package org.h2.engine
Contains high level classes of the database and classes that don't fit in another sub-package.
org.h2.expression - package org.h2.expression
Expressions include mathematical operations, simple values, and others.
org.h2.expression.aggregate - package org.h2.expression.aggregate
Aggregate functions.
org.h2.expression.analysis - package org.h2.expression.analysis
Base classes for data analysis operations and implementations of window functions.
org.h2.expression.condition - package org.h2.expression.condition
Condition expressions.
org.h2.expression.function - package org.h2.expression.function
Functions.
org.h2.expression.function.table - package org.h2.expression.function.table
Table value functions.
org.h2.fulltext - package org.h2.fulltext
The native full text search implementation, and the wrapper for the Lucene full text search implementation.
org.h2.index - package org.h2.index
Various table index implementations, as well as cursors to navigate in an index.
org.h2.jdbc - package org.h2.jdbc
Implementation of the JDBC API (package java.sql).
org.h2.jdbc.meta - package org.h2.jdbc.meta
Implementation of the JDBC database metadata API (package java.sql).
org.h2.jdbcx - package org.h2.jdbcx
Implementation of the extended JDBC API (package javax.sql).
org.h2.jmx - package org.h2.jmx
Implementation of the Java Management Extension (JMX) features.
org.h2.message - package org.h2.message
Trace (logging facility) and error message tool.
org.h2.mode - package org.h2.mode
Utility classes for compatibility with other database, for example MySQL.
org.h2.mvstore - package org.h2.mvstore
A persistent storage for tree maps.
org.h2.mvstore.cache - package org.h2.mvstore.cache
Classes related to caching.
org.h2.mvstore.db - package org.h2.mvstore.db
Helper classes to use the MVStore in the H2 database.
org.h2.mvstore.rtree - package org.h2.mvstore.rtree
An R-tree implementation
org.h2.mvstore.tx - package org.h2.mvstore.tx
Helper classes to use the MVStore in a transactional manner.
org.h2.mvstore.type - package org.h2.mvstore.type
Data types and serialization / deserialization
org.h2.result - package org.h2.result
Implementation of row and internal result sets.
org.h2.schema - package org.h2.schema
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
org.h2.security - package org.h2.security
Security classes, such as encryption and cryptographically secure hash algorithms.
org.h2.security.auth - package org.h2.security.auth
Authentication classes.
org.h2.security.auth.impl - package org.h2.security.auth.impl
Authentication classes.
org.h2.server - package org.h2.server
A small FTP server.
org.h2.server.pg - package org.h2.server.pg
PostgreSQL server implementation of this database.
org.h2.server.web - package org.h2.server.web
The H2 Console tool.
org.h2.store - package 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.store.fs - package org.h2.store.fs
A file system abstraction.
org.h2.store.fs.async - package org.h2.store.fs.async
This file system stores files on disk and uses java.nio.channels.AsynchronousFileChannel to access the files.
org.h2.store.fs.disk - package org.h2.store.fs.disk
This file system stores files on disk.
org.h2.store.fs.encrypt - package org.h2.store.fs.encrypt
An encrypted file system abstraction.
org.h2.store.fs.mem - package org.h2.store.fs.mem
This file system keeps files fully in memory.
org.h2.store.fs.niomapped - package org.h2.store.fs.niomapped
This file system stores files on disk and uses java.nio to access the files.
org.h2.store.fs.niomem - package org.h2.store.fs.niomem
This file system keeps files fully in off-java-heap memory.
org.h2.store.fs.rec - package org.h2.store.fs.rec
A file system that records all write operations and can re-play them.
org.h2.store.fs.retry - package org.h2.store.fs.retry
A file system that re-opens and re-tries the operation if the file was closed, because a thread was interrupted.
org.h2.store.fs.split - package org.h2.store.fs.split
A file system that may split files into multiple smaller files (required for a FAT32 because it only support files up to 2 GB).
org.h2.store.fs.zip - package org.h2.store.fs.zip
A zip-file base file system abstraction.
org.h2.table - package org.h2.table
Classes related to a table and table meta data.
org.h2.tools - package org.h2.tools
Various tools.
org.h2.util - package org.h2.util
Internal utility classes.
org.h2.util.geometry - package org.h2.util.geometry
Internal utility classes for GEOMETRY data type.
org.h2.util.json - package org.h2.util.json
Internal utility classes for JSON data type.
org.h2.value - package org.h2.value
Data type and value implementations.
org.h2.value.lob - package org.h2.value.lob
LOB data for values.
ORIGINAL_SQL - Enum constant in enum org.h2.engine.Mode.ExpressionNames
Use original SQL representation of expression.
OsgiDataSourceFactory - Class in org.h2.util
This class implements the OSGi DataSourceFactory interface for the H2 JDBC driver.
OsgiDataSourceFactory(Driver) - Constructor for class org.h2.util.OsgiDataSourceFactory
 
othersDeletesAreVisible(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether other deletes are visible.
othersInsertsAreVisible(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether other inserts are visible.
othersUpdatesAreVisible(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether other updates are visible.
out - Variable in class org.h2.command.dml.RunScriptCommand
The output stream.
out - Variable in class org.h2.command.dml.ScriptCommand
The output stream.
out - Variable in class org.h2.util.Tool
The output stream where this tool writes to.
OUT_OF_MEMORY - Static variable in class org.h2.api.ErrorCode
The error with code 90108 is thrown when not enough heap memory was available.
over - Variable in class org.h2.expression.analysis.DataAnalysisOperation
OVER clause
overOrderBySort - Variable in class org.h2.expression.analysis.DataAnalysisOperation
Sort order for OVER
ownDeletesAreVisible(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether own deletes are visible.
ownInsertsAreVisible(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether own inserts are visible.
ownUpdatesAreVisible(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether own updates are visible.

P

pad(String, int, String, boolean) - Static method in class org.h2.util.StringUtils
Pad a string.
page - Variable in class org.h2.mvstore.CursorPos
The page at the current level.
Page<K,V> - Class in org.h2.mvstore
A page (a node or a leaf).
PAGE_COMPRESSED - Static variable in class org.h2.mvstore.DataUtils
The bit mask for compressed pages (compression level fast).
PAGE_COMPRESSED_HIGH - Static variable in class org.h2.mvstore.DataUtils
The bit mask for compressed pages (compression level high).
PAGE_HAS_PAGE_NO - Static variable in class org.h2.mvstore.DataUtils
The bit mask for pages with page sequential number.
PAGE_LARGE - Static variable in class org.h2.mvstore.DataUtils
The marker size of a very large page.
PAGE_TYPE_LEAF - Static variable in class org.h2.mvstore.DataUtils
The type for leaf page.
PAGE_TYPE_NODE - Static variable in class org.h2.mvstore.DataUtils
The type for node page.
Page.PageReference<K,V> - Class in org.h2.mvstore
A pointer to a page, either in-memory or using a page position.
pageNo - Variable in class org.h2.mvstore.Page
Sequential 0-based number of the page within containing chunk.
PageParser - Class in org.h2.server.web
A page parser can parse an HTML page and replace the tags there.
PageReference(Page) - Constructor for class org.h2.mvstore.Page.PageReference
 
pageSplitSize(int) - Method in class org.h2.mvstore.MVStore.Builder
Set the amount of memory a page should contain at most, in bytes, before it is split.
Parameter - Class in org.h2.expression
A parameter of a prepared statement.
Parameter(int) - Constructor for class org.h2.expression.Parameter
 
PARAMETER_META_DATA - Static variable in class org.h2.message.TraceObject
The trace type id for parameter meta data objects.
PARAMETER_NOT_SET_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90012 is thrown when trying to execute a statement with an parameter.
ParameterInterface - Interface in org.h2.expression
The interface for client side (remote) and server side parameters.
ParameterRemote - Class in org.h2.expression
A client side (remote) parameter.
ParameterRemote(int) - Constructor for class org.h2.expression.ParameterRemote
 
parameters - Variable in class org.h2.command.Prepared
The list of parameters.
params - Variable in class org.h2.value.DataType
The list of parameters used in the column definition.
parent - Variable in class org.h2.mvstore.CursorPos
Next node in the linked list, representing the position within parent level, or null, if we are at the root level already.
PARENT - Static variable in class org.h2.message.TraceSystem
The parent trace level should be used.
parse(byte[], JSONTarget) - Static method in class org.h2.util.json.JSONBytesSource
Parses source bytes to a specified target.
parse(String) - Static method in class org.h2.value.ValueDate
Parse a string to a ValueDate.
parse(String) - Static method in class org.h2.value.ValueTime
Parse a string to a ValueTime.
parse(String) - Static method in class org.h2.value.ValueTimeTimeZone
Parse a string to a ValueTime.
parse(String, Map) - Static method in class org.h2.server.web.PageParser
Replace the tags in the HTML page with the given settings.
parse(String, CastDataProvider) - Static method in class org.h2.value.ValueTimestamp
Parse a string to a ValueTimestamp, using the given CastDataProvider.
parse(String, CastDataProvider) - Static method in class org.h2.value.ValueTimestampTimeZone
Parse a string to a ValueTimestamp.
parse(String, JSONTarget) - Static method in class org.h2.util.json.JSONStringSource
Parses source string to a specified target.
PARSE_ERROR_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90014 is thrown when trying to parse a date with an unsupported format string, or when the date can not be parsed.
parseBoolean(String, boolean, boolean) - Static method in class org.h2.util.Utils
Parses the specified string to boolean value.
parseColumnList(String, int) - Method in class org.h2.command.Parser
Parses a list of column names or numbers in parentheses.
parseDateTime(SessionLocal, String, String, String, String) - Static method in class org.h2.expression.function.DateTimeFormatFunction
Parses a date using a format string.
PARSEDATETIME - Static variable in class org.h2.expression.function.DateTimeFormatFunction
PARSEDATETIME() (non-standard).
parseDateValue(String, int, int) - Static method in class org.h2.util.DateTimeUtils
Parse a date string.
parseDimensionSystem(String) - Static method in class org.h2.util.geometry.EWKTUtils
Parses a dimension system from the given string.
parseDomainConstraintExpression(String) - Method in class org.h2.command.Parser
Parse a SQL code snippet that represents an expression for a domain constraint.
parseEWKB(byte[], GeometryUtils.Target) - Static method in class org.h2.util.geometry.EWKBUtils
Parses a EWKB.
parseEWKT(String, GeometryUtils.Target) - Static method in class org.h2.util.geometry.EWKTUtils
Parses a EWKT.
parseExpression(String) - Method in class org.h2.command.Parser
Parse a SQL code snippet that represents an expression.
parseFormattedInterval(IntervalQualifier, String) - Static method in class org.h2.util.IntervalUtils
Parses the specified string as INTERVAL value.
parseFrom(InputStream) - Static method in class org.h2.security.auth.H2AuthConfigXml
Parse the xml.
parseFrom(URL) - Static method in class org.h2.security.auth.H2AuthConfigXml
Parse the xml.
parseGeometry(Geometry, GeometryUtils.Target) - Static method in class org.h2.util.geometry.JTSUtils
Parses a JTS Geometry object.
parseGeometryType(String) - Static method in class org.h2.util.geometry.EWKTUtils
Parses geometry type and dimension system from the given string.
parseHexInt(String) - Static method in class org.h2.mvstore.DataUtils
Parse an unsigned, hex long.
parseHexLong(String) - Static method in class org.h2.mvstore.DataUtils
Parse an unsigned, hex long.
parseInterval(IntervalQualifier, boolean, String) - Static method in class org.h2.util.IntervalUtils
Parses the specified string as INTERVAL value.
parseInterval(Value) - Static method in class org.h2.expression.TimeZoneOperation
Parses a daytime interval as time zone offset.
parseKey(Connection, String) - Static method in class org.h2.fulltext.FullText
Parse a primary key condition into the primary key columns.
parseMap(String) - Static method in class org.h2.mvstore.DataUtils
Parse a key-value pair list.
parseNonKeywords(String[]) - Static method in class org.h2.command.Parser
Parses the specified collection of non-keywords.
Parser - Class in org.h2.command
The parser is used to convert a SQL statement string to an command object.
Parser() - Constructor for class org.h2.command.Parser
Creates a new instance of parser for special use cases.
Parser(SessionLocal) - Constructor for class org.h2.command.Parser
Creates a new instance of parser.
ParserUtil - Class in org.h2.util
 
parseTableName(String) - Method in class org.h2.command.Parser
Parse a SQL code snippet that represents a table name.
parseTimeNanos(String, int, int) - Static method in class org.h2.util.DateTimeUtils
Parse a time string.
parseTimestamp(String, CastDataProvider, boolean) - Static method in class org.h2.util.DateTimeUtils
Parses timestamp value from the specified string.
parseTimeWithTimeZone(String, CastDataProvider) - Static method in class org.h2.util.DateTimeUtils
Parses TIME WITH TIME ZONE value from the specified string.
parseUInt31(String, int, int) - Static method in class org.h2.util.StringUtils
Parses an unsigned 31-bit integer.
PartitionData - Class in org.h2.expression.analysis
Partition data of a window aggregate.
paused - Variable in class org.h2.util.Profiler
 
peek(int) - Method in class org.h2.util.ByteStack
Looks at the item at the top of this stack without removing it.
peek(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the value for the given key if the entry is cached.
PERCENT_RANK - Enum constant in enum org.h2.expression.aggregate.AggregateType
The type for PERCENT_RANK() hypothetical set function.
PERCENT_RANK - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for PERCENT_RANK() window function.
PERCENTILE_CONT - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for PERCENTILE_CONT(expression).
PERCENTILE_DISC - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for PERCENTILE_DISC(expression).
periodToValue(Period) - Static method in class org.h2.util.JSR310Utils
Converts a Period to a Value.
Permutations<T> - Class in org.h2.util
A class to iterate over all permutations of an array.
persistData - Variable in class org.h2.command.ddl.CreateTableData
Whether the data should be persisted.
persistIndexes - Variable in class org.h2.command.ddl.CreateTableData
Whether the indexes should be persisted.
PG_CATALOG_SCHEMA_ID - Static variable in class org.h2.engine.Constants
The identity of pg_catalog schema.
PG_DEFAULT_CLIENT_ENCODING - Static variable in class org.h2.engine.SysProperties
System property h2.pgClientEncoding (default: UTF-8).
PG_TYPE_BOOL - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_BPCHAR - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_BYTEA - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_DATE - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_FLOAT4 - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_FLOAT8 - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_INT2 - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_INT2_ARRAY - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_INT4 - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_INT4_ARRAY - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_INT8 - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_NUMERIC - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_TEXT - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_TIME - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_TIMESTAMP - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_TIMESTAMPTZ - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_TIMETZ - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_UNKNOWN - Static variable in class org.h2.server.pg.PgServer
 
PG_TYPE_VARCHAR - Static variable in class org.h2.server.pg.PgServer
The VARCHAR type.
PG_TYPE_VARCHAR_ARRAY - Static variable in class org.h2.server.pg.PgServer
 
PG_VERSION - Static variable in class org.h2.engine.Constants
Announced version for PgServer.
PgCatalogSchema - Class in org.h2.mode
pg_catalog schema.
PgCatalogSchema(Database, User) - Constructor for class org.h2.mode.PgCatalogSchema
Creates new instance of pg_catalog schema.
PgCatalogTable - Class in org.h2.mode
This class is responsible to build the pg_catalog tables.
PgCatalogTable(Schema, int, int) - Constructor for class org.h2.mode.PgCatalogTable
Create a new metadata table.
PgServer - Class in org.h2.server.pg
This class implements a subset of the PostgreSQL protocol as described here: https://www.postgresql.org/docs/devel/protocol.html The PostgreSQL catalog is described here: https://www.postgresql.org/docs/7.4/catalogs.html
PgServer() - Constructor for class org.h2.server.pg.PgServer
 
PgServerThread - Class in org.h2.server.pg
One server thread is opened for each client.
Plan - Class in org.h2.table
A possible query execution plan.
Plan(TableFilter[], int, Expression) - Constructor for class org.h2.table.Plan
Create a query plan with the given order.
PlanItem - Class in org.h2.table
The plan item describes the index to be used, and the estimated cost when using it.
PlanItem() - Constructor for class org.h2.table.PlanItem
 
PLUS - Enum constant in enum org.h2.expression.BinaryOperation.OpType
This operation represents an addition as in 1 + 2.
POINT - Static variable in class org.h2.util.geometry.GeometryUtils
POINT geometry type.
poll(int) - Method in class org.h2.util.ByteStack
Removes the item at the top of this stack and returns that item.
pollUnclosed() - Static method in class org.h2.util.CloseWatcher
Check for an collected object.
POLYGON - Static variable in class org.h2.util.geometry.GeometryUtils
POLYGON geometry type.
pop() - Method in class org.h2.util.ByteStack
Removes the item at the top of this stack and returns that item.
populateRowFromDBObject(DbObject, SearchRow) - Static method in class org.h2.engine.MetaRecord
Copy metadata from the specified object into specified search row.
position() - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
position() - Method in class org.h2.mvstore.WriteBuffer
Get the current position.
position() - Method in class org.h2.store.fs.FakeFileChannel
 
position() - Method in class org.h2.store.fs.FileBaseDefault
 
position(byte[], long) - Method in class org.h2.jdbc.JdbcBlob
[Not supported] Searches a pattern and return the position.
position(int) - Method in class org.h2.mvstore.WriteBuffer
Set the position.
position(long) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
position(long) - Method in class org.h2.store.fs.FakeFileChannel
 
position(long) - Method in class org.h2.store.fs.FileBaseDefault
 
position(String, long) - Method in class org.h2.jdbc.JdbcClob
[Not supported] Searches a pattern and return the position.
position(Blob, long) - Method in class org.h2.jdbc.JdbcBlob
[Not supported] Searches a pattern and return the position.
position(Clob, long) - Method in class org.h2.jdbc.JdbcClob
[Not supported] Searches a pattern and return the position.
POSITIVE_INFINITY - Static variable in class org.h2.value.ValueDecfloat
The positive infinity value.
PostgreSQL - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
POSTGRESQL_STYLE - Enum constant in enum org.h2.engine.Mode.ExpressionNames
Use function name for functions and ?
POWER - Static variable in class org.h2.expression.function.MathFunction2
POWER().
PRECEDING - Enum constant in enum org.h2.expression.analysis.WindowFrameBoundType
PRECEDING clause.
precision - Variable in class org.h2.util.SimpleColumnInfo
Precision of the column
PRECISION - Static variable in class org.h2.value.ValueBoolean
The precision in digits.
PRECISION - Static variable in class org.h2.value.ValueDate
The default precision and display size of the textual representation of a date.
PRECISION - Static variable in class org.h2.value.ValueInteger
The precision in bits.
prefix - Variable in class org.h2.value.DataType
The prefix required for the SQL literal representation.
PREFIX_INDEX - Static variable in class org.h2.engine.Constants
The name prefix used for indexes that are not explicitly named.
PREFIX_JOIN - Static variable in class org.h2.engine.Constants
The name prefix used for synthetic nested join tables.
PREFIX_PRIMARY_KEY - Static variable in class org.h2.engine.Constants
The name prefix used for primary key constraints that are not explicitly named.
PREFIX_QUERY_ALIAS - Static variable in class org.h2.engine.Constants
The name prefix used for query aliases that are not explicitly named.
PREFIX_TEMP_FILE - Static variable in class org.h2.engine.SysProperties
System property h2.prefixTempFile (default: h2.temp).
premain(String, Instrumentation) - Static method in class org.h2.util.Profiler
This method is called when the agent is installed.
prepare() - Method in class org.h2.command.dml.Call
 
prepare() - Method in class org.h2.command.dml.Delete
 
prepare() - Method in class org.h2.command.dml.Explain
 
prepare() - Method in class org.h2.command.dml.Insert
 
prepare() - Method in class org.h2.command.dml.Merge
 
prepare() - Method in class org.h2.command.dml.MergeUsing
 
prepare() - Method in class org.h2.command.dml.Update
 
prepare() - Method in class org.h2.command.Prepared
Prepare this statement.
prepare() - Method in class org.h2.command.query.Select
 
prepare() - Method in class org.h2.command.query.SelectUnion
 
prepare() - Method in class org.h2.command.query.TableValueConstructor
 
prepare() - Method in class org.h2.mvstore.tx.Transaction
Prepare the transaction.
prepare() - Method in class org.h2.table.TableFilter
Prepare reading rows.
prepare(String) - Method in class org.h2.command.Parser
Parse the statement and prepare it for execution.
prepare(String) - Method in class org.h2.engine.SessionLocal
Parse and prepare the given SQL statement.
prepare(String, boolean, boolean) - Method in class org.h2.engine.SessionLocal
Parse and prepare the given SQL statement.
prepare(Xid) - Method in class org.h2.jdbcx.JdbcXAConnection
Prepare a transaction.
prepare(SessionLocal, ArrayList) - Method in class org.h2.index.IndexCursor
Prepare this index cursor to make a lookup in index.
PREPARE - Static variable in interface org.h2.command.CommandInterface
The type of a PREPARE statement.
PREPARE_COMMIT - Static variable in interface org.h2.command.CommandInterface
The type of a PREPARE COMMIT statement.
prepareAlways - Variable in class org.h2.command.Prepared
If the query should be prepared before each execution.
prepareCall(String) - Method in class org.h2.jdbc.JdbcConnection
Creates a new callable statement.
prepareCall(String, int, int) - Method in class org.h2.jdbc.JdbcConnection
Creates a callable statement with the specified result set type and concurrency.
prepareCall(String, int, int, int) - Method in class org.h2.jdbc.JdbcConnection
Creates a callable statement with the specified result set type, concurrency, and holdability.
prepareCommand(String) - Method in class org.h2.command.Parser
Parse a statement or a list of statements, and prepare it for execution.
prepareCommand(String, int) - Method in class org.h2.engine.Session
Parse a command and prepare it for execution.
prepareCommand(String, int) - Method in class org.h2.engine.SessionLocal
 
prepareCommand(String, int) - Method in class org.h2.engine.SessionRemote
 
prepareCommit(String) - Method in class org.h2.engine.SessionLocal
Prepare the given transaction.
prepareCommit(SessionLocal, String) - Method in class org.h2.mvstore.db.Store
Prepare a transaction.
Prepared - Class in org.h2.command
A prepared statement.
Prepared(SessionLocal) - Constructor for class org.h2.command.Prepared
Create a new object.
PREPARED_STATEMENT - Static variable in class org.h2.message.TraceObject
The trace type id for prepared statements.
prepareExpressions(SessionLocal) - Method in class org.h2.schema.Domain
 
prepareExpressions(SessionLocal) - Method in class org.h2.table.Column
 
prepareExpressions(SessionLocal) - Method in interface org.h2.table.ColumnTemplate
Prepare all expressions of this column or domain.
prepareLocal(String) - Method in class org.h2.engine.SessionLocal
Parse and prepare the given SQL statement.
PrepareProcedure - Class in org.h2.command.ddl
This class represents the statement PREPARE
PrepareProcedure(SessionLocal) - Constructor for class org.h2.command.ddl.PrepareProcedure
 
prepareStatement(String) - Method in class org.h2.jdbc.JdbcConnection
Creates a new prepared statement.
prepareStatement(String, int) - Method in class org.h2.jdbc.JdbcConnection
Creates a new prepared statement.
prepareStatement(String, int[]) - Method in class org.h2.jdbc.JdbcConnection
Creates a new prepared statement.
prepareStatement(String, int, int) - Method in class org.h2.jdbc.JdbcConnection
Creates a prepared statement with the specified result set type and concurrency.
prepareStatement(String, int, int, int) - Method in class org.h2.jdbc.JdbcConnection
Creates a prepared statement with the specified result set type, concurrency, and holdability.
prepareStatement(String, String[]) - Method in class org.h2.jdbc.JdbcConnection
Creates a new prepared statement.
previous() - Method in interface org.h2.index.Cursor
Skip to the previous row if one is available.
previous() - Method in class org.h2.index.IndexCursor
 
previous() - Method in class org.h2.index.LinkedCursor
 
previous() - Method in class org.h2.index.MetaCursor
 
previous() - Method in class org.h2.index.SingleRowCursor
 
previous() - Method in class org.h2.index.ViewCursor
 
previous() - Method in class org.h2.jdbc.JdbcResultSet
Moves the cursor to the last row, or row before first row if the current position is the first row.
previous() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
PRIMARY - Static variable in class org.h2.util.ParserUtil
The token "PRIMARY".
PRIMARY_KEY - Enum constant in enum org.h2.constraint.Constraint.Type
The constraint type for primary key constraints.
print(String) - Method in class org.h2.tools.Shell
Print the string without newline, and flush.
printNextExceptions(SQLException, PrintStream) - Static method in exception class org.h2.message.DbException
Prints up to 100 next exceptions for a specified SQL exception.
printNextExceptions(SQLException, PrintWriter) - Static method in exception class org.h2.message.DbException
Prints up to 100 next exceptions for a specified SQL exception.
printNoDatabaseFilesFound(String, String) - Method in class org.h2.util.Tool
Print to the output stream that no database files have been found.
printStackTrace() - Method in exception class org.h2.jdbc.JdbcBatchUpdateException
INTERNAL
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcBatchUpdateException
INTERNAL
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLDataException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLFeatureNotSupportedException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLNonTransientConnectionException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLNonTransientException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLSyntaxErrorException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLTimeoutException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLTransactionRollbackException
 
printStackTrace(PrintStream) - Method in exception class org.h2.jdbc.JdbcSQLTransientException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcBatchUpdateException
INTERNAL
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLDataException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLFeatureNotSupportedException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLNonTransientConnectionException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLNonTransientException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLSyntaxErrorException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLTimeoutException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLTransactionRollbackException
 
printStackTrace(PrintWriter) - Method in exception class org.h2.jdbc.JdbcSQLTransientException
 
Procedure - Class in org.h2.engine
Represents a procedure.
Procedure(String, Prepared) - Constructor for class org.h2.engine.Procedure
 
PROCEDURE - Static variable in class org.h2.bnf.context.DbContextRule
 
process(String, String, String, String, String, String) - Static method in class org.h2.tools.Script
Backs up a database to a stream.
process(Connection, String, String, String) - Static method in class org.h2.tools.Script
Backs up a database to a stream.
process(SessionLocal, int, Value[]) - Static method in class org.h2.jdbc.meta.DatabaseMetaServer
Process a database meta data request.
processHelpText(String) - Static method in class org.h2.command.dml.Help
Sanitize value read from csv file (i.e. help.csv)
Profiler - Class in org.h2.util
A simple CPU profiling tool similar to java -Xrunhprof.
Profiler() - Constructor for class org.h2.util.Profiler
 
PROLEPTIC_GREGORIAN_CHANGE - Static variable in class org.h2.util.LegacyDateTimeUtils
Gregorian change date for a GregorianCalendar that represents a proleptic Gregorian calendar.
PropertyConfig - Class in org.h2.security.auth
Configuration property
PropertyConfig() - Constructor for class org.h2.security.auth.PropertyConfig
 
PropertyConfig(String, String) - Constructor for class org.h2.security.auth.PropertyConfig
 
PUBLIC_ROLE_NAME - Static variable in class org.h2.engine.Constants
Every user belongs to this role.
PUBLIC_STATIC_JAVA_METHOD_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90139 is thrown when the specified public static Java method was not found in the class.
push(byte) - Method in class org.h2.util.ByteStack
Pushes an item onto the top of this stack.
put(byte) - Method in class org.h2.mvstore.WriteBuffer
Put a byte.
put(byte[]) - Method in class org.h2.mvstore.WriteBuffer
Put a byte array.
put(byte[], int, int) - Method in class org.h2.mvstore.WriteBuffer
Put a byte array.
put(long, V) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Add an entry to the cache using the average memory size.
put(long, V, int) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Add an entry to the cache.
put(InputStream) - Method in class org.h2.mvstore.StreamStore
Store the stream, and return the id.
put(String, V) - Method in class org.h2.value.CaseInsensitiveConcurrentMap
 
put(String, V) - Method in class org.h2.value.CaseInsensitiveMap
 
put(ByteBuffer) - Method in class org.h2.mvstore.WriteBuffer
Put the contents of a byte buffer.
put(K, V) - Method in class org.h2.mvstore.MVMap
Add or replace a key-value pair.
put(K, V) - Method in class org.h2.mvstore.tx.TransactionMap
Update the value for the given key.
put(K, V) - Method in class org.h2.util.SoftValuesHashMap
Store the object.
put(Spatial, V) - Method in class org.h2.mvstore.rtree.MVRTreeMap
 
put(CacheObject) - Method in interface org.h2.util.Cache
Add an element to the cache.
put(CacheObject) - Method in class org.h2.util.CacheLRU
 
put(CacheObject) - Method in class org.h2.util.CacheTQ
 
PUT - Enum constant in enum org.h2.mvstore.MVMap.Decision
 
PUT - Static variable in class org.h2.mvstore.MVMap.DecisionMaker
Decision maker for put().
putAll(Map) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Add all elements of the map to this cache.
putChar(char) - Method in class org.h2.mvstore.WriteBuffer
Put a character.
putCommitted(K, V) - Method in class org.h2.mvstore.tx.TransactionMap
Update the value for the given key, without adding an undo log entry.
putDouble(double) - Method in class org.h2.mvstore.WriteBuffer
Put a double.
putFloat(float) - Method in class org.h2.mvstore.WriteBuffer
Put a float.
putIfAbsent(String, V) - Method in class org.h2.value.CaseInsensitiveConcurrentMap
 
putIfAbsent(String, V) - Method in class org.h2.value.CaseInsensitiveMap
 
putIfAbsent(K, V) - Method in class org.h2.mvstore.MVMap
Add a key-value pair if it does not yet exist.
putIfAbsent(K, V) - Method in class org.h2.mvstore.tx.TransactionMap
Put the value for the given key if entry for this key does not exist.
putInt(int) - Method in class org.h2.mvstore.WriteBuffer
Put an integer.
putInt(int, int) - Method in class org.h2.mvstore.WriteBuffer
Update an integer at the given index.
putLong(long) - Method in class org.h2.mvstore.WriteBuffer
Put a long.
putShort(int, short) - Method in class org.h2.mvstore.WriteBuffer
Update a short at the given index.
putShort(short) - Method in class org.h2.mvstore.WriteBuffer
Put a short.
putStringData(String, int) - Method in class org.h2.mvstore.WriteBuffer
Write the characters of a string in a format similar to UTF-8.
putVarInt(int) - Method in class org.h2.mvstore.WriteBuffer
Write a variable size integer.
putVarLong(long) - Method in class org.h2.mvstore.WriteBuffer
Write a variable size long.

Q

QUALIFY - Static variable in class org.h2.util.ParserUtil
The token "QUALIFY".
QUARTER - Static variable in class org.h2.expression.function.DateTimeFunction
Quarter.
query(long) - Method in class org.h2.command.Command
Execute a query statement, if this is possible.
query(long) - Method in class org.h2.command.CommandContainer
 
query(long) - Method in class org.h2.command.dml.Call
 
query(long) - Method in class org.h2.command.dml.ExecuteProcedure
 
query(long) - Method in class org.h2.command.dml.Explain
 
query(long) - Method in class org.h2.command.dml.Help
 
query(long) - Method in class org.h2.command.dml.ScriptCommand
 
query(long) - Method in class org.h2.command.Prepared
Execute the query.
query(long) - Method in class org.h2.command.query.Query
 
query(long, ResultTarget) - Method in class org.h2.command.query.Query
Execute the query, writing the result to the target result.
Query - Class in org.h2.command.query
Represents a SELECT statement (simple, or union).
QUERY_COMPARABLE - Static variable in class org.h2.expression.ExpressionVisitor
Can the expression be added to a condition of an outer query.
QUERY_COMPARABLE_VISITOR - Static variable in class org.h2.expression.ExpressionVisitor
The visitor singleton for the type QUERY_COMPARABLE.
QUERY_STATISTICS - Static variable in class org.h2.command.dml.SetTypes
The type of a SET QUERY_STATISTICS statement.
QUERY_STATISTICS_MAX_ENTRIES - Static variable in class org.h2.command.dml.SetTypes
The type of a SET QUERY_STATISTICS_MAX_ENTRIES statement.
QUERY_STATISTICS_MAX_ENTRIES - Static variable in class org.h2.engine.Constants
The maximum number of entries in query statistics.
QUERY_TIMEOUT - Static variable in class org.h2.command.dml.SetTypes
The type of a SET QUERY_TIMEOUT statement.
queryCacheSize - Variable in class org.h2.engine.DbSettings
Database setting QUERY_CACHE_SIZE (default: 8).
QueryEntry(String) - Constructor for class org.h2.engine.QueryStatisticsData.QueryEntry
 
queryMeta() - Method in class org.h2.command.Command
Get an empty result set containing the meta data.
queryMeta() - Method in class org.h2.command.CommandContainer
 
queryMeta() - Method in class org.h2.command.ddl.DefineCommand
 
queryMeta() - Method in class org.h2.command.dml.BackupCommand
 
queryMeta() - Method in class org.h2.command.dml.Call
 
queryMeta() - Method in class org.h2.command.dml.DataChangeStatement
 
queryMeta() - Method in class org.h2.command.dml.ExecuteImmediate
 
queryMeta() - Method in class org.h2.command.dml.ExecuteProcedure
 
queryMeta() - Method in class org.h2.command.dml.Explain
 
queryMeta() - Method in class org.h2.command.dml.Help
 
queryMeta() - Method in class org.h2.command.dml.NoOperation
 
queryMeta() - Method in class org.h2.command.dml.RunScriptCommand
 
queryMeta() - Method in class org.h2.command.dml.ScriptCommand
 
queryMeta() - Method in class org.h2.command.dml.Set
 
queryMeta() - Method in class org.h2.command.dml.SetSessionCharacteristics
 
queryMeta() - Method in class org.h2.command.dml.TransactionCommand
 
queryMeta() - Method in class org.h2.command.Prepared
Get an empty result set containing the meta data.
queryMeta() - Method in class org.h2.command.query.Query
 
QueryOrderBy - Class in org.h2.command.query
Describes one element of the ORDER BY clause of a query.
QueryOrderBy() - Constructor for class org.h2.command.query.QueryOrderBy
 
QueryStatisticsData - Class in org.h2.engine
Maintains query statistics.
QueryStatisticsData(int) - Constructor for class org.h2.engine.QueryStatisticsData
 
QueryStatisticsData.QueryEntry - Class in org.h2.engine
The collected statistics for one query.
queryWithoutCache(long, ResultTarget) - Method in class org.h2.command.query.Query
Execute the query without checking the cache.
queryWithoutCache(long, ResultTarget) - Method in class org.h2.command.query.Select
 
queryWithoutCache(long, ResultTarget) - Method in class org.h2.command.query.SelectUnion
 
queryWithoutCache(long, ResultTarget) - Method in class org.h2.command.query.TableValueConstructor
 
quote(String) - Static method in class org.h2.message.TraceObject
Format a string as a Java string literal.
QUOTE_IDENT - Static variable in class org.h2.expression.function.StringFunction1
QUOTE_IDENT() (non-standard).
QUOTE_ONLY_WHEN_REQUIRED - Static variable in interface org.h2.util.HasSQL
Quote identifiers only when it is strictly required (different case or identifier is also a keyword).
quoteArray(String[]) - Static method in class org.h2.message.TraceObject
Format a string array to the Java source code that represents this object.
quoteBigDecimal(BigDecimal) - Static method in class org.h2.message.TraceObject
Format a big decimal to the Java source code that represents this object.
quoteBytes(byte[]) - Static method in class org.h2.message.TraceObject
Format a byte array to the Java source code that represents this object.
quoteDate(Date) - Static method in class org.h2.message.TraceObject
Format a date to the Java source code that represents this object.
quotedName - Variable in class org.h2.bnf.context.DbSchema
The quoted schema name.
quoteIdentifier(String) - Method in class org.h2.bnf.context.DbContents
Add double quotes around an identifier if required.
quoteIdentifier(String) - Static method in class org.h2.util.StringUtils
Enclose a string with double quotes.
quoteIdentifier(StringBuilder, String) - Static method in class org.h2.util.StringUtils
Enclose a string with double quotes and append it to the specified string builder.
quoteIdentifier(StringBuilder, String, int) - Static method in class org.h2.util.ParserUtil
Add double quotes around an identifier if required and appends it to the specified string builder.
quoteIdentifier(String, int) - Static method in class org.h2.command.Parser
Add double quotes around an identifier if required.
quoteIntArray(int[]) - Static method in class org.h2.message.TraceObject
Format an int array to the Java source code that represents this object.
quoteJavaIntArray(int[]) - Static method in class org.h2.util.StringUtils
Convert an int array to the Java source code that represents this array.
quoteJavaString(String) - Static method in class org.h2.util.StringUtils
Convert a string to the Java literal and enclose it with double quotes.
quoteJavaStringArray(String[]) - Static method in class org.h2.util.StringUtils
Convert a string array to the Java source code that represents this array.
quoteMap(Map) - Static method in class org.h2.message.TraceObject
Format a map to the Java source code that represents this object.
quoteSQL(Object, int) - Static method in class org.h2.fulltext.FullText
INTERNAL.
quoteStringSQL(String) - Static method in class org.h2.util.StringUtils
Convert a string to a SQL literal.
quoteStringSQL(StringBuilder, String) - Static method in class org.h2.util.StringUtils
Convert a string to a SQL character string literal.
quoteTime(Time) - Static method in class org.h2.message.TraceObject
Format a time to the Java source code that represents this object.
quoteTimestamp(Timestamp) - Static method in class org.h2.message.TraceObject
Format a timestamp to the Java source code that represents this object.

R

R - Static variable in class org.h2.store.fs.FileUtils
RADIANS - Static variable in class org.h2.expression.function.MathFunction1
RADIANS() (non-standard).
RAND - Static variable in class org.h2.expression.function.RandFunction
RAND() (non-standard).
RandFunction - Class in org.h2.expression.function
A RAND, SECURE_RAND, or RANDOM_UUID function.
RandFunction(Expression, int) - Constructor for class org.h2.expression.function.RandFunction
 
RANDOM_UUID - Static variable in class org.h2.expression.function.RandFunction
RANDOM_UUID() (non-standard).
randomBytes(byte[]) - Static method in class org.h2.util.MathUtils
Get a number of pseudo random bytes.
randomInt(int) - Static method in class org.h2.util.MathUtils
Get a pseudo random int value between 0 (including and the given value (excluding).
RANGE - Enum constant in enum org.h2.expression.analysis.WindowFrameUnits
RANGE unit.
RANGE - Static variable in class org.h2.index.IndexCondition
A search mask meaning 'between'.
RangeIndex - Class in org.h2.index
An index for the SYSTEM_RANGE table.
RangeIndex(RangeTable, IndexColumn[]) - Constructor for class org.h2.index.RangeIndex
 
rangeInputStream(InputStream, long, long, long) - Static method in class org.h2.value.ValueLob
Create an input stream that is s subset of the given stream.
RangeInputStream - Class in org.h2.store
Input stream that reads only a specified range from the source stream.
RangeInputStream(InputStream, long, long) - Constructor for class org.h2.store.RangeInputStream
Creates new instance of range input stream.
RangeReader - Class in org.h2.store
Reader that reads only a specified range from the source reader.
RangeReader(Reader, long, long) - Constructor for class org.h2.store.RangeReader
Creates new instance of range reader.
RangeTable - Class in org.h2.table
The table SYSTEM_RANGE is a virtual table that generates incrementing numbers with a given start end point.
RangeTable(Schema, Expression, Expression) - Constructor for class org.h2.table.RangeTable
Create a new range with the given start and end expressions.
RangeTable(Schema, Expression, Expression, Expression) - Constructor for class org.h2.table.RangeTable
 
RANK - Enum constant in enum org.h2.expression.aggregate.AggregateType
The type for RANK() hypothetical set function.
RANK - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for RANK() window function.
RATIO_TO_REPORT - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for RATIO_TO_REPORT() window function.
RAWTOHEX - Static variable in class org.h2.expression.function.StringFunction1
RAWTOHEX() (non-standard).
read() - Method in class org.h2.compress.LZFInputStream
 
read() - Method in class org.h2.store.CountingReaderInputStream
 
read() - Method in class org.h2.store.FileStoreInputStream
 
read() - Method in class org.h2.store.fs.FileChannelInputStream
 
read() - Method in class org.h2.store.LobStorageRemoteInputStream
 
read() - Method in class org.h2.store.RangeInputStream
 
read() - Method in class org.h2.store.RangeReader
 
read(byte[]) - Method in class org.h2.compress.LZFInputStream
 
read(byte[]) - Method in class org.h2.store.FileStoreInputStream
 
read(byte[]) - Method in class org.h2.store.fs.FileChannelInputStream
 
read(byte[]) - Method in class org.h2.store.LobStorageRemoteInputStream
 
read(byte[], int, int) - Method in class org.h2.compress.LZFInputStream
 
read(byte[], int, int) - Method in class org.h2.store.CountingReaderInputStream
 
read(byte[], int, int) - Method in class org.h2.store.Data
Copy a number of bytes to the given buffer from the current position.
read(byte[], int, int) - Method in class org.h2.store.FileStoreInputStream
 
read(byte[], int, int) - Method in class org.h2.store.fs.FileChannelInputStream
 
read(byte[], int, int) - Method in class org.h2.store.LobStorageRemoteInputStream
 
read(byte[], int, int) - Method in class org.h2.store.RangeInputStream
 
read(char[], int, int) - Method in class org.h2.store.DataReader
 
read(char[], int, int) - Method in class org.h2.store.RangeReader
 
read(Reader, String[]) - Method in class org.h2.tools.Csv
Reads CSV data from a reader and returns a result set.
read(String, String[], String) - Method in class org.h2.tools.Csv
Reads from the CSV file and returns a result set.
read(ByteBuffer) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
read(ByteBuffer) - Method in class org.h2.mvstore.db.LobStorageMap.BlobMeta.Type
 
read(ByteBuffer) - Method in class org.h2.mvstore.db.LobStorageMap.BlobReference.Type
 
read(ByteBuffer) - Method in class org.h2.mvstore.db.NullValueDataType
 
read(ByteBuffer) - Method in class org.h2.mvstore.db.RowDataType
 
read(ByteBuffer) - Method in class org.h2.mvstore.db.ValueDataType
 
read(ByteBuffer) - Method in class org.h2.mvstore.rtree.SpatialDataType
 
read(ByteBuffer) - Method in class org.h2.mvstore.tx.VersionedValueType
 
read(ByteBuffer) - Method in class org.h2.mvstore.type.BasicDataType
 
read(ByteBuffer) - Method in class org.h2.mvstore.type.ByteArrayDataType
 
read(ByteBuffer) - Method in interface org.h2.mvstore.type.DataType
Read an object.
read(ByteBuffer) - Method in class org.h2.mvstore.type.LongDataType
 
read(ByteBuffer) - Method in class org.h2.mvstore.type.MetaType
 
read(ByteBuffer) - Method in class org.h2.mvstore.type.ObjectDataType
 
read(ByteBuffer) - Method in class org.h2.mvstore.type.StringDataType
 
read(ByteBuffer) - Method in class org.h2.store.fs.FakeFileChannel
 
read(ByteBuffer) - Method in class org.h2.store.fs.FileBaseDefault
 
read(ByteBuffer[], int, int) - Method in class org.h2.store.fs.FakeFileChannel
 
read(ByteBuffer[], int, int) - Method in class org.h2.store.fs.FileBase
 
read(ByteBuffer, long) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
read(ByteBuffer, long) - Method in class org.h2.store.fs.encrypt.FileEncrypt
 
read(ByteBuffer, long) - Method in class org.h2.store.fs.FakeFileChannel
 
read(ByteBuffer, long) - Method in class org.h2.store.fs.FileBase
 
read(ByteBuffer, Object, int) - Method in class org.h2.mvstore.db.NullValueDataType
 
read(ByteBuffer, Object, int) - Method in class org.h2.mvstore.tx.VersionedValueType
 
read(ByteBuffer, Object, int) - Method in class org.h2.mvstore.type.BasicDataType
 
read(ByteBuffer, Object, int) - Method in interface org.h2.mvstore.type.DataType
Read a list of objects.
READ_COMMITTED - Enum constant in enum org.h2.engine.IsolationLevel
Dirty reads aren't allowed; non-repeatable reads and phantom reads are allowed.
READ_LOCK - Static variable in class org.h2.table.Table
Read lock.
READ_UNCOMMITTED - Enum constant in enum org.h2.engine.IsolationLevel
Dirty reads, non-repeatable reads and phantom reads are allowed.
readBlobMap(Connection, long, long) - Static method in class org.h2.tools.Recover
INTERNAL
readBoolean() - Method in class org.h2.value.Transfer
Read a boolean.
readByte() - Method in class org.h2.store.Data
Read one single byte.
readByte() - Method in class org.h2.store.DataReader
Read a byte.
readByte() - Method in class org.h2.value.Transfer
Read a byte.
readBytes - Variable in class org.h2.mvstore.FileStore
The number of read bytes.
readBytes() - Method in class org.h2.value.Transfer
Read a byte array.
readBytes(byte[], int, int) - Method in class org.h2.value.Transfer
Read a number of bytes.
readBytesAndClose(InputStream, int) - Static method in class org.h2.util.IOUtils
Read a number of bytes from an input stream and close the stream.
readClobMap(Connection, long, long) - Static method in class org.h2.tools.Recover
INTERNAL
readColumns(DatabaseMetaData, PreparedStatement) - Method in class org.h2.bnf.context.DbTableOrView
Read the column for this table from the database meta data.
readContents(String, Connection) - Method in class org.h2.bnf.context.DbContents
Read the contents of this database from the database meta data.
readCount - Variable in class org.h2.mvstore.FileStore
The number of read operations.
readDouble(byte[], int) - Static method in class org.h2.util.Bits
Reads a double value from the byte array at the given position in big-endian order.
readDoubleLE(byte[], int) - Static method in class org.h2.util.Bits
Reads a double value from the byte array at the given position in little-endian order.
reader - Variable in class org.h2.command.dml.RunScriptCommand
The input reader.
reader - Variable in class org.h2.command.dml.ScriptCommand
The input reader.
readException(Transfer) - Static method in class org.h2.engine.SessionRemote
Reads an exception.
readFully(byte[], int, int) - Method in class org.h2.security.SecureFileStore
 
readFully(byte[], int, int) - Method in class org.h2.store.FileStore
Read a number of bytes.
readFully(long, int) - Method in class org.h2.mvstore.FileStore
Read from the file.
readFully(long, int) - Method in class org.h2.mvstore.OffHeapStore
 
readFully(InputStream, byte[], int) - Static method in class org.h2.util.IOUtils
Try to read the given number of bytes to the buffer.
readFully(Reader, char[], int) - Static method in class org.h2.util.IOUtils
Try to read the given number of characters to the buffer.
readFully(FileChannel, long, ByteBuffer) - Static method in class org.h2.mvstore.DataUtils
Read from a file channel until the buffer is full.
readFully(FileChannel, ByteBuffer) - Static method in class org.h2.store.fs.FileUtils
Fully read from the file.
readFullyDirect(byte[], int, int) - Method in class org.h2.security.SecureFileStore
 
readFullyDirect(byte[], int, int) - Method in class org.h2.store.FileStore
Read a number of bytes without decrypting.
readHexLong(Map, String, long) - Static method in class org.h2.mvstore.DataUtils
Read a hex long value from a map.
readInt() - Method in class org.h2.store.Data
Read an integer at the current position.
readInt() - Method in class org.h2.value.Transfer
Read an int.
readInt(byte[], int) - Static method in class org.h2.util.Bits
Reads a int value from the byte array at the given position in big-endian order.
readIntLE(byte[], int) - Static method in class org.h2.util.Bits
Reads a int value from the byte array at the given position in little-endian order.
readLob(long, byte[], long, byte[], int, int) - Method in class org.h2.engine.Database
 
readLob(long, byte[], long, byte[], int, int) - Method in class org.h2.engine.SessionRemote
 
readLob(long, byte[], long, byte[], int, int) - Method in interface org.h2.store.DataHandler
Read from a lob.
readLob(long, byte[], long, byte[], int, int) - Method in class org.h2.tools.Recover
INTERNAL
readLong() - Method in class org.h2.value.Transfer
Read a long.
readLong(byte[], int) - Static method in class org.h2.util.Bits
Reads a long value from the byte array at the given position in big-endian order.
readLongLE(byte[], int) - Static method in class org.h2.util.Bits
Reads a long value from the byte array at the given position in little-endian order.
readMetaData(Transfer) - Method in class org.h2.expression.ParameterRemote
Read the parameter meta data from the transfer object.
readOnly() - Method in class org.h2.mvstore.MVStore.Builder
Open the file in read-only mode.
READONLY - Static variable in class org.h2.command.dml.SetTypes
The type of a SET READONLY statement.
READONLY - Static variable in class org.h2.expression.ExpressionVisitor
Does the expression have no side effects (change the data)?
READONLY - Static variable in class org.h2.expression.function.SysInfoFunction
READONLY().
READONLY_VISITOR - Static variable in class org.h2.expression.ExpressionVisitor
The visitor singleton for the type EVALUATABLE.
readPayLoad(ByteBuffer) - Method in class org.h2.mvstore.Page
Read the page payload from the buffer.
readProcedures(DatabaseMetaData) - Method in class org.h2.bnf.context.DbSchema
Read all procedures in the database.
readRow() - Method in class org.h2.tools.Csv
INTERNAL
readRow() - Method in interface org.h2.tools.SimpleRowSource
Get the next row.
readRow(Value[]) - Method in class org.h2.result.UpdatableRow
Re-reads a row from the database and updates the values in the array.
readRowCount() - Method in class org.h2.value.Transfer
Read a row count.
readSessionState() - Method in class org.h2.engine.Session
Read the session state if necessary.
readStatement() - Method in class org.h2.util.ScriptReader
Read a statement from the reader.
readString() - Method in class org.h2.value.Transfer
Read a string.
readString(ByteBuffer) - Static method in class org.h2.mvstore.DataUtils
Read a string.
readString(ByteBuffer, int) - Static method in class org.h2.mvstore.DataUtils
Read a string.
readStringAndClose(Reader, int) - Static method in class org.h2.util.IOUtils
Read a number of characters from a reader and close it.
readTables(DatabaseMetaData, String[]) - Method in class org.h2.bnf.context.DbSchema
Read all tables for this schema from the database meta data.
readTypeInfo() - Method in class org.h2.value.Transfer
Read a type information.
readValue(Session, ResultSet, int, int) - Static method in class org.h2.value.ValueToObjectConverter2
Read a value from the given result set.
readValue(Session, JdbcResultSet, int) - Static method in class org.h2.value.ValueToObjectConverter
Read a value from the given result set.
readValue(TypeInfo) - Method in class org.h2.value.Transfer
Read a value.
readVariableInt(byte[], int) - Static method in class org.h2.tools.CompressTool
Read a variable size integer using Rice coding.
readVarInt() - Method in class org.h2.store.DataReader
Read a variable size integer.
readVarInt(ByteBuffer) - Static method in class org.h2.mvstore.DataUtils
Read a variable size int.
readVarLong(ByteBuffer) - Static method in class org.h2.mvstore.DataUtils
Read a variable size long.
ready() - Method in class org.h2.store.RangeReader
 
REAL - Static variable in class org.h2.api.H2Type
The REAL data type.
REAL - Static variable in class org.h2.value.Value
The value type for REAL values.
RealmConfig - Class in org.h2.security.auth
Configuration for authentication realm.
RealmConfig() - Constructor for class org.h2.security.auth.RealmConfig
 
rebuild() - Method in class org.h2.constraint.Constraint
This method is called after a related table has changed (the table was renamed, or columns have been renamed).
rebuild() - Method in class org.h2.constraint.ConstraintCheck
 
rebuild() - Method in class org.h2.constraint.ConstraintDomain
 
rebuild() - Method in class org.h2.constraint.ConstraintReferential
 
rebuild() - Method in class org.h2.constraint.ConstraintUnique
 
recompile(SessionLocal, boolean, boolean) - Method in class org.h2.table.TableView
Re-compile the view query and all views that depend on this object.
recompileAlways - Variable in class org.h2.engine.DbSettings
Database setting RECOMPILE_ALWAYS (default: false).
Recorder - Interface in org.h2.store.fs
A recorder for the recording file system.
recover(int) - Method in class org.h2.jdbcx.JdbcXAConnection
Get the list of prepared transaction branches.
Recover - Class in org.h2.tools
Helps recovering a corrupted database.
Recover() - Constructor for class org.h2.tools.Recover
 
RecoverTester - Class in org.h2.store
A tool that simulates a crash while writing to the database, and then verifies the database doesn't get corrupt.
RecoverTester() - Constructor for class org.h2.store.RecoverTester
 
recoveryMode() - Method in class org.h2.mvstore.MVStore.Builder
Open the file in recovery mode, where some errors may be ignored.
REDO_LOG_BINARY - Static variable in class org.h2.command.dml.SetTypes
The type of a SET REDO_LOG_BINARY statement.
REFERENTIAL - Enum constant in enum org.h2.constraint.Constraint.Type
The constraint type for referential constraints.
REFERENTIAL_INTEGRITY - Static variable in class org.h2.command.dml.SetTypes
The type of a SET REFERENTIAL_INTEGRITY statement.
REFERENTIAL_INTEGRITY_VIOLATED_CHILD_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 23503 is thrown when trying to delete or update a row when this would violate a referential constraint, because there is a child row that would become an orphan.
REFERENTIAL_INTEGRITY_VIOLATED_PARENT_MISSING_1 - Static variable in class org.h2.api.ErrorCode
The error with code 23506 is thrown when trying to insert or update a row that would violate a referential constraint, because the referenced row does not exist.
refreshRow() - Method in class org.h2.jdbc.JdbcResultSet
Re-reads the current row from the database.
refreshRow() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
Regclass - Class in org.h2.mode
A ::regclass expression.
Regclass(Expression) - Constructor for class org.h2.mode.Regclass
 
REGEXP - Enum constant in enum org.h2.expression.condition.CompareLike.LikeType
REGEXP
REGEXP_LIKE - Static variable in class org.h2.expression.function.RegexpFunction
REGEXP_LIKE() (non-standard).
REGEXP_REPLACE - Static variable in class org.h2.expression.function.RegexpFunction
REGEXP_REPLACE() (non-standard).
REGEXP_SUBSTR - Static variable in class org.h2.expression.function.RegexpFunction
REGEXP_SUBSTR() (non-standard).
RegexpFunction - Class in org.h2.expression.function
A regular expression function.
RegexpFunction(int) - Constructor for class org.h2.expression.function.RegexpFunction
 
regexpReplaceBackslashReferences - Variable in class org.h2.engine.Mode
The function REGEXP_REPLACE() uses \ for back-references.
register() - Static method in class org.h2.store.fs.encrypt.FilePathEncrypt
Register this file system.
register() - Static method in class org.h2.store.fs.rec.FilePathRec
Register the file system.
register(Object, AutoCloseable, boolean) - Static method in class org.h2.util.CloseWatcher
Register an object.
register(FilePath) - Static method in class org.h2.store.fs.FilePath
Register a file provider.
registerMBean(ConnectionInfo, Database) - Static method in class org.h2.jmx.DatabaseInfo
Registers an MBean for the database.
registerOutParameter(int, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Registers the given OUT parameter.
registerOutParameter(int, int, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Registers the given OUT parameter.
registerOutParameter(int, int, String) - Method in class org.h2.jdbc.JdbcCallableStatement
Registers the given OUT parameter.
registerOutParameter(String, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Registers the given OUT parameter.
registerOutParameter(String, int, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Registers the given OUT parameter.
registerOutParameter(String, int, String) - Method in class org.h2.jdbc.JdbcCallableStatement
Registers the given OUT parameter.
registerTableAsLocked(Table) - Method in class org.h2.engine.SessionLocal
Register table as locked within current transaction.
registerTableAsUpdated(Table) - Method in class org.h2.engine.SessionLocal
Register table as updated within current transaction.
registerUnsavedMemory(int) - Method in class org.h2.mvstore.MVStore
Adjust amount of "unsaved memory" meaning amount of RAM occupied by pages not saved yet to the file.
registerVersionUsage() - Method in class org.h2.mvstore.MVStore
Register opened operation (transaction).
REGR_AVGX - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for REGR_AVGX binary set function.
REGR_AVGY - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for REGR_AVGY binary set function.
REGR_COUNT - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for REGR_COUNT binary set function.
REGR_INTERCEPT - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for REGR_INTERCEPT binary set function.
REGR_R2 - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for REGR_R2 binary set function.
REGR_SLOPE - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for REGR_SLOPE binary set function.
REGR_SXX - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for REGR_SXX binary set function.
REGR_SXY - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for REGR_SXY binary set function.
REGR_SYY - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for REGR_SYY binary set function.
REGULAR - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
reindex(Connection) - Static method in class org.h2.fulltext.FullText
Re-creates the full text index for this database.
reindex(Connection) - Static method in class org.h2.fulltext.FullTextLucene
Re-creates the full text index for this database.
relative(int) - Method in class org.h2.jdbc.JdbcResultSet
Moves the current position to a specific row relative to the current row.
relative(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
releaseDatabaseObjectIds(BitSet) - Method in class org.h2.engine.Database
Mark some database ids as unused.
releaseLock() - Method in class org.h2.store.FileStore
Release the file lock.
releaseSavepoint(Savepoint) - Method in class org.h2.jdbc.JdbcConnection
Releases a savepoint.
rememberExpressions(SessionLocal, Value[]) - Method in class org.h2.expression.aggregate.Aggregate
 
rememberExpressions(SessionLocal, Value[]) - Method in class org.h2.expression.aggregate.JavaAggregate
 
rememberExpressions(SessionLocal, Value[]) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Stores current values of expressions into the specified array.
rememberExpressions(SessionLocal, Value[]) - Method in class org.h2.expression.analysis.WindowFunction
 
REMOTE_CONNECTION_NOT_ALLOWED - Static variable in class org.h2.api.ErrorCode
The error with code 90117 is thrown when trying to connect to a TCP server from another machine, if remote connections are not allowed.
REMOTE_DATABASE_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90149 is thrown when trying to open a database that does not exist remotely without enabling remote database creation first.
remove() - Method in interface org.h2.api.Trigger
This method is called when the trigger is dropped.
remove() - Method in class org.h2.command.query.SelectGroups
Removes the data for the current key.
remove() - Method in class org.h2.fulltext.FullText.FullTextTrigger
INTERNAL
remove() - Method in class org.h2.util.DebuggingThreadLocal
Remove the value for the current thread.
remove() - Method in class org.h2.value.ValueLob
Remove the underlying resource, if any.
remove(byte[]) - Method in class org.h2.mvstore.StreamStore
Remove all stored blocks for the given id.
remove(int) - Method in class org.h2.mvstore.Page
Remove the key and value (or child) at the given index.
remove(int) - Method in interface org.h2.util.Cache
Remove an object from the cache.
remove(int) - Method in class org.h2.util.CacheLRU
 
remove(int) - Method in class org.h2.util.CacheTQ
 
remove(int) - Method in class org.h2.util.IntArray
Remove the value at the given index.
remove(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Remove an entry.
remove(Object) - Method in class org.h2.mvstore.MVMap
Remove a key-value pair, if the key exists.
remove(Object) - Method in class org.h2.mvstore.rtree.MVRTreeMap
Remove a key-value pair, if the key exists.
remove(Object) - Method in class org.h2.mvstore.tx.TransactionMap
Remove an entry.
remove(Object) - Method in class org.h2.util.SoftValuesHashMap
Remove an object.
remove(Object) - Method in class org.h2.value.CaseInsensitiveConcurrentMap
 
remove(Object) - Method in class org.h2.value.CaseInsensitiveMap
 
remove(Object, Object) - Method in class org.h2.mvstore.MVMap
Remove a key-value pair if the value matches the stored one.
remove(SessionLocal) - Method in class org.h2.index.Index
Remove the index.
remove(SessionLocal) - Method in class org.h2.index.LinkedIndex
 
remove(SessionLocal) - Method in class org.h2.index.MetaIndex
 
remove(SessionLocal) - Method in class org.h2.index.ViewIndex
 
remove(SessionLocal) - Method in class org.h2.index.VirtualTableIndex
 
remove(SessionLocal) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
remove(SessionLocal) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
remove(SessionLocal) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
remove(SessionLocal) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
remove(SessionLocal, Row) - Method in class org.h2.index.Index
Remove a row from the index.
remove(SessionLocal, Row) - Method in class org.h2.index.LinkedIndex
 
remove(SessionLocal, Row) - Method in class org.h2.index.MetaIndex
 
remove(SessionLocal, Row) - Method in class org.h2.index.ViewIndex
 
remove(SessionLocal, Row) - Method in class org.h2.index.VirtualTableIndex
 
remove(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
remove(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
remove(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
remove(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
remove(SchemaObject) - Method in class org.h2.schema.Schema
Remove an object from this schema.
remove(ValueLob) - Method in class org.h2.value.lob.LobData
Remove the underlying resource, if any.
remove(ValueLob) - Method in class org.h2.value.lob.LobDataDatabase
 
remove(ValueLob) - Method in class org.h2.value.lob.LobDataFile
 
REMOVE - Enum constant in enum org.h2.mvstore.MVMap.Decision
 
REMOVE - Static variable in class org.h2.mvstore.MVMap.DecisionMaker
Decision maker for remove().
removeAllForTable(int) - Method in class org.h2.mvstore.db.LobStorageMap
 
removeAllForTable(int) - Method in class org.h2.store.LobStorageFrontend
 
removeAllForTable(int) - Method in interface org.h2.store.LobStorageInterface
Remove all LOBs for this table.
removeAllRecursive(long) - Method in class org.h2.mvstore.Page
Remove all page data recursively.
removeAllTriggers(Connection, String) - Static method in class org.h2.fulltext.FullText
Remove all triggers that start with the given prefix.
removeAnonFromLegacyAlgorithms() - Static method in class org.h2.security.CipherFactory
Attempts to weaken the security properties to allow anonymous TLS.
removeAtCommit(ValueLob) - Method in class org.h2.engine.SessionLocal
Remember that the given LOB value must be removed at commit.
removeAtCommitStop(ValueLob) - Method in class org.h2.engine.SessionLocal
Do not remove this LOB value at commit any longer.
removeChildrenAndResources(SessionLocal) - Method in class org.h2.constraint.ConstraintCheck
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.constraint.ConstraintDomain
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.constraint.ConstraintReferential
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.constraint.ConstraintUnique
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.engine.Comment
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.engine.DbObject
Delete all dependent children objects and resources of this object.
removeChildrenAndResources(SessionLocal) - Method in class org.h2.engine.Right
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.engine.Role
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.engine.Setting
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.engine.User
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.index.Index
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.mvstore.db.MVTable
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.schema.Constant
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.schema.Domain
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.schema.FunctionAlias
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.schema.Schema
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.schema.Sequence
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.schema.TriggerObject
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.schema.UserAggregate
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.table.MetaTable
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.table.Table
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.table.TableLink
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.table.TableSynonym
 
removeChildrenAndResources(SessionLocal) - Method in class org.h2.table.TableView
 
removeClassFactory(Utils.ClassFactory) - Static method in class org.h2.util.JdbcUtils
Remove a class factory
removeColumnExpressionsDependencies(SessionLocal) - Method in class org.h2.table.Table
Removes dependencies of column expressions, used for tables with circular dependencies.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.h2.jdbcx.JdbcXAConnection
Remove the event listener.
removeConstraint(Constraint) - Method in class org.h2.schema.Domain
Remove the given constraint from the list.
removeConstraint(Constraint) - Method in class org.h2.table.Table
Remove the given constraint from the list.
removeDatabaseObject(SessionLocal, DbObject) - Method in class org.h2.engine.Database
Remove the object from the database.
removeDependentView(TableView) - Method in class org.h2.table.Table
Remove the given view from the dependent views list.
removeDhAnonFromCommaSeparatedList(String) - Static method in class org.h2.security.CipherFactory
Removes DH_anon and ECDH_anon from a comma separated list of ciphers.
removeDistinct(Value[]) - Method in class org.h2.result.LocalResult
Remove the row from the result set if it exists.
removeEldestEntry(Map.Entry) - Method in class org.h2.util.SmallLRUCache
 
removeFilterCondition() - Method in class org.h2.table.TableFilter
Remove the filter condition.
removeIndex(Index) - Method in class org.h2.table.Table
Remove the given index from the list.
removeIndexAccess(String) - Static method in class org.h2.fulltext.FullTextLucene
Close the index writer and searcher and remove them from the index access set.
removeIndexOrTransferOwnership(SessionLocal, Index) - Method in class org.h2.table.Table
If the index is still required by a constraint, transfer the ownership to it.
removeJoin() - Method in class org.h2.table.TableFilter
Remove the joined table
removeJoinCondition() - Method in class org.h2.table.TableFilter
Remove the join condition.
removeLob(ValueLob) - Method in class org.h2.mvstore.db.LobStorageMap
 
removeLob(ValueLob) - Method in class org.h2.store.LobStorageFrontend
 
removeLob(ValueLob) - Method in interface org.h2.store.LobStorageInterface
Delete a LOB (from the database, if it is stored there).
removeLocalTempTable(Table) - Method in class org.h2.engine.SessionLocal
Drop and remove the given local temporary table from this session.
removeLocalTempTableIndex(Index) - Method in class org.h2.engine.SessionLocal
Drop and remove the given local temporary index from this session.
removeMap(String) - Method in class org.h2.mvstore.MVStore
Remove map by name.
removeMap(MVMap) - Method in class org.h2.mvstore.MVStore
Remove a map from the current version of the store.
removeMap(TransactionMap) - Method in class org.h2.mvstore.tx.Transaction
Remove the map.
removeMeta(SessionLocal, int) - Method in class org.h2.engine.Database
Remove the given object from the meta data.
removePage(long) - Method in class org.h2.mvstore.Page
Make accounting changes (chunk occupancy or "unsaved" RAM), related to this page removal.
removeProcedure(String) - Method in class org.h2.engine.SessionLocal
Remove a procedure from this session.
removeProperty(String, boolean) - Method in class org.h2.engine.ConnectionInfo
Remove a boolean property if it is set and return the value.
removeRange(int, int) - Method in class org.h2.util.IntArray
Remove a number of elements.
removeRow(SessionLocal, Row) - Method in class org.h2.mvstore.db.MVTable
 
removeRow(SessionLocal, Row) - Method in class org.h2.table.MetaTable
 
removeRow(SessionLocal, Row) - Method in class org.h2.table.Table
Remove a row from the table and all indexes.
removeRow(SessionLocal, Row) - Method in class org.h2.table.TableLink
 
removeRow(SessionLocal, Row) - Method in class org.h2.table.TableView
 
removeRow(SessionLocal, Row) - Method in class org.h2.table.VirtualTable
 
removeRow(Value[]) - Method in interface org.h2.result.ResultExternal
Remove the row with the given values from this object if such a row exists.
removeSchemaObject(SessionLocal, SchemaObject) - Method in class org.h2.engine.Database
Remove an object from the system table.
removeSequence(Sequence) - Method in class org.h2.table.Table
Remove a sequence from the table.
removeServer(IOException, int, int) - Method in class org.h2.engine.SessionRemote
Remove a server from the list of cluster nodes and disables the cluster mode.
removeSession(SessionLocal) - Method in class org.h2.engine.Database
Remove a session.
removeStatementEventListener(StatementEventListener) - Method in class org.h2.jdbcx.JdbcXAConnection
[Not supported] Remove a statement event listener.
removeSynonym(TableSynonym) - Method in class org.h2.table.Table
Remove the given view from the list.
removeTable(MVTable) - Method in class org.h2.mvstore.db.Store
Remove a table.
removeTemporaryMaps(BitSet) - Method in class org.h2.mvstore.db.Store
Remove all temporary maps.
removeTrigger(TriggerObject) - Method in class org.h2.table.Table
Remove the given trigger from the list.
removeUnusableIndexConditions() - Method in class org.h2.table.Plan
Remove all index conditions that can not be used.
rename(String) - Method in class org.h2.engine.DbObject
Rename the object.
rename(String) - Method in class org.h2.engine.RightOwner
 
rename(String) - Method in class org.h2.table.Column
Rename the column.
rename(String) - Method in class org.h2.table.Table
 
rename(String) - Method in class org.h2.table.TableSynonym
 
rename(SchemaObject, String) - Method in class org.h2.schema.Schema
Rename an object.
RENAME - Static variable in interface org.h2.store.fs.Recorder
Rename a file.
renameColumn(Column, String) - Method in class org.h2.table.Table
Rename a column of this table.
renameDatabaseObject(SessionLocal, DbObject, String) - Method in class org.h2.engine.Database
Rename a database object.
renameMap(MVMap, String) - Method in class org.h2.mvstore.MVStore
Rename a map.
renameSchemaObject(SessionLocal, SchemaObject, String) - Method in class org.h2.engine.Database
Rename a schema object.
repair(String) - Static method in class org.h2.mvstore.MVStoreTool
Repair a store by rolling back to the newest good version.
REPEAT - Enum constant in enum org.h2.mvstore.MVMap.Decision
 
REPEAT - Static variable in class org.h2.expression.function.StringFunction2
REPEAT() (non-standard).
REPEATABLE_READ - Enum constant in enum org.h2.engine.IsolationLevel
Dirty reads and non-repeatable reads aren't allowed; phantom reads are allowed.
replace(String, Column[], SessionLocal, boolean, boolean, boolean) - Method in class org.h2.table.TableView
Try to replace the SQL statement of the view and re-compile this and all dependent views.
replace(K, V) - Method in class org.h2.mvstore.MVMap
Replace a value for an existing key.
replace(K, V, V) - Method in class org.h2.mvstore.MVMap
Replace a value for an existing key, if the value matches.
REPLACE - Static variable in interface org.h2.command.CommandInterface
The type of a REPLACE statement.
REPLACE - Static variable in class org.h2.expression.function.StringFunction
REPLACE() (non-standard).
REPLACE_LOBS_FOR_TRACE - Static variable in interface org.h2.util.HasSQL
Replace long LOB values with some generated values.
replaceAll(String, String, String) - Static method in class org.h2.util.StringUtils
Replace all occurrences of the before string with the after string.
replaceInto - Variable in class org.h2.engine.Mode
MySQL style REPLACE INTO.
requiresWindowOrdering() - Method in enum org.h2.expression.analysis.WindowFunctionType
Returns whether window function of this type requires window ordering clause.
reserveUniqueName(String) - Method in class org.h2.schema.Schema
Reserve a unique object name.
reset() - Method in class org.h2.command.query.SelectGroups
Resets this group data for reuse.
reset() - Method in class org.h2.mvstore.MVMap.DecisionMaker
Resets internal state (if any) of a this DecisionMaker to it's initial state.
reset() - Method in class org.h2.result.LazyResult
 
reset() - Method in class org.h2.result.LocalResult
 
reset() - Method in interface org.h2.result.ResultExternal
Reset the current position of this object.
reset() - Method in interface org.h2.result.ResultInterface
Go to the beginning of the result, that means before the first row.
reset() - Method in class org.h2.result.ResultRemote
 
reset() - Method in class org.h2.result.ResultWithPaddedStrings
 
reset() - Method in class org.h2.result.SimpleResult
 
reset() - Method in class org.h2.store.Data
Set the position to 0.
reset() - Method in class org.h2.store.RangeInputStream
 
reset() - Method in class org.h2.store.RangeReader
 
reset() - Method in class org.h2.table.TableFilter
Reset to the current position.
reset() - Method in class org.h2.tools.Csv
INTERNAL
reset() - Method in interface org.h2.tools.SimpleRowSource
Reset the position (before the first row).
reset() - Method in class org.h2.util.AbbaLockingDetector
Reset the state.
resetCalendar() - Static method in class org.h2.util.DateTimeUtils
Reset the cached calendar for default timezone, for example after changing the default timezone.
resetDefaultLegacyAlgorithms() - Static method in class org.h2.security.CipherFactory
Attempts to resets the security property to the default value.
resetLazy() - Method in class org.h2.command.query.SelectGroups
Resets this group data for reuse in lazy mode.
resetThreadLocalSession(Session) - Method in class org.h2.engine.Session
Resets old thread local session.
resetThreadLocalSession(Session) - Method in class org.h2.engine.SessionLocal
 
resolveTableOrView(SessionLocal, String) - Method in class org.h2.schema.Schema
Try to find a table or view with this name.
Restore - Class in org.h2.tools
Restores a H2 database by extracting the database files from a .zip file.
Restore() - Constructor for class org.h2.tools.Restore
 
RESTRICT - Enum constant in enum org.h2.constraint.ConstraintActionType
The action is to restrict the operation.
RESULT_CLOSE - Static variable in class org.h2.engine.SessionRemote
 
RESULT_FETCH_ROWS - Static variable in class org.h2.engine.SessionRemote
 
RESULT_RESET - Static variable in class org.h2.engine.SessionRemote
 
RESULT_SET - Static variable in class org.h2.message.TraceObject
The trace type id for result sets.
RESULT_SET_META_DATA - Static variable in class org.h2.message.TraceObject
The trace type id for result set meta data objects.
RESULT_SET_NOT_SCROLLABLE - Static variable in class org.h2.api.ErrorCode
The error with code 90128 is thrown when trying to call a method of the ResultSet that is only supported for scrollable result sets, and the result set is not scrollable.
RESULT_SET_NOT_UPDATABLE - Static variable in class org.h2.api.ErrorCode
The error with code 90127 is thrown when trying to update or delete a row in a result set if the result set is not updatable.
RESULT_SET_READONLY - Static variable in class org.h2.api.ErrorCode
The error with code 90140 is thrown when trying to update or delete a row in a result set if the statement was not created with updatable concurrency.
ResultColumn - Class in org.h2.result
A result set column of a remote result.
ResultExternal - Interface in org.h2.result
This interface is used to extend the LocalResult class, if data does not fit in memory.
ResultInterface - Interface in org.h2.result
The result interface is used by the LocalResult and ResultRemote class.
ResultRemote - Class in org.h2.result
The client side part of a result set that is kept on the server.
ResultRemote(SessionRemote, Transfer, int, int, int) - Constructor for class org.h2.result.ResultRemote
 
resultSet - Variable in class org.h2.jdbc.JdbcStatement
 
resultSetConcurrency - Variable in class org.h2.jdbc.JdbcStatement
 
resultSetToResult(SessionLocal, ResultSet, int) - Static method in class org.h2.schema.FunctionAlias.JavaMethod
Create a result for the given result set.
resultSetType - Variable in class org.h2.jdbc.JdbcStatement
 
ResultTarget - Interface in org.h2.result
A object where rows are written to.
ResultWithGeneratedKeys - Class in org.h2.result
Result of update command with optional generated keys.
ResultWithGeneratedKeys.WithKeys - Class in org.h2.result
Result of update command with generated keys;
ResultWithPaddedStrings - Class in org.h2.result
Result with padded fixed length strings.
RETENTION_TIME - Static variable in class org.h2.command.dml.SetTypes
The type of a SET RETENTION_TIME statement.
returnDataType - Variable in class org.h2.mode.FunctionInfo
The data type of the return value.
reuse() - Method in class org.h2.command.Command
The command is now re-used, therefore reset the canReuse flag, and the parameter values.
reusePreparedStatement(PreparedStatement, String) - Method in class org.h2.table.TableLink
Add this prepared statement to the list of cached statements.
reuseSpace - Variable in class org.h2.engine.DbSettings
Database setting REUSE_SPACE (default: true).
REVOKE - Static variable in interface org.h2.command.CommandInterface
The type of a REVOKE statement.
revokeTemporaryRightsOnRoles() - Method in class org.h2.engine.RightOwner
Remove all the temporary rights granted on roles
right - Variable in class org.h2.expression.Operation1_2
The right part of the operation (the second argument).
right - Variable in class org.h2.expression.Operation2
The right part of the operation (the second argument).
Right - Class in org.h2.engine
An access right.
Right(Database, int, RightOwner, int, DbObject) - Constructor for class org.h2.engine.Right
 
Right(Database, int, RightOwner, Role) - Constructor for class org.h2.engine.Right
 
RIGHT - Static variable in class org.h2.engine.DbObject
This object is a right.
RIGHT - Static variable in class org.h2.expression.function.StringFunction2
RIGHT() (non-standard).
RIGHT - Static variable in class org.h2.util.ParserUtil
The token "RIGHT".
RightOwner - Class in org.h2.engine
A right owner (sometimes called principal).
RightOwner(Database, int, String, int) - Constructor for class org.h2.engine.RightOwner
 
Role - Class in org.h2.engine
Represents a role.
Role(Database, int, String, boolean) - Constructor for class org.h2.engine.Role
 
ROLE - Static variable in class org.h2.engine.DbObject
This object is a role.
ROLE_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90069 is thrown when trying to create a role if an object with this name already exists.
ROLE_ALREADY_GRANTED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90074 is thrown when trying to grant a role that has already been granted.
ROLE_CAN_NOT_BE_DROPPED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90091 is thrown when trying to drop the role PUBLIC.
ROLE_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90070 is thrown when trying to drop or grant a role that does not exists.
ROLES_AND_RIGHT_CANNOT_BE_MIXED - Static variable in class org.h2.api.ErrorCode
The error with code 90072 is thrown when trying to grant or revoke both roles and rights at the same time.
rollback() - Method in class org.h2.engine.SessionLocal
Fully roll back the current transaction.
rollback() - Method in class org.h2.jdbc.JdbcConnection
Rolls back the current transaction.
rollback() - Method in class org.h2.mvstore.MVStore
Revert to the beginning of the current version, reverting all uncommitted changes.
rollback() - Method in class org.h2.mvstore.tx.Transaction
Roll the transaction back.
rollback(String, long, Writer) - Static method in class org.h2.mvstore.MVStoreTool
Roll back to a given revision into a file called *.temp.
rollback(Savepoint) - Method in class org.h2.jdbc.JdbcConnection
Rolls back to a savepoint.
rollback(Xid) - Method in class org.h2.jdbcx.JdbcXAConnection
Roll back a transaction.
ROLLBACK - Static variable in interface org.h2.command.CommandInterface
The type of a ROLLBACK statement.
ROLLBACK - Static variable in interface org.h2.store.InDoubtTransaction
The transaction state meaning this transaction is rolled back.
ROLLBACK_TO_SAVEPOINT - Static variable in interface org.h2.command.CommandInterface
The type of a ROLLBACK TO SAVEPOINT statement.
ROLLBACK_TRANSACTION - Static variable in interface org.h2.command.CommandInterface
The type of a ROLLBACK TRANSACTION statement.
rollbackTo(long) - Method in class org.h2.mvstore.MVStore
Revert to the beginning of the given version.
rollbackTo(SessionLocal.Savepoint) - Method in class org.h2.engine.SessionLocal
Partially roll back the current transaction.
rollbackToSavepoint(long) - Method in class org.h2.mvstore.tx.Transaction
Roll back to the given savepoint.
rollbackToSavepoint(String) - Method in class org.h2.engine.SessionLocal
Undo all operations back to the log position of the given savepoint.
root - Variable in class org.h2.mvstore.RootReference
The root page.
RootReference<K,V> - Class in org.h2.mvstore
Class RootReference is an immutable structure to represent state of the MVMap as a whole (not related to a particular B-Tree node).
ROTATELEFT - Static variable in class org.h2.expression.function.BitFunction
ROTATELEFT() (non-standard).
ROTATERIGHT - Static variable in class org.h2.expression.function.BitFunction
ROTATERIGHT() (non-standard).
ROUND - Static variable in class org.h2.expression.function.MathFunction
ROUND() (non-standard)
ROUNDMAGIC - Static variable in class org.h2.expression.function.MathFunction
ROUNDMAGIC() (non-standard)
roundUpInt(int, int) - Static method in class org.h2.util.MathUtils
Round the value up to the next block size.
roundUpLong(long, long) - Static method in class org.h2.util.MathUtils
Round the value up to the next block size.
row(H2Type...) - Static method in class org.h2.api.H2Type
Returns ROW data type with specified types of fields and default names.
Row - Class in org.h2.result
Represents a row in a table.
Row() - Constructor for class org.h2.result.Row
 
ROW - Static variable in class org.h2.util.ParserUtil
The token "ROW".
ROW - Static variable in class org.h2.value.Value
The value type for ROW values.
ROW_COUNT_APPROXIMATION - Static variable in class org.h2.table.MetaTable
The approximate number of rows of a meta table.
ROW_NOT_FOUND_IN_PRIMARY_INDEX - Static variable in class org.h2.api.ErrorCode
The error with code 90143 is thrown when trying to fetch a row from the primary index and the row is not there.
ROW_NOT_FOUND_WHEN_DELETING_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90112 is thrown when a row was deleted twice while locking was disabled.
ROW_NUMBER - Enum constant in enum org.h2.expression.analysis.WindowFunctionType
The type for ROW_NUMBER() window function.
rowCountCumulative - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The total number of rows.
rowCountMax - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The maximum number of rows.
rowCountMean - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The mean number of rows.
rowCountMin - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The minimum number of rows.
RowDataType - Class in org.h2.mvstore.db
The data type for rows.
RowDataType(CastDataProvider, CompareMode, DataHandler, int[], int[], int, boolean) - Constructor for class org.h2.mvstore.db.RowDataType
 
RowDataType.Factory - Class in org.h2.mvstore.db
 
rowDeleted() - Method in class org.h2.jdbc.JdbcResultSet
Detects if the row was deleted (by somebody else or the caller).
rowDeleted() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
RowFactory - Class in org.h2.result
Creates rows.
RowFactory() - Constructor for class org.h2.result.RowFactory
 
RowFactory.DefaultRowFactory - Class in org.h2.result
Default implementation of row factory.
ROWID - Static variable in class org.h2.table.Column
The name of the rowid pseudo column.
ROWID_INDEX - Static variable in class org.h2.result.SearchRow
Index of a virtual "_ROWID_" column within a row or a table
rowInserted() - Method in class org.h2.jdbc.JdbcResultSet
Detects if the row was inserted.
rowInserted() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
Rownum - Class in org.h2.expression
Represents the ROWNUM function.
Rownum(Prepared) - Constructor for class org.h2.expression.Rownum
 
ROWNUM - Static variable in class org.h2.util.ParserUtil
The token "ROWNUM".
ROWS - Enum constant in enum org.h2.expression.analysis.WindowFrameUnits
ROWS unit.
rowUpdated() - Method in class org.h2.jdbc.JdbcResultSet
Detects if the row was updated (by somebody else or the caller).
rowUpdated() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
RPAD - Static variable in class org.h2.expression.function.StringFunction
RPAD() (non-standard).
RSHIFT - Static variable in class org.h2.expression.function.BitFunction
RSHIFT() (non-standard).
RTreeCursor(Page, Spatial) - Constructor for class org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
 
Rule - Interface in org.h2.bnf
Represents a BNF rule.
RuleElement - Class in org.h2.bnf
A single terminal rule in a BNF object.
RuleElement(String, String) - Constructor for class org.h2.bnf.RuleElement
 
RuleExtension - Class in org.h2.bnf
Represents a non-standard syntax.
RuleExtension(Rule, boolean) - Constructor for class org.h2.bnf.RuleExtension
 
RuleFixed - Class in org.h2.bnf
Represents a hard coded terminal rule in a BNF object.
RuleHead - Class in org.h2.bnf
Represents the head of a BNF rule.
RuleList - Class in org.h2.bnf
Represents a sequence of BNF rules, or a list of alternative rules.
RuleList(Rule, Rule, boolean) - Constructor for class org.h2.bnf.RuleList
 
RuleOptional - Class in org.h2.bnf
Represents an optional BNF rule.
RuleOptional(Rule) - Constructor for class org.h2.bnf.RuleOptional
 
RuleRepeat - Class in org.h2.bnf
Represents a loop in a BNF object.
RuleRepeat(Rule, boolean) - Constructor for class org.h2.bnf.RuleRepeat
 
run() - Method in class org.h2.server.pg.PgServerThread
 
run() - Method in class org.h2.server.TcpServerThread
 
run() - Method in class org.h2.store.FileLock
 
run() - Method in class org.h2.tools.Server
INTERNAL
run() - Method in class org.h2.tools.Shell
INTERNAL.
run() - Method in class org.h2.util.AbbaLockingDetector
 
run() - Method in class org.h2.util.Profiler
 
run() - Method in class org.h2.util.Task
 
RUNNING - Enum constant in enum org.h2.engine.SessionLocal.State
 
RunScript - Class in org.h2.tools
Runs a SQL script against a database.
RunScript() - Constructor for class org.h2.tools.RunScript
 
RUNSCRIPT - Static variable in interface org.h2.command.CommandInterface
The type of a RUNSCRIPT statement.
RunScriptCommand - Class in org.h2.command.dml
This class represents the statement RUNSCRIPT
RunScriptCommand(SessionLocal) - Constructor for class org.h2.command.dml.RunScriptCommand
 
runTool(String...) - Method in class org.h2.tools.Backup
 
runTool(String...) - Method in class org.h2.tools.ChangeFileEncryption
 
runTool(String...) - Method in class org.h2.tools.Console
This tool starts the H2 Console (web-) server, as well as the TCP and PG server.
runTool(String...) - Method in class org.h2.tools.ConvertTraceFile
 
runTool(String...) - Method in class org.h2.tools.CreateCluster
 
runTool(String...) - Method in class org.h2.tools.DeleteDbFiles
 
runTool(String...) - Method in class org.h2.tools.Recover
Dumps the contents of a database file to a human readable text file.
runTool(String...) - Method in class org.h2.tools.Restore
 
runTool(String...) - Method in class org.h2.tools.RunScript
Executes the contents of a SQL script file against a database.
runTool(String...) - Method in class org.h2.tools.Script
 
runTool(String...) - Method in class org.h2.tools.Server
 
runTool(String...) - Method in class org.h2.tools.Shell
Run the shell tool with the given command line settings.
runTool(String...) - Method in class org.h2.util.Tool
Run the tool with the given output stream and arguments.
runTool(Connection, String...) - Method in class org.h2.tools.Shell
Run the shell tool with the given connection and command line settings.
RW - Static variable in class org.h2.store.fs.FileUtils
RWD - Static variable in class org.h2.store.fs.FileUtils
RWS - Static variable in class org.h2.store.fs.FileUtils

S

SALT_LEN - Static variable in class org.h2.engine.Constants
The number of bytes in random salt that is used to hash passwords.
samplingPct(AtomicLong) - Static method in class org.h2.util.MemoryEstimator
Calculates percentage of how many times actual calculation happened (vs. estimation)
save() - Method in class org.h2.store.FileLock
Save the lock file.
save(WriteBuffer, MetaType) - Method in class org.h2.mvstore.tx.VersionedValueType
 
save(WriteBuffer, MetaType) - Method in interface org.h2.mvstore.type.StatefulDataType
Save the state.
save(WriteBuffer, MetaType) - Method in class org.h2.mvstore.db.RowDataType
 
save(WriteBuffer, MetaType) - Method in class org.h2.mvstore.db.ValueDataType
 
saveCommandHistoryList(ArrayList) - Method in class org.h2.server.web.WebServer
Save the command history to the properties file.
Savepoint() - Constructor for class org.h2.engine.SessionLocal.Savepoint
 
SAVEPOINT - Static variable in interface org.h2.command.CommandInterface
The type of a SAVEPOINT statement.
SAVEPOINT - Static variable in class org.h2.message.TraceObject
The trace type id for savepoint objects.
SAVEPOINT_IS_INVALID_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90063 is thrown when trying to rollback to a savepoint that is not defined.
SAVEPOINT_IS_NAMED - Static variable in class org.h2.api.ErrorCode
The error with code 90065 is thrown when Savepoint.getSavepointId() is called on a named savepoint.
SAVEPOINT_IS_UNNAMED - Static variable in class org.h2.api.ErrorCode
The error with code 90064 is thrown when Savepoint.getSavepointName() is called on an unnamed savepoint.
SCALAR - Enum constant in enum org.h2.util.json.JSONItemType
JSON scalar value: string, number, true, false, or null.
SCALAR_SUBQUERY_CONTAINS_MORE_THAN_ONE_ROW - Static variable in class org.h2.api.ErrorCode
The error with code 90053 is thrown when a subquery that is used as a value contains more than one row.
scale - Variable in class org.h2.util.SimpleColumnInfo
Scale of the column.
scaleForAvailableMemory(int) - Static method in class org.h2.util.Utils
Scale the value with the available memory.
scheduleDatabaseObjectIdForRelease(int) - Method in class org.h2.engine.SessionLocal
Arranges for the specified database object id to be released at the end of the current transaction.
schema - Variable in class org.h2.command.ddl.CreateSynonymData
The schema.
schema - Variable in class org.h2.command.ddl.CreateTableData
The schema.
schema - Variable in class org.h2.fulltext.IndexInfo
The schema name.
Schema - Class in org.h2.schema
A schema as created by the SQL statement CREATE SCHEMA
Schema(Database, int, String, RightOwner, boolean) - Constructor for class org.h2.schema.Schema
Create a new schema object.
SCHEMA - Static variable in class org.h2.bnf.context.DbContextRule
 
SCHEMA - Static variable in class org.h2.command.dml.SetTypes
The type of a SET SCHEMA statement.
SCHEMA - Static variable in class org.h2.engine.DbObject
This object is a schema.
SCHEMA - Static variable in class org.h2.message.Trace
The trace module id for schemas.
SCHEMA_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90078 is thrown when trying to create a schema if an object with this name already exists.
SCHEMA_CAN_NOT_BE_DROPPED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90090 is thrown when trying to drop a schema that may not be dropped (the schema PUBLIC and the schema INFORMATION_SCHEMA).
SCHEMA_MAIN - Static variable in class org.h2.engine.Constants
The name of the default schema.
SCHEMA_NAME_MUST_MATCH - Static variable in class org.h2.api.ErrorCode
The error with code 90080 is thrown when trying to rename a object to a different schema, or when trying to create a related object in another schema.
SCHEMA_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90079 is thrown when trying to drop a schema that does not exist.
SCHEMA_OWNER - Static variable in class org.h2.engine.Right
The right bit mask that means: user is a schema owner.
SCHEMA_PG_CATALOG - Static variable in class org.h2.engine.Constants
The name of the pg_catalog schema.
SCHEMA_SEARCH_PATH - Static variable in class org.h2.command.dml.SetTypes
The type of a SET SCHEMA_SEARCH_PATH statement.
SchemaCommand - Class in org.h2.command.ddl
This class represents a non-transaction statement that involves a schema.
SchemaCommand(SessionLocal, Schema) - Constructor for class org.h2.command.ddl.SchemaCommand
Create a new command.
schemaName - Variable in class org.h2.tools.TriggerAdapter
The schema name.
SchemaObject - Class in org.h2.schema
Any database object that is stored in a schema.
SchemaObject(Schema, int, String, int) - Constructor for class org.h2.schema.SchemaObject
Initialize some attributes of this object.
Script - Class in org.h2.tools
Creates a SQL script file by extracting the schema and data of a database.
Script() - Constructor for class org.h2.tools.Script
 
SCRIPT - Static variable in interface org.h2.command.CommandInterface
The type of a SCRIPT statement.
ScriptCommand - Class in org.h2.command.dml
This class represents the statement SCRIPT
ScriptCommand(SessionLocal) - Constructor for class org.h2.command.dml.ScriptCommand
 
ScriptReader - Class in org.h2.util
This class can split SQL scripts to single SQL statements.
ScriptReader(Reader) - Constructor for class org.h2.util.ScriptReader
Create a new SQL script reader from the given reader
search(Connection, String, int, int) - Static method in class org.h2.fulltext.FullText
Searches from the full text index for this database.
search(Connection, String, int, int) - Static method in class org.h2.fulltext.FullTextLucene
Searches from the full text index for this database.
search(Connection, String, int, int, boolean) - Static method in class org.h2.fulltext.FullText
Do the search.
search(Connection, String, int, int, boolean) - Static method in class org.h2.fulltext.FullTextLucene
Do the search.
searchData(Connection, String, int, int) - Static method in class org.h2.fulltext.FullText
Searches from the full text index for this database.
searchData(Connection, String, int, int) - Static method in class org.h2.fulltext.FullTextLucene
Searches from the full text index for this database.
SearchedCase - Class in org.h2.expression
A searched case.
SearchedCase() - Constructor for class org.h2.expression.SearchedCase
 
SearchedCase(Expression[]) - Constructor for class org.h2.expression.SearchedCase
 
SearchRow - Class in org.h2.result
The base class for rows stored in a table, and for partial rows stored in the index.
SearchRow() - Constructor for class org.h2.result.SearchRow
 
SECOND - Enum constant in enum org.h2.api.IntervalQualifier
SECOND
SECOND - Static variable in class org.h2.expression.function.DateTimeFunction
Second.
SECOND - Static variable in class org.h2.util.ParserUtil
The token "SECOND".
SECOND_PRIMARY_KEY - Static variable in class org.h2.api.ErrorCode
The error with code 90017 is thrown when trying to define a second primary key constraint for this table.
SECONDS_PER_DAY - Static variable in class org.h2.util.DateTimeUtils
The number of seconds per day.
SECURE_RAND - Static variable in class org.h2.expression.function.RandFunction
SECURE_RAND() (non-standard).
SecureFileStore - Class in org.h2.security
A file store that encrypts all data before writing, and decrypts all data after reading.
SecureFileStore(DataHandler, String, String, String, byte[], int) - Constructor for class org.h2.security.SecureFileStore
 
secureRandomBytes(int) - Static method in class org.h2.util.MathUtils
Get a number of cryptographically secure pseudo random bytes.
secureRandomInt(int) - Static method in class org.h2.util.MathUtils
Get a cryptographically secure pseudo random int value between 0 (including and the given value (excluding).
secureRandomLong() - Static method in class org.h2.util.MathUtils
Get a cryptographically secure pseudo random long value.
seek(long) - Method in class org.h2.security.SecureFileStore
 
seek(long) - Method in class org.h2.store.FileStore
Go to the specified file location.
segmentCount - Variable in class org.h2.mvstore.cache.CacheLongKeyLIRS.Config
The number of cache segments (must be a power of 2).
select - Variable in class org.h2.expression.analysis.DataAnalysisOperation
SELECT
Select - Class in org.h2.command.query
This class represents a simple SELECT statement.
Select(SessionLocal, Select) - Constructor for class org.h2.command.query.Select
 
SELECT - Static variable in interface org.h2.api.Trigger
The trigger is called for SELECT statements.
SELECT - Static variable in interface org.h2.command.CommandInterface
The type of a SELECT statement.
SELECT - Static variable in class org.h2.engine.Right
The right bit mask that means: selecting from a table is allowed.
SELECT - Static variable in class org.h2.util.ParserUtil
The token "SELECT".
SelectGroups - Class in org.h2.command.query
Grouped data for aggregates.
SELECTIVITY_DEFAULT - Static variable in class org.h2.engine.Constants
The default selectivity (used if the selectivity is not calculated).
SELECTIVITY_DISTINCT_COUNT - Static variable in class org.h2.engine.Constants
The number of distinct values to keep in memory when running ANALYZE.
SelectListColumnResolver - Class in org.h2.command.query
This class represents a column resolver for the column list of a SELECT statement.
SelectUnion - Class in org.h2.command.query
Represents a union SELECT statement.
SelectUnion(SessionLocal, SelectUnion.UnionType, Query, Query) - Constructor for class org.h2.command.query.SelectUnion
 
SelectUnion.UnionType - Enum in org.h2.command.query
 
selectValue(T, T) - Method in class org.h2.mvstore.MVMap.DecisionMaker
Provides revised value for insert/update based on original input value and value currently existing in the map.
Sentence - Class in org.h2.bnf
A query context object.
Sentence() - Constructor for class org.h2.bnf.Sentence
 
Sequence - Class in org.h2.schema
A sequence is created using the statement CREATE SEQUENCE
Sequence(SessionLocal, Schema, int, String, SequenceOptions, boolean) - Constructor for class org.h2.schema.Sequence
Creates a new sequence.
SEQUENCE - Static variable in class org.h2.engine.DbObject
This object is a sequence.
SEQUENCE - Static variable in class org.h2.message.Trace
The trace module id for sequences.
SEQUENCE_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90035 is thrown when trying to create a sequence if a sequence with this name already exists.
SEQUENCE_ATTRIBUTES_INVALID_7 - Static variable in class org.h2.api.ErrorCode
The error with code 90009 is thrown when trying to create a sequence with an invalid combination of attributes (min value, max value, start value, etc).
SEQUENCE_BELONGS_TO_A_TABLE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90082 is thrown when trying to drop a system generated sequence.
SEQUENCE_EXHAUSTED - Static variable in class org.h2.api.ErrorCode
The error with code 90006 is thrown when trying to get a value from a sequence that has run out of numbers and does not have cycling enabled.
SEQUENCE_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90036 is thrown when trying to access a sequence that does not exist.
Sequence.Cycle - Enum in org.h2.schema
CYCLE clause and sequence state.
SequenceOptions - Class in org.h2.command.ddl
Sequence options.
SequenceOptions() - Constructor for class org.h2.command.ddl.SequenceOptions
Creates new instance of sequence options.
SequenceOptions(Sequence, TypeInfo) - Constructor for class org.h2.command.ddl.SequenceOptions
Creates new instance of sequence options.
SequenceValue - Class in org.h2.expression
Wraps a sequence when used in a statement.
SequenceValue(Sequence) - Constructor for class org.h2.expression.SequenceValue
Creates new instance of CURRENT VALUE FOR expression.
SequenceValue(Sequence, Prepared) - Constructor for class org.h2.expression.SequenceValue
Creates new instance of NEXT VALUE FOR expression.
serialDataTypes - Variable in class org.h2.engine.Mode
Whether SERIAL and BIGSERIAL pseudo data types are supported.
SERIALIZABLE - Enum constant in enum org.h2.engine.IsolationLevel
Dirty reads, non-repeatable reads and phantom reads are'n allowed.
SERIALIZATION_FAILED_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90026 is thrown when an object could not be serialized.
serialize(Object) - Method in interface org.h2.api.JavaObjectSerializer
Serialize object to byte array.
serialize(Object) - Static method in class org.h2.mvstore.type.ObjectDataType
Serialize the object to a byte array.
serialize(Object, JavaObjectSerializer) - Static method in class org.h2.util.JdbcUtils
Serialize the object to a byte array, using the serializer specified by the connection info if set, or the default serializer.
serializer - Static variable in class org.h2.util.JdbcUtils
The serializer to use.
server - Variable in class org.h2.server.web.WebApp
The web server.
Server - Class in org.h2.tools
Starts the H2 Console (web-) server, TCP, and PG server.
Server() - Constructor for class org.h2.tools.Server
 
Server(Service, String...) - Constructor for class org.h2.tools.Server
Create a new server for the given service.
SERVER_CACHED_OBJECTS - Static variable in class org.h2.engine.SysProperties
System property h2.serverCachedObjects (default: 64).
SERVER_PROPERTIES_DIR - Static variable in class org.h2.engine.Constants
The default directory name of the server properties file for the H2 Console.
SERVER_PROPERTIES_NAME - Static variable in class org.h2.engine.Constants
The name of the server properties file for the H2 Console.
SERVER_RESULT_SET_FETCH_SIZE - Static variable in class org.h2.engine.SysProperties
System property h2.serverResultSetFetchSize (default: 100).
Service - Interface in org.h2.server
Classes implementing this interface usually provide a TCP/IP listener such as an FTP server.
session - Variable in class org.h2.command.Command
The session.
session - Variable in class org.h2.command.ddl.CreateSynonymData
The session.
session - Variable in class org.h2.command.ddl.CreateTableData
The session.
session - Variable in class org.h2.command.Prepared
The session.
session - Variable in class org.h2.jdbc.JdbcStatement
 
session - Variable in class org.h2.server.web.WebApp
The session.
Session - Class in org.h2.engine
A local or remote session.
SESSION_CANCEL_STATEMENT - Static variable in class org.h2.engine.SessionRemote
 
SESSION_CHECK_KEY - Static variable in class org.h2.engine.SessionRemote
 
SESSION_CLOSE - Static variable in class org.h2.engine.SessionRemote
 
SESSION_HAS_PENDING_TRANSACTION - Static variable in class org.h2.engine.SessionRemote
 
SESSION_ID - Static variable in class org.h2.expression.function.SysInfoFunction
SESSION_ID().
SESSION_PREPARE - Static variable in class org.h2.engine.SessionRemote
 
SESSION_PREPARE_READ_PARAMS2 - Static variable in class org.h2.engine.SessionRemote
 
SESSION_SET_AUTOCOMMIT - Static variable in class org.h2.engine.SessionRemote
 
SESSION_SET_ID - Static variable in class org.h2.engine.SessionRemote
 
SESSION_USER - Static variable in class org.h2.expression.function.CurrentGeneralValueSpecification
The function "SESSION_USER" general value specification.
SESSION_USER - Static variable in class org.h2.util.ParserUtil
The token "SESSION_USER".
Session.DynamicSettings - Class in org.h2.engine
Dynamic settings.
Session.StaticSettings - Class in org.h2.engine
Static settings.
SessionControlFunction - Class in org.h2.expression.function
An ABORT_SESSION() or CANCEL_SESSION() function.
SessionControlFunction(Expression, int) - Constructor for class org.h2.expression.function.SessionControlFunction
 
SessionLocal - Class in org.h2.engine
A session represents an embedded database connection.
SessionLocal(Database, User, int) - Constructor for class org.h2.engine.SessionLocal
 
SessionLocal.Savepoint - Class in org.h2.engine
Represents a savepoint (a position in a transaction to where one can roll back to).
SessionLocal.State - Enum in org.h2.engine
 
SessionLocal.TimeoutValue - Class in org.h2.engine
An LOB object with a timeout.
SessionRemote - Class in org.h2.engine
The client side part of a session when using the server mode.
SessionRemote(ConnectionInfo) - Constructor for class org.h2.engine.SessionRemote
 
set(PreparedStatement, int, Value, JdbcConnection) - Static method in class org.h2.util.JdbcUtils
Set a value as a parameter in a prepared statement.
set(Row) - Method in class org.h2.table.TableFilter
Set the current row.
set(T) - Method in class org.h2.util.DebuggingThreadLocal
 
Set - Class in org.h2.command.dml
This class represents the statement SET
Set(SessionLocal, int) - Constructor for class org.h2.command.dml.Set
 
SET - Static variable in interface org.h2.command.CommandInterface
The type of a SET statement.
SET - Static variable in class org.h2.util.ParserUtil
The token "SET".
SET_AUTOCOMMIT_FALSE - Static variable in interface org.h2.command.CommandInterface
The type of a SET AUTOCOMMIT statement.
SET_AUTOCOMMIT_TRUE - Static variable in interface org.h2.command.CommandInterface
The type of a SET AUTOCOMMIT statement.
SET_CALLED - Enum constant in enum org.h2.jdbc.JdbcLob.State
One of setter methods is invoked, but stream is not closed yet.
SET_DEFAULT - Enum constant in enum org.h2.constraint.ConstraintActionType
The action is to set the value to the default value.
SET_MAX_DATA_MODIFICATION_ID - Static variable in class org.h2.expression.ExpressionVisitor
Request to set the latest modification id (addDataModificationId).
SET_NULL - Enum constant in enum org.h2.constraint.ConstraintActionType
The action is to set the value to NULL.
setAddAfter(String) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setAddBefore(String) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setAddFirst() - Method in class org.h2.command.ddl.AlterTableAlterColumn
Add the column as the first column of the table.
setAdmin(boolean) - Method in class org.h2.command.ddl.AlterUser
 
setAdmin(boolean) - Method in class org.h2.command.ddl.CreateUser
 
setAdmin(boolean) - Method in class org.h2.engine.User
 
setAlias(String) - Method in class org.h2.table.TableFilter
 
setAliasName(String) - Method in class org.h2.command.ddl.CreateFunctionAlias
 
setAliasName(String) - Method in class org.h2.command.ddl.DropFunctionAlias
 
setAllowBuiltinAliasOverride(boolean) - Method in class org.h2.engine.Database
 
setAllowLiterals(boolean) - Method in class org.h2.engine.SessionLocal
 
setAllowLiterals(int) - Method in class org.h2.engine.Database
 
setAllowSecureCreation(boolean) - Method in class org.h2.server.web.WebServer
 
setAllowUserRegistration(boolean) - Method in class org.h2.security.auth.DefaultAuthenticator
If set totrue creates external users in the database if not present.
setAllowUserRegistration(boolean) - Method in class org.h2.security.auth.H2AuthConfig
 
setAndCondition(Expression) - Method in class org.h2.command.dml.MergeUsing.When
Sets the specified AND condition.
setArray(int, Array) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as an Array.
setAsciiStream(int, InputStream) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as an ASCII stream.
setAsciiStream(int, InputStream, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as an ASCII stream.
setAsciiStream(int, InputStream, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as an ASCII stream.
setAsciiStream(long) - Method in class org.h2.jdbc.JdbcClob
[Not supported] Returns an output stream.
setAsciiStream(String, InputStream) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as an ASCII stream.
setAsciiStream(String, InputStream, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as an ASCII stream.
setAsciiStream(String, InputStream, long) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as an ASCII stream.
setAuthenticator(Authenticator) - Method in class org.h2.engine.Database
Set current database authenticator
setAuthorization(String) - Method in class org.h2.command.ddl.CreateSchema
 
setAutoClose(boolean) - Method in class org.h2.tools.SimpleResultSet
Set the auto-close behavior.
setAutoCommit(boolean) - Method in class org.h2.command.ddl.CreateLinkedTable
Specify if the autocommit mode is activated or not
setAutoCommit(boolean) - Method in class org.h2.engine.Session
Set the auto-commit mode.
setAutoCommit(boolean) - Method in class org.h2.engine.SessionLocal
 
setAutoCommit(boolean) - Method in class org.h2.engine.SessionRemote
 
setAutoCommit(boolean) - Method in class org.h2.jdbc.JdbcConnection
Switches auto commit on or off.
setAutoCommit(boolean) - Method in class org.h2.table.TableLink
Specify if the autocommit mode is activated or not
setAutoCommit(boolean) - Method in class org.h2.table.TableLinkConnection
Specify if the autocommit mode is activated or not
setAutoCommitDelay(int) - Method in class org.h2.mvstore.MVStore
Set the maximum delay in milliseconds to auto-commit changes.
setAutoCommitFromServer(boolean) - Method in class org.h2.engine.SessionRemote
 
setBackgroundException(DbException) - Method in class org.h2.engine.Database
 
setBaseDir(String) - Method in class org.h2.engine.ConnectionInfo
Set the base directory of persistent databases, unless the database is in the user home folder (~).
setBaseDir(String) - Static method in class org.h2.engine.SysProperties
INTERNAL
setBefore(boolean) - Method in class org.h2.command.ddl.CreateTrigger
 
setBefore(boolean) - Method in class org.h2.schema.TriggerObject
 
setBelongsToConstraint(boolean) - Method in class org.h2.index.IndexType
Sets if this index belongs to a constraint.
setBelongsToTable(boolean) - Method in class org.h2.command.ddl.CreateSequence
 
setBelongsToTable(boolean) - Method in class org.h2.schema.Sequence
 
setBigDecimal(int, BigDecimal) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setBigDecimal(String, BigDecimal) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setBinaryStream() - Method in class org.h2.jdbc.JdbcSQLXML
 
setBinaryStream(int, InputStream) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as an input stream.
setBinaryStream(int, InputStream, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as an input stream.
setBinaryStream(int, InputStream, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as an input stream.
setBinaryStream(long) - Method in class org.h2.jdbc.JdbcBlob
Get a writer to update the Blob.
setBinaryStream(String, InputStream) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as an input stream.
setBinaryStream(String, InputStream, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as an input stream.
setBinaryStream(String, InputStream, long) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as an input stream.
setBlob(int, InputStream) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a Blob.
setBlob(int, InputStream, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a Blob.
setBlob(int, Blob) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a Blob.
setBlob(String, InputStream) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a Blob.
setBlob(String, InputStream, long) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a Blob.
setBlob(String, Blob) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a Blob.
setBoolean(int, boolean) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setBoolean(String, boolean) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setBooleanFlag(boolean) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setByte(int, byte) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setByte(String, byte) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setBytes(int, byte[]) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a byte array.
setBytes(long, byte[]) - Method in class org.h2.jdbc.JdbcBlob
Fills the Blob.
setBytes(long, byte[], int, int) - Method in class org.h2.jdbc.JdbcBlob
Sets some bytes of the object.
setBytes(String, byte[]) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a byte array.
setCacheSize(int) - Method in class org.h2.engine.Database
 
setCacheSize(int) - Method in class org.h2.mvstore.db.Store
Set the maximum memory to be used by the cache.
setCacheSize(int) - Method in class org.h2.mvstore.MVStore
Set the read cache size in MB.
setCacheSize(Expression) - Method in class org.h2.command.ddl.SequenceOptions
Sets cache size.
setCacheSizeMax(int) - Method in class org.h2.jmx.DatabaseInfo
 
setCacheSizeMax(int) - Method in interface org.h2.jmx.DatabaseInfoMBean
Change the maximum size.
setCanReuse(boolean) - Method in class org.h2.command.Command
 
setCaseSensitiveColumnNames(boolean) - Method in class org.h2.tools.Csv
Override the case sensitive column names setting.
setCatalog(String) - Method in class org.h2.jdbc.JdbcConnection
Set the default catalog name.
setChanged(boolean) - Method in class org.h2.util.CacheObject
 
setCharacterStream() - Method in class org.h2.jdbc.JdbcSQLXML
 
setCharacterStream(int, Reader) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a character stream.
setCharacterStream(int, Reader, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a character stream.
setCharacterStream(int, Reader, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a character stream.
setCharacterStream(long) - Method in class org.h2.jdbc.JdbcClob
Get a writer to update the Clob.
setCharacterStream(String, Reader) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a character stream.
setCharacterStream(String, Reader, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a character stream.
setCharacterStream(String, Reader, long) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a character stream.
setCharset(Charset) - Method in class org.h2.command.dml.RunScriptCommand
 
setCharset(Charset) - Method in class org.h2.command.dml.ScriptCommand
 
setCheckedWriting(boolean) - Method in class org.h2.store.FileStore
 
setCheckExisting(boolean) - Method in class org.h2.command.ddl.AlterDomainAddConstraint
 
setCheckExisting(boolean) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setCheckExisting(boolean) - Method in class org.h2.command.dml.AlterTableSet
 
setCheckExpression(Expression) - Method in class org.h2.command.ddl.AlterDomainAddConstraint
 
setCheckExpression(Expression) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setCheckForeignKeyConstraints(SessionLocal, boolean, boolean) - Method in class org.h2.table.Table
Enable or disable foreign key constraint checking for this table.
setChild(int, Page) - Method in class org.h2.mvstore.Page
Replace the child page.
setCipher(String) - Method in class org.h2.command.dml.RunScriptCommand
 
setCipher(String) - Method in class org.h2.command.dml.ScriptCommand
 
setClassName(String) - Method in class org.h2.security.auth.UserToRolesMapperConfig
 
SetClauseList - Class in org.h2.command.dml
Set clause list.
SetClauseList(Table) - Constructor for class org.h2.command.dml.SetClauseList
 
setClientInfo(String, String) - Method in class org.h2.jdbc.JdbcConnection
Set a client property.
setClientInfo(Properties) - Method in class org.h2.jdbc.JdbcConnection
Set the client properties.
setClob(int, Reader) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a Clob.
setClob(int, Reader, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a Clob.
setClob(int, Clob) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a Clob.
setClob(String, Reader) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a character stream.
setClob(String, Reader, long) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a Clob.
setClob(String, Clob) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a Clob.
setCloseDelay(int) - Method in class org.h2.engine.Database
 
setCluster(String) - Method in class org.h2.engine.Database
 
setColumn(boolean) - Method in class org.h2.command.ddl.SetComment
 
setColumn(Column) - Method in class org.h2.expression.Parameter
 
setColumn(Column, Boolean) - Method in class org.h2.command.ddl.AlterSequence
Set the column
setColumnName(String) - Method in class org.h2.command.ddl.SetComment
 
setColumnNames(String[]) - Method in class org.h2.command.ddl.CreateView
 
setColumns(int[], ArrayList, ArrayList) - Static method in class org.h2.fulltext.FullText
Set the column indices of a set of keys.
setColumns(ArrayList) - Method in class org.h2.expression.function.table.ArrayTableFunction
 
setColumns(Column[]) - Method in class org.h2.command.dml.Insert
 
setColumns(Column[]) - Method in class org.h2.command.dml.Merge
 
setColumns(Column[]) - Method in class org.h2.table.Table
 
setColumns(IndexColumn[]) - Method in class org.h2.constraint.ConstraintReferential
 
setColumns(IndexColumn[]) - Method in class org.h2.constraint.ConstraintUnique
 
setColumnsToRemove(ArrayList) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setColumnType(String) - Method in class org.h2.bnf.context.DbContextRule
 
setCommand(Command) - Method in class org.h2.command.dml.Insert
 
setCommand(Command) - Method in class org.h2.command.dml.Merge
 
setCommand(Command) - Method in class org.h2.command.Prepared
Set the command.
setCommand(Prepared) - Method in class org.h2.command.dml.Explain
 
setCommandHistoryAllowed(boolean) - Method in class org.h2.server.web.WebServer
 
setComment(String) - Method in class org.h2.command.ddl.AlterDomainAddConstraint
 
setComment(String) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setComment(String) - Method in class org.h2.command.ddl.CreateDomain
 
setComment(String) - Method in class org.h2.command.ddl.CreateIndex
 
setComment(String) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setComment(String) - Method in class org.h2.command.ddl.CreateSynonym
 
setComment(String) - Method in class org.h2.command.ddl.CreateTable
 
setComment(String) - Method in class org.h2.command.ddl.CreateUser
 
setComment(String) - Method in class org.h2.command.ddl.CreateView
 
setComment(String) - Method in class org.h2.engine.DbObject
Change the comment of this object.
setComment(String) - Method in class org.h2.table.Column
 
SetComment - Class in org.h2.command.ddl
This class represents the statement COMMENT
SetComment(SessionLocal) - Constructor for class org.h2.command.ddl.SetComment
 
setCommentExpression(Expression) - Method in class org.h2.command.ddl.SetComment
 
setCommentText(String) - Method in class org.h2.engine.Comment
Set the comment text.
setCommitOrRollbackDisabled(boolean) - Method in class org.h2.engine.SessionLocal
 
setCompactMode(int) - Method in class org.h2.engine.Database
 
setCompareMode(CompareMode) - Method in class org.h2.engine.Database
 
setComplete() - Method in class org.h2.mvstore.Page
Called when done with copying page.
setCompressionAlgorithm(String) - Method in class org.h2.command.dml.RunScriptCommand
 
setCompressionAlgorithm(String) - Method in class org.h2.command.dml.ScriptCommand
 
setCondition(Expression) - Method in class org.h2.command.dml.Delete
 
setCondition(Expression) - Method in class org.h2.command.dml.Update
 
setConstantName(String) - Method in class org.h2.command.ddl.CreateConstant
 
setConstantName(String) - Method in class org.h2.command.ddl.DropConstant
 
setConstraintName(String) - Method in class org.h2.command.ddl.AlterDomainAddConstraint
 
setConstraintName(String) - Method in class org.h2.command.ddl.AlterDomainDropConstraint
 
setConstraintName(String) - Method in class org.h2.command.ddl.AlterDomainRenameConstraint
 
setConstraintName(String) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setConstraintName(String) - Method in class org.h2.command.ddl.AlterTableDropConstraint
 
setConstraintName(String) - Method in class org.h2.command.ddl.AlterTableRenameConstraint
 
setCreateMissingRoles(boolean) - Method in class org.h2.security.auth.DefaultAuthenticator
Sets the flag that define behavior in case external roles not found in the database.
setCreateMissingRoles(boolean) - Method in class org.h2.security.auth.H2AuthConfig
When set create roles not found in the database.
setCsvDelimiterEscape(Csv, String, String, String) - Static method in class org.h2.expression.function.CSVWriteFunction
Sets delimiter options.
setCteCleanups(List) - Method in class org.h2.command.Prepared
Set the temporary views created for CTE's.
setCurrentGroupExprData(Expression, Object) - Method in class org.h2.command.query.SelectGroups
Set the group-by data for the current group and the passed in expression.
setCurrentRowNumber(long) - Method in class org.h2.command.Prepared
Set the current row number.
setCurrentSchema(Schema) - Method in class org.h2.engine.SessionLocal
 
setCurrentSchemaName(String) - Method in class org.h2.engine.Session
Set current schema.
setCurrentSchemaName(String) - Method in class org.h2.engine.SessionLocal
 
setCurrentSchemaName(String) - Method in class org.h2.engine.SessionRemote
 
setCursorName(String) - Method in class org.h2.jdbc.JdbcStatement
Sets the name of the cursor.
setCycle(Sequence.Cycle) - Method in class org.h2.command.ddl.SequenceOptions
Sets cycle option.
setData(boolean) - Method in class org.h2.command.dml.ScriptCommand
 
setDataType(TypeInfo) - Method in class org.h2.command.ddl.CreateDomain
 
setDataType(TypeInfo) - Method in class org.h2.command.ddl.SequenceOptions
 
setDataType(TypeInfo) - Method in class org.h2.schema.Domain
 
setDate(int, Date) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setDate(int, Date, Calendar) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the date using a specified time zone.
setDate(String, Date) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setDate(String, Date, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the date using a specified time zone.
setDefaultConnection(Connection) - Static method in class org.h2.Driver
INTERNAL Sets, on a per-thread basis, the default-connection for user-defined functions.
setDefaultExpression(SessionLocal, Expression) - Method in class org.h2.schema.Domain
 
setDefaultExpression(SessionLocal, Expression) - Method in class org.h2.table.Column
 
setDefaultExpression(SessionLocal, Expression) - Method in interface org.h2.table.ColumnTemplate
Set the default expression.
setDefaultExpression(Expression) - Method in class org.h2.command.ddl.AlterTableAlterColumn
Set default or on update expression.
setDefaultExpression(Expression) - Method in class org.h2.command.ddl.CreateDomain
 
setDefaultNullOrdering(DefaultNullOrdering) - Method in class org.h2.engine.Database
 
setDefaultOnNull(boolean) - Method in class org.h2.table.Column
 
setDefaultTableType(int) - Method in class org.h2.engine.Database
 
setDeleteAction(ConstraintActionType) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setDeleteAction(ConstraintActionType) - Method in class org.h2.constraint.ConstraintReferential
Set the action to apply (restrict, cascade,...) on a delete.
setDeleteFiles(boolean) - Method in class org.h2.command.ddl.DropDatabase
 
setDeleteFilesOnDisconnect(boolean) - Method in class org.h2.engine.Database
 
setDerivedColumns(ArrayList) - Method in class org.h2.table.TableFilter
Set derived column list.
setDescription(String) - Method in class org.h2.jdbcx.JdbcDataSource
Set the description.
setDeterministic(boolean) - Method in class org.h2.command.ddl.CreateFunctionAlias
 
setDeterministic(boolean) - Method in class org.h2.schema.FunctionAlias
 
setDistinct() - Method in class org.h2.command.query.Select
Set the distinct flag.
setDistinct() - Method in class org.h2.result.LocalResult
Remove duplicate rows.
setDistinct(int[]) - Method in class org.h2.result.LocalResult
Remove rows with duplicates in columns with specified indexes.
setDistinct(Expression[]) - Method in class org.h2.command.query.Select
Set the DISTINCT ON expressions.
setDistinctIfPossible() - Method in class org.h2.command.query.Query
Set the distinct flag only if it is possible, may be used as a possible optimization only.
setDomain(Domain) - Method in class org.h2.schema.Domain
 
setDomain(Domain) - Method in class org.h2.table.Column
 
setDomain(Domain) - Method in interface org.h2.table.ColumnTemplate
 
setDomainName(String) - Method in class org.h2.command.ddl.AlterDomain
 
setDouble(int, double) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setDouble(String, double) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setDriver(String) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setDrop(boolean) - Method in class org.h2.command.dml.ScriptCommand
 
setDropAction(ConstraintActionType) - Method in class org.h2.command.ddl.AlterTableDropConstraint
 
setDropAction(ConstraintActionType) - Method in class org.h2.command.ddl.DropDomain
 
setDropAction(ConstraintActionType) - Method in class org.h2.command.ddl.DropSchema
 
setDropAction(ConstraintActionType) - Method in class org.h2.command.ddl.DropTable
 
setDropAction(ConstraintActionType) - Method in class org.h2.command.ddl.DropView
 
setDropAllObjects(boolean) - Method in class org.h2.command.ddl.DropDatabase
 
setEmitUpdates(boolean) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setErr(PrintStream) - Method in class org.h2.tools.Shell
Sets the standard error stream.
setEscapeCharacter(char) - Method in class org.h2.tools.Csv
Set the escape character.
setEscapeProcessing(boolean) - Method in class org.h2.jdbc.JdbcStatement
Enables or disables processing or JDBC escape syntax.
setEvaluatable(boolean) - Method in class org.h2.table.TableFilter
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.command.query.Query
Change the evaluatable flag.
setEvaluatable(TableFilter, boolean) - Method in class org.h2.command.query.Select
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.command.query.SelectUnion
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.command.query.TableValueConstructor
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.aggregate.AbstractAggregate
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.aggregate.Aggregate
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Alias
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.analysis.DataAnalysisOperation
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.analysis.Window
Tell the expression columns whether the table filter can return values now.
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.analysis.WindowFunction
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ArrayConstructorByQuery
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.BetweenPredicate
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.CompareLike
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.Comparison
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.ConditionAndOr
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.ConditionAndOrN
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.ConditionIn
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.ConditionInParameter
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.ConditionInQuery
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.ConditionNot
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.IsJsonPredicate
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.ExistsPredicate
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.UniquePredicate
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.condition.SimplePredicate
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Expression
Tell the expression columns whether the table filter can return values now.
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ExpressionColumn
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ExpressionList
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.function.Function0_1
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.function.JavaFunction
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Operation0
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Operation1_2
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Operation1
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Operation2
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.OperationN
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.SimpleCase
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Subquery
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Wildcard
 
setEvaluatable(TableFilter, boolean) - Method in class org.h2.table.TableFilter
Update the filter and join conditions of this and all joined tables with the information that the given table filter and all nested filter can now return rows or not.
setEventListener(DatabaseEventListener) - Method in class org.h2.engine.Database
 
setEventListenerClass(String) - Method in class org.h2.engine.Database
 
setExceptColumns(ArrayList) - Method in class org.h2.expression.Wildcard
 
setExclusiveSession(SessionLocal, boolean) - Method in class org.h2.engine.Database
Set the session that can exclusively access the database.
setExecuteCommand(boolean) - Method in class org.h2.command.dml.Explain
 
setExplicitTable() - Method in class org.h2.command.query.Select
Convert this SELECT to an explicit table (TABLE tableName).
setExpression(int, Expression) - Method in class org.h2.command.dml.ExecuteProcedure
Set the expression at the given index.
setExpression(SessionLocal, Expression) - Method in class org.h2.constraint.ConstraintDomain
Set the expression.
setExpression(Expression) - Method in class org.h2.command.ddl.AlterDomainExpressions
 
setExpression(Expression) - Method in class org.h2.command.ddl.CreateConstant
 
setExpression(Expression) - Method in class org.h2.command.dml.Call
 
setExpression(Expression) - Method in class org.h2.command.dml.Set
 
setExpression(Expression) - Method in class org.h2.constraint.ConstraintCheck
 
setExpressions(ArrayList) - Method in class org.h2.command.query.Select
 
setExtraArguments(Object) - Method in class org.h2.expression.aggregate.Aggregate
Sets the additional arguments.
setFetch(Expression) - Method in class org.h2.command.dml.Delete
 
setFetch(Expression) - Method in class org.h2.command.dml.Update
 
setFetch(Expression) - Method in class org.h2.command.query.Query
 
setFetchDirection(int) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Sets (changes) the fetch direction for this result set.
setFetchDirection(int) - Method in class org.h2.jdbc.JdbcStatement
Sets the fetch direction.
setFetchDirection(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
setFetchPercent(boolean) - Method in class org.h2.command.query.Query
 
setFetchPercent(boolean) - Method in class org.h2.result.LocalResult
 
setFetchSize(int) - Method in class org.h2.command.ddl.CreateLinkedTable
Specify the number of rows fetched by the linked table command
setFetchSize(int) - Method in class org.h2.jdbc.JdbcResultSet
Sets the number of rows suggested to read in one step.
setFetchSize(int) - Method in class org.h2.jdbc.JdbcStatement
Sets the number of rows suggested to read in one step.
setFetchSize(int) - Method in class org.h2.result.LazyResult
 
setFetchSize(int) - Method in class org.h2.result.LocalResult
 
setFetchSize(int) - Method in interface org.h2.result.ResultInterface
Set the fetch size for this result set.
setFetchSize(int) - Method in class org.h2.result.ResultRemote
 
setFetchSize(int) - Method in class org.h2.result.ResultWithPaddedStrings
 
setFetchSize(int) - Method in class org.h2.result.SimpleResult
 
setFetchSize(int) - Method in class org.h2.table.TableLink
Specify the number of rows fetched by the linked table command
setFetchSize(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
setFieldDelimiter(char) - Method in class org.h2.tools.Csv
Set the field delimiter.
setFieldSeparatorRead(char) - Method in class org.h2.tools.Csv
Override the field separator for reading.
setFieldSeparatorWrite(String) - Method in class org.h2.tools.Csv
Override the field separator for writing.
setFileEncryptionKey(byte[]) - Method in class org.h2.engine.ConnectionInfo
 
setFileName(String) - Method in class org.h2.message.TraceSystem
Set the trace file name.
setFileName(Expression) - Method in class org.h2.command.dml.BackupCommand
 
setFileNameExpr(Expression) - Method in class org.h2.command.dml.RunScriptCommand
 
setFileNameExpr(Expression) - Method in class org.h2.command.dml.ScriptCommand
 
setFilePasswordHash(byte[]) - Method in class org.h2.engine.ConnectionInfo
Set the file password hash.
setFilter(String) - Method in class org.h2.expression.aggregate.ListaggArguments
Sets the custom LISTAGG truncation filter.
setFilterCondition(Expression) - Method in class org.h2.expression.aggregate.AbstractAggregate
Sets the FILTER condition.
setFlags(int) - Method in class org.h2.expression.aggregate.Aggregate
 
setFlags(int) - Method in interface org.h2.expression.ExpressionWithFlags
Set the flags for this expression.
setFlags(int) - Method in class org.h2.expression.function.JsonConstructorFunction
 
setFloat(int, float) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setFloat(String, float) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setForce(boolean) - Method in class org.h2.command.ddl.CreateAggregate
 
setForce(boolean) - Method in class org.h2.command.ddl.CreateFunctionAlias
 
setForce(boolean) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setForce(boolean) - Method in class org.h2.command.ddl.CreateTrigger
 
setForce(boolean) - Method in class org.h2.command.ddl.CreateView
 
setForcedType(TypeInfo) - Method in class org.h2.expression.BinaryOperation
Sets a forced data type of a datetime minus datetime operation.
setForDataChangeDeltaTable() - Method in class org.h2.result.LocalResult
Sets value collection mode for data change delta tables.
setForUpdate(boolean) - Method in class org.h2.command.query.Query
Set the 'for update' flag.
setForUpdate(boolean) - Method in class org.h2.command.query.Select
 
setForUpdate(boolean) - Method in class org.h2.command.query.SelectUnion
 
setForUpdate(boolean) - Method in class org.h2.command.query.TableValueConstructor
 
setFrom1X() - Method in class org.h2.command.dml.RunScriptCommand
Enables quirks for parsing scripts from H2 1.*.*.
setFromLast(boolean) - Method in class org.h2.expression.analysis.WindowFunction
Sets FROM FIRST or FROM LAST clause value.
setFromTableFilter(TableFilter) - Method in class org.h2.command.dml.Update
 
setFullCondition(Expression) - Method in class org.h2.table.TableFilter
 
SetFunction - Class in org.h2.expression.function
A SET function.
SetFunction(Expression, Expression) - Constructor for class org.h2.expression.function.SetFunction
 
setGeneratedExpression(Expression) - Method in class org.h2.table.Column
Set the default value in the form of a generated expression of other columns.
setGlobalTemporary(boolean) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setGlobalTemporary(boolean) - Method in class org.h2.command.ddl.CreateTable
 
setGlobalTemporary(boolean) - Method in class org.h2.table.TableLink
 
setGranteeName(String) - Method in class org.h2.command.ddl.GrantRevoke
 
setGroupBy(ArrayList) - Method in class org.h2.command.query.Select
 
setGroupQuery() - Method in class org.h2.command.query.Select
Set when SELECT statement contains (non-window) aggregate functions, GROUP BY clause or HAVING clause.
setHash(boolean) - Method in class org.h2.command.ddl.CreateIndex
 
setHash(Expression) - Method in class org.h2.command.ddl.AlterUser
 
setHash(Expression) - Method in class org.h2.command.ddl.CreateUser
 
setHaving(Expression) - Method in class org.h2.command.query.Select
 
setHidden(boolean) - Method in class org.h2.command.ddl.AlterTableRename
 
setHidden(boolean) - Method in class org.h2.command.ddl.CreateTable
 
setHidden(boolean) - Method in class org.h2.table.Table
 
setHoldability(int) - Method in class org.h2.jdbc.JdbcConnection
Changes the current result set holdability.
setIdentityOptions(SequenceOptions, boolean) - Method in class org.h2.table.Column
Set the identity options of this column.
setIfDomainExists(boolean) - Method in class org.h2.command.ddl.AlterDomain
 
setIfExists(boolean) - Method in class org.h2.command.ddl.AlterIndexRename
 
setIfExists(boolean) - Method in class org.h2.command.ddl.AlterSequence
 
setIfExists(boolean) - Method in class org.h2.command.ddl.AlterTableRenameColumn
 
setIfExists(boolean) - Method in class org.h2.command.ddl.AlterView
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropAggregate
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropConstant
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropFunctionAlias
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropIndex
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropRole
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropSchema
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropSequence
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropSynonym
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropTable
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropTrigger
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropUser
 
setIfExists(boolean) - Method in class org.h2.command.ddl.DropView
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateAggregate
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateConstant
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateDomain
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateFunctionAlias
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateIndex
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateRole
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateSchema
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateSequence
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateSynonym
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateTable
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateTrigger
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateUser
 
setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateView
 
setIfTableExists(boolean) - Method in class org.h2.command.ddl.AlterTable
 
setIfTableExists(boolean) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setIfTableExists(boolean) - Method in class org.h2.command.ddl.CreateIndex
 
setIfTableExists(boolean) - Method in class org.h2.command.dml.AlterTableSet
 
setIgnore(boolean) - Method in class org.h2.command.dml.Insert
Sets MySQL-style INSERT IGNORE mode or PostgreSQL-style ON CONFLICT DO NOTHING.
setIgnoreCase(boolean) - Method in class org.h2.engine.Database
 
setIgnoreCatalogs(boolean) - Method in class org.h2.engine.Database
 
setIgnoreList(Connection, String) - Static method in class org.h2.fulltext.FullText
Change the ignore list.
setIgnoreNulls(boolean) - Method in class org.h2.expression.analysis.WindowFunction
Sets RESPECT NULLS or IGNORE NULLS clause value.
setIn(InputStream) - Method in class org.h2.tools.Shell
Redirects the standard input.
setIncrement(Expression) - Method in class org.h2.command.ddl.SequenceOptions
Sets increment value expression.
setIndex(Index) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setIndex(Index) - Method in class org.h2.index.IndexCursor
 
setIndex(Index) - Method in class org.h2.table.TableFilter
 
setIndex(Index, boolean) - Method in class org.h2.constraint.ConstraintReferential
Set the index to use for this constraint.
setIndex(Index, boolean) - Method in class org.h2.constraint.ConstraintUnique
Set the index to use for this unique constraint.
setIndexColumns(IndexColumn[]) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setIndexColumns(IndexColumn[]) - Method in class org.h2.command.ddl.CreateIndex
 
setIndexName(String) - Method in class org.h2.command.ddl.CreateIndex
 
setIndexName(String) - Method in class org.h2.command.ddl.DropIndex
 
setIndexOwner(Index) - Method in class org.h2.constraint.Constraint
This index is now the owner of the specified index.
setIndexOwner(Index) - Method in class org.h2.constraint.ConstraintCheck
 
setIndexOwner(Index) - Method in class org.h2.constraint.ConstraintDomain
 
setIndexOwner(Index) - Method in class org.h2.constraint.ConstraintReferential
 
setIndexOwner(Index) - Method in class org.h2.constraint.ConstraintUnique
 
setInitialPowerOffCount(int) - Static method in class org.h2.engine.Database
 
setInReader(BufferedReader) - Method in class org.h2.tools.Shell
Redirects the standard input.
setInsertFromSelect(boolean) - Method in class org.h2.command.dml.Insert
 
setInsteadOf(boolean) - Method in class org.h2.command.ddl.CreateTrigger
 
setInsteadOf(boolean) - Method in class org.h2.schema.TriggerObject
 
setInt(int) - Method in class org.h2.command.dml.Set
 
setInt(int, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setInt(String, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setIntValue(int) - Method in class org.h2.engine.Setting
 
setIsolationLevel(IsolationLevel) - Method in class org.h2.engine.Session
Sets the isolation level.
setIsolationLevel(IsolationLevel) - Method in class org.h2.engine.SessionLocal
 
setIsolationLevel(IsolationLevel) - Method in class org.h2.engine.SessionRemote
 
setJavaClassMethod(String) - Method in class org.h2.command.ddl.CreateAggregate
 
setJavaClassMethod(String) - Method in class org.h2.command.ddl.CreateFunctionAlias
Set the qualified method name after removing whitespace.
setJavaObjectSerializerName(String) - Method in class org.h2.engine.Database
 
setJavaSystemCompiler(boolean) - Method in class org.h2.util.SourceCompiler
Enable or disable the usage of the Java system compiler.
setKey(byte[]) - Method in class org.h2.security.AES
 
setKey(byte[]) - Method in interface org.h2.security.BlockCipher
Set the encryption key used for encrypting and decrypting.
setKey(byte[]) - Method in class org.h2.security.Fog
 
setKey(byte[]) - Method in class org.h2.security.XTEA
 
setKey(int, K) - Method in class org.h2.mvstore.Page
Replace the key at an index in this page.
setKey(long) - Method in class org.h2.result.SearchRow
Set the unique key of the row.
setKey(String) - Method in class org.h2.server.web.WebServer
Sets the key for privileged connections.
setKeys(Column[]) - Method in class org.h2.command.dml.Merge
 
setKeyType(DataType) - Method in class org.h2.mvstore.MVMap.BasicBuilder
 
setKeyType(DataType) - Method in interface org.h2.mvstore.MVMap.MapBuilder
 
setLargeMaxRows(long) - Method in class org.h2.jdbc.JdbcStatement
Gets the maximum number of rows for a ResultSet.
setLastIdentity(Value) - Method in class org.h2.engine.SessionLocal
 
setLastMatchedSchema(DbSchema) - Method in class org.h2.bnf.Sentence
Set the last matched schema if the last match was a schema, or null if it was not.
setLastMatchedTable(DbTableOrView) - Method in class org.h2.bnf.Sentence
Set the last matched table if the last match was a table.
setLazyQueryExecution(boolean) - Method in class org.h2.engine.SessionLocal
 
setLength(long) - Method in class org.h2.store.FileStore
Set the length of the file.
setLevel(int) - Method in class org.h2.message.Trace
Set the trace level of this component.
setLevelFile(int) - Method in class org.h2.message.TraceSystem
Set the file trace level.
setLevelSystemOut(int) - Method in class org.h2.message.TraceSystem
Set the trace level to use for System.out
setLimit(long) - Method in class org.h2.result.LazyResult
 
setLimit(long) - Method in class org.h2.result.LocalResult
Set the number of rows that this result will return at the maximum.
setLineCommentCharacter(char) - Method in class org.h2.tools.Csv
Set the line comment character.
setLineSeparator(String) - Method in class org.h2.tools.Csv
Set the line separator used for writing.
setLinks(HashMap) - Method in class org.h2.bnf.context.DbContextRule
 
setLinks(HashMap) - Method in interface org.h2.bnf.Rule
Update cross references.
setLinks(HashMap) - Method in class org.h2.bnf.RuleElement
 
setLinks(HashMap) - Method in class org.h2.bnf.RuleExtension
 
setLinks(HashMap) - Method in class org.h2.bnf.RuleFixed
 
setLinks(HashMap) - Method in class org.h2.bnf.RuleList
 
setLinks(HashMap) - Method in class org.h2.bnf.RuleOptional
 
setLinks(HashMap) - Method in class org.h2.bnf.RuleRepeat
 
setLiteralsChecked(boolean) - Method in class org.h2.command.Parser
 
setLobBlockSize(long) - Method in class org.h2.command.dml.ScriptCommand
 
setLockMode(int) - Method in class org.h2.engine.Database
 
setLockTimeout(int) - Method in class org.h2.engine.SessionLocal
 
setLoginTimeout(int) - Method in class org.h2.jdbcx.JdbcConnectionPool
Sets the maximum time in seconds to wait for a free connection.
setLoginTimeout(int) - Method in class org.h2.jdbcx.JdbcDataSource
Set the login timeout in seconds, 0 meaning no timeout.
setLogWriter(PrintWriter) - Method in class org.h2.jdbcx.JdbcConnectionPool
INTERNAL
setLogWriter(PrintWriter) - Method in class org.h2.jdbcx.JdbcDataSource
Set the current log writer for this object.
setLong(int, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setLong(String, long) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setMainIndexColumn(int) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
setMasterUser(User) - Method in class org.h2.engine.Database
 
setMax(int, float) - Method in class org.h2.mvstore.db.SpatialKey
 
setMax(int, float) - Method in interface org.h2.mvstore.rtree.Spatial
Set the maximum value for the given dimension.
setMaxBlockSize(int) - Method in class org.h2.mvstore.StreamStore
Set the maximum block size.
setMaxConnections(int) - Method in class org.h2.jdbcx.JdbcConnectionPool
Sets the maximum number of connections to use from now on.
setMaxFieldSize(int) - Method in class org.h2.jdbc.JdbcStatement
Sets the maximum number of bytes for a result set column.
setMaxFileSize(int) - Method in class org.h2.message.TraceSystem
Set the maximum trace file size in bytes.
setMaxLengthInplaceLob(int) - Method in class org.h2.engine.Database
 
setMaxMemory(int) - Method in interface org.h2.util.Cache
Set the maximum memory to be used by this cache.
setMaxMemory(int) - Method in class org.h2.util.CacheLRU
 
setMaxMemory(int) - Method in class org.h2.util.CacheTQ
 
setMaxMemory(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Set the maximum memory this cache should use.
setMaxMemoryRows(int) - Method in class org.h2.engine.Database
 
setMaxMemoryRows(int) - Method in class org.h2.result.LocalResult
Redefine count of maximum rows holds in memory for the result.
setMaxOperationMemory(int) - Method in class org.h2.engine.Database
 
setMaxQueryEntries(int) - Method in class org.h2.engine.QueryStatisticsData
 
setMaxRows(int) - Method in class org.h2.jdbc.JdbcStatement
Gets the maximum number of rows for a ResultSet.
setMaxSize(int) - Method in class org.h2.util.SmallLRUCache
 
setMaxTransactionId(int) - Method in class org.h2.mvstore.tx.TransactionStore
Set the maximum transaction id, after which ids are re-used.
setMaxValue(Expression) - Method in class org.h2.command.ddl.SequenceOptions
Sets max value expression.
setMayHaveStandardViews(boolean) - Method in class org.h2.bnf.context.DbContents
 
setMetaTableName(String) - Method in class org.h2.table.MetaTable
 
setMin(int, float) - Method in class org.h2.mvstore.db.SpatialKey
 
setMin(int, float) - Method in interface org.h2.mvstore.rtree.Spatial
Set the minimum value for the given dimension.
setMinBlockSize(int) - Method in class org.h2.mvstore.StreamStore
Set the minimum block size.
setMinValue(Expression) - Method in class org.h2.command.ddl.SequenceOptions
Sets min value expression.
setMode(Mode) - Method in class org.h2.engine.Database
 
setModified() - Method in class org.h2.engine.DbObject
Tell the object that is was modified.
setName(String) - Method in class org.h2.command.ddl.CreateAggregate
 
setName(String) - Method in class org.h2.command.ddl.CreateSynonym
 
setName(String) - Method in class org.h2.command.ddl.DropAggregate
 
setName(String) - Method in class org.h2.message.TraceSystem
 
setName(String) - Method in class org.h2.message.TraceWriterAdapter
 
setName(String) - Method in class org.h2.mvstore.tx.Transaction
 
setName(String) - Method in class org.h2.security.auth.PropertyConfig
 
setName(String) - Method in class org.h2.security.auth.RealmConfig
Sets realm's name.
setNCharacterStream(int, Reader) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a character stream.
setNCharacterStream(int, Reader, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a character stream.
setNCharacterStream(String, Reader) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a character stream.
setNCharacterStream(String, Reader, long) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a character stream.
setNClob(int, Reader) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a Clob.
setNClob(int, Reader, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a Clob.
setNClob(int, NClob) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a Clob.
setNClob(String, Reader) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a Clob.
setNClob(String, Reader, long) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a Clob.
setNClob(String, NClob) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a Clob.
setNestedIdentity(Object) - Method in class org.h2.security.auth.AuthenticationInfo
Method used by authenticators to hold information about authenticated user
setNestedJoin(TableFilter) - Method in class org.h2.table.TableFilter
Set a nested joined table.
setNetworkConnectionInfo(NetworkConnectionInfo) - Method in class org.h2.engine.ConnectionInfo
Sets the network connection information.
setNetworkConnectionInfo(NetworkConnectionInfo) - Method in class org.h2.engine.Session
Sets the network connection information if possible.
setNetworkConnectionInfo(NetworkConnectionInfo) - Method in class org.h2.engine.SessionLocal
 
setNetworkConnectionInfo(NetworkConnectionInfo) - Method in class org.h2.engine.SessionRemote
 
setNetworkTimeout(Executor, int) - Method in class org.h2.jdbc.JdbcConnection
[Not supported]
setNeverLazy(boolean) - Method in class org.h2.command.query.Query
 
setNewColumn(Column) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setNewColumnName(String) - Method in class org.h2.command.ddl.AlterTableRenameColumn
 
setNewConstraintName(String) - Method in class org.h2.command.ddl.AlterDomainRenameConstraint
 
setNewConstraintName(String) - Method in class org.h2.command.ddl.AlterTableRenameConstraint
 
setNewDomainName(String) - Method in class org.h2.command.ddl.AlterDomainRename
 
setNewName(String) - Method in class org.h2.command.ddl.AlterIndexRename
 
setNewName(String) - Method in class org.h2.command.ddl.AlterSchemaRename
 
setNewName(String) - Method in class org.h2.command.ddl.AlterUser
 
setNewTableName(String) - Method in class org.h2.command.ddl.AlterTableRename
 
setNextKey(long) - Method in class org.h2.mvstore.StreamStore
 
setNonKeywords(BitSet) - Method in class org.h2.engine.SessionLocal
Sets bit set of non-keywords.
setNoWait(boolean) - Method in class org.h2.command.ddl.CreateTrigger
 
setNoWait(boolean) - Method in class org.h2.schema.TriggerObject
 
setNString(int, String) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setNString(String, String) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setNull(int, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets a parameter to null.
setNull(int, int, String) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets a parameter to null.
setNull(String, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets a parameter to null.
setNull(String, int, String) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets a parameter to null.
setNullable(boolean) - Method in class org.h2.table.Column
 
setNullRow() - Method in class org.h2.table.TableFilter
Set the state of this and all nested tables to the NULL row.
setNullString(String) - Method in class org.h2.tools.Csv
Set the value that represents NULL.
setObject(int, Object) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setObject(int, Object, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setObject(int, Object, int, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setObject(int, Object, SQLType) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setObject(int, Object, SQLType, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setObject(String, Object) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setObject(String, Object, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setObject(String, Object, int, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setObject(String, Object, SQLType) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setObject(String, Object, SQLType, int) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setObjectName(String) - Method in class org.h2.command.ddl.SetComment
 
setObjectName(String) - Method in class org.h2.engine.DbObject
 
setObjectType(int) - Method in class org.h2.command.ddl.SetComment
 
setOffset(long) - Method in class org.h2.result.LocalResult
Set the offset of the first row to return.
setOffset(Expression) - Method in class org.h2.command.query.Query
 
setOldColumn(Column) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setOldColumnName(String) - Method in class org.h2.command.ddl.AlterTableRenameColumn
 
setOldInformationSchema(boolean) - Method in class org.h2.engine.SessionLocal
Changes INFORMATION_SCHEMA content.
setOldName(String) - Method in class org.h2.command.ddl.AlterIndexRename
 
setOldSchema(Schema) - Method in class org.h2.command.ddl.AlterIndexRename
 
setOldSchema(Schema) - Method in class org.h2.command.ddl.AlterSchemaRename
 
setOnCommitDrop() - Method in class org.h2.command.ddl.CreateTable
This temporary table is dropped on commit.
setOnCommitDrop(boolean) - Method in class org.h2.table.Table
 
setOnCommitTruncate() - Method in class org.h2.command.ddl.CreateTable
This temporary table is truncated on commit.
setOnCommitTruncate(boolean) - Method in class org.h2.table.Table
 
setOnCondition(Expression) - Method in class org.h2.command.dml.MergeUsing
 
setOnOverflowTruncate(boolean) - Method in class org.h2.expression.aggregate.ListaggArguments
Sets the LISTAGG overflow behavior.
setOnRollback(boolean) - Method in class org.h2.command.ddl.CreateTrigger
 
setOnRollback(boolean) - Method in class org.h2.schema.TriggerObject
 
setOnUpdateExpression(SessionLocal, Expression) - Method in class org.h2.schema.Domain
 
setOnUpdateExpression(SessionLocal, Expression) - Method in class org.h2.table.Column
 
setOnUpdateExpression(SessionLocal, Expression) - Method in interface org.h2.table.ColumnTemplate
Set the on update expression.
setOnUpdateExpression(Expression) - Method in class org.h2.command.ddl.CreateDomain
 
setOperationType(int) - Method in class org.h2.command.ddl.GrantRevoke
 
setOptimizeReuseResults(boolean) - Method in class org.h2.engine.Database
 
setOptions(String) - Method in class org.h2.compress.CompressDeflate
 
setOptions(String) - Method in class org.h2.compress.CompressLZF
 
setOptions(String) - Method in class org.h2.compress.CompressNo
 
setOptions(String) - Method in interface org.h2.compress.Compressor
Set the compression options.
setOptions(String) - Method in class org.h2.tools.Csv
INTERNAL.
setOptions(SequenceOptions) - Method in class org.h2.command.ddl.AlterSequence
 
setOptions(SequenceOptions) - Method in class org.h2.command.ddl.CreateSequence
 
setOrder(ArrayList) - Method in class org.h2.command.query.Query
Set the order by list.
setOrderByList(ArrayList) - Method in class org.h2.expression.aggregate.Aggregate
Set the order for ARRAY_AGG() or GROUP_CONCAT() aggregate.
setOriginalSchema(String) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setOriginalTable(String) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setOriginalURL(String) - Method in class org.h2.engine.ConnectionInfo
Set the original database URL.
setOrReplace(boolean) - Method in class org.h2.command.ddl.CreateSynonym
 
setOrReplace(boolean) - Method in class org.h2.command.ddl.CreateView
 
setOut(PrintStream) - Method in class org.h2.util.Tool
Sets the standard output stream.
setOverCondition(Window) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Sets the OVER condition.
setOverridingSystem(Boolean) - Method in class org.h2.command.dml.Insert
 
setParameterList(ArrayList) - Method in class org.h2.command.Prepared
Set the parameter list of this statement.
setParentDomain(Domain) - Method in class org.h2.command.ddl.CreateDomain
 
setParsingCreateView(boolean) - Method in class org.h2.engine.SessionLocal
This method is called before and after parsing of view definition and may be called recursively.
setPassword(String) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setPassword(String) - Method in class org.h2.jdbcx.JdbcDataSource
Set the current password.
setPassword(Expression) - Method in class org.h2.command.ddl.AlterUser
 
setPassword(Expression) - Method in class org.h2.command.ddl.CreateUser
 
setPassword(Expression) - Method in class org.h2.command.dml.RunScriptCommand
 
setPassword(Expression) - Method in class org.h2.command.dml.ScriptCommand
 
setPasswordChars(char[]) - Method in class org.h2.jdbcx.JdbcDataSource
Set the current password in the form of a char array.
setPasswords(boolean) - Method in class org.h2.command.dml.ScriptCommand
 
setPersistData(boolean) - Method in class org.h2.command.ddl.CreateTable
 
setPersistedObjectId(int) - Method in class org.h2.command.Prepared
Set the persisted object id for this statement.
setPersistIndexes(boolean) - Method in class org.h2.command.ddl.CreateTable
 
setPersistUsers(boolean) - Method in class org.h2.security.auth.DefaultAuthenticator
If set to true saves users externals defined during the authentication.
setPlanItem(PlanItem) - Method in class org.h2.table.TableFilter
Set what plan item (index, cost, masks) to use.
setPoolable(boolean) - Method in class org.h2.jdbc.JdbcStatement
Requests that this object should be pooled or not.
setPos(int) - Method in class org.h2.store.Data
Set the current read / write position.
setPos(int) - Method in class org.h2.util.CacheObject
 
setPowerOffCount(int) - Method in class org.h2.engine.Database
 
setPrepareAlways(boolean) - Method in class org.h2.command.Prepared
Set the prepare always flag.
setPrepared(Prepared) - Method in class org.h2.command.ddl.PrepareProcedure
 
setPreparedTransaction(String, boolean) - Method in class org.h2.engine.SessionLocal
Commit or roll back the given transaction.
setPreserveWhitespace(boolean) - Method in class org.h2.tools.Csv
Enable or disable preserving whitespace in unquoted text.
setPrimaryKey(boolean) - Method in class org.h2.command.ddl.CreateIndex
 
setPrimaryKey(boolean) - Method in class org.h2.table.Column
 
setPrimaryKeyHash(boolean) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setProcedure(Procedure) - Method in class org.h2.command.dml.ExecuteProcedure
 
setProcedureName(String) - Method in class org.h2.command.ddl.DeallocateProcedure
 
setProcedureName(String) - Method in class org.h2.command.ddl.PrepareProcedure
 
setProgress(int, String, long, long) - Method in interface org.h2.api.DatabaseEventListener
This method is called for long running events, such as recovering, scanning a file or building an index.
setProgress(int, String, long, long) - Method in class org.h2.engine.Database
Set the progress of a long running operation.
setProperty(String, String) - Method in class org.h2.engine.ConnectionInfo
Overwrite a property.
setProperty(String, String) - Method in class org.h2.store.FileLock
Add or change a setting to the properties.
setQuadraticSplit(boolean) - Method in class org.h2.mvstore.rtree.MVRTreeMap
 
setQualify(Expression) - Method in class org.h2.command.query.Select
 
setQuery(String) - Method in class org.h2.bnf.Sentence
Set the query string.
setQuery(Query) - Method in class org.h2.command.ddl.CreateTable
 
setQuery(Query) - Method in class org.h2.command.dml.Insert
 
setQuery(Query) - Method in class org.h2.command.dml.Merge
 
setQueryStatistics(boolean) - Method in class org.h2.engine.Database
 
setQueryStatisticsMaxEntries(int) - Method in class org.h2.engine.Database
 
setQueryTimeout(int) - Method in class org.h2.engine.SessionLocal
 
setQueryTimeout(int) - Method in class org.h2.jdbc.JdbcStatement
Sets the current query timeout in seconds.
setQueueSize(int) - Method in class org.h2.command.ddl.CreateTrigger
 
setQueueSize(int) - Method in class org.h2.schema.TriggerObject
 
setQuirksMode(boolean) - Method in class org.h2.command.dml.RunScriptCommand
Enables or disables the quirks mode.
setQuirksMode(boolean) - Method in class org.h2.engine.SessionLocal
Enables or disables the quirks mode.
setRandomAccessResult(boolean) - Method in class org.h2.command.query.Query
Whether results need to support random access.
setReadOnly() - Method in class org.h2.store.fs.disk.FilePathDisk
 
setReadOnly() - Method in class org.h2.store.fs.FilePath
Disable the ability to write.
setReadOnly() - Method in class org.h2.store.fs.FilePathWrapper
 
setReadOnly() - Method in class org.h2.store.fs.mem.FilePathMem
 
setReadOnly() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
setReadOnly() - Method in class org.h2.store.fs.split.FilePathSplit
 
setReadOnly() - Method in class org.h2.store.fs.zip.FilePathZip
 
setReadOnly(boolean) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setReadOnly(boolean) - Method in class org.h2.engine.Database
Switch the database to read-only mode.
setReadOnly(boolean) - Method in class org.h2.jdbc.JdbcConnection
According to the JDBC specs, this setting is only a hint to the database to enable optimizations - it does not cause writes to be prohibited.
setReadOnly(boolean) - Method in class org.h2.table.TableLink
 
setReadOnly(String) - Static method in class org.h2.store.fs.FileUtils
Disable the ability to write.
setRealms(List) - Method in class org.h2.security.auth.H2AuthConfig
Sets configuration of authentication realms.
setRecorder(Recorder) - Static method in class org.h2.store.fs.rec.FilePathRec
Set the recorder class.
setRecoveryReference(boolean) - Method in class org.h2.value.lob.LobDataDatabase
 
setRecursive(boolean) - Method in class org.h2.index.ViewIndex
 
setRecursiveResult(ResultInterface) - Method in class org.h2.table.TableView
 
setRef(int, Ref) - Method in class org.h2.jdbc.JdbcPreparedStatement
[Not supported] Sets the value of a column as a reference.
setRefColumns(IndexColumn[]) - Method in class org.h2.constraint.ConstraintReferential
 
setRefConstraint(ConstraintUnique) - Method in class org.h2.constraint.ConstraintReferential
Set the unique constraint of the referenced table to use for this constraint.
setReferentialIntegrity(boolean) - Method in class org.h2.engine.Database
 
setRefIndex(Index) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setRefIndexColumns(IndexColumn[]) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setRefTable(Table) - Method in class org.h2.constraint.ConstraintReferential
 
setRefTableName(Schema, String) - Method in class org.h2.command.ddl.AlterTableAddConstraint
Set the referenced table.
setRestart(boolean) - Method in class org.h2.command.ddl.TruncateTable
 
setRestartValue(Expression) - Method in class org.h2.command.ddl.SequenceOptions
Sets restart value expression, or ValueExpression.DEFAULT.
setResult(Class) - Method in class org.h2.jdbc.JdbcSQLXML
 
setRetentionTime(int) - Method in class org.h2.engine.Database
 
setRetentionTime(int) - Method in class org.h2.mvstore.MVStore
How long to retain old, persisted chunks, in milliseconds.
setReuseSpace(boolean) - Method in class org.h2.mvstore.MVStore
Whether empty space in the file should be re-used.
setRightMask(int) - Method in class org.h2.engine.Right
 
setRightsChecked(boolean) - Method in class org.h2.command.Parser
 
setRoleName(String) - Method in class org.h2.command.ddl.CreateRole
 
setRoleName(String) - Method in class org.h2.command.ddl.DropRole
 
setRow(DbException, long, String) - Method in class org.h2.command.Prepared
Set the SQL statement of the exception to the given row.
setRowBased(boolean) - Method in class org.h2.command.ddl.CreateTrigger
 
setRowBased(boolean) - Method in class org.h2.schema.TriggerObject
 
setRowFactory(RowFactory) - Method in class org.h2.engine.Database
 
setRowFactory(RowFactory) - Method in class org.h2.mvstore.db.RowDataType
 
setRowFactory(RowFactory) - Method in class org.h2.mvstore.db.ValueDataType
 
setRowId(boolean) - Method in class org.h2.table.Column
Set row identity flag.
setRowId(int, RowId) - Method in class org.h2.jdbc.JdbcPreparedStatement
[Not supported] Sets the value of a parameter as a row id.
setRowId(String, RowId) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported] Sets the value of a parameter as a row id.
setSalt(Expression) - Method in class org.h2.command.ddl.AlterUser
 
setSalt(Expression) - Method in class org.h2.command.ddl.CreateUser
 
setSaltAndHash(byte[], byte[]) - Method in class org.h2.engine.User
Set the salt and hash of the password for this user.
setSavepoint() - Method in class org.h2.engine.SessionLocal
Create a savepoint to allow rolling back to this state.
setSavepoint() - Method in class org.h2.jdbc.JdbcConnection
Creates a new unnamed savepoint.
setSavepoint() - Method in class org.h2.mvstore.tx.Transaction
Create a new savepoint.
setSavepoint(String) - Method in class org.h2.jdbc.JdbcConnection
Creates a new named savepoint.
setSavepointName(String) - Method in class org.h2.command.dml.TransactionCommand
 
setScale(BigDecimal, int) - Static method in class org.h2.value.ValueNumeric
Set the scale of a BigDecimal value.
setSchema(String) - Method in class org.h2.jdbc.JdbcConnection
Sets the given schema name to access.
setSchema(Schema) - Method in class org.h2.command.ddl.GrantRevoke
Set the specified schema
setSchemaName(String) - Method in class org.h2.command.ddl.CreateSchema
 
setSchemaName(String) - Method in class org.h2.command.ddl.DropSchema
 
setSchemaName(String) - Method in class org.h2.command.ddl.SetComment
 
setSchemaNames(Set) - Method in class org.h2.command.dml.ScriptCommand
 
setSchemaSearchPath(String[]) - Method in class org.h2.engine.SessionLocal
 
setSelect(Query) - Method in class org.h2.command.ddl.CreateView
 
setSelectivity(int) - Method in class org.h2.table.Column
Set the new selectivity of a column.
setSelectivity(Expression) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setSelectSQL(String) - Method in class org.h2.command.ddl.CreateView
 
setSeparator(String) - Method in class org.h2.expression.aggregate.ListaggArguments
Sets the custom LISTAGG separator.
setSequence(Sequence, boolean) - Method in class org.h2.table.Column
Set the sequence to generate the value.
setSequenceName(String) - Method in class org.h2.command.ddl.AlterSequence
 
setSequenceName(String) - Method in class org.h2.command.ddl.CreateSequence
 
setSequenceName(String) - Method in class org.h2.command.ddl.DropSequence
 
setServerKey(String) - Method in class org.h2.engine.ConnectionInfo
Switch to server mode, and set the server name and database key.
setSession(Session) - Method in class org.h2.value.Transfer
Set the session.
setSession(SessionLocal) - Method in class org.h2.command.Prepared
Set the session for this statement.
SetSessionCharacteristics - Class in org.h2.command.dml
This class represents the statement SET SESSION CHARACTERISTICS
SetSessionCharacteristics(SessionLocal, IsolationLevel) - Constructor for class org.h2.command.dml.SetSessionCharacteristics
 
setSetClauseList(SetClauseList) - Method in class org.h2.command.dml.MergeUsing.WhenMatchedThenUpdate
 
setSetClauseList(SetClauseList) - Method in class org.h2.command.dml.Update
 
setSettings(boolean) - Method in class org.h2.command.dml.ScriptCommand
 
setShort(int, short) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setShort(String, short) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setShutdownHandler(ShutdownHandler) - Method in class org.h2.server.TcpServer
 
setShutdownHandler(ShutdownHandler) - Method in class org.h2.server.web.WebServer
 
setShutdownHandler(ShutdownHandler) - Method in class org.h2.tools.Server
INTERNAL
setSimple(boolean) - Method in class org.h2.command.dml.ScriptCommand
 
setSkipRemarks(boolean) - Method in class org.h2.util.ScriptReader
If comments should be skipped completely by this reader.
setSortOrder(SortOrder) - Method in class org.h2.result.LocalResult
Sets sort order to be used by this result.
setSource(Object) - Method in exception class org.h2.message.DbException
 
setSource(String) - Method in class org.h2.command.ddl.CreateFunctionAlias
 
setSource(String, String) - Method in class org.h2.util.SourceCompiler
Set the source code for the specified class.
setSourceTableFilter(TableFilter) - Method in class org.h2.command.dml.MergeUsing
 
setSpatial(boolean) - Method in class org.h2.command.ddl.CreateIndex
 
setSQL(String) - Method in interface org.h2.jdbc.JdbcException
INTERNAL
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLDataException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLFeatureNotSupportedException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLNonTransientConnectionException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLNonTransientException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLSyntaxErrorException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLTimeoutException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLTransactionRollbackException
 
setSQL(String) - Method in exception class org.h2.jdbc.JdbcSQLTransientException
 
setSQL(String, ArrayList) - Method in class org.h2.command.Prepared
Set the SQL statement.
setSQLXML(int, SQLXML) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter as a SQLXML.
setSQLXML(String, SQLXML) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter as a SQLXML object.
setSSL(boolean) - Method in class org.h2.value.Transfer
Enable or disable SSL.
setStartValue(Expression) - Method in class org.h2.command.ddl.SequenceOptions
Sets start value expression.
setState(int) - Method in interface org.h2.store.InDoubtTransaction
Change the state of this transaction.
setStoreVersion(int) - Method in class org.h2.mvstore.MVStore
Update the store version.
setString(int, String) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setString(long, String) - Method in class org.h2.jdbc.JdbcClob
Fills the Clob.
setString(long, String, int, int) - Method in class org.h2.jdbc.JdbcClob
Fills the Clob.
setString(String) - Method in class org.h2.command.dml.Set
 
setString(String) - Method in class org.h2.jdbc.JdbcSQLXML
 
setString(String, String) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setStringArray(String[]) - Method in class org.h2.command.dml.Set
 
setStringValue(String) - Method in class org.h2.engine.Setting
 
setSuppliedParameters(ArrayList) - Method in class org.h2.command.Parser
 
setSynonymFor(String) - Method in class org.h2.command.ddl.CreateSynonym
 
setSynonymForSchema(Schema) - Method in class org.h2.command.ddl.CreateSynonym
 
setSynonymName(String) - Method in class org.h2.command.ddl.DropSynonym
 
setSysOut(PrintStream) - Method in class org.h2.message.TraceSystem
Set the print stream to use instead of System.out.
setTable(Table) - Method in class org.h2.command.ddl.Analyze
 
setTable(Table) - Method in class org.h2.command.ddl.TruncateTable
 
setTable(Table) - Method in class org.h2.command.dml.Insert
 
setTable(Table) - Method in class org.h2.command.dml.Merge
 
setTable(Table, int) - Method in class org.h2.table.Column
Set the table and column id.
setTableEngine(String) - Method in class org.h2.command.ddl.CreateTable
 
setTableEngineParams(ArrayList) - Method in class org.h2.command.ddl.CreateSchema
 
setTableEngineParams(ArrayList) - Method in class org.h2.command.ddl.CreateTable
 
setTableEngineParams(ArrayList) - Method in class org.h2.schema.Schema
Set table engine params of this schema.
setTableExpression(boolean) - Method in class org.h2.command.ddl.CreateView
 
setTableExpression(boolean) - Method in class org.h2.table.Table
 
setTableFilter(TableFilter) - Method in class org.h2.command.dml.Delete
 
setTableFilter(TableFilter) - Method in class org.h2.command.dml.Update
 
setTableFilter(TableFilter) - Method in class org.h2.constraint.ConstraintCheck
 
setTableFunction(TableFunction) - Method in class org.h2.command.dml.Call
 
setTableName(String) - Method in class org.h2.command.ddl.AlterTable
 
setTableName(String) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setTableName(String) - Method in class org.h2.command.ddl.CreateIndex
 
setTableName(String) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setTableName(String) - Method in class org.h2.command.ddl.CreateTable
 
setTableName(String) - Method in class org.h2.command.ddl.CreateTrigger
 
setTableName(String) - Method in class org.h2.command.dml.AlterTableSet
 
setTables(Collection) - Method in class org.h2.command.dml.ScriptCommand
 
setTargetTableFilter(TableFilter) - Method in class org.h2.command.dml.MergeUsing
 
setTcpQuickack(Socket, boolean) - Static method in class org.h2.util.Utils10
Sets the value of TCP_QUICKACK option.
setTemporary(boolean) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setTemporary(boolean) - Method in class org.h2.command.ddl.CreateTable
 
setTemporary(boolean) - Method in class org.h2.engine.DbObject
Tell this object that it is temporary or not.
setTestEvery(int) - Method in class org.h2.store.RecoverTester
 
setThreadContextClassLoader(Thread) - Static method in class org.h2.Driver
INTERNAL
setThreadLocalSession() - Method in class org.h2.engine.Session
Sets this session as thread local session, if this session is a local session.
setThreadLocalSession() - Method in class org.h2.engine.SessionLocal
 
setThrottle(int) - Method in class org.h2.engine.SessionLocal
 
setTime(int, Time) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setTime(int, Time, Calendar) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the time using a specified time zone.
setTime(String, Time) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the time using a specified time zone.
setTime(String, Time, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the time using a specified time zone.
setTimeoutMillis(int) - Method in class org.h2.mvstore.tx.Transaction
Sets the new lock timeout.
setTimestamp(int, Timestamp) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the value of a parameter.
setTimestamp(int, Timestamp, Calendar) - Method in class org.h2.jdbc.JdbcPreparedStatement
Sets the timestamp using a specified time zone.
setTimestamp(String, Timestamp) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the value of a parameter.
setTimestamp(String, Timestamp, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
Sets the timestamp using a specified time zone.
setTimeZone(TimeZoneProvider) - Method in class org.h2.engine.SessionLocal
Sets current time zone.
Setting - Class in org.h2.engine
A persistent database setting.
Setting(Database, int, String) - Constructor for class org.h2.engine.Setting
 
SETTING - Static variable in class org.h2.engine.DbObject
This object is a setting.
SETTING - Static variable in class org.h2.message.Trace
The trace module id for settings.
SettingsBase - Class in org.h2.engine
The base class for settings.
SettingsBase(HashMap) - Constructor for class org.h2.engine.SettingsBase
 
setTop(int) - Method in class org.h2.command.ddl.Analyze
 
setTrace(boolean) - Method in class org.h2.store.fs.rec.FilePathRec
 
setTrace(Trace, int, int) - Method in class org.h2.message.TraceObject
Set the options to use when writing trace message.
setTraceLevel(int) - Method in class org.h2.jmx.DatabaseInfo
 
setTraceLevel(int) - Method in interface org.h2.jmx.DatabaseInfoMBean
Set the trace level.
setTransactional(boolean) - Method in class org.h2.command.ddl.DefineCommand
 
setTransactionIsolation(int) - Method in class org.h2.jdbc.JdbcConnection
Changes the current transaction isolation level.
setTransactionName(String) - Method in class org.h2.command.dml.TransactionCommand
 
setTransactionTimeout(int) - Method in class org.h2.jdbcx.JdbcXAConnection
Set the transaction timeout.
setTriggerClassName(String) - Method in class org.h2.command.ddl.CreateTrigger
 
setTriggerClassName(String, boolean) - Method in class org.h2.schema.TriggerObject
Set the trigger class name and load the class if possible.
setTriggerName(String) - Method in class org.h2.command.ddl.CreateTrigger
 
setTriggerName(String) - Method in class org.h2.command.ddl.DropTrigger
 
setTriggerSource(String) - Method in class org.h2.command.ddl.CreateTrigger
 
setTriggerSource(String, boolean) - Method in class org.h2.schema.TriggerObject
Set the trigger source code and compile it if possible.
setTruncateLargeLength(boolean) - Method in class org.h2.engine.SessionLocal
Changes parsing mode of data types with too large length.
setType(int) - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
setType(int) - Method in class org.h2.command.ddl.AlterUser
 
setTypeMap(Map) - Method in class org.h2.jdbc.JdbcConnection
[Partially supported] Sets the type map.
setTypeMask(int) - Method in class org.h2.command.ddl.CreateTrigger
 
setTypeMask(int) - Method in class org.h2.schema.TriggerObject
Set the trigger type.
setTypeName(String) - Method in class org.h2.command.ddl.CreateDomain
 
SetTypes - Class in org.h2.command.dml
The list of setting for a SET statement.
setUnicodeStream(int, InputStream, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
Deprecated.
since JDBC 2.0, use setCharacterStream
setUniqueColumnCount(int) - Method in class org.h2.command.ddl.CreateIndex
 
setUpdateAction(ConstraintActionType) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
setUpdateAction(ConstraintActionType) - Method in class org.h2.constraint.ConstraintReferential
Set the action to apply (restrict, cascade,...) on an update.
setupQueryParameters(SessionLocal, SearchRow, SearchRow, SearchRow) - Method in class org.h2.index.ViewIndex
Set the query parameters.
setUrl(String) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setUrl(String) - Method in class org.h2.jdbcx.JdbcDataSource
Set the current URL.
setURL(int, URL) - Method in class org.h2.jdbc.JdbcPreparedStatement
[Not supported]
setURL(String) - Method in class org.h2.jdbcx.JdbcDataSource
Set the current URL.
setURL(String, URL) - Method in class org.h2.jdbc.JdbcCallableStatement
[Not supported]
setUsed(boolean) - Method in class org.h2.table.TableFilter
 
setUser(String) - Method in class org.h2.command.ddl.CreateLinkedTable
 
setUser(String) - Method in class org.h2.jdbcx.JdbcDataSource
Set the current user name.
setUser(User) - Method in class org.h2.command.ddl.AlterUser
 
setUserName(String) - Method in class org.h2.command.ddl.CreateUser
 
setUserName(String) - Method in class org.h2.command.ddl.DropUser
 
setUserName(String) - Method in class org.h2.engine.ConnectionInfo
Overwrite the user name.
setUserPasswordHash(byte[]) - Method in class org.h2.engine.ConnectionInfo
Set the user password hash.
setUserPasswordHash(byte[]) - Method in class org.h2.engine.User
Set the user name password hash.
setUserToRolesMappers(List) - Method in class org.h2.security.auth.H2AuthConfig
Sets configuration of the mappers external users to database roles.
setUserToRolesMappers(UserToRolesMapper...) - Method in class org.h2.security.auth.DefaultAuthenticator
 
setUsingExpression(Expression) - Method in class org.h2.command.ddl.AlterTableAlterColumn
Set using expression.
setValidatorClass(String) - Method in class org.h2.security.auth.RealmConfig
Sets validator class name.
setValue(int, Value) - Method in class org.h2.result.DefaultRow
 
setValue(int, Value) - Method in class org.h2.result.SearchRow
Set the value for given column
setValue(int, Value) - Method in class org.h2.result.SimpleRowValue
 
setValue(int, Value) - Method in class org.h2.result.Sparse
 
setValue(int, V) - Method in class org.h2.mvstore.Page
Replace the value at an index in this page.
setValue(String) - Method in class org.h2.security.auth.PropertyConfig
 
setValue(Value) - Method in class org.h2.constraint.DomainColumnResolver
 
setValue(Value) - Method in class org.h2.expression.Parameter
 
setValue(Value) - Method in class org.h2.schema.Constant
 
setValue(Value, boolean) - Method in class org.h2.expression.Parameter
 
setValue(Value, boolean) - Method in interface org.h2.expression.ParameterInterface
Set the value of the parameter.
setValue(Value, boolean) - Method in class org.h2.expression.ParameterRemote
 
setValueType(DataType) - Method in class org.h2.mvstore.MVMap.BasicBuilder
 
setValueType(DataType) - Method in interface org.h2.mvstore.MVMap.MapBuilder
 
setVariable(String, Value) - Method in class org.h2.engine.SessionLocal
Set the value of the given variable for this session.
setVariableBinary(boolean) - Method in class org.h2.command.dml.RunScriptCommand
Changes parsing of a BINARY data type.
setVariableBinary(boolean) - Method in class org.h2.engine.SessionLocal
Changes parsing of a BINARY data type.
setVersion(boolean) - Method in class org.h2.command.dml.ScriptCommand
 
setVersion(int) - Method in class org.h2.value.Transfer
 
setVersionsToKeep(int) - Method in class org.h2.mvstore.MVStore
How many versions to retain for in-memory stores.
setView(TableView) - Method in class org.h2.command.ddl.AlterView
 
setViewName(String) - Method in class org.h2.command.ddl.CreateView
 
setViewName(String) - Method in class org.h2.command.ddl.DropView
 
setVisible(boolean) - Method in class org.h2.table.Column
 
setVolatile(boolean) - Method in class org.h2.mvstore.MVMap
Set the volatile flag of the map.
setWaitForLock(Table, Thread) - Method in class org.h2.engine.SessionLocal
Set the table this session is waiting for, and the thread that is waiting.
setWhen(SimpleCase.SimpleWhen) - Method in class org.h2.expression.SimpleCase.SimpleWhen
 
setWhitespaceChars(Connection, String) - Static method in class org.h2.fulltext.FullText
Change the whitespace characters.
setWildcard() - Method in class org.h2.command.query.Select
Sets a wildcard expression as in "SELECT * FROM TEST".
setWindowExprData(DataAnalysisOperation, Value, PartitionData) - Method in class org.h2.command.query.SelectGroups
Set the window data for the specified expression.
setWindowQuery() - Method in class org.h2.command.query.Select
Called if this query contains window functions.
setWithColumns(boolean) - Method in class org.h2.command.dml.ScriptCommand
 
setWithNoData(boolean) - Method in class org.h2.command.ddl.CreateTable
 
setWithoutCount(boolean) - Method in class org.h2.expression.aggregate.ListaggArguments
Sets the LISTAGG count indication.
setWithTies(boolean) - Method in class org.h2.command.query.Query
 
setWithTies(SortOrder) - Method in class org.h2.result.LocalResult
Enables inclusion of tied rows to result and sets the sort order for tied rows.
setWriteColumnHeader(boolean) - Method in class org.h2.tools.Csv
Enable or disable writing the column header.
setWriteDelay(int) - Method in class org.h2.engine.Database
 
SHA256 - Class in org.h2.security
This class implements the cryptographic hash function SHA-256.
SHA3 - Class in org.h2.security
SHA-3 message digest family.
SHARED_LOCKS - Static variable in class org.h2.mvstore.db.MVTable
The tables names this thread has a shared lock on.
shareLinkedConnections - Variable in class org.h2.engine.DbSettings
Database setting SHARE_LINKED_CONNECTIONS (default: true).
Shell - Class in org.h2.tools
Interactive command line tool to access a database using JDBC.
Shell() - Constructor for class org.h2.tools.Shell
 
SHIFT_MONTH - Static variable in class org.h2.util.DateTimeUtils
The offset of month bits in date values.
SHIFT_YEAR - Static variable in class org.h2.util.DateTimeUtils
The offset of year bits in date values.
SHORT_MONTHS - Static variable in class org.h2.expression.function.ToCharFunction
The month field (short form).
SHORT_WEEKDAYS - Static variable in class org.h2.expression.function.ToCharFunction
The weekday field (short form).
showUsage() - Method in class org.h2.util.Tool
Print the usage of the tool.
showUsageAndThrowUnsupportedOption(String) - Method in class org.h2.util.Tool
Throw a SQLException saying this command line option is not supported.
shutdown() - Method in interface org.h2.server.ShutdownHandler
Tell the listener to shut down.
shutdown() - Method in class org.h2.tools.Console
INTERNAL.
shutdown() - Method in class org.h2.tools.GUIConsole
 
shutdown() - Method in class org.h2.tools.Server
INTERNAL
shutdown(String, String, boolean, boolean) - Static method in class org.h2.server.TcpServer
Stop the TCP server with the given URL.
SHUTDOWN - Static variable in interface org.h2.command.CommandInterface
The type of a SHUTDOWN statement.
SHUTDOWN_COMPACT - Static variable in interface org.h2.command.CommandInterface
The type of a SHUTDOWN COMPACT statement.
SHUTDOWN_DEFRAG - Static variable in interface org.h2.command.CommandInterface
The type of a SHUTDOWN DEFRAG statement.
SHUTDOWN_IMMEDIATELY - Static variable in interface org.h2.command.CommandInterface
The type of a SHUTDOWN IMMEDIATELY statement.
ShutdownHandler - Interface in org.h2.server
A shutdown handler is a listener for shutdown events.
shutdownImmediately() - Method in class org.h2.engine.Database
Immediately close the database.
shutdownTcpServer(String, String, boolean, boolean) - Static method in class org.h2.tools.Server
Shutdown one or all TCP server.
SIGN - Static variable in class org.h2.expression.function.MathFunction
SIGN() (non-standard)
SignalFunction - Class in org.h2.expression.function
A SIGNAL function.
SignalFunction(Expression, Expression) - Constructor for class org.h2.expression.function.SignalFunction
 
SimpleCase - Class in org.h2.expression
A simple case.
SimpleCase(Expression, SimpleCase.SimpleWhen, Expression) - Constructor for class org.h2.expression.SimpleCase
 
SimpleCase.SimpleWhen - Class in org.h2.expression
 
SimpleColumnInfo - Class in org.h2.util
Metadata of a column.
SimpleColumnInfo(String, int, String, int, int) - Constructor for class org.h2.util.SimpleColumnInfo
Creates metadata.
SimplePredicate - Class in org.h2.expression.condition
Base class for simple predicates.
SimpleResult - Class in org.h2.result
Simple in-memory result.
SimpleResult() - Constructor for class org.h2.result.SimpleResult
Creates new instance of simple result.
SimpleResult(String, String) - Constructor for class org.h2.result.SimpleResult
Creates new instance of simple result.
SimpleResultSet - Class in org.h2.tools
This class is a simple result set and meta data implementation.
SimpleResultSet() - Constructor for class org.h2.tools.SimpleResultSet
This constructor is used if the result set is later populated with addRow.
SimpleResultSet(SimpleRowSource) - Constructor for class org.h2.tools.SimpleResultSet
This constructor is used if the result set should retrieve the rows using the specified row source object.
SimpleResultSet.SimpleArray - Class in org.h2.tools
A simple array implementation, backed by an object array
SimpleRowSource - Interface in org.h2.tools
This interface is for classes that create rows on demand.
SimpleRowValue - Class in org.h2.result
A simple row that contains data for only one column.
SimpleRowValue(int) - Constructor for class org.h2.result.SimpleRowValue
 
SimpleRowValue(int, int) - Constructor for class org.h2.result.SimpleRowValue
 
SimpleWhen(Expression[], Expression) - Constructor for class org.h2.expression.SimpleCase.SimpleWhen
 
SimpleWhen(Expression, Expression) - Constructor for class org.h2.expression.SimpleCase.SimpleWhen
 
SIN - Static variable in class org.h2.expression.function.MathFunction1
SIN().
SingleRowCursor - Class in org.h2.index
A cursor with at most one row.
SingleRowCursor(Row) - Constructor for class org.h2.index.SingleRowCursor
Create a new cursor.
singleWriter() - Method in class org.h2.mvstore.MVMap.Builder
Set up this Builder to produce MVMap, which can be used in append mode by a single thread.
SINH - Static variable in class org.h2.expression.function.MathFunction1
SINH().
size() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the number of resident entries.
size() - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
size() - Method in class org.h2.mvstore.FileStore
Get the file size.
size() - Method in class org.h2.mvstore.MVMap
Get the number of entries, as a integer.
size() - Method in class org.h2.mvstore.tx.TransactionMap
Get the number of entries, as a integer.
size() - Method in class org.h2.store.fs.disk.FilePathDisk
 
size() - Method in class org.h2.store.fs.encrypt.FileEncrypt
 
size() - Method in class org.h2.store.fs.encrypt.FilePathEncrypt
 
size() - Method in class org.h2.store.fs.FakeFileChannel
 
size() - Method in class org.h2.store.fs.FilePath
Get the size of a file in bytes
size() - Method in class org.h2.store.fs.FilePathWrapper
 
size() - Method in class org.h2.store.fs.mem.FilePathMem
 
size() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
size() - Method in class org.h2.store.fs.split.FilePathSplit
 
size() - Method in class org.h2.store.fs.zip.FilePathZip
 
size() - Method in class org.h2.util.ByteStack
Returns the number of items in this stack.
size() - Method in class org.h2.util.IntArray
Get the size of the list.
size(String) - Static method in class org.h2.store.fs.FileUtils
Get the size of a file in bytes This method is similar to Java 7 java.nio.file.attribute.Attributes. readBasicFileAttributes(file).size()
sizeAsLong() - Method in class org.h2.mvstore.MVMap
Get the number of entries, as a long.
sizeAsLong() - Method in class org.h2.mvstore.tx.TransactionMap
Get the size of the map as seen by this transaction.
sizeAsLongMax() - Method in class org.h2.mvstore.tx.TransactionMap
Get the size of the raw map.
sizeHot() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the number of hot entries in the cache.
sizeMapArray() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the length of the internal map array.
sizeNonResident() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the number of non-resident entries in the cache.
sizeOf(V) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the size of the given value.
skip() - Method in class org.h2.result.LazyResult
Go to the next row and skip it.
skip(long) - Method in class org.h2.mvstore.Cursor
Skip over that many entries.
skip(long) - Method in class org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
Skip over that many entries.
skip(long) - Method in class org.h2.store.RangeInputStream
 
skip(long) - Method in class org.h2.store.RangeReader
 
skipFully(InputStream, long) - Static method in class org.h2.util.IOUtils
Skip a number of bytes in an input stream.
skipFully(Reader, long) - Static method in class org.h2.util.IOUtils
Skip a number of characters in a reader.
skipNextRow() - Method in class org.h2.result.LazyResult
Skip next row.
SLEEP - Enum constant in enum org.h2.engine.SessionLocal.State
 
SLOW_QUERY_LIMIT_MS - Static variable in class org.h2.engine.Constants
Queries that take longer than this number of milliseconds are written to the trace file with the level info.
SMALLER - Static variable in class org.h2.expression.condition.Comparison
The comparison type meaning < as in ID<1.
SMALLER_EQUAL - Static variable in class org.h2.expression.condition.Comparison
The comparison type meaning <= as in ID<=1.
SMALLINT - Static variable in class org.h2.api.H2Type
The SMALLINT data type.
SMALLINT - Static variable in class org.h2.value.Value
The value type for SMALLINT values.
SmallLRUCache<K,V> - Class in org.h2.util
This class implements a small LRU object cache.
SmallMap - Class in org.h2.util
A simple hash table with an optimization for the last recently used object.
SmallMap(int) - Constructor for class org.h2.util.SmallMap
Create a map with the given maximum number of entries.
SNAPSHOT - Enum constant in enum org.h2.engine.IsolationLevel
Dirty reads, non-repeatable reads and phantom reads are'n allowed.
SOCKET - Enum constant in enum org.h2.store.FileLockMethod
This locking method means a socket is created on the given machine.
SOCKET_CONNECT_RETRY - Static variable in class org.h2.engine.SysProperties
System property h2.socketConnectRetry (default: 16).
SOCKET_CONNECT_TIMEOUT - Static variable in class org.h2.engine.SysProperties
System property h2.socketConnectTimeout (default: 2000).
SoftValuesHashMap<K,V> - Class in org.h2.util
Map which stores items using SoftReference.
SoftValuesHashMap() - Constructor for class org.h2.util.SoftValuesHashMap
 
SOME - Static variable in class org.h2.util.ParserUtil
The token "SOME".
sort(ArrayList) - Method in class org.h2.result.SortOrder
Sort a list of rows.
sort(ArrayList, int, int) - Method in class org.h2.result.SortOrder
Sort a list of rows using offset and limit.
SortedProperties - Class in org.h2.util
Sorted properties file.
SortedProperties() - Constructor for class org.h2.util.SortedProperties
 
SortOrder - Class in org.h2.result
A sort order represents an ORDER BY clause in a query.
SortOrder(SessionLocal, int[]) - Constructor for class org.h2.result.SortOrder
Construct a new sort order object with default sort directions.
SortOrder(SessionLocal, int[], int[], ArrayList) - Constructor for class org.h2.result.SortOrder
Construct a new sort order object.
sortRows(Comparator) - Method in class org.h2.result.SimpleResult
Sort rows in the list.
sortTopN(X[], int, int, Comparator) - Static method in class org.h2.util.Utils
Find the top limit values using given comparator and place them as in a full array sort, in descending order.
sortType - Variable in class org.h2.command.query.QueryOrderBy
Sort type for this column.
sortType - Variable in class org.h2.table.IndexColumn
The sort type.
SOUNDEX - Static variable in class org.h2.expression.function.SoundexFunction
SOUNDEX() (non-standard).
SoundexFunction - Class in org.h2.expression.function
A SOUNDEX or DIFFERENCE function.
SoundexFunction(Expression, Expression, int) - Constructor for class org.h2.expression.function.SoundexFunction
 
SourceCompiler - Class in org.h2.util
This class allows to convert source code to a class.
SourceCompiler() - Constructor for class org.h2.util.SourceCompiler
 
SPACE - Static variable in class org.h2.expression.function.StringFunction1
SPACE() (non-standard).
Sparse - Class in org.h2.result
Class Sparse.
Spatial - Interface in org.h2.mvstore.rtree
Interface Spatial represents boxes in 2+ dimensional space, where total ordering is not that straight-forward.
SPATIAL_INTERSECTS - Static variable in class org.h2.expression.condition.Comparison
This is a comparison type that is only used for spatial index conditions (operator "&&").
SPATIAL_INTERSECTS - Static variable in class org.h2.index.IndexCondition
A bit of a search mask meaning 'spatial intersection'.
SpatialDataType - Class in org.h2.mvstore.rtree
A spatial data type.
SpatialDataType(int) - Constructor for class org.h2.mvstore.rtree.SpatialDataType
 
SpatialIndex - Interface in org.h2.index
A spatial index.
SpatialKey - Class in org.h2.mvstore.db
A unique spatial key.
SpatialKey(long, float...) - Constructor for class org.h2.mvstore.db.SpatialKey
Create a new key.
SpatialKey(long, SpatialKey) - Constructor for class org.h2.mvstore.db.SpatialKey
 
specialPrecisionScale - Variable in class org.h2.value.DataType
If precision and scale have non-standard default values.
split(String) - Static method in class org.h2.util.JdbcUtils
Split the string using the space separator into at least 10 entries.
SPLIT_FILE_SIZE_SHIFT - Static variable in class org.h2.engine.SysProperties
System property h2.splitFileSizeShift (default: 30).
SQL_NO_ORDER - Static variable in class org.h2.table.IndexColumn
Do not append ordering.
SQL_OOME - Static variable in exception class org.h2.message.DbException
Thrown when OOME exception happens on handle error inside DbException.convert(java.lang.Throwable).
sqlStatement - Variable in class org.h2.command.Prepared
The SQL string.
sqlStatement - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
The SQL statement.
sqlTokens - Variable in class org.h2.command.Prepared
The SQL tokens.
sqlType - Variable in class org.h2.value.DataType
The SQL type.
sqlTypeToString(SQLType) - Static method in class org.h2.value.DataType
Convert a SQL type to a debug string.
SQLXML - Static variable in class org.h2.message.TraceObject
The trace type id for SQLXML objects.
SQRT - Static variable in class org.h2.expression.function.MathFunction1
SQRT().
squareBracketQuotedNames - Variable in class org.h2.engine.Mode
Identifiers may be quoted using square brackets as in [Test].
stackMoveDistance - Variable in class org.h2.mvstore.cache.CacheLongKeyLIRS.Config
How many other item are to be moved to the top of the stack before the current item is moved.
STAGE_GROUP - Static variable in class org.h2.expression.analysis.DataAnalysisOperation
Group stage, used for explicit or implicit GROUP BY operation.
STAGE_RESET - Static variable in class org.h2.expression.analysis.DataAnalysisOperation
Reset stage.
STAGE_WINDOW - Static variable in class org.h2.expression.analysis.DataAnalysisOperation
Window processing stage.
start() - Method in class org.h2.bnf.Sentence
Start the timer to make sure processing doesn't take too long.
start() - Method in class org.h2.server.pg.PgServer
 
start() - Method in interface org.h2.server.Service
Start the service.
start() - Method in class org.h2.server.TcpServer
 
start() - Method in class org.h2.server.web.WebServer
 
start() - Method in class org.h2.tools.Server
Tries to start the server.
start(Xid, int) - Method in class org.h2.jdbcx.JdbcXAConnection
Start or continue to work on a transaction.
start(BundleContext) - Method in class org.h2.util.DbDriverActivator
Start the bundle.
START - Static variable in class org.h2.index.IndexCondition
A bit of a search mask meaning 'larger or equal'.
START_URL - Static variable in class org.h2.engine.Constants
The database URL prefix of this database.
startArray() - Method in class org.h2.util.json.JSONByteArrayTarget
 
startArray() - Method in class org.h2.util.json.JSONStringTarget
 
startArray() - Method in class org.h2.util.json.JSONTarget
Start of an array.
startArray() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
startArray() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
startArray() - Method in class org.h2.util.json.JSONValueTarget
 
startCollecting() - Method in class org.h2.util.AbbaLockingDetector
Start collecting locking data.
startCollecting() - Method in class org.h2.util.Profiler
Start collecting profiling data.
startCollection(int, int) - Method in class org.h2.util.geometry.EWKBUtils.EWKBTarget
 
startCollection(int, int) - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
startCollection(int, int) - Method in class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
 
startCollection(int, int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked before writing of a collection.
startCollection(int, int) - Method in class org.h2.util.geometry.JTSUtils.GeometryTarget
 
startCollectionItem(int, int) - Method in class org.h2.util.geometry.EWKBUtils.EWKBTarget
 
startCollectionItem(int, int) - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
startCollectionItem(int, int) - Method in class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
 
startCollectionItem(int, int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked before writing of a collection item.
startCollectionItem(int, int) - Method in class org.h2.util.geometry.JTSUtils.GeometryTarget
 
startElement(String, String, String, Attributes) - Method in class org.h2.security.auth.H2AuthConfigXml
 
startLineString(int) - Method in class org.h2.util.geometry.EWKBUtils.EWKBTarget
 
startLineString(int) - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
startLineString(int) - Method in class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
 
startLineString(int) - Method in class org.h2.util.geometry.GeometryUtils.EnvelopeTarget
 
startLineString(int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked before writing a LINESTRING.
startLineString(int) - Method in class org.h2.util.geometry.JTSUtils.GeometryTarget
 
startObject() - Method in class org.h2.util.json.JSONByteArrayTarget
 
startObject() - Method in class org.h2.util.json.JSONStringTarget
 
startObject() - Method in class org.h2.util.json.JSONTarget
Start of an object.
startObject() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
startObject() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
startObject() - Method in class org.h2.util.json.JSONValueTarget
 
startPoint() - Method in class org.h2.util.geometry.EWKBUtils.EWKBTarget
 
startPoint() - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
startPoint() - Method in class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
 
startPoint() - Method in class org.h2.util.geometry.GeometryUtils.EnvelopeTarget
 
startPoint() - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked before writing a POINT.
startPoint() - Method in class org.h2.util.geometry.JTSUtils.GeometryTarget
 
startPolygon(int, int) - Method in class org.h2.util.geometry.EWKBUtils.EWKBTarget
 
startPolygon(int, int) - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
startPolygon(int, int) - Method in class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
 
startPolygon(int, int) - Method in class org.h2.util.geometry.GeometryUtils.EnvelopeTarget
 
startPolygon(int, int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked before writing a POLYGON.
startPolygon(int, int) - Method in class org.h2.util.geometry.JTSUtils.GeometryTarget
 
startPolygonInner(int) - Method in class org.h2.util.geometry.EWKBUtils.EWKBTarget
 
startPolygonInner(int) - Method in class org.h2.util.geometry.EWKTUtils.EWKTTarget
 
startPolygonInner(int) - Method in class org.h2.util.geometry.GeoJsonUtils.GeoJsonTarget
 
startPolygonInner(int) - Method in class org.h2.util.geometry.GeometryUtils.EnvelopeTarget
 
startPolygonInner(int) - Method in class org.h2.util.geometry.GeometryUtils.Target
Invoked before writing an inner polygon in POLYGON.
startPolygonInner(int) - Method in class org.h2.util.geometry.JTSUtils.GeometryTarget
 
startQuery(SessionLocal) - Method in class org.h2.table.TableFilter
Start the query.
startStatementWithinTransaction(Command) - Method in class org.h2.engine.SessionLocal
Start a new statement within a transaction.
startTimeNanos - Variable in class org.h2.command.Command
The last start time.
startWebServer(Connection) - Static method in class org.h2.tools.Server
Start a web server and a browser that uses the given connection.
startWebServer(Connection, boolean) - Static method in class org.h2.tools.Server
Start a web server and a browser that uses the given connection.
startWithSpace(String) - Static method in class org.h2.bnf.Bnf
Check whether the statement starts with a whitespace.
STATE_BACKUP_FILE - Static variable in interface org.h2.api.DatabaseEventListener
This state is used during the BACKUP command.
STATE_CREATE_INDEX - Static variable in interface org.h2.api.DatabaseEventListener
This state is used when re-creating an index.
STATE_RECONNECTED - Static variable in interface org.h2.api.DatabaseEventListener
This state is used after re-connecting to a database (if auto-reconnect is enabled).
STATE_RECOVER - Static variable in interface org.h2.api.DatabaseEventListener
This state is used when re-applying the transaction log or rolling back uncommitted transactions.
STATE_SCAN_FILE - Static variable in interface org.h2.api.DatabaseEventListener
This state is used when scanning the database file.
STATE_STATEMENT_END - Static variable in interface org.h2.api.DatabaseEventListener
This state is used when a query ends.
STATE_STATEMENT_PROGRESS - Static variable in interface org.h2.api.DatabaseEventListener
This state is used for periodic notification during long-running queries.
STATE_STATEMENT_START - Static variable in interface org.h2.api.DatabaseEventListener
This state is used when a query starts.
StatefulDataType<D> - Interface in org.h2.mvstore.type
A data type that allows to save its state.
StatefulDataType.Factory<D> - Interface in org.h2.mvstore.type
A factory for data types.
STATEMENT - Static variable in class org.h2.message.TraceObject
The trace type id for statements.
STATEMENT_WAS_CANCELED - Static variable in class org.h2.api.ErrorCode
The error with code 57014 is thrown when a statement was canceled using Statement.cancel() or when the query timeout has been reached.
StaticRolesMapper - Class in org.h2.security.auth.impl
Assign static roles to authenticated users
StaticRolesMapper() - Constructor for class org.h2.security.auth.impl.StaticRolesMapper
 
StaticRolesMapper(String...) - Constructor for class org.h2.security.auth.impl.StaticRolesMapper
 
StaticSettings(boolean, boolean, boolean) - Constructor for class org.h2.engine.Session.StaticSettings
Creates new instance of static settings.
StaticUserCredentialsValidator - Class in org.h2.security.auth.impl
This credentials validator matches the user and password with the configured Usage should be limited to test purposes
StaticUserCredentialsValidator() - Constructor for class org.h2.security.auth.impl.StaticUserCredentialsValidator
 
StaticUserCredentialsValidator(String, String) - Constructor for class org.h2.security.auth.impl.StaticUserCredentialsValidator
 
statisticsEnd() - Method in class org.h2.mvstore.db.Store
Stop collecting statistics.
statisticsStart() - Method in class org.h2.mvstore.db.Store
Start collecting statistics.
STATUS_CLOSED - Static variable in class org.h2.engine.SessionRemote
 
STATUS_CLOSED - Static variable in class org.h2.mvstore.tx.Transaction
The status of a closed transaction (committed or rolled back).
STATUS_COMMITTED - Static variable in class org.h2.mvstore.tx.Transaction
The status of a transaction that has been logically committed or rather marked as committed, because it might be still listed among prepared, if it was prepared for commit.
STATUS_ERROR - Static variable in class org.h2.engine.SessionRemote
 
STATUS_OK - Static variable in class org.h2.engine.SessionRemote
 
STATUS_OK_STATE_CHANGED - Static variable in class org.h2.engine.SessionRemote
 
STATUS_OPEN - Static variable in class org.h2.mvstore.tx.Transaction
The status of an open transaction.
STATUS_PREPARED - Static variable in class org.h2.mvstore.tx.Transaction
The status of a prepared transaction.
STDDEV_POP - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for STDDEV_POP(expression).
STDDEV_SAMP - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for STDDEV_SAMP(expression).
STEP_SIZE_MUST_NOT_BE_ZERO - Static variable in class org.h2.api.ErrorCode
The error with code 90142 is thrown when trying to set zero for step size.
stop - Variable in class org.h2.server.web.WebApp
Whether to close the connection.
stop - Variable in class org.h2.util.Task
A flag indicating the get() method has been called.
stop() - Method in class org.h2.command.Command
 
stop() - Method in class org.h2.command.CommandContainer
 
stop() - Method in interface org.h2.command.CommandInterface
Stop the command execution, release all locks and resources
stop() - Method in class org.h2.command.CommandRemote
 
stop() - Method in class org.h2.server.pg.PgServer
 
stop() - Method in interface org.h2.server.Service
Stop the service.
stop() - Method in class org.h2.server.TcpServer
 
stop() - Method in class org.h2.server.web.WebServer
 
stop() - Method in class org.h2.tools.Server
Stops the server.
stop(BundleContext) - Method in class org.h2.util.DbDriverActivator
Stop the bundle.
stopAutoDelete() - Method in class org.h2.store.FileStore
No longer automatically delete the file once it is no longer in use.
stopAutoDelete(Reference, Object) - Method in class org.h2.util.TempFileDeleter
This method is called if a file should no longer be deleted or a resource should no longer be closed if the object is garbage collected.
stopCollecting() - Method in class org.h2.util.AbbaLockingDetector
Stop collecting.
stopCollecting() - Method in class org.h2.util.Profiler
Stop collecting.
stopIfRequired() - Method in class org.h2.bnf.Sentence
Check if it's time to stop processing.
stopServer(int, String, int) - Static method in class org.h2.server.TcpServer
Stop a running server.
store - Variable in class org.h2.mvstore.MVMap
The store.
store(String) - Method in class org.h2.util.SortedProperties
Store a properties file.
Store - Class in org.h2.mvstore.db
A store with open tables.
Store(Database) - Constructor for class org.h2.mvstore.db.Store
Creates the store.
STORE_DOCUMENT_TEXT_IN_INDEX - Static variable in class org.h2.fulltext.FullTextLucene
Whether the text content should be stored in the Lucene index.
storesLowerCaseIdentifiers() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if for CREATE TABLE Test(ID INT), getTables returns test as the table name.
storesLowerCaseQuotedIdentifiers() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if for CREATE TABLE "Test"(ID INT), getTables returns test as the table name.
storesMixedCaseIdentifiers() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if for CREATE TABLE Test(ID INT), getTables returns Test as the table name and identifiers are not case sensitive.
storesMixedCaseQuotedIdentifiers() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if for CREATE TABLE "Test"(ID INT), getTables returns Test as the table name and identifiers are case insensitive.
storesUpperCaseIdentifiers() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if for CREATE TABLE Test(ID INT), getTables returns TEST as the table name.
storesUpperCaseQuotedIdentifiers() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if for CREATE TABLE "Test"(ID INT), getTables returns TEST as the table name.
StreamStore - Class in org.h2.mvstore
A facility to store streams in a map.
StreamStore(Map) - Constructor for class org.h2.mvstore.StreamStore
Create a stream store instance.
streamStoreId - Variable in class org.h2.mvstore.db.LobStorageMap.BlobMeta
Stream identifier.
streamStoreId - Variable in class org.h2.mvstore.db.LobStorageMap.BlobReference
 
STRICT - Enum constant in enum org.h2.engine.Mode.ModeEnum
 
STRING_FORMAT_ERROR_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90095 is thrown when calling the method STRINGDECODE with an invalid escape sequence.
StringDataType - Class in org.h2.mvstore.type
A string type.
StringDataType() - Constructor for class org.h2.mvstore.type.StringDataType
 
STRINGDECODE - Static variable in class org.h2.expression.function.StringFunction1
STRINGDECODE() (non-standard).
STRINGENCODE - Static variable in class org.h2.expression.function.StringFunction1
STRINGENCODE() (non-standard).
StringFunction - Class in org.h2.expression.function
An string function with multiple arguments.
StringFunction(Expression[], int) - Constructor for class org.h2.expression.function.StringFunction
 
StringFunction(Expression, Expression, Expression, int) - Constructor for class org.h2.expression.function.StringFunction
 
StringFunction(Expression, Expression, Expression, Expression, int) - Constructor for class org.h2.expression.function.StringFunction
 
StringFunction1 - Class in org.h2.expression.function
A string function with one argument.
StringFunction1(Expression, int) - Constructor for class org.h2.expression.function.StringFunction1
 
StringFunction2 - Class in org.h2.expression.function
A string function with two arguments.
StringFunction2(Expression, Expression, int) - Constructor for class org.h2.expression.function.StringFunction2
 
STRINGTOUTF8 - Static variable in class org.h2.expression.function.StringFunction1
STRINGTOUTF8() (non-standard).
StringUtils - Class in org.h2.util
A few String utility functions.
stripAnnotationsFromSyntax(String) - Static method in class org.h2.command.dml.Help
Strip out the special annotations we use to help build the railroad/BNF diagrams
Subquery - Class in org.h2.expression
A query returning a single value.
Subquery(Query) - Constructor for class org.h2.expression.Subquery
 
SUBQUERY_IS_NOT_SINGLE_COLUMN - Static variable in class org.h2.api.ErrorCode
The error with code 90052 is thrown when a single-column subquery is expected but a subquery with other number of columns was specified.
SubstringFunction - Class in org.h2.expression.function
A SUBSTRING function.
SubstringFunction() - Constructor for class org.h2.expression.function.SubstringFunction
 
subtract(Value) - Method in class org.h2.value.Value
Subtract a value and return the result.
subtract(Value) - Method in class org.h2.value.ValueBigint
 
subtract(Value) - Method in class org.h2.value.ValueDecfloat
 
subtract(Value) - Method in class org.h2.value.ValueDouble
 
subtract(Value) - Method in class org.h2.value.ValueEnumBase
 
subtract(Value) - Method in class org.h2.value.ValueInteger
 
subtract(Value) - Method in class org.h2.value.ValueInterval
 
subtract(Value) - Method in class org.h2.value.ValueNumeric
 
subtract(Value) - Method in class org.h2.value.ValueReal
 
subtract(Value) - Method in class org.h2.value.ValueSmallint
 
subtract(Value) - Method in class org.h2.value.ValueTime
 
subtract(Value) - Method in class org.h2.value.ValueTimestamp
 
subtract(Value) - Method in class org.h2.value.ValueTinyint
 
suffix - Variable in class org.h2.value.DataType
The suffix required for the SQL literal representation.
SUFFIX_LOCK_FILE - Static variable in class org.h2.engine.Constants
The file name suffix of file lock files that are used to make sure a database is open by only one process at any time.
SUFFIX_MV_FILE - Static variable in class org.h2.engine.Constants
The file name suffix of a MVStore file.
SUFFIX_MV_STORE_NEW_FILE - Static variable in class org.h2.engine.Constants
The file name suffix of a new MVStore file, used when compacting a store.
SUFFIX_MV_STORE_TEMP_FILE - Static variable in class org.h2.engine.Constants
The file name suffix of a temporary MVStore file, used when compacting a store.
SUFFIX_OLD_DATABASE_FILE - Static variable in class org.h2.engine.Constants
The file name suffix of a H2 version 1.1 database file.
SUFFIX_TEMP_FILE - Static variable in class org.h2.engine.Constants
The file name suffix of temporary files.
SUFFIX_TRACE_FILE - Static variable in class org.h2.engine.Constants
The file name suffix of trace files.
SUM - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for SUM(expression).
SUM_OR_AVG_ON_WRONG_DATATYPE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90015 is thrown when using an aggregate function with a data type that is not supported.
sumClasses - Variable in class org.h2.util.Profiler
 
sumMethods - Variable in class org.h2.util.Profiler
 
supportedClientInfoPropertiesRegEx - Variable in class org.h2.engine.Mode
Pattern describing the keys the java.sql.Connection.setClientInfo() method accepts.
supportPoundSymbolForColumnNames - Variable in class org.h2.engine.Mode
Support the # for column names
supportsAlterTableWithAddColumn() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether alter table with add column is supported.
supportsAlterTableWithDropColumn() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether alter table with drop column is supported.
supportsANSI92EntryLevelSQL() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether SQL-92 entry level grammar is supported.
supportsANSI92FullSQL() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether SQL-92 full level grammar is supported.
supportsANSI92IntermediateSQL() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether SQL-92 intermediate level grammar is supported.
supportsBatchUpdates() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether batch updates are supported.
supportsCatalogsInDataManipulation() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the catalog name in INSERT, UPDATE, DELETE is supported.
supportsCatalogsInIndexDefinitions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the catalog name in CREATE INDEX is supported.
supportsCatalogsInPrivilegeDefinitions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the catalog name in GRANT is supported.
supportsCatalogsInProcedureCalls() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the catalog name in procedure calls is supported.
supportsCatalogsInTableDefinitions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the catalog name in CREATE TABLE is supported.
supportsColumnAliasing() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether column aliasing is supported.
supportsConvert() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether CONVERT is supported.
supportsConvert(int, int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether CONVERT is supported for one datatype to another.
supportsCoreSQLGrammar() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether ODBC Core SQL grammar is supported.
supportsCorrelatedSubqueries() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether correlated subqueries are supported.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether data manipulation and CREATE/DROP is supported in transactions.
supportsDataManipulationTransactionsOnly() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether only data manipulations are supported in transactions.
supportsDifferentTableCorrelationNames() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether table correlation names (table alias) are restricted to be different than table names.
supportsExpressionsInOrderBy() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether expression in ORDER BY are supported.
supportsExtendedSQLGrammar() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether ODBC Extended SQL grammar is supported.
supportsFullOuterJoins() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether full outer joins are supported.
supportsGetGeneratedKeys() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Does the database support getGeneratedKeys.
supportsGroupBy() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether GROUP BY is supported.
supportsGroupByBeyondSelect() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks whether a GROUP BY clause can use columns that are not in the SELECT clause, provided that it specifies all the columns in the SELECT clause.
supportsGroupByUnrelated() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether GROUP BY is supported if the column is not in the SELECT list.
supportsIntegrityEnhancementFacility() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether referential integrity is supported.
supportsLikeEscapeClause() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether LIKE...
supportsLimitedOuterJoins() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether limited outer joins are supported.
supportsMinimumSQLGrammar() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether ODBC Minimum SQL grammar is supported.
supportsMixedCaseIdentifiers() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if for CREATE TABLE Test(ID INT), getTables returns Test as the table name and identifiers are case sensitive.
supportsMixedCaseQuotedIdentifiers() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if a table created with CREATE TABLE "Test"(ID INT) is a different table than a table created with CREATE TABLE "TEST"(ID INT).
supportsMultipleOpenResults() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Does the database support multiple open result sets returned from a CallableStatement.
supportsMultipleResultSets() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether multiple result sets are supported.
supportsMultipleTransactions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether multiple transactions (on different connections) are supported.
supportsNamedParameters() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Does the database support named parameters.
supportsNonNullableColumns() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether columns with NOT NULL are supported.
supportsOpenCursorsAcrossCommit() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether open result sets across commits are supported.
supportsOpenCursorsAcrossRollback() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether open result sets across rollback are supported.
supportsOpenStatementsAcrossCommit() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether open statements across commit are supported.
supportsOpenStatementsAcrossRollback() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether open statements across rollback are supported.
supportsOrderByUnrelated() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether ORDER BY is supported if the column is not in the SELECT list.
supportsOuterJoins() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether outer joins are supported.
supportsPositionedDelete() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether positioned deletes are supported.
supportsPositionedUpdate() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether positioned updates are supported.
supportsPrecision - Variable in class org.h2.value.DataType
If the precision parameter is supported.
supportsResultSetConcurrency(int, int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether a specific result set concurrency is supported.
supportsResultSetHoldability(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Does this database supports a result set holdability.
supportsResultSetType(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether a specific result set type is supported.
supportsSavepoints() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Does the database support savepoints.
supportsScale - Variable in class org.h2.value.DataType
If the scale parameter is supported.
supportsSchemasInDataManipulation() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the schema name in INSERT, UPDATE, DELETE is supported.
supportsSchemasInIndexDefinitions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the schema name in CREATE INDEX is supported.
supportsSchemasInPrivilegeDefinitions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the schema name in GRANT is supported.
supportsSchemasInProcedureCalls() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the schema name in procedure calls is supported.
supportsSchemasInTableDefinitions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the schema name in CREATE TABLE is supported.
supportsSelectForUpdate() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether SELECT ...
supportsStatementPooling() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Does the database support statement pooling.
supportsStoredFunctionsUsingCallSyntax() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether the database supports calling functions using the call syntax.
supportsStoredProcedures() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether stored procedures are supported.
supportsSubqueriesInComparisons() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether subqueries (SELECT) in comparisons are supported.
supportsSubqueriesInExists() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether SELECT in EXISTS is supported.
supportsSubqueriesInIns() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether IN(SELECT...) is supported.
supportsSubqueriesInQuantifieds() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether subqueries in quantified expression are supported.
supportsTableCorrelationNames() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether table correlation names (table alias) are supported.
supportsTransactionIsolationLevel(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether a specific transaction isolation level is supported.
supportsTransactions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether transactions are supported.
supportsUnion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether UNION SELECT is supported.
supportsUnionAll() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether UNION ALL SELECT is supported.
SUSPENDED - Enum constant in enum org.h2.engine.SessionLocal.State
 
swapConvertFunctionParameters - Variable in class org.h2.engine.Mode
Swap the parameters of the CONVERT function.
swapLogFunctionParameters - Variable in class org.h2.engine.Mode
Swap the parameters of LOG() function.
SYMMETRIC - Static variable in class org.h2.util.ParserUtil
The token "SYMMETRIC".
sync() - Method in class org.h2.engine.Database
Synchronize the files with the file system.
sync() - Method in class org.h2.mvstore.db.Store
Force the changes to disk.
sync() - Method in class org.h2.mvstore.FileStore
Flush all changes.
sync() - Method in class org.h2.mvstore.MVStore
Force all stored changes to be written to the storage.
sync() - Method in class org.h2.mvstore.OffHeapStore
 
sync() - Method in class org.h2.store.FileStore
Call fsync.
SYNONYM - Static variable in class org.h2.engine.DbObject
This object is a synonym.
synonymFor - Variable in class org.h2.command.ddl.CreateSynonymData
The name of the table the synonym is created for.
synonymForSchema - Variable in class org.h2.command.ddl.CreateSynonymData
Schema synonymFor is located in.
synonymName - Variable in class org.h2.command.ddl.CreateSynonymData
The synonyms name.
SYNTAX_ERROR_1 - Static variable in class org.h2.api.ErrorCode
The error with code 42000 is thrown when trying to execute an invalid SQL statement.
SYNTAX_ERROR_2 - Static variable in class org.h2.api.ErrorCode
The error with code 42001 is thrown when trying to execute an invalid SQL statement.
sysDummy1 - Variable in class org.h2.engine.Mode
Support the pseudo-table SYSIBM.SYSDUMMY1.
sysIdentifier(String) - Method in class org.h2.engine.Database
Returns identifier in upper or lower case depending on database settings.
SysInfoFunction - Class in org.h2.expression.function
Database or session information function.
SysInfoFunction(int) - Constructor for class org.h2.expression.function.SysInfoFunction
 
SysProperties - Class in org.h2.engine
The constants defined in this class are initialized from system properties.
SYSTEM_TABLE - Enum constant in enum org.h2.table.TableType
The table type name for system tables.
SYSTEM_USER - Static variable in class org.h2.expression.function.CurrentGeneralValueSpecification
The function "SYSTEM_USER" general value specification.
SYSTEM_USER - Static variable in class org.h2.util.ParserUtil
The token "SYSTEM_USER".
systemColumns - Variable in class org.h2.engine.Mode
The system columns 'ctid' and 'oid' are supported.

T

table - Variable in class org.h2.constraint.Constraint
The table for which this constraint is defined.
table - Variable in class org.h2.fulltext.IndexInfo
The table name.
table - Variable in class org.h2.index.Index
The table.
Table - Class in org.h2.table
This is the base class for most tables.
Table(Schema, int, String, boolean, boolean) - Constructor for class org.h2.table.Table
 
TABLE - Enum constant in enum org.h2.table.TableType
The table type name for regular data tables.
TABLE - Static variable in class org.h2.bnf.context.DbContextRule
 
TABLE - Static variable in class org.h2.expression.function.table.ArrayTableFunction
TABLE() (non-standard).
TABLE - Static variable in class org.h2.message.Trace
The trace module id for tables.
TABLE - Static variable in class org.h2.util.ParserUtil
The token "TABLE".
TABLE_ALIAS - Static variable in class org.h2.bnf.context.DbContextRule
 
TABLE_DISTINCT - Static variable in class org.h2.expression.function.table.ArrayTableFunction
TABLE_DISTINCT() (non-standard).
TABLE_ID_SESSION_VARIABLE - Static variable in class org.h2.store.LobStorageFrontend
The table id for session variables (LOBs not assigned to a table).
TABLE_LINK - Enum constant in enum org.h2.table.TableType
The table type name for linked tables.
TABLE_OR_VIEW - Static variable in class org.h2.engine.DbObject
The object is of the type table or view.
TABLE_OR_VIEW_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 42101 is thrown when trying to create a table or view if an object with this name already exists.
TABLE_OR_VIEW_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 42102 is thrown when trying to query, modify or drop a table or view that does not exists in this schema and database.
TABLE_OR_VIEW_NOT_FOUND_DATABASE_EMPTY_1 - Static variable in class org.h2.api.ErrorCode
The error with code 42104 is thrown when trying to query, modify or drop a table or view that does not exists in this schema and database but it is empty anyway.
TABLE_OR_VIEW_NOT_FOUND_WITH_CANDIDATES_2 - Static variable in class org.h2.api.ErrorCode
The error with code 42103 is thrown when trying to query, modify or drop a table or view that does not exists in this schema and database but similar names were found.
TABLE_RESULT - Static variable in class org.h2.store.LobStorageFrontend
The table id for result sets.
TABLE_TEMP - Static variable in class org.h2.store.LobStorageFrontend
The table id for temporary objects (not assigned to any object).
TableBase - Class in org.h2.table
The base class of a regular table, or a user defined table.
TableBase(CreateTableData) - Constructor for class org.h2.table.TableBase
 
tableEngine - Variable in class org.h2.command.ddl.CreateTableData
The table engine to use for creating the table.
TableEngine - Interface in org.h2.api
A class that implements this interface can create custom table implementations.
tableEngineParams - Variable in class org.h2.command.ddl.CreateTableData
The table engine params to use for creating the table.
TableFilter - Class in org.h2.table
A table filter represents a table that is used in a query.
TableFilter(SessionLocal, Table, String, boolean, Select, int, IndexHints) - Constructor for class org.h2.table.TableFilter
Create a new table filter object.
TableFilter.TableFilterVisitor - Interface in org.h2.table
A visitor for table filters.
TableFunction - Class in org.h2.expression.function.table
A table value function.
TableFunction(Expression[]) - Constructor for class org.h2.expression.function.table.TableFunction
 
TableInfoFunction - Class in org.h2.expression.function
A table information function.
TableInfoFunction(Expression, Expression, int) - Constructor for class org.h2.expression.function.TableInfoFunction
 
TableLink - Class in org.h2.table
A linked table contains connection information for a table accessible by JDBC.
TableLink(Schema, int, String, String, String, String, String, String, String, boolean, boolean) - Constructor for class org.h2.table.TableLink
 
TableLinkConnection - Class in org.h2.table
A connection for a linked table.
tableName - Variable in class org.h2.command.ddl.CreateTableData
The table name.
tableName - Variable in class org.h2.tools.TriggerAdapter
The name of the table.
TableSynonym - Class in org.h2.table
Synonym for an existing table or view.
TableSynonym(CreateSynonymData) - Constructor for class org.h2.table.TableSynonym
 
TableType - Enum in org.h2.table
The table types.
TableValueConstructor - Class in org.h2.command.query
Table value constructor.
TableValueConstructor(SessionLocal, ArrayList) - Constructor for class org.h2.command.query.TableValueConstructor
Creates new instance of table value constructor.
TableValueConstructorTable - Class in org.h2.table
A table for table value constructor.
TableValueConstructorTable(Schema, SessionLocal, Column[], ArrayList) - Constructor for class org.h2.table.TableValueConstructorTable
 
TableView - Class in org.h2.table
A view is a virtual table that is defined by a query.
TableView(Schema, int, String, String, ArrayList, Column[], SessionLocal, boolean, boolean, boolean, boolean) - Constructor for class org.h2.table.TableView
 
takeGeneratedSequenceValue - Variable in class org.h2.engine.Mode
If true, last identity of the session is updated on generation of a new sequence value.
takeInsertedIdentity - Variable in class org.h2.engine.Mode
If true, last identity of the session is updated on insertion of a new value into identity column.
TAN - Static variable in class org.h2.expression.function.MathFunction1
TAN().
TANH - Static variable in class org.h2.expression.function.MathFunction1
TANH().
Target() - Constructor for class org.h2.util.geometry.GeometryUtils.Target
 
Task - Class in org.h2.util
A method call that is executed in a separate thread.
Task() - Constructor for class org.h2.util.Task
 
TCP_PROTOCOL_VERSION_17 - Static variable in class org.h2.engine.Constants
The TCP protocol version number 17.
TCP_PROTOCOL_VERSION_18 - Static variable in class org.h2.engine.Constants
The TCP protocol version number 18.
TCP_PROTOCOL_VERSION_19 - Static variable in class org.h2.engine.Constants
The TCP protocol version number 19.
TCP_PROTOCOL_VERSION_20 - Static variable in class org.h2.engine.Constants
The TCP protocol version number 20.
TCP_PROTOCOL_VERSION_MAX_SUPPORTED - Static variable in class org.h2.engine.Constants
Maximum supported version of TCP protocol.
TCP_PROTOCOL_VERSION_MIN_SUPPORTED - Static variable in class org.h2.engine.Constants
Minimum supported version of TCP protocol.
TcpServer - Class in org.h2.server
The TCP server implements the native H2 database server protocol.
TcpServer() - Constructor for class org.h2.server.TcpServer
 
TcpServerThread - Class in org.h2.server
One server thread is opened per client connection.
TempFileDeleter - Class in org.h2.util
This class deletes temporary files when they are not used any longer.
temporary - Variable in class org.h2.command.ddl.CreateTableData
Whether this is a temporary table.
test(String) - Method in class org.h2.expression.condition.CompareLike
Test if the value matches the initialized pattern.
test(String, String, char) - Method in class org.h2.expression.condition.CompareLike
Test if the value matches the pattern.
THREAD_DEADLOCK_DETECTOR - Static variable in class org.h2.engine.SysProperties
System property h2.threadDeadlockDetector (default: false).
ThreadDeadlockDetector - Class in org.h2.util
Detects deadlocks between threads.
throttle() - Method in class org.h2.engine.SessionLocal
Wait for some time if this session is throttled (slowed down).
THROTTLE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET THROTTLE statement.
THROTTLE_DELAY - Static variable in class org.h2.engine.Constants
How often we check to see if we need to apply a throttling delay if SET THROTTLE has been used.
THROTTLED - Enum constant in enum org.h2.engine.SessionLocal.State
 
throwException(String) - Static method in class org.h2.fulltext.FullText
Throw a SQLException with the given message.
throwUnsupportedOption(String) - Method in class org.h2.util.Tool
Throw a SQLException saying this command line option is not supported.
time - Variable in class org.h2.mvstore.Chunk
When this chunk was created, in milliseconds after the store was created.
TIME - Static variable in class org.h2.api.H2Type
The TIME data type.
TIME - Static variable in class org.h2.value.Value
The value type for TIME values.
TIME_TZ - Static variable in class org.h2.value.Value
The value type for TIME WITH TIME ZONE values.
TIME_WITH_TIME_ZONE - Static variable in class org.h2.api.H2Type
The TIME WITH TIME ZONE data type.
TIME_ZONE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET TIME ZONE statement.
TIMESTAMP - Static variable in class org.h2.api.H2Type
The TIMESTAMP data type.
TIMESTAMP - Static variable in class org.h2.value.Value
The value type for TIMESTAMP values.
TIMESTAMP_TZ - Static variable in class org.h2.value.Value
The value type for TIMESTAMP WITH TIME ZONE values.
TIMESTAMP_WITH_TIME_ZONE - Static variable in class org.h2.api.H2Type
The TIMESTAMP WITH TIME ZONE data type.
timestampTimeZoneAtOffset(long, long, int, int) - Static method in class org.h2.util.DateTimeUtils
Moves timestamp with time zone to a new time zone.
timeZone - Variable in class org.h2.engine.Session.DynamicSettings
The current time zone.
TIMEZONE_HOUR - Static variable in class org.h2.expression.function.DateTimeFunction
Time zone hour.
TIMEZONE_MINUTE - Static variable in class org.h2.expression.function.DateTimeFunction
Time zone minute.
TIMEZONE_SECOND - Static variable in class org.h2.expression.function.DateTimeFunction
Time zone second.
timeZoneNameFromOffsetSeconds(int) - Static method in class org.h2.util.DateTimeUtils
Generates time zone name for the specified offset in seconds.
TimeZoneOperation - Class in org.h2.expression
A time zone specification (AT { TIME ZONE | LOCAL }).
TimeZoneOperation(Expression, Expression) - Constructor for class org.h2.expression.TimeZoneOperation
 
TimeZoneProvider - Class in org.h2.util
Provides access to time zone API.
TimeZoneProvider() - Constructor for class org.h2.util.TimeZoneProvider
 
TINYINT - Static variable in class org.h2.api.H2Type
The TINYINT data type.
TINYINT - Static variable in class org.h2.value.Value
The value type for TINYINT values.
TO - Static variable in class org.h2.util.ParserUtil
The token "TO".
toArray(int[]) - Method in class org.h2.util.IntArray
Convert this list to an array.
toChar(BigDecimal, String, String) - Static method in class org.h2.expression.function.ToCharFunction
Emulates Oracle's TO_CHAR(number) function.
toCharDateTime(SessionLocal, Value, String, String) - Static method in class org.h2.expression.function.ToCharFunction
Emulates Oracle's TO_CHAR(datetime) function.
ToCharFunction - Class in org.h2.expression.function
Emulates Oracle's TO_CHAR function.
ToCharFunction(Expression, Expression, Expression) - Constructor for class org.h2.expression.function.ToCharFunction
 
ToCharFunction.Capitalization - Enum in org.h2.expression.function
Represents a capitalization / casing strategy.
toDate(CastDataProvider, TimeZone, Value) - Static method in class org.h2.util.LegacyDateTimeUtils
Get the date value converted to the specified time zone.
toDate(SessionLocal, String, String) - Static method in class org.h2.mode.ToDateParser
Parse a string as a date with the given format.
ToDateParser - Class in org.h2.mode
Emulates Oracle's TO_DATE function.
This class holds and handles the input data form the TO_DATE-method
toDecfloatType() - Method in class org.h2.value.TypeInfo
Convert this type information to compatible DECFLOAT type information.
Token - Class in org.h2.command
Token.
Tokenizer - Class in org.h2.command
Tokenizer.
toLines() - Method in class org.h2.util.SortedProperties
Convert the map to a list of line in the form key=value.
toLowerEnglish(String) - Static method in class org.h2.util.StringUtils
Convert a string to lowercase using the English locale.
toNumericType() - Method in class org.h2.value.TypeInfo
Convert this type information to compatible NUMERIC type information.
TOO_MANY_COLUMNS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 54011 is thrown when too many columns were specified in a table, select statement, or row value.
Tool - Class in org.h2.util
Command line tools implement the tool interface so that they can be used in the H2 Console.
Tool() - Constructor for class org.h2.util.Tool
 
topInDML - Variable in class org.h2.engine.Mode
Whether TOP clause in DML commands is supported.
topInSelect - Variable in class org.h2.engine.Mode
Whether TOP clause in SELECT queries is supported.
toRealPath() - Method in class org.h2.store.fs.disk.FilePathDisk
 
toRealPath() - Method in class org.h2.store.fs.FilePath
Normalize a file name.
toRealPath() - Method in class org.h2.store.fs.FilePathWrapper
 
toRealPath() - Method in class org.h2.store.fs.mem.FilePathMem
 
toRealPath() - Method in class org.h2.store.fs.niomem.FilePathNioMem
 
toRealPath() - Method in class org.h2.store.fs.zip.FilePathZip
 
toRealPath(String) - Static method in class org.h2.store.fs.FileUtils
Get the canonical file or directory name.
toSQLException(Throwable) - Static method in exception class org.h2.message.DbException
Convert an exception to a SQL exception using the default mapping.
toString() - Method in class org.h2.api.H2Type
 
toString() - Method in class org.h2.api.Interval
 
toString() - Method in enum org.h2.api.IntervalQualifier
 
toString() - Method in class org.h2.bnf.Bnf
 
toString() - Method in class org.h2.bnf.RuleElement
 
toString() - Method in class org.h2.bnf.RuleExtension
 
toString() - Method in class org.h2.bnf.RuleFixed
 
toString() - Method in class org.h2.bnf.RuleList
 
toString() - Method in class org.h2.bnf.RuleOptional
 
toString() - Method in class org.h2.bnf.RuleRepeat
 
toString() - Method in class org.h2.command.Command
 
toString() - Method in class org.h2.command.CommandRemote
 
toString() - Method in class org.h2.command.Parser
 
toString() - Method in class org.h2.command.Prepared
Convert the statement to a String.
toString() - Method in class org.h2.engine.Database
 
toString() - Method in class org.h2.engine.DbObject
 
toString() - Method in class org.h2.engine.MetaRecord
 
toString() - Method in class org.h2.engine.Mode
 
toString() - Method in class org.h2.engine.SessionLocal
 
toString() - Method in class org.h2.expression.analysis.Window
 
toString() - Method in class org.h2.expression.Expression
Convert this expression to a String.
toString() - Method in class org.h2.index.IndexCondition
 
toString() - Method in class org.h2.jdbc.JdbcArray
INTERNAL
toString() - Method in class org.h2.jdbc.JdbcConnection
INTERNAL
toString() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
INTERNAL
toString() - Method in interface org.h2.jdbc.JdbcException
Returns the class name, the message, and in the server mode, the stack trace of the server
toString() - Method in class org.h2.jdbc.JdbcLob
INTERNAL
toString() - Method in class org.h2.jdbc.JdbcParameterMetaData
INTERNAL
toString() - Method in class org.h2.jdbc.JdbcPreparedStatement
INTERNAL
toString() - Method in class org.h2.jdbc.JdbcResultSet
INTERNAL
toString() - Method in class org.h2.jdbc.JdbcResultSetMetaData
INTERNAL
toString() - Method in class org.h2.jdbc.JdbcSavepoint
INTERNAL
toString() - Method in exception class org.h2.jdbc.JdbcSQLDataException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLFeatureNotSupportedException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLNonTransientConnectionException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLNonTransientException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLSyntaxErrorException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLTimeoutException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLTransactionRollbackException
 
toString() - Method in exception class org.h2.jdbc.JdbcSQLTransientException
 
toString() - Method in class org.h2.jdbc.JdbcStatement
INTERNAL
toString() - Method in class org.h2.jdbcx.JdbcDataSource
INTERNAL
toString() - Method in class org.h2.jdbcx.JdbcXAConnection
INTERNAL
toString() - Method in class org.h2.mode.ToDateParser
 
toString() - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
toString() - Method in class org.h2.mvstore.Chunk
 
toString() - Method in class org.h2.mvstore.CursorPos
 
toString() - Method in class org.h2.mvstore.db.MVTable
 
toString() - Method in class org.h2.mvstore.db.SpatialKey
 
toString() - Method in class org.h2.mvstore.FileStore
 
toString() - Method in class org.h2.mvstore.FreeSpaceBitSet
 
toString() - Method in class org.h2.mvstore.MVMap
 
toString() - Method in class org.h2.mvstore.MVStore.Builder
 
toString() - Method in class org.h2.mvstore.MVStore.TxCounter
 
toString() - Method in class org.h2.mvstore.OffHeapStore
 
toString() - Method in class org.h2.mvstore.Page.PageReference
 
toString() - Method in class org.h2.mvstore.Page
 
toString() - Method in class org.h2.mvstore.RootReference
 
toString() - Method in class org.h2.mvstore.tx.Transaction
 
toString() - Method in class org.h2.result.DefaultRow
 
toString() - Method in class org.h2.result.LocalResult
 
toString() - Method in class org.h2.result.MergedResult
 
toString() - Method in class org.h2.result.ResultRemote
 
toString() - Method in class org.h2.result.SimpleRowValue
 
toString() - Method in class org.h2.schema.FunctionAlias.JavaMethod
 
toString() - Method in class org.h2.store.fs.encrypt.FileEncrypt
 
toString() - Method in class org.h2.store.fs.FilePath
Get the string representation.
toString() - Method in class org.h2.table.Column
 
toString() - Method in class org.h2.table.IndexColumn
 
toString() - Method in class org.h2.table.IndexHints
 
toString() - Method in class org.h2.table.TableFilter
 
toString() - Method in enum org.h2.table.TableType
 
toString() - Method in class org.h2.util.IntArray
 
toString() - Method in class org.h2.util.json.JSONBytesSource
 
toString() - Method in class org.h2.util.json.JSONStringSource
 
toString() - Method in class org.h2.util.json.JSONValue
 
toString() - Method in class org.h2.value.ExtTypeInfo
 
toString() - Method in class org.h2.value.lob.LobDataDatabase
 
toString() - Method in class org.h2.value.lob.LobDataFetchOnDemand
 
toString() - Method in class org.h2.value.lob.LobDataFile
 
toString() - Method in class org.h2.value.Value
 
toString(byte[]) - Static method in class org.h2.mvstore.StreamStore
Convert the id to a human readable string.
toTable(String, Column[], ArrayList, boolean, Query) - Method in class org.h2.command.query.Query
Converts this query to a table or a view.
toTable(String, Column[], ArrayList, boolean, Query) - Method in class org.h2.command.query.TableValueConstructor
 
toTime(CastDataProvider, TimeZone, Value) - Static method in class org.h2.util.LegacyDateTimeUtils
Get the time value converted to the specified time zone.
toTimestamp(CastDataProvider, TimeZone, Value) - Static method in class org.h2.util.LegacyDateTimeUtils
Get the timestamp value converted to the specified time zone.
toTimestamp(SessionLocal, String, String) - Static method in class org.h2.mode.ToDateParser
Parse a string as a timestamp with the given format.
toTimestampTz(SessionLocal, String, String) - Static method in class org.h2.mode.ToDateParser
Parse a string as a timestamp with the given format.
toUpperEnglish(String) - Static method in class org.h2.util.StringUtils
Convert a string to uppercase using the English locale.
trace - Variable in class org.h2.engine.DbObject
The trace module.
trace - Variable in class org.h2.message.TraceObject
The trace module used by this object.
trace(String, String, Object) - Static method in class org.h2.util.IOUtils
Trace input or output operations if enabled.
Trace - Class in org.h2.message
This class represents a trace module.
TRACE_CONNECTION_NOT_CLOSED - Static variable in class org.h2.api.ErrorCode
The error with code 90018 is thrown when the connection was opened, but never closed.
TRACE_FILE_ERROR_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90034 is thrown when writing to the trace file failed, for example because the there is an I/O exception.
TRACE_IO - Static variable in class org.h2.engine.SysProperties
System property h2.traceIO (default: false).
TRACE_LEVEL_FILE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET TRACE_LEVEL_FILE statement.
TRACE_LEVEL_SYSTEM_OUT - Static variable in class org.h2.command.dml.SetTypes
The type of a SET TRACE_LEVEL_SYSTEM_OUT statement.
TRACE_MAX_FILE_SIZE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET TRACE_MAX_FILE_SIZE statement.
TRACE_SQL_FLAGS - Static variable in interface org.h2.util.HasSQL
Combined flags for trace.
TraceObject - Class in org.h2.message
The base class for objects that can print trace information about themselves.
TraceObject() - Constructor for class org.h2.message.TraceObject
 
traceOperation(String, int) - Method in class org.h2.engine.SessionRemote
Write the operation to the trace system if debug trace is enabled.
TraceSystem - Class in org.h2.message
The trace mechanism is the logging facility of this database.
TraceSystem(String) - Constructor for class org.h2.message.TraceSystem
Create a new trace system object.
traceThrowable(Throwable) - Static method in exception class org.h2.message.DbException
Write the exception to the driver manager log writer if configured.
TraceWriterAdapter - Class in org.h2.message
This adapter sends log output to SLF4J.
TraceWriterAdapter() - Constructor for class org.h2.message.TraceWriterAdapter
 
TRAILING - Static variable in class org.h2.expression.function.TrimFunction
The TRAILING flag.
Transaction - Class in org.h2.mvstore.tx
A transaction.
TRANSACTION_ID - Static variable in class org.h2.expression.function.SysInfoFunction
TRANSACTION_ID().
TRANSACTION_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90129 is thrown when trying to commit a transaction that doesn't exist.
TRANSACTION_SNAPSHOT - Static variable in class org.h2.engine.Constants
SNAPSHOT isolation level of transaction.
transactional - Variable in class org.h2.command.ddl.DefineCommand
The transactional behavior.
TransactionCommand - Class in org.h2.command.dml
Represents a transactional statement.
TransactionCommand(SessionLocal, int) - Constructor for class org.h2.command.dml.TransactionCommand
 
TransactionMap<K,V> - Class in org.h2.mvstore.tx
A map that supports transactions.
TransactionMap.TMIterator<K,V,X> - Class in org.h2.mvstore.tx
 
TransactionStore - Class in org.h2.mvstore.tx
A store that supports concurrent MVCC read-committed transactions.
TransactionStore(MVStore) - Constructor for class org.h2.mvstore.tx.TransactionStore
Create a new transaction store.
TransactionStore(MVStore, DataType) - Constructor for class org.h2.mvstore.tx.TransactionStore
 
TransactionStore(MVStore, MetaType, DataType, int) - Constructor for class org.h2.mvstore.tx.TransactionStore
Create a new transaction store.
TransactionStore.Change - Class in org.h2.mvstore.tx
A change in a map.
TransactionStore.RollbackListener - Interface in org.h2.mvstore.tx
This listener can be registered with the transaction to be notified of every compensating change during transaction rollback.
transfer - Variable in class org.h2.server.TcpServerThread
 
Transfer - Class in org.h2.value
The transfer class is used to send and receive Value objects.
Transfer(Session, Socket) - Constructor for class org.h2.value.Transfer
Create a new transfer object for the specified session.
transferFrom(ReadableByteChannel, long, long) - Method in class org.h2.store.fs.FakeFileChannel
 
transferFrom(ReadableByteChannel, long, long) - Method in class org.h2.store.fs.FileBase
 
transferTo(long, long, WritableByteChannel) - Method in class org.h2.store.fs.FakeFileChannel
 
transferTo(long, long, WritableByteChannel) - Method in class org.h2.store.fs.FileBase
 
TRANSLATE - Static variable in class org.h2.expression.function.StringFunction
TRANSLATE() (non-standard).
translateFileName(String) - Static method in class org.h2.store.fs.disk.FilePathDisk
Translate the file name to the native format.
treatEmptyStringsAsNull - Variable in class org.h2.engine.Mode
Empty strings are treated like NULL values.
Trigger - Interface in org.h2.api
A class that implements this interface can be used as a trigger.
TRIGGER - Static variable in class org.h2.engine.DbObject
This object is a trigger.
TRIGGER - Static variable in class org.h2.message.Trace
The trace module id for triggers.
TRIGGER_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90041 is thrown when trying to create a trigger and there is already a trigger with that name.
TRIGGER_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90042 is thrown when trying to drop a trigger that does not exist.
TriggerAdapter - Class in org.h2.tools
An adapter for the trigger interface that allows to use the ResultSet interface instead of a row array.
TriggerAdapter() - Constructor for class org.h2.tools.TriggerAdapter
 
triggerName - Variable in class org.h2.tools.TriggerAdapter
The name of the trigger.
TriggerObject - Class in org.h2.schema
A trigger is created using the statement CREATE TRIGGER
TriggerObject(Schema, int, String, Table) - Constructor for class org.h2.schema.TriggerObject
 
trim(String, boolean, boolean, String) - Static method in class org.h2.util.StringUtils
Trim a character from a string.
TRIM_ARRAY - Static variable in class org.h2.expression.function.ArrayFunction
TRIM_ARRAY().
TrimFunction - Class in org.h2.expression.function
A TRIM function.
TrimFunction(Expression, Expression, int) - Constructor for class org.h2.expression.function.TrimFunction
 
trimLast() - Method in class org.h2.mvstore.MVMap
Removes last entry from this map. this method is NOT thread safe and can not be used neither concurrently, nor in combination with any method that updates this map.
trimNonResidentQueue() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Loop through segments, trimming the non resident queue.
trimSubstring(StringBuilder, String, int, int) - Static method in class org.h2.util.StringUtils
Trim a whitespace from a substring and append it to a specified string builder.
trimSubstring(String, int) - Static method in class org.h2.util.StringUtils
Trim a whitespace from a substring.
trimSubstring(String, int, int) - Static method in class org.h2.util.StringUtils
Trim a whitespace from a substring.
TRUE - Static variable in class org.h2.expression.ValueExpression
The expression represents ValueBoolean.TRUE.
TRUE - Static variable in class org.h2.util.json.JSONBoolean
true value.
TRUE - Static variable in class org.h2.util.ParserUtil
The token "TRUE".
TRUE - Static variable in class org.h2.value.ValueBoolean
TRUE value.
TRUE - Static variable in class org.h2.value.ValueJson
true JSON value.
TRUNC - Static variable in class org.h2.expression.function.MathFunction
TRUNC() (non-standard)
truncate(long) - Method in class org.h2.jdbc.JdbcBlob
[Not supported] Truncates the object.
truncate(long) - Method in class org.h2.jdbc.JdbcClob
[Not supported] Truncates the object.
truncate(long) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
truncate(long) - Method in class org.h2.mvstore.FileStore
Truncate the file.
truncate(long) - Method in class org.h2.mvstore.OffHeapStore
 
truncate(long) - Method in class org.h2.store.fs.FakeFileChannel
 
truncate(long) - Method in class org.h2.store.fs.FileBaseDefault
 
truncate(SessionLocal) - Method in class org.h2.index.Index
Remove all rows from the index.
truncate(SessionLocal) - Method in class org.h2.index.LinkedIndex
 
truncate(SessionLocal) - Method in class org.h2.index.MetaIndex
 
truncate(SessionLocal) - Method in class org.h2.index.ViewIndex
 
truncate(SessionLocal) - Method in class org.h2.index.VirtualTableIndex
 
truncate(SessionLocal) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
truncate(SessionLocal) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
truncate(SessionLocal) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
truncate(SessionLocal) - Method in class org.h2.mvstore.db.MVSpatialIndex
 
truncate(SessionLocal) - Method in class org.h2.mvstore.db.MVTable
 
truncate(SessionLocal) - Method in class org.h2.table.MetaTable
 
truncate(SessionLocal) - Method in class org.h2.table.Table
Remove all rows from the table and indexes.
truncate(SessionLocal) - Method in class org.h2.table.TableLink
 
truncate(SessionLocal) - Method in class org.h2.table.TableView
 
truncate(SessionLocal) - Method in class org.h2.table.VirtualTable
 
TRUNCATE - Static variable in interface org.h2.store.fs.Recorder
Truncate the file.
TRUNCATE_LARGE_LENGTH - Static variable in class org.h2.command.dml.SetTypes
The type of a SET TRUNCATE_LARGE_LENGTH statement.
TRUNCATE_TABLE - Static variable in interface org.h2.command.CommandInterface
The type of a TRUNCATE TABLE statement.
truncateString(String, int) - Static method in class org.h2.util.StringUtils
Truncates the specified string to the specified length.
TruncateTable - Class in org.h2.command.ddl
This class represents the statement TRUNCATE TABLE
TruncateTable(SessionLocal) - Constructor for class org.h2.command.ddl.TruncateTable
 
truncateTableRestartIdentity - Variable in class org.h2.engine.Mode
If true TRUNCATE TABLE uses RESTART IDENTITY by default.
TruncateValueFunction - Class in org.h2.expression.function
A TRUNCATE_VALUE function.
TruncateValueFunction(Expression, Expression, Expression) - Constructor for class org.h2.expression.function.TruncateValueFunction
 
tryCommit() - Method in class org.h2.mvstore.MVStore
Unlike regular commit this method returns immediately if there is commit in progress on another thread, otherwise it acts as regular commit.
tryDelete(String) - Static method in class org.h2.store.fs.FileUtils
Try to delete a file or directory (ignoring errors).
tryLock() - Method in class org.h2.store.FileStore
Try to lock the file.
tryLock(long, long, boolean) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
tryLock(long, long, boolean) - Method in class org.h2.store.fs.encrypt.FileEncrypt
 
tryLock(long, long, boolean) - Method in class org.h2.store.fs.FakeFileChannel
 
tryLock(long, long, boolean) - Method in class org.h2.store.fs.FileBase
 
tryLock(RootReference, int) - Method in class org.h2.mvstore.MVMap
Try to lock the root.
tryPut(K, V) - Method in class org.h2.mvstore.tx.TransactionMap
Try to update the value for the given key.
tryRemove(K) - Method in class org.h2.mvstore.tx.TransactionMap
Try to remove the value for the given key.
trySet(K, V) - Method in class org.h2.mvstore.tx.TransactionMap
Try to set or remove the value.
tryUnlockDatabase(List, String) - Static method in class org.h2.store.FileLister
Try to lock the database, and then unlock it.
type - Variable in class org.h2.expression.aggregate.AbstractAggregate
The type of the result.
type - Variable in class org.h2.expression.function.Function0_1
The type of the result.
type - Variable in class org.h2.expression.Operation1_2
The type of the result.
type - Variable in class org.h2.expression.Operation1
The type of the result.
type - Variable in class org.h2.expression.Operation2
The type of the result.
type - Variable in class org.h2.expression.OperationN
The type of the result.
type - Variable in class org.h2.mode.FunctionInfo
The function type.
type - Variable in class org.h2.table.MetaTable
The table type.
type - Variable in class org.h2.tools.TriggerAdapter
The trigger type: INSERT, UPDATE, DELETE, SELECT, or a combination (a bit field).
type - Variable in class org.h2.util.SimpleColumnInfo
Type of the column, see Types.
type - Variable in class org.h2.value.DataType
The value type of this data type.
TYPE_ARRAY_UNKNOWN - Static variable in class org.h2.value.TypeInfo
ARRAY type with unknown parameters.
TYPE_BIGINT - Static variable in class org.h2.value.TypeInfo
BIGINT type with parameters.
TYPE_BINARY - Static variable in class org.h2.value.TypeInfo
BINARY type with default parameters.
TYPE_BLOB - Static variable in class org.h2.value.TypeInfo
BINARY LARGE OBJECT type with maximum parameters.
TYPE_BOOLEAN - Static variable in class org.h2.value.TypeInfo
BOOLEAN type with parameters.
TYPE_CACHED - Static variable in class org.h2.table.Table
The table type that means this table is a regular persistent table.
TYPE_CHAR - Static variable in class org.h2.value.TypeInfo
CHAR type with default parameters.
TYPE_CLOB - Static variable in class org.h2.value.TypeInfo
CHARACTER LARGE OBJECT type with maximum parameters.
TYPE_COUNT - Static variable in class org.h2.value.Value
The number of value types.
TYPE_DATE - Static variable in class org.h2.value.TypeInfo
DATE type with parameters.
TYPE_DECFLOAT - Static variable in class org.h2.value.TypeInfo
DECFLOAT type with maximum parameters.
TYPE_DECFLOAT_BIGINT - Static variable in class org.h2.value.TypeInfo
DECFLOAT type with parameters enough to hold a BIGINT value.
TYPE_DOUBLE - Static variable in class org.h2.value.TypeInfo
DOUBLE PRECISION type with parameters.
TYPE_ENUM_UNDEFINED - Static variable in class org.h2.value.TypeInfo
ENUM type with undefined parameters.
TYPE_GEOMETRY - Static variable in class org.h2.value.TypeInfo
GEOMETRY type with default parameters.
TYPE_INTEGER - Static variable in class org.h2.value.TypeInfo
INTEGER type with parameters.
TYPE_INTERVAL_DAY - Static variable in class org.h2.value.TypeInfo
INTERVAL DAY type with maximum parameters.
TYPE_INTERVAL_DAY_TO_SECOND - Static variable in class org.h2.value.TypeInfo
INTERVAL DAY TO SECOND type with maximum parameters.
TYPE_INTERVAL_HOUR_TO_SECOND - Static variable in class org.h2.value.TypeInfo
INTERVAL HOUR TO SECOND type with maximum parameters.
TYPE_INTERVAL_YEAR_TO_MONTH - Static variable in class org.h2.value.TypeInfo
INTERVAL YEAR TO MONTH type with maximum parameters.
TYPE_JAVA_OBJECT - Static variable in class org.h2.value.TypeInfo
JAVA_OBJECT type with maximum parameters.
TYPE_JSON - Static variable in class org.h2.value.TypeInfo
JSON type.
TYPE_MEMORY - Static variable in class org.h2.table.Table
The table type that means this table is a regular persistent table.
TYPE_NULL - Static variable in class org.h2.value.TypeInfo
NULL type with parameters.
TYPE_NUMERIC_BIGINT - Static variable in class org.h2.value.TypeInfo
NUMERIC type with parameters enough to hold a BIGINT value.
TYPE_NUMERIC_FLOATING_POINT - Static variable in class org.h2.value.TypeInfo
NUMERIC type that can hold values with floating point.
TYPE_NUMERIC_SCALE_0 - Static variable in class org.h2.value.TypeInfo
NUMERIC type with maximum precision and scale 0.
TYPE_REAL - Static variable in class org.h2.value.TypeInfo
REAL type with parameters.
TYPE_ROW_EMPTY - Static variable in class org.h2.value.TypeInfo
ROW (row value) type without fields.
TYPE_SMALLINT - Static variable in class org.h2.value.TypeInfo
SMALLINT type with parameters.
TYPE_TIME - Static variable in class org.h2.value.TypeInfo
TIME type with maximum parameters.
TYPE_TIME_TZ - Static variable in class org.h2.value.TypeInfo
TIME WITH TIME ZONE type with maximum parameters.
TYPE_TIMESTAMP - Static variable in class org.h2.value.TypeInfo
TIMESTAMP type with maximum parameters.
TYPE_TIMESTAMP_TZ - Static variable in class org.h2.value.TypeInfo
TIMESTAMP WITH TIME ZONE type with maximum parameters.
TYPE_TINYINT - Static variable in class org.h2.value.TypeInfo
TINYINT type with parameters.
TYPE_UNKNOWN - Static variable in class org.h2.value.TypeInfo
UNKNOWN type with parameters.
TYPE_UUID - Static variable in class org.h2.value.TypeInfo
UUID type with parameters.
TYPE_VARBINARY - Static variable in class org.h2.value.TypeInfo
BINARY VARYING type with maximum parameters.
TYPE_VARCHAR - Static variable in class org.h2.value.TypeInfo
CHARACTER VARYING type with maximum parameters.
TYPE_VARCHAR_IGNORECASE - Static variable in class org.h2.value.TypeInfo
VARCHAR_IGNORECASE type with maximum parameters.
type2dimensionSystem(int) - Static method in class org.h2.util.geometry.EWKBUtils
Converts geometry type with flags to a dimension system.
typeByNameMap - Variable in class org.h2.engine.Mode
Custom mappings from type names to data types.
Typed - Interface in org.h2.value
An object with data type.
TypedValueExpression - Class in org.h2.expression
An expression representing a constant value with a type cast.
TypeInfo - Class in org.h2.value
Data type with parameters.
TypeInfo(int, long, int, ExtTypeInfo) - Constructor for class org.h2.value.TypeInfo
Creates new instance of data type with parameters.
typeName - Variable in class org.h2.util.SimpleColumnInfo
Type name of the column.
TypePredicate - Class in org.h2.expression.condition
Type predicate (IS [NOT] OF).
TypePredicate(Expression, boolean, boolean, TypeInfo[]) - Constructor for class org.h2.expression.condition.TypePredicate
 
TYPES_ARE_NOT_COMPARABLE_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90110 is thrown when trying to compare values of incomparable data types.
typeToString(StringBuilder, int) - Static method in class org.h2.result.SortOrder
Appends type information (DESC, NULLS FIRST, NULLS LAST) to the specified statement builder.

U

UESCAPE - Static variable in class org.h2.util.ParserUtil
The token "UESCAPE".
ULSHIFT - Static variable in class org.h2.expression.function.BitFunction
ULSHIFT() (non-standard).
UnaryOperation - Class in org.h2.expression
Unary operation.
UnaryOperation(Expression) - Constructor for class org.h2.expression.UnaryOperation
 
UNBOUNDED_FOLLOWING - Enum constant in enum org.h2.expression.analysis.WindowFrameBoundType
UNBOUNDED FOLLOWING clause.
UNBOUNDED_PRECEDING - Enum constant in enum org.h2.expression.analysis.WindowFrameBoundType
UNBOUNDED PRECEDING clause.
UNCOMPARABLE_REFERENCED_COLUMN_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90153 is thrown when trying to reference a column of another data type when data types aren't comparable or don't have a session-independent compare order between each other.
UNDO_LOG_NAME_PREFIX - Static variable in class org.h2.mvstore.tx.TransactionStore
The prefix for undo log entries.
union(double[], double[]) - Static method in class org.h2.util.geometry.GeometryUtils
Returns union of two envelopes.
UNION - Enum constant in enum org.h2.command.query.SelectUnion.UnionType
The type of a UNION statement.
UNION - Static variable in class org.h2.util.ParserUtil
The token "UNION".
UNION_ALL - Enum constant in enum org.h2.command.query.SelectUnion.UnionType
The type of a UNION ALL statement.
UNIQUE - Enum constant in enum org.h2.constraint.Constraint.Type
The constraint type for unique constraints.
UNIQUE - Static variable in class org.h2.util.ParserUtil
The token "UNIQUE".
uniqueColumnColumn - Variable in class org.h2.index.Index
Count of unique columns.
uniqueIndexNullsHandling - Variable in class org.h2.engine.Mode
Determines how rows with NULL values in indexed columns are handled in unique indexes.
UniquePredicate - Class in org.h2.expression.condition
Unique predicate as in UNIQUE(SELECT ...)
UniquePredicate(Query) - Constructor for class org.h2.expression.condition.UniquePredicate
 
unixTimestamp(SessionLocal, Value) - Static method in class org.h2.mode.FunctionsMySQL
Get the seconds since 1970-01-01 00:00:00 UTC of the given timestamp.
UNKNOWN - Static variable in interface org.h2.command.CommandInterface
The type for unknown statement.
UNKNOWN - Static variable in class org.h2.expression.TypedValueExpression
The expression represents the SQL UNKNOWN value.
UNKNOWN - Static variable in class org.h2.util.ParserUtil
The token "UNKNOWN".
UNKNOWN - Static variable in class org.h2.value.Value
The data type is unknown at this time.
UNKNOWN_DATA_TYPE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 50004 is thrown when creating a table with an unsupported data type, or when the data type is unknown because parameters are used.
UNKNOWN_MODE_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90088 is thrown when trying to switch to an unknown mode.
unload() - Static method in class org.h2.Driver
INTERNAL
unloadH2(Driver) - Static method in class org.h2.tools.Upgrade
Unloads the specified driver of H2.
unlock() - Method in class org.h2.store.FileLock
Unlock the file.
unlock(SessionLocal) - Method in class org.h2.mvstore.db.MVTable
 
unlock(SessionLocal) - Method in class org.h2.table.Table
Release the lock for this session.
unlockMeta(SessionLocal) - Method in class org.h2.engine.Database
Unlock the metadata table.
unlockRoot(Page) - Method in class org.h2.mvstore.MVMap
Unlock the root page.
unmap(ByteBuffer) - Static method in class org.h2.util.MemoryUnmapper
Tries to unmap memory for the specified byte buffer using Java internals in unsafe way if SysProperties.NIO_CLEANER_HACK is enabled and access is not denied by a security manager.
UNNEST - Static variable in class org.h2.expression.function.table.ArrayTableFunction
UNNEST().
unregister(FilePath) - Static method in class org.h2.store.fs.FilePath
Unregister a file provider.
unregister(CloseWatcher) - Static method in class org.h2.util.CloseWatcher
Unregister an object, so it is no longer tracked.
unregisterMBean(String) - Static method in class org.h2.jmx.DatabaseInfo
Unregisters the MBean for the database if one is registered.
unsetExclusiveSession(SessionLocal) - Method in class org.h2.engine.Database
Stop exclusive access the database by provided session.
unsupported(String) - Method in class org.h2.message.TraceObject
Get a SQL exception meaning this feature is not supported.
UNSUPPORTED_CIPHER - Static variable in class org.h2.api.ErrorCode
The error with code 90055 is thrown when trying to open a database with an unsupported cipher algorithm.
UNSUPPORTED_COMPRESSION_ALGORITHM_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90103 is thrown when trying to use an unsupported compression algorithm.
UNSUPPORTED_COMPRESSION_OPTIONS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90102 is thrown when trying to use unsupported options for the given compression algorithm.
UNSUPPORTED_LOCK_METHOD_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90060 is thrown when trying to use a file locking mechanism that is not supported.
UNSUPPORTED_SETTING_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90113 is thrown when the database URL contains unsupported settings.
UNSUPPORTED_SETTING_COMBINATION - Static variable in class org.h2.api.ErrorCode
The error with code 90021 is thrown when trying to change a specific database property that conflicts with other database properties.
unused - Variable in class org.h2.mvstore.Chunk
When this chunk was no longer needed, in milliseconds after the store was created.
unwrap() - Method in class org.h2.store.fs.FilePath
Get the unwrapped file name (without wrapper prefixes if wrapping / delegating file systems are used).
unwrap() - Method in class org.h2.store.fs.FilePathWrapper
 
unwrap() - Method in class org.h2.store.fs.zip.FilePathZip
 
unwrap(Class) - Method in class org.h2.jdbc.JdbcConnection
Return an object of this class if possible.
unwrap(Class) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Return an object of this class if possible.
unwrap(Class) - Method in class org.h2.jdbc.JdbcParameterMetaData
Return an object of this class if possible.
unwrap(Class) - Method in class org.h2.jdbc.JdbcResultSet
Return an object of this class if possible.
unwrap(Class) - Method in class org.h2.jdbc.JdbcResultSetMetaData
Return an object of this class if possible.
unwrap(Class) - Method in class org.h2.jdbc.JdbcStatement
Return an object of this class if possible.
unwrap(Class) - Method in class org.h2.jdbcx.JdbcConnectionPool
Return an object of this class if possible.
unwrap(Class) - Method in class org.h2.jdbcx.JdbcDataSource
Return an object of this class if possible.
unwrap(Class) - Method in class org.h2.tools.SimpleResultSet
Return an object of this class if possible.
unwrap(String) - Method in class org.h2.store.fs.encrypt.FilePathEncrypt
 
unwrap(String) - Method in class org.h2.store.fs.FilePathWrapper
Get the base path for the given wrapped path.
unwrap(String) - Static method in class org.h2.store.fs.FileUtils
Get the unwrapped file name (without wrapper prefixes if wrapping / delegating file systems are used).
unwrap(String) - Method in class org.h2.store.fs.split.FilePathSplit
 
unwrapRow() - Method in class org.h2.value.TypeInfo
Returns unwrapped data type if this data type is a row type with degree 1 or this type otherwise.
UpdatableRow - Class in org.h2.result
This class is used for updatable result sets.
UpdatableRow(JdbcConnection, ResultInterface) - Constructor for class org.h2.result.UpdatableRow
Construct a new object that is linked to the result set.
update() - Method in class org.h2.command.ddl.AlterIndexRename
 
update() - Method in class org.h2.command.ddl.AlterSchemaRename
 
update() - Method in class org.h2.command.ddl.AlterTable
 
update() - Method in class org.h2.command.ddl.AlterTableAlterColumn
 
update() - Method in class org.h2.command.ddl.AlterUser
 
update() - Method in class org.h2.command.ddl.AlterView
 
update() - Method in class org.h2.command.ddl.Analyze
 
update() - Method in class org.h2.command.ddl.CreateAggregate
 
update() - Method in class org.h2.command.ddl.CreateFunctionAlias
 
update() - Method in class org.h2.command.ddl.CreateIndex
 
update() - Method in class org.h2.command.ddl.CreateLinkedTable
 
update() - Method in class org.h2.command.ddl.CreateRole
 
update() - Method in class org.h2.command.ddl.CreateSchema
 
update() - Method in class org.h2.command.ddl.CreateTable
 
update() - Method in class org.h2.command.ddl.CreateTrigger
 
update() - Method in class org.h2.command.ddl.CreateUser
 
update() - Method in class org.h2.command.ddl.DeallocateProcedure
 
update() - Method in class org.h2.command.ddl.DropDatabase
 
update() - Method in class org.h2.command.ddl.DropIndex
 
update() - Method in class org.h2.command.ddl.DropRole
 
update() - Method in class org.h2.command.ddl.DropSchema
 
update() - Method in class org.h2.command.ddl.DropTable
 
update() - Method in class org.h2.command.ddl.DropTrigger
 
update() - Method in class org.h2.command.ddl.DropUser
 
update() - Method in class org.h2.command.ddl.DropView
 
update() - Method in class org.h2.command.ddl.GrantRevoke
 
update() - Method in class org.h2.command.ddl.PrepareProcedure
 
update() - Method in class org.h2.command.ddl.AlterDomain
 
update() - Method in class org.h2.command.ddl.AlterDomainAddConstraint
 
update() - Method in class org.h2.command.ddl.AlterDomainDropConstraint
 
update() - Method in class org.h2.command.ddl.AlterDomainExpressions
 
update() - Method in class org.h2.command.ddl.AlterDomainRename
 
update() - Method in class org.h2.command.ddl.AlterDomainRenameConstraint
 
update() - Method in class org.h2.command.ddl.AlterSequence
 
update() - Method in class org.h2.command.ddl.CreateConstant
 
update() - Method in class org.h2.command.ddl.CreateDomain
 
update() - Method in class org.h2.command.ddl.CreateSequence
 
update() - Method in class org.h2.command.ddl.CreateSynonym
 
update() - Method in class org.h2.command.ddl.CreateView
 
update() - Method in class org.h2.command.ddl.DropAggregate
 
update() - Method in class org.h2.command.ddl.DropConstant
 
update() - Method in class org.h2.command.ddl.DropDomain
 
update() - Method in class org.h2.command.ddl.DropFunctionAlias
 
update() - Method in class org.h2.command.ddl.DropSequence
 
update() - Method in class org.h2.command.ddl.DropSynonym
 
update() - Method in class org.h2.command.ddl.SetComment
 
update() - Method in class org.h2.command.ddl.TruncateTable
 
update() - Method in class org.h2.command.dml.AlterTableSet
 
update() - Method in class org.h2.command.dml.BackupCommand
 
update() - Method in class org.h2.command.dml.Call
 
update() - Method in class org.h2.command.dml.DataChangeStatement
 
update() - Method in class org.h2.command.dml.ExecuteImmediate
 
update() - Method in class org.h2.command.dml.ExecuteProcedure
 
update() - Method in class org.h2.command.dml.NoOperation
 
update() - Method in class org.h2.command.dml.RunScriptCommand
 
update() - Method in class org.h2.command.dml.Set
 
update() - Method in class org.h2.command.dml.SetSessionCharacteristics
 
update() - Method in class org.h2.command.dml.TransactionCommand
 
update() - Method in class org.h2.command.Prepared
Execute the statement.
update(int, CacheObject) - Method in interface org.h2.util.Cache
Update an element in the cache.
update(int, CacheObject) - Method in class org.h2.util.CacheLRU
 
update(int, CacheObject) - Method in class org.h2.util.CacheTQ
 
update(Object) - Method in class org.h2.command.Command
Execute an updating statement (for example insert, delete, or update), if this is possible.
update(Object) - Method in class org.h2.command.CommandContainer
 
update(String, long, long) - Method in class org.h2.engine.QueryStatisticsData
Update query statistics.
update(SessionLocal, Row, Row) - Method in class org.h2.index.Index
Update index after row change.
update(SessionLocal, Row, Row) - Method in class org.h2.mvstore.db.MVDelegateIndex
 
update(SessionLocal, Row, Row) - Method in class org.h2.mvstore.db.MVPrimaryIndex
 
update(SessionLocal, Row, Row) - Method in class org.h2.mvstore.db.MVSecondaryIndex
 
update(ResultTarget, DataChangeDeltaTable.ResultOption) - Method in class org.h2.command.dml.DataChangeStatement
Execute the statement with specified delta change collector and collection mode.
update(ResultTarget, DataChangeDeltaTable.ResultOption) - Method in class org.h2.command.dml.Delete
 
update(ResultTarget, DataChangeDeltaTable.ResultOption) - Method in class org.h2.command.dml.Insert
 
update(ResultTarget, DataChangeDeltaTable.ResultOption) - Method in class org.h2.command.dml.Merge
 
update(ResultTarget, DataChangeDeltaTable.ResultOption) - Method in class org.h2.command.dml.MergeUsing
 
update(ResultTarget, DataChangeDeltaTable.ResultOption) - Method in class org.h2.command.dml.Update
 
update(Row, Row, SessionLocal) - Method in class org.h2.index.LinkedIndex
Update a row using a UPDATE statement.
update(Table) - Method in class org.h2.command.ddl.AlterTableAddConstraint
 
update(Table) - Method in class org.h2.command.ddl.AlterTableDropConstraint
 
update(Table) - Method in class org.h2.command.ddl.AlterTableRename
 
update(Table) - Method in class org.h2.command.ddl.AlterTableRenameColumn
 
update(Table) - Method in class org.h2.command.ddl.AlterTableRenameConstraint
 
Update - Class in org.h2.command.dml
This class represents the statement UPDATE
Update(SessionLocal) - Constructor for class org.h2.command.dml.Update
 
UPDATE - Static variable in interface org.h2.api.Trigger
The trigger is called for UPDATE statements.
UPDATE - Static variable in interface org.h2.command.CommandInterface
The type of an UPDATE statement.
UPDATE - Static variable in class org.h2.engine.Right
The right bit mask that means: updating data is allowed.
updateAggregate(SessionLocal, int) - Method in class org.h2.command.query.Query
Update all aggregate function values.
updateAggregate(SessionLocal, int) - Method in class org.h2.command.query.Select
 
updateAggregate(SessionLocal, int) - Method in class org.h2.command.query.SelectUnion
 
updateAggregate(SessionLocal, int) - Method in class org.h2.command.query.TableValueConstructor
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.Alias
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.analysis.DataAnalysisOperation
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.analysis.Window
Update an aggregate value.
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.ArrayConstructorByQuery
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.BetweenPredicate
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.CompareLike
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.Comparison
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.ConditionAndOr
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.ConditionAndOrN
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.ConditionIn
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.ConditionInConstantSet
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.ConditionInParameter
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.ConditionInQuery
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.ConditionLocalAndGlobal
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.ConditionNot
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.IsJsonPredicate
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.ExistsPredicate
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.UniquePredicate
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.condition.SimplePredicate
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.Expression
Update an aggregate value.
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.ExpressionColumn
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.ExpressionList
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.function.Function0_1
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.function.JavaFunction
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.Operation0
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.Operation1_2
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.Operation1
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.Operation2
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.OperationN
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.SimpleCase
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.Subquery
 
updateAggregate(SessionLocal, int) - Method in class org.h2.expression.Wildcard
 
updateAggregate(SessionLocal, Object) - Method in class org.h2.expression.aggregate.AbstractAggregate
Updates an aggregate value.
updateAggregate(SessionLocal, Object) - Method in class org.h2.expression.aggregate.Aggregate
 
updateAggregate(SessionLocal, Object) - Method in class org.h2.expression.aggregate.JavaAggregate
 
updateAggregate(SessionLocal, SelectGroups, int) - Method in class org.h2.expression.aggregate.AbstractAggregate
 
updateAggregate(SessionLocal, SelectGroups, int) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Update a row of an aggregate.
updateAggregate(SessionLocal, SelectGroups, int) - Method in class org.h2.expression.analysis.WindowFunction
 
updateArray(int, Array) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateArray(int, Array) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateArray(String, Array) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateArray(String, Array) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateAsciiStream(int, InputStream) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateAsciiStream(int, InputStream) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateAsciiStream(int, InputStream, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateAsciiStream(int, InputStream, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateAsciiStream(int, InputStream, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateAsciiStream(int, InputStream, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateAsciiStream(String, InputStream) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateAsciiStream(String, InputStream) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateAsciiStream(String, InputStream, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateAsciiStream(String, InputStream, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateAsciiStream(String, InputStream, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateAsciiStream(String, InputStream, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBigDecimal(int, BigDecimal) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBigDecimal(int, BigDecimal) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBigDecimal(String, BigDecimal) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBigDecimal(String, BigDecimal) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBinaryStream(int, InputStream) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBinaryStream(int, InputStream) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBinaryStream(int, InputStream, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBinaryStream(int, InputStream, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBinaryStream(int, InputStream, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBinaryStream(int, InputStream, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBinaryStream(String, InputStream) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBinaryStream(String, InputStream) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBinaryStream(String, InputStream, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBinaryStream(String, InputStream, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBinaryStream(String, InputStream, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBinaryStream(String, InputStream, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBlob(int, InputStream) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBlob(int, InputStream) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBlob(int, InputStream, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBlob(int, InputStream, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBlob(int, Blob) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBlob(int, Blob) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBlob(String, InputStream) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBlob(String, InputStream) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBlob(String, InputStream, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBlob(String, InputStream, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBlob(String, Blob) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBlob(String, Blob) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBoolean(int, boolean) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBoolean(int, boolean) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBoolean(String, boolean) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBoolean(String, boolean) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateByte(int, byte) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateByte(int, byte) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateByte(String, byte) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateByte(String, byte) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBytes(int, byte[]) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBytes(int, byte[]) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateBytes(String, byte[]) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateBytes(String, byte[]) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateCharacterStream(int, Reader) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateCharacterStream(int, Reader) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateCharacterStream(int, Reader, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateCharacterStream(int, Reader, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateCharacterStream(int, Reader, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateCharacterStream(int, Reader, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateCharacterStream(String, Reader) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateCharacterStream(String, Reader) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateCharacterStream(String, Reader, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateCharacterStream(String, Reader, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateCharacterStream(String, Reader, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateCharacterStream(String, Reader, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateClob(int, Reader) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateClob(int, Reader) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateClob(int, Reader, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateClob(int, Reader, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateClob(int, Clob) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateClob(int, Clob) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateClob(String, Reader) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateClob(String, Reader) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateClob(String, Reader, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateClob(String, Reader, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateClob(String, Clob) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateClob(String, Clob) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateCount - Variable in class org.h2.jdbc.JdbcStatement
 
updateData(CreateSynonymData) - Method in class org.h2.table.TableSynonym
Set (update) the data.
updateDate(int, Date) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateDate(int, Date) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateDate(String, Date) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateDate(String, Date) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateDouble(int, double) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateDouble(int, double) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateDouble(String, double) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateDouble(String, double) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateFloat(int, float) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateFloat(int, float) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateFloat(String, float) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateFloat(String, float) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateFromExpressions(SessionLocal, Object, Value[]) - Method in class org.h2.expression.aggregate.AbstractAggregate
Updates the provided aggregate data from the remembered expressions.
updateFromExpressions(SessionLocal, Object, Value[]) - Method in class org.h2.expression.aggregate.Aggregate
 
updateFromExpressions(SessionLocal, Object, Value[]) - Method in class org.h2.expression.aggregate.JavaAggregate
 
updateGroupAggregates(SessionLocal, int) - Method in class org.h2.expression.aggregate.AbstractAggregate
 
updateGroupAggregates(SessionLocal, int) - Method in class org.h2.expression.aggregate.Aggregate
 
updateGroupAggregates(SessionLocal, int) - Method in class org.h2.expression.aggregate.JavaAggregate
 
updateGroupAggregates(SessionLocal, int) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Invoked when processing group stage of grouped window queries to update arguments of this aggregate.
updateGroupAggregates(SessionLocal, int) - Method in class org.h2.expression.analysis.WindowFunction
 
updateInt(int, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateInt(int, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateInt(String, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateInt(String, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateLong(int, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateLong(int, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateLong(String, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateLong(String, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateMeta(SessionLocal, DbObject) - Method in class org.h2.engine.Database
Update an object in the system table.
updateNCharacterStream(int, Reader) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNCharacterStream(int, Reader) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNCharacterStream(int, Reader, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNCharacterStream(int, Reader, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNCharacterStream(String, Reader) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNCharacterStream(String, Reader) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNCharacterStream(String, Reader, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNCharacterStream(String, Reader, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNClob(int, Reader) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNClob(int, Reader) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNClob(int, Reader, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNClob(int, Reader, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNClob(int, NClob) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNClob(int, NClob) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNClob(String, Reader) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNClob(String, Reader) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNClob(String, Reader, long) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNClob(String, Reader, long) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNClob(String, NClob) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNClob(String, NClob) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNString(int, String) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNString(int, String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNString(String, String) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNString(String, String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNull(int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNull(int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateNull(String) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateNull(String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateObject(int, Object) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateObject(int, Object) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateObject(int, Object, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateObject(int, Object, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateObject(int, Object, SQLType) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateObject(int, Object, SQLType, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateObject(String, Object) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateObject(String, Object) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateObject(String, Object, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateObject(String, Object, int) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateObject(String, Object, SQLType) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateObject(String, Object, SQLType, int) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateOnTableColumnRename() - Method in class org.h2.constraint.ConstraintReferential
Update the constraint SQL when a referenced column is renamed.
updateOrderedAggregate(SessionLocal, SelectGroups, int, ArrayList) - Method in class org.h2.expression.analysis.DataAnalysisOperation
Update a row of an ordered aggregate.
updateRef(int, Ref) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported]
updateRef(int, Ref) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateRef(String, Ref) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported]
updateRef(String, Ref) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateRoot(RootReference, Page, int) - Static method in class org.h2.mvstore.MVMap
Use the new root page from now on.
updateRow() - Method in class org.h2.jdbc.JdbcResultSet
Updates the current row.
updateRow() - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateRow(SessionLocal, Row, Row) - Method in class org.h2.mvstore.db.MVTable
 
updateRow(SessionLocal, Row, Row) - Method in class org.h2.table.Table
Update a row to the table and all indexes.
updateRow(Value[], Value[]) - Method in class org.h2.result.UpdatableRow
Update a row in the database.
updateRowId(int, RowId) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Updates a column in the current or insert row.
updateRowId(int, RowId) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateRowId(String, RowId) - Method in class org.h2.jdbc.JdbcResultSet
[Not supported] Updates a column in the current or insert row.
updateRowId(String, RowId) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateRows(Prepared, SessionLocal, LocalResult) - Method in class org.h2.table.Table
Update a list of rows in this table.
updateRows(Prepared, SessionLocal, LocalResult) - Method in class org.h2.table.TableLink
 
updatesAreDetected(int) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Returns whether updates are detected.
updateSequenceOnManualIdentityInsertion - Variable in class org.h2.engine.Mode
If true, sequences of generated by default identity columns are updated when value is provided by user.
updateShort(int, short) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateShort(int, short) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateShort(String, short) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateShort(String, short) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateSQLXML(int, SQLXML) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateSQLXML(int, SQLXML) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateSQLXML(String, SQLXML) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateSQLXML(String, SQLXML) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateString(int, String) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateString(int, String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateString(String, String) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateString(String, String) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateSynonymFor() - Method in class org.h2.table.TableSynonym
Update the table that this is a synonym for, to know about this synonym.
updateTime(int, Time) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateTime(int, Time) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateTime(String, Time) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateTime(String, Time) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateTimestamp(int, Timestamp) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateTimestamp(int, Timestamp) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateTimestamp(String, Timestamp) - Method in class org.h2.jdbc.JdbcResultSet
Updates a column in the current or insert row.
updateTimestamp(String, Timestamp) - Method in class org.h2.tools.SimpleResultSet
INTERNAL
updateTopic(String, DbContextRule) - Method in class org.h2.bnf.Bnf
Update a topic with a context specific rule.
upgrade(String, Properties, int) - Static method in class org.h2.tools.Upgrade
Performs database upgrade from an older version of H2.
Upgrade - Class in org.h2.tools
Upgrade utility.
UPPER - Static variable in class org.h2.expression.function.StringFunction1
UPPER().
UPPERCASE - Enum constant in enum org.h2.expression.function.ToCharFunction.Capitalization
All letters are uppercased.
url - Variable in class org.h2.server.web.ConnectionInfo
The database URL.
URL_FORMAT - Static variable in class org.h2.engine.Constants
The database URL format in simplified Backus-Naur form.
URL_FORMAT_ERROR_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90046 is thrown when trying to open a connection to a database using an unsupported URL format.
URL_MAP - Static variable in class org.h2.engine.SysProperties
System property h2.urlMap (default: null).
URL_RELATIVE_TO_CWD - Static variable in class org.h2.api.ErrorCode
The error with code 90011 is thrown when trying to open a connection to a database using an implicit relative path, such as "jdbc:h2:test" (in which case the database file would be stored in the current working directory of the application).
urlDecode(String) - Static method in class org.h2.util.StringUtils
Decode the URL to a string.
urlEncode(String) - Static method in class org.h2.util.StringUtils
Encode the string as a URL.
URSHIFT - Static variable in class org.h2.expression.function.BitFunction
URSHIFT() (non-standard).
USE_THREAD_CONTEXT_CLASS_LOADER - Static variable in class org.h2.engine.SysProperties
System property h2.useThreadContextClassLoader (default: false).
user - Variable in class org.h2.server.web.ConnectionInfo
The user name.
User - Class in org.h2.engine
Represents a user object.
User(Database, int, String, boolean) - Constructor for class org.h2.engine.User
 
USER - Static variable in class org.h2.engine.DbObject
This object is a user.
USER - Static variable in class org.h2.message.Trace
The trace module id for users.
USER - Static variable in class org.h2.util.ParserUtil
The token "USER".
USER_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90033 is thrown when trying to create a user or role if a user with this name already exists.
USER_DATA_TYPE_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
Deprecated.
USER_DATA_TYPE_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
Deprecated.
USER_HOME - Static variable in class org.h2.engine.SysProperties
System property user.home (empty string if not set).
USER_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90032 is thrown when trying to drop or alter a user that does not exist.
USER_OR_ROLE_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90071 is thrown when trying to grant or revoke if no role or user with that name exists.
USER_PACKAGE - Static variable in class org.h2.engine.Constants
The package name of user defined classes.
UserAggregate - Class in org.h2.schema
Represents a user-defined aggregate function.
UserAggregate(Schema, int, String, String, boolean) - Constructor for class org.h2.schema.UserAggregate
 
UserBuilder - Class in org.h2.engine
 
UserBuilder() - Constructor for class org.h2.engine.UserBuilder
 
UserDefinedFunction - Class in org.h2.schema
User-defined Java function or aggregate function.
UserToRolesMapper - Interface in org.h2.api
A class that implement this interface can be used during authentication to map external users to database roles.
UserToRolesMapperConfig - Class in org.h2.security.auth
Configuration for class that maps users to their roles.
UserToRolesMapperConfig() - Constructor for class org.h2.security.auth.UserToRolesMapperConfig
 
usesIndex(Index) - Method in class org.h2.constraint.Constraint
Check if this constraint needs the specified index.
usesIndex(Index) - Method in class org.h2.constraint.ConstraintCheck
 
usesIndex(Index) - Method in class org.h2.constraint.ConstraintDomain
 
usesIndex(Index) - Method in class org.h2.constraint.ConstraintReferential
 
usesIndex(Index) - Method in class org.h2.constraint.ConstraintUnique
 
usesLocalFilePerTable() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if this database use one file per table.
usesLocalFiles() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
Checks if this database store data in local files.
USING - Static variable in class org.h2.util.ParserUtil
The token "USING".
UTC - Static variable in class org.h2.util.LegacyDateTimeUtils
UTC time zone.
UTC - Static variable in class org.h2.util.TimeZoneProvider
The UTC time zone provider.
UTF8TOSTRING - Static variable in class org.h2.expression.function.StringFunction1
UTF8TOSTRING() (non-standard).
Utils - Class in org.h2.util
This utility class contains miscellaneous functions.
Utils.ClassFactory - Interface in org.h2.util
The utility methods will try to use the provided class factories to convert binary name of class to Class object.
Utils10 - Class in org.h2.util
Utilities with specialized implementations for Java 10 and later versions.
UUID - Static variable in class org.h2.api.H2Type
The UUID data type.
UUID - Static variable in class org.h2.value.Value
The value type for UUID values.
uuidToBytes(long, long) - Static method in class org.h2.util.Bits
Converts UUID value to byte array in big-endian order.
uuidToBytes(UUID) - Static method in class org.h2.util.Bits
Converts UUID value to byte array in big-endian order.

V

validateCredentials(AuthenticationInfo) - Method in interface org.h2.api.CredentialsValidator
Validate user credential.
validateCredentials(AuthenticationInfo) - Method in class org.h2.security.auth.impl.JaasCredentialsValidator
 
validateCredentials(AuthenticationInfo) - Method in class org.h2.security.auth.impl.LdapCredentialsValidator
 
validateCredentials(AuthenticationInfo) - Method in class org.h2.security.auth.impl.StaticUserCredentialsValidator
 
validateInterval(IntervalQualifier, boolean, long, long) - Static method in class org.h2.util.IntervalUtils
Ensures that all fields in interval are valid.
value - Variable in class org.h2.mvstore.tx.TransactionStore.Change
The value.
Value - Class in org.h2.value
This is the base class for all value classes.
Value() - Constructor for class org.h2.value.Value
 
VALUE - Enum constant in enum org.h2.util.json.JSONItemType
VALUE - Static variable in class org.h2.util.ParserUtil
The token "VALUE".
VALUE_TOO_LONG_2 - Static variable in class org.h2.api.ErrorCode
The error with code 22001 is thrown when trying to insert a value that is too long for the column.
ValueArray - Class in org.h2.value
Implementation of the ARRAY data type.
ValueBigint - Class in org.h2.value
Implementation of the BIGINT data type.
ValueBinary - Class in org.h2.value
Implementation of the BINARY data type.
ValueBinary(byte[]) - Constructor for class org.h2.value.ValueBinary
 
ValueBlob - Class in org.h2.value
Implementation of the BINARY LARGE OBJECT data type.
ValueBlob(LobData, long) - Constructor for class org.h2.value.ValueBlob
 
ValueBoolean - Class in org.h2.value
Implementation of the BOOLEAN data type.
ValueChar - Class in org.h2.value
Implementation of the CHARACTER data type.
ValueClob - Class in org.h2.value
Implementation of the CHARACTER LARGE OBJECT data type.
ValueClob(LobData, long, long) - Constructor for class org.h2.value.ValueClob
 
ValueCollectionBase - Class in org.h2.value
Base class for ARRAY and ROW values.
ValueDataType - Class in org.h2.mvstore.db
A row type.
ValueDataType() - Constructor for class org.h2.mvstore.db.ValueDataType
 
ValueDataType(CastDataProvider, CompareMode, DataHandler, int[]) - Constructor for class org.h2.mvstore.db.ValueDataType
 
ValueDataType(Database, int[]) - Constructor for class org.h2.mvstore.db.ValueDataType
 
ValueDataType.Factory - Class in org.h2.mvstore.db
 
ValueDate - Class in org.h2.value
Implementation of the DATE data type.
ValueDecfloat - Class in org.h2.value
Implementation of the DECFLOAT data type.
ValueDouble - Class in org.h2.value
Implementation of the DOUBLE PRECISION data type.
ValueEnum - Class in org.h2.value
ENUM value.
ValueEnumBase - Class in org.h2.value
Base implementation of the ENUM data type.
ValueEnumBase(String, int) - Constructor for class org.h2.value.ValueEnumBase
 
ValueExpression - Class in org.h2.expression
An expression representing a constant value.
valueFalse() - Method in class org.h2.util.json.JSONByteArrayTarget
 
valueFalse() - Method in class org.h2.util.json.JSONStringTarget
 
valueFalse() - Method in class org.h2.util.json.JSONTarget
Parse "false".
valueFalse() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
valueFalse() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
valueFalse() - Method in class org.h2.util.json.JSONValueTarget
 
ValueGeometry - Class in org.h2.value
Implementation of the GEOMETRY data type.
ValueInteger - Class in org.h2.value
Implementation of the INTEGER data type.
ValueInterval - Class in org.h2.value
Implementation of the INTERVAL data type.
ValueJavaObject - Class in org.h2.value
Implementation of the JAVA_OBJECT data type.
ValueJavaObject(byte[]) - Constructor for class org.h2.value.ValueJavaObject
 
ValueJson - Class in org.h2.value
Implementation of the JSON data type.
ValueLob - Class in org.h2.value
A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.
valueNull() - Method in class org.h2.util.json.JSONByteArrayTarget
 
valueNull() - Method in class org.h2.util.json.JSONStringTarget
 
valueNull() - Method in class org.h2.util.json.JSONTarget
Parse "null".
valueNull() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
valueNull() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
valueNull() - Method in class org.h2.util.json.JSONValueTarget
 
ValueNull - Class in org.h2.value
Implementation of NULL.
valueNumber(BigDecimal) - Method in class org.h2.util.json.JSONByteArrayTarget
 
valueNumber(BigDecimal) - Method in class org.h2.util.json.JSONStringTarget
 
valueNumber(BigDecimal) - Method in class org.h2.util.json.JSONTarget
A number value.
valueNumber(BigDecimal) - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
valueNumber(BigDecimal) - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
valueNumber(BigDecimal) - Method in class org.h2.util.json.JSONValueTarget
 
ValueNumeric - Class in org.h2.value
Implementation of the NUMERIC data type.
valueOf(int) - Static method in enum org.h2.api.IntervalQualifier
Returns the interval qualifier with the specified ordinal value.
valueOf(int) - Static method in enum org.h2.mode.DefaultNullOrdering
Returns default ordering of NULL values for the specified ordinal number.
valueOf(Object) - Static method in class org.h2.engine.GeneratedKeysMode
Determines mode of generated keys' gathering.
valueOf(String) - Static method in enum org.h2.api.IntervalQualifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.command.query.SelectUnion.UnionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.constraint.Constraint.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.constraint.ConstraintActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.engine.IsolationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.engine.Mode.CharPadding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.engine.Mode.ExpressionNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.engine.Mode.ModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.engine.Mode.UniqueIndexNullsHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.engine.Mode.ViewExpressionNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.engine.SessionLocal.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.aggregate.AggregateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.analysis.WindowFrameBoundType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.analysis.WindowFrameExclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.analysis.WindowFrameUnits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.analysis.WindowFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.BinaryOperation.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.condition.CompareLike.LikeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.Format.FormatEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.function.ToCharFunction.Capitalization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.expression.IntervalOperation.IntervalOpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.jdbc.JdbcLob.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.mode.DefaultNullOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.mvstore.MVMap.Decision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.schema.Sequence.Cycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.store.FileLockMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.table.DataChangeDeltaTable.ResultOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.table.TableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2.util.json.JSONItemType
Returns the enum constant of this type with the specified name.
ValueReal - Class in org.h2.value
Implementation of the REAL data type.
ValueRow - Class in org.h2.value
Row value.
values() - Static method in enum org.h2.api.IntervalQualifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.command.query.SelectUnion.UnionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.constraint.Constraint.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.constraint.ConstraintActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.engine.IsolationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.engine.Mode.CharPadding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.engine.Mode.ExpressionNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.engine.Mode.ModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.engine.Mode.UniqueIndexNullsHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.engine.Mode.ViewExpressionNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.engine.SessionLocal.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.aggregate.AggregateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.analysis.WindowFrameBoundType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.analysis.WindowFrameExclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.analysis.WindowFrameUnits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.analysis.WindowFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.BinaryOperation.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.condition.CompareLike.LikeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.Format.FormatEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.function.ToCharFunction.Capitalization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.expression.IntervalOperation.IntervalOpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.jdbc.JdbcLob.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.mode.DefaultNullOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
Get the values for all resident entries.
values() - Static method in enum org.h2.mvstore.MVMap.Decision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.schema.Sequence.Cycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.store.FileLockMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.table.DataChangeDeltaTable.ResultOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.table.TableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2.util.json.JSONItemType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.h2.util.ParserUtil
The token "VALUES".
valuesExpressionList - Variable in class org.h2.command.dml.CommandWithValues
Expression data for the VALUES clause.
ValueSmallint - Class in org.h2.value
Implementation of the SMALLINT data type.
valueString(String) - Method in class org.h2.util.json.JSONByteArrayTarget
 
valueString(String) - Method in class org.h2.util.json.JSONStringTarget
 
valueString(String) - Method in class org.h2.util.json.JSONTarget
A string value.
valueString(String) - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
valueString(String) - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
valueString(String) - Method in class org.h2.util.json.JSONValueTarget
 
ValueTime - Class in org.h2.value
Implementation of the TIME data type.
ValueTimestamp - Class in org.h2.value
Implementation of the TIMESTAMP data type.
ValueTimestampTimeZone - Class in org.h2.value
Implementation of the TIMESTAMP WITH TIME ZONE data type.
ValueTimeTimeZone - Class in org.h2.value
Implementation of the TIME WITH TIME ZONE data type.
ValueTinyint - Class in org.h2.value
Implementation of the TINYINT data type.
valueToDefaultArray(Value, JdbcConnection, boolean) - Static method in class org.h2.value.ValueToObjectConverter
Converts the specified array value to array of default Java objects for its type.
valueToDefaultObject(Value, JdbcConnection, boolean) - Static method in class org.h2.value.ValueToObjectConverter
Converts the specified value to the default Java object for its type.
valueToDuration(Value) - Static method in class org.h2.util.JSR310Utils
Converts a value to a Duration.
valueToInstant(Value, CastDataProvider) - Static method in class org.h2.util.JSR310Utils
Converts a value to a Instant.
valueToLegacyType(Class, Value, CastDataProvider) - Static method in class org.h2.util.LegacyDateTimeUtils
Converts the specified value to an object of the specified legacy type.
valueToLocalDate(Value, CastDataProvider) - Static method in class org.h2.util.JSR310Utils
Converts a value to a LocalDate.
valueToLocalDateTime(Value, CastDataProvider) - Static method in class org.h2.util.JSR310Utils
Converts a value to a LocalDateTime.
valueToLocalTime(Value, CastDataProvider) - Static method in class org.h2.util.JSR310Utils
Converts a value to a LocalTime.
valueToObject(Class, Value, JdbcConnection) - Static method in class org.h2.value.ValueToObjectConverter
Converts the specified value to an object of the specified type.
ValueToObjectConverter - Class in org.h2.value
Data type conversion methods between values and Java objects.
ValueToObjectConverter2 - Class in org.h2.value
Data type conversion methods between values and Java objects to use on the server side on H2 only.
valueToOffsetDateTime(Value, CastDataProvider) - Static method in class org.h2.util.JSR310Utils
Converts a value to a OffsetDateTime.
valueToOffsetTime(Value, CastDataProvider) - Static method in class org.h2.util.JSR310Utils
Converts a value to a OffsetTime.
valueToPeriod(Value) - Static method in class org.h2.util.JSR310Utils
Converts a value to a Period.
valueToZonedDateTime(Value, CastDataProvider) - Static method in class org.h2.util.JSR310Utils
Converts a value to a ZonedDateTime.
valueTrue() - Method in class org.h2.util.json.JSONByteArrayTarget
 
valueTrue() - Method in class org.h2.util.json.JSONStringTarget
 
valueTrue() - Method in class org.h2.util.json.JSONTarget
Parse "true".
valueTrue() - Method in class org.h2.util.json.JSONValidationTargetWithoutUniqueKeys
 
valueTrue() - Method in class org.h2.util.json.JSONValidationTargetWithUniqueKeys
 
valueTrue() - Method in class org.h2.util.json.JSONValueTarget
 
valueType(DataType) - Method in class org.h2.mvstore.MVMap.BasicBuilder
Set the value data type.
valueType(DataType) - Method in class org.h2.mvstore.MVMap.Builder
 
valueType(DataType) - Method in class org.h2.mvstore.rtree.MVRTreeMap.Builder
Set the key data type.
ValueUuid - Class in org.h2.value
Implementation of the UUID data type.
ValueVarbinary - Class in org.h2.value
Implementation of the BINARY VARYING data type.
ValueVarbinary(byte[]) - Constructor for class org.h2.value.ValueVarbinary
 
ValueVarchar - Class in org.h2.value
Implementation of the CHARACTER VARYING data type.
ValueVarcharIgnoreCase - Class in org.h2.value
Implementation of the VARCHAR_IGNORECASE data type.
VAR_ARGS - Static variable in class org.h2.mode.ModeFunction
Constant for variable number of arguments.
VAR_POP - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for VAR_POP(expression).
VAR_SAMP - Enum constant in enum org.h2.expression.aggregate.AggregateType
The aggregate type for VAR_SAMP(expression).
VARBINARY - Static variable in class org.h2.api.H2Type
The BINARY VARYING data type.
VARBINARY - Static variable in class org.h2.value.Value
The value type for BINARY VARYING values.
VARCHAR - Static variable in class org.h2.api.H2Type
The CHARACTER VARYING data type.
VARCHAR - Static variable in class org.h2.value.Value
The value type for CHARACTER VARYING values.
VARCHAR_IGNORECASE - Static variable in class org.h2.api.H2Type
The VARCHAR_IGNORECASE data type.
VARCHAR_IGNORECASE - Static variable in class org.h2.value.Value
The value type for VARCHAR_IGNORECASE values.
Variable - Class in org.h2.expression
A user-defined variable, for example: @ID.
Variable(SessionLocal, String) - Constructor for class org.h2.expression.Variable
 
VARIABLE - Static variable in class org.h2.command.dml.SetTypes
The type of a SET \@VARIABLE statement.
VARIABLE_BINARY - Static variable in class org.h2.command.dml.SetTypes
The type of a SET VARIABLE_BINARY statement.
verifyLobMac(byte[], long) - Method in class org.h2.value.Transfer
Verify the HMAC.
verifyMetaLocked(SessionLocal) - Method in class org.h2.engine.Database
Verify the meta table is locked.
version - Variable in class org.h2.mvstore.Chunk
The version stored in this chunk.
version - Variable in class org.h2.mvstore.MVStore.TxCounter
Version of a store, this TxCounter is related to
version - Variable in class org.h2.mvstore.RootReference
The version used for writing.
VERSION - Static variable in class org.h2.engine.Constants
The version of this product, consisting of major version, minor version, and build id.
VERSION_MAJOR - Static variable in class org.h2.engine.Constants
The major version of this database.
VERSION_MINOR - Static variable in class org.h2.engine.Constants
The minor version of this database.
VersionedValue<T> - Class in org.h2.value
A versioned value (possibly null).
VersionedValue() - Constructor for class org.h2.value.VersionedValue
 
VersionedValueType<T,D> - Class in org.h2.mvstore.tx
The value type for a versioned value.
VersionedValueType(DataType) - Constructor for class org.h2.mvstore.tx.VersionedValueType
 
VersionedValueType.Factory<D> - Class in org.h2.mvstore.tx
 
VIEW - Enum constant in enum org.h2.table.TableType
The table type name for views.
VIEW_ALREADY_EXISTS_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90038 is thrown when trying to create a view if a view with this name already exists.
VIEW_COST_CACHE_MAX_AGE - Static variable in class org.h2.engine.Constants
The maximum time in milliseconds to keep the cost of a view. 10000 means 10 seconds.
VIEW_INDEX_CACHE_SIZE - Static variable in class org.h2.engine.Constants
The name of the index cache that is used for temporary view (subqueries used as tables).
VIEW_IS_INVALID_2 - Static variable in class org.h2.api.ErrorCode
The error with code 90109 is thrown when trying to run a query against an invalid view.
VIEW_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90037 is thrown when trying to drop or alter a view that does not exist.
ViewCursor - Class in org.h2.index
The cursor implementation of a view index.
ViewCursor(ViewIndex, ResultInterface, SearchRow, SearchRow) - Constructor for class org.h2.index.ViewCursor
 
viewExpressionNames - Variable in class org.h2.engine.Mode
How column names are generated for views.
ViewIndex - Class in org.h2.index
This object represents a virtual index for a query.
ViewIndex(TableView, String, ArrayList, boolean) - Constructor for class org.h2.index.ViewIndex
Constructor for the original index in TableView.
ViewIndex(TableView, ViewIndex, SessionLocal, int[], TableFilter[], int, SortOrder) - Constructor for class org.h2.index.ViewIndex
Constructor for plan item generation.
VirtualConstructedTable - Class in org.h2.table
A base class for virtual tables that construct all their content at once.
VirtualConstructedTable(Schema, int, String) - Constructor for class org.h2.table.VirtualConstructedTable
 
VirtualConstructedTableIndex - Class in org.h2.index
An index for a virtual table that returns a result set.
VirtualConstructedTableIndex(VirtualConstructedTable, IndexColumn[]) - Constructor for class org.h2.index.VirtualConstructedTableIndex
 
VirtualTable - Class in org.h2.table
A base class for virtual tables.
VirtualTable(Schema, int, String) - Constructor for class org.h2.table.VirtualTable
 
VirtualTableIndex - Class in org.h2.index
An base class for indexes of virtual tables.
VirtualTableIndex(VirtualTable, String, IndexColumn[]) - Constructor for class org.h2.index.VirtualTableIndex
 
visit(BnfVisitor, String) - Method in class org.h2.bnf.Bnf
Parse the syntax and let the rule call the visitor.
visit(TableFilter.TableFilterVisitor) - Method in class org.h2.table.TableFilter
Visit this and all joined or nested table filters.
visitRuleElement(boolean, String, Rule) - Method in interface org.h2.bnf.BnfVisitor
Visit a rule element.
visitRuleExtension(Rule, boolean) - Method in interface org.h2.bnf.BnfVisitor
Visit a rule with non-standard extension.
visitRuleFixed(int) - Method in interface org.h2.bnf.BnfVisitor
Visit a fixed rule.
visitRuleList(boolean, ArrayList) - Method in interface org.h2.bnf.BnfVisitor
Visit a rule list.
visitRuleOptional(ArrayList) - Method in interface org.h2.bnf.BnfVisitor
Visit an OR list of optional rules.
visitRuleOptional(Rule) - Method in interface org.h2.bnf.BnfVisitor
Visit an optional rule.
visitRuleRepeat(boolean, Rule) - Method in interface org.h2.bnf.BnfVisitor
Visit a repeat rule.

W

waitFor(Transaction, String, Object) - Method in class org.h2.mvstore.tx.Transaction
Make this transaction to wait for the specified transaction to be closed, because both of them try to modify the same map entry.
waitIfExclusiveModeEnabled() - Method in class org.h2.engine.SessionLocal
Wait if the exclusive mode has been enabled for another session.
WAITING_FOR_LOCK - Static variable in class org.h2.mvstore.db.MVTable
The table name this thread is waiting to lock.
wasNull() - Method in class org.h2.jdbc.JdbcCallableStatement
Returns whether the last column accessed was null.
wasNull() - Method in class org.h2.jdbc.JdbcResultSet
Returns whether the last column accessed was null.
wasNull() - Method in class org.h2.tools.SimpleResultSet
Returns whether the last column accessed was null.
WebApp - Class in org.h2.server.web
For each connection to a session, an object of this class is created.
WebServer - Class in org.h2.server.web
The web server is a simple standalone HTTP server that implements the H2 Console application.
WebServer() - Constructor for class org.h2.server.web.WebServer
 
WebServlet - Class in org.h2.server.web
This servlet lets the H2 Console be used in a standard servlet container such as Tomcat or Jetty.
WebServlet() - Constructor for class org.h2.server.web.WebServlet
 
WEEK - Static variable in class org.h2.expression.function.DateTimeFunction
Week (locale-specific).
WEEK_YEAR - Static variable in class org.h2.expression.function.DateTimeFunction
Week-based year (locale-specific).
WEEKDAYS - Static variable in class org.h2.expression.function.ToCharFunction
The weekday field.
WHEN - Static variable in class org.h2.util.ParserUtil
The token "WHEN".
WhenMatchedThenDelete() - Constructor for class org.h2.command.dml.MergeUsing.WhenMatchedThenDelete
 
WhenMatchedThenUpdate() - Constructor for class org.h2.command.dml.MergeUsing.WhenMatchedThenUpdate
 
WhenNotMatched(Column[], Boolean, Expression[]) - Constructor for class org.h2.command.dml.MergeUsing.WhenNotMatched
 
WHERE - Static variable in class org.h2.util.ParserUtil
The token "WHERE".
Wildcard - Class in org.h2.expression
A wildcard expression as in SELECT * FROM TEST.
Wildcard(String, String) - Constructor for class org.h2.expression.Wildcard
 
Window - Class in org.h2.expression.analysis
Window clause.
Window(String, ArrayList, ArrayList, WindowFrame) - Constructor for class org.h2.expression.analysis.Window
Creates a new instance of window clause.
WINDOW - Static variable in class org.h2.util.ParserUtil
The token "WINDOW".
WINDOW_NOT_FOUND_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90136 is thrown when trying to reference a window that does not exist.
windowActivated(WindowEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
windowClosed(WindowEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
windowClosing(WindowEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
windowDeactivated(WindowEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
windowDeiconified(WindowEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
WindowFrame - Class in org.h2.expression.analysis
Window frame clause.
WindowFrame(WindowFrameUnits, WindowFrameBound, WindowFrameBound, WindowFrameExclusion) - Constructor for class org.h2.expression.analysis.WindowFrame
Creates new instance of window frame clause.
WindowFrameBound - Class in org.h2.expression.analysis
Window frame bound.
WindowFrameBound(WindowFrameBoundType, Expression) - Constructor for class org.h2.expression.analysis.WindowFrameBound
Creates new instance of window frame bound.
WindowFrameBoundType - Enum in org.h2.expression.analysis
Window frame bound type.
WindowFrameExclusion - Enum in org.h2.expression.analysis
Window frame exclusion clause.
WindowFrameUnits - Enum in org.h2.expression.analysis
Window frame units.
WindowFunction - Class in org.h2.expression.analysis
A window function.
WindowFunction(WindowFunctionType, Select, Expression[]) - Constructor for class org.h2.expression.analysis.WindowFunction
Creates new instance of a window function.
WindowFunctionType - Enum in org.h2.expression.analysis
A type of a window function.
windowIconified(WindowEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
windowOpened(WindowEvent) - Method in class org.h2.tools.GUIConsole
INTERNAL
WITH - Static variable in class org.h2.util.ParserUtil
The token "WITH".
WITH_PARENTHESES - Static variable in class org.h2.expression.Expression
Wrap expression in parentheses unconditionally.
WITH_TIES_WITHOUT_ORDER_BY - Static variable in class org.h2.api.ErrorCode
The error with code 90122 is thrown when WITH TIES clause is used without ORDER BY clause.
WITH_VALUE - Enum constant in enum org.h2.jdbc.JdbcLob.State
A value is set.
WithKeys(long, ResultInterface) - Constructor for class org.h2.result.ResultWithGeneratedKeys.WithKeys
Creates a result with update count and generated keys.
WITHOUT_PARENTHESES - Static variable in class org.h2.expression.Expression
Do not wrap expression in parentheses.
wrap(FileChannel) - Static method in class org.h2.mvstore.cache.FilePathCache
 
wrap(FilePath) - Method in class org.h2.store.fs.FilePathWrapper
Create a wrapped path instance for the given base path.
wrap(Column[]) - Static method in class org.h2.table.IndexColumn
Create an array of index columns from a list of columns.
wrapException(String, Exception) - Static method in class org.h2.table.TableLink
Wrap a SQL exception that occurred while accessing a linked table.
wrapInputStream(InputStream, String, String) - Static method in class org.h2.tools.CompressTool
INTERNAL
wrapOutputStream(OutputStream, String, String) - Static method in class org.h2.tools.CompressTool
INTERNAL
write(byte[]) - Method in class org.h2.store.FileStoreOutputStream
 
write(byte[], int, int) - Method in class org.h2.compress.LZFOutputStream
 
write(byte[], int, int) - Method in class org.h2.security.SecureFileStore
 
write(byte[], int, int) - Method in class org.h2.store.Data
Append a number of bytes to this buffer.
write(byte[], int, int) - Method in class org.h2.store.FileStore
Write a number of bytes.
write(byte[], int, int) - Method in class org.h2.store.FileStoreOutputStream
 
write(int) - Method in class org.h2.compress.LZFOutputStream
 
write(int) - Method in class org.h2.store.FileStoreOutputStream
 
write(int, int, String, Throwable) - Method in class org.h2.message.TraceSystem
 
write(int, int, String, Throwable) - Method in class org.h2.message.TraceWriterAdapter
 
write(int, String, String, Throwable) - Method in class org.h2.message.TraceSystem
 
write(int, String, String, Throwable) - Method in class org.h2.message.TraceWriterAdapter
 
write(Writer, ResultSet) - Method in class org.h2.tools.Csv
Writes the result set to a file in the CSV format.
write(String, ResultSet, String) - Method in class org.h2.tools.Csv
Writes the result set to a file in the CSV format.
write(ByteBuffer) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
write(ByteBuffer) - Method in class org.h2.store.fs.FakeFileChannel
 
write(ByteBuffer) - Method in class org.h2.store.fs.FileBaseDefault
 
write(ByteBuffer[], int, int) - Method in class org.h2.store.fs.FakeFileChannel
 
write(ByteBuffer[], int, int) - Method in class org.h2.store.fs.FileBase
 
write(ByteBuffer, long) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
 
write(ByteBuffer, long) - Method in class org.h2.store.fs.encrypt.FileEncrypt
 
write(ByteBuffer, long) - Method in class org.h2.store.fs.FakeFileChannel
 
write(ByteBuffer, long) - Method in class org.h2.store.fs.FileBase
 
write(Connection, String, String, String) - Method in class org.h2.tools.Csv
Writes the result set of a query to a file in the CSV format.
write(Chunk, WriteBuffer, List) - Method in class org.h2.mvstore.Page
Store the page and update the position.
write(WriteBuffer, byte[]) - Method in class org.h2.mvstore.type.ByteArrayDataType
 
write(WriteBuffer, Long) - Method in class org.h2.mvstore.type.LongDataType
 
write(WriteBuffer, Object) - Method in class org.h2.mvstore.type.ObjectDataType
 
write(WriteBuffer, Object, int) - Method in class org.h2.mvstore.db.NullValueDataType
 
write(WriteBuffer, Object, int) - Method in class org.h2.mvstore.tx.VersionedValueType
 
write(WriteBuffer, Object, int) - Method in class org.h2.mvstore.type.BasicDataType
 
write(WriteBuffer, Object, int) - Method in interface org.h2.mvstore.type.DataType
Write a list of objects.
write(WriteBuffer, String) - Method in class org.h2.mvstore.type.StringDataType
 
write(WriteBuffer, LobStorageMap.BlobMeta) - Method in class org.h2.mvstore.db.LobStorageMap.BlobMeta.Type
 
write(WriteBuffer, LobStorageMap.BlobReference) - Method in class org.h2.mvstore.db.LobStorageMap.BlobReference.Type
 
write(WriteBuffer, Spatial) - Method in class org.h2.mvstore.rtree.SpatialDataType
 
write(WriteBuffer, DataType) - Method in class org.h2.mvstore.type.MetaType
 
write(WriteBuffer, SearchRow) - Method in class org.h2.mvstore.db.RowDataType
 
write(WriteBuffer, Value) - Method in class org.h2.mvstore.db.NullValueDataType
 
write(WriteBuffer, Value) - Method in class org.h2.mvstore.db.ValueDataType
 
write(WriteBuffer, VersionedValue) - Method in class org.h2.mvstore.tx.VersionedValueType
 
write(WriteBuffer, T) - Method in class org.h2.mvstore.type.BasicDataType
 
write(WriteBuffer, T) - Method in interface org.h2.mvstore.type.DataType
Write an object.
WRITE - Static variable in interface org.h2.store.fs.Recorder
Write to the file.
WRITE_DELAY - Static variable in class org.h2.command.dml.SetTypes
The type of a SET WRITE_DELAY statement.
WRITE_LOCK - Static variable in class org.h2.table.Table
Write lock.
writeBack(CacheObject) - Method in interface org.h2.util.CacheWriter
Persist a record.
writeBoolean(boolean) - Method in class org.h2.value.Transfer
Write a boolean.
WriteBuffer - Class in org.h2.mvstore
An auto-resize buffer to write data into a ByteBuffer.
WriteBuffer() - Constructor for class org.h2.mvstore.WriteBuffer
 
WriteBuffer(int) - Constructor for class org.h2.mvstore.WriteBuffer
 
writeByte(byte) - Method in class org.h2.value.Transfer
Write a byte.
writeBytes - Variable in class org.h2.mvstore.FileStore
The number of written bytes.
writeBytes(byte[]) - Method in class org.h2.value.Transfer
Write a byte array.
writeBytes(byte[], int, int) - Method in class org.h2.value.Transfer
Write a number of bytes.
writeChildren(WriteBuffer, boolean) - Method in class org.h2.mvstore.Page
Write page children to the buff.
writeColumn(Transfer, ResultInterface, int) - Static method in class org.h2.result.ResultColumn
Write a result column to the given output.
writeColumns(StringBuilder, Column[], int) - Static method in class org.h2.table.Column
Appends the specified columns to the specified builder.
writeColumns(StringBuilder, Column[], String, String, int) - Static method in class org.h2.table.Column
Appends the specified columns to the specified builder.
writeColumns(StringBuilder, IndexColumn[], int) - Static method in class org.h2.table.IndexColumn
Appends the specified columns to the specified builder.
writeColumns(StringBuilder, IndexColumn[], int, int, int) - Static method in class org.h2.table.IndexColumn
Appends the specified columns to the specified builder.
writeColumns(StringBuilder, IndexColumn[], String, String, int) - Static method in class org.h2.table.IndexColumn
Appends the specified columns to the specified builder.
writeCount - Variable in class org.h2.mvstore.FileStore
The number of write operations.
writeDirect(byte[], int, int) - Method in class org.h2.security.SecureFileStore
 
writeDirect(byte[], int, int) - Method in class org.h2.store.FileStore
Write a number of bytes without encrypting.
writeDouble(byte[], int, double) - Static method in class org.h2.util.Bits
Writes a double value to the byte array at the given position in big-endian order.
writeDoubleLE(byte[], int, double) - Static method in class org.h2.util.Bits
Writes a double value to the byte array at the given position in little-endian order.
writeExpressions(StringBuilder, List, int) - Static method in class org.h2.expression.Expression
Get the SQL snippet for a list of expressions.
writeExpressions(StringBuilder, Expression[], int) - Static method in class org.h2.expression.Expression
Get the SQL snippet for an array of expressions.
writeFully(long, ByteBuffer) - Method in class org.h2.mvstore.FileStore
Write to the file.
writeFully(long, ByteBuffer) - Method in class org.h2.mvstore.OffHeapStore
 
writeFully(FileChannel, long, ByteBuffer) - Static method in class org.h2.mvstore.DataUtils
Write to a file channel.
writeFully(FileChannel, ByteBuffer) - Static method in class org.h2.store.fs.FileUtils
Fully write to the file.
writeInt(byte[], int, int) - Static method in class org.h2.util.Bits
Writes a int value to the byte array at the given position in big-endian order.
writeInt(int) - Method in class org.h2.store.Data
Write an integer at the current position.
writeInt(int) - Method in class org.h2.value.Transfer
Write an int.
writeIntLE(byte[], int, int) - Static method in class org.h2.util.Bits
Writes a int value to the byte array at the given position in little-endian order.
writeLong(byte[], int, long) - Static method in class org.h2.util.Bits
Writes a long value to the byte array at the given position in big-endian order.
writeLong(long) - Method in class org.h2.value.Transfer
Write a long.
writeLong(WriteBuffer, long) - Static method in class org.h2.mvstore.db.ValueDataType
Writes a long.
writeLongLE(byte[], int, long) - Static method in class org.h2.util.Bits
Writes a long value to the byte array at the given position in little-endian order.
writeMetaData(Transfer, ParameterInterface) - Static method in class org.h2.expression.ParameterRemote
Write the parameter meta data to the transfer object.
writeRowCount(long) - Method in class org.h2.value.Transfer
Write a row count.
writeString(String) - Method in class org.h2.value.Transfer
Write a string.
writeStringData(ByteBuffer, String, int) - Static method in class org.h2.mvstore.DataUtils
Write characters from a string (without the length).
writeTypeInfo(TypeInfo) - Method in class org.h2.value.Transfer
Write value type, precision, and scale.
writeValue(Value) - Method in class org.h2.value.Transfer
Write a value.
writeValues(WriteBuffer) - Method in class org.h2.mvstore.Page
Write values that the buffer contains to the buff.
writeVariableInt(byte[], int, int) - Static method in class org.h2.tools.CompressTool
Write a variable size integer using Rice coding.
writeVarInt(OutputStream, int) - Static method in class org.h2.mvstore.DataUtils
Write a variable size int.
writeVarInt(ByteBuffer, int) - Static method in class org.h2.mvstore.DataUtils
Write a variable size int.
writeVarLong(OutputStream, long) - Static method in class org.h2.mvstore.DataUtils
Write a variable size long.
writeVarLong(ByteBuffer, long) - Static method in class org.h2.mvstore.DataUtils
Write a variable size long.
WRONG_PASSWORD_FORMAT - Static variable in class org.h2.api.ErrorCode
The error with code 90050 is thrown when trying to open an encrypted database, but not separating the file password from the user password.
WRONG_USER_OR_PASSWORD - Static variable in class org.h2.api.ErrorCode
The error with code 28000 is thrown when there is no such user registered in the database, when the user password does not match, or when the database encryption password does not match (if database encryption is used).
WRONG_XID_FORMAT_1 - Static variable in class org.h2.api.ErrorCode
The error with code 90101 is thrown when the XA API detected unsupported transaction names.

X

X - Static variable in class org.h2.util.geometry.GeometryUtils
Number of X coordinate.
XA_DATA_SOURCE - Static variable in class org.h2.message.TraceObject
The trace type id for XA data sources.
XID - Static variable in class org.h2.message.TraceObject
The trace type id for transaction ids.
xmlAttr(String, String) - Static method in class org.h2.util.StringUtils
Creates an XML attribute of the form name="value".
XMLATTR - Static variable in class org.h2.expression.function.XMLFunction
XMLATTR() (non-standard).
xmlCData(String) - Static method in class org.h2.util.StringUtils
Converts the data to a CDATA element.
XMLCDATA - Static variable in class org.h2.expression.function.XMLFunction
XMLCDATA() (non-standard).
xmlComment(String) - Static method in class org.h2.util.StringUtils
Escapes a comment.
XMLCOMMENT - Static variable in class org.h2.expression.function.XMLFunction
XMLCOMMENT() (non-standard).
XMLFunction - Class in org.h2.expression.function
An XML function.
XMLFunction(int) - Constructor for class org.h2.expression.function.XMLFunction
 
xmlNode(String, String, String) - Static method in class org.h2.util.StringUtils
Create an XML node with optional attributes and content.
xmlNode(String, String, String, boolean) - Static method in class org.h2.util.StringUtils
Create an XML node with optional attributes and content.
XMLNODE - Static variable in class org.h2.expression.function.XMLFunction
XMLNODE() (non-standard).
xmlStartDoc() - Static method in class org.h2.util.StringUtils
Returns <?
XMLSTARTDOC - Static variable in class org.h2.expression.function.XMLFunction
XMLSTARTDOC() (non-standard).
xmlText(String) - Static method in class org.h2.util.StringUtils
Escapes an XML text element.
xmlText(String, boolean) - Static method in class org.h2.util.StringUtils
Escapes an XML text element.
XMLTEXT - Static variable in class org.h2.expression.function.XMLFunction
XMLTEXT() (non-standard).
XTEA - Class in org.h2.security
An implementation of the XTEA block cipher algorithm.
XTEA() - Constructor for class org.h2.security.XTEA
 

Y

Y - Static variable in class org.h2.util.geometry.GeometryUtils
Number of Y coordinate.
YEAR - Enum constant in enum org.h2.api.IntervalQualifier
YEAR
YEAR - Static variable in class org.h2.expression.function.DateTimeFunction
Year.
YEAR - Static variable in class org.h2.util.ParserUtil
The token "YEAR".
YEAR_TO_MONTH - Enum constant in enum org.h2.api.IntervalQualifier
YEAR TO MONTH
yearFromDateValue(long) - Static method in class org.h2.util.DateTimeUtils
Get the year from a date value.
yearsFromInterval(IntervalQualifier, boolean, long, long) - Static method in class org.h2.util.IntervalUtils
Returns years value of interval, if any.
YMD - Static variable in class org.h2.bnf.RuleFixed
 

Z

Z - Static variable in class org.h2.util.geometry.GeometryUtils
Number of Z coordinate.
ZERO - Static variable in class org.h2.value.ValueDecfloat
The value 'zero'.
ZERO - Static variable in class org.h2.value.ValueDouble
The value 0.
ZERO - Static variable in class org.h2.value.ValueJson
0 JSON value.
ZERO - Static variable in class org.h2.value.ValueNumeric
The value 'zero'.
ZERO - Static variable in class org.h2.value.ValueReal
The value 0.
ZERO_BITS - Static variable in class org.h2.value.ValueDouble
Double.doubleToLongBits(0d)
ZERO_BITS - Static variable in class org.h2.value.ValueReal
Float.floatToIntBits(0f).
zeroBasedEnums - Variable in class org.h2.engine.DbSettings
Database setting ZERO_BASED_ENUMS (default: false).
zeroBasedEnums() - Method in interface org.h2.engine.CastDataProvider
Returns are ENUM values 0-based.
zeroBasedEnums() - Method in class org.h2.engine.Database
 
zeroBasedEnums() - Method in class org.h2.engine.SessionLocal
 
zeroBasedEnums() - Method in class org.h2.engine.SessionRemote
 
zeroBasedEnums() - Method in class org.h2.jdbc.JdbcConnection
 
zeroExLiteralsAreBinaryStrings - Variable in class org.h2.engine.Mode
If true 0x-prefixed numbers are parsed as binary string literals, if false they are parsed as hexadecimal numeric values.
zonedDateTimeToValue(ZonedDateTime) - Static method in class org.h2.util.JSR310Utils
Converts a ZonedDateTime to a Value.

_

_ROWID_ - Static variable in class org.h2.util.ParserUtil
The token "_ROWID_".
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form