- 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]
- ABS - Static variable in class org.h2.expression.Function
-
- 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.
- 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.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
-
- actionPerformed(ActionEvent) - Method in class org.h2.tools.Console
-
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(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(Column) - Method in class org.h2.engine.GeneratedKeys
-
Remembers columns with generated keys.
- add(Session, Row) - Method in class org.h2.index.FunctionIndex
-
- add(Session, Row) - Method in class org.h2.index.HashIndex
-
- add(Session, Row) - Method in interface org.h2.index.Index
-
Add a row to the index.
- add(Session, Row) - Method in class org.h2.index.LinkedIndex
-
- add(Session, Row) - Method in class org.h2.index.MetaIndex
-
- add(Session, Row) - Method in class org.h2.index.MultiVersionIndex
-
- add(Session, Row) - Method in class org.h2.index.NonUniqueHashIndex
-
- add(Session, Row) - Method in class org.h2.index.PageBtreeIndex
-
- add(Session, Row) - Method in class org.h2.index.PageDataIndex
-
- add(Session, Row) - Method in class org.h2.index.PageDelegateIndex
-
- add(Session, Row) - Method in class org.h2.index.RangeIndex
-
- add(Session, Row) - Method in class org.h2.index.ScanIndex
-
- add(Session, Row) - Method in class org.h2.index.SpatialTreeIndex
-
- add(Session, Row) - Method in class org.h2.index.TreeIndex
-
- add(Session, Row) - Method in class org.h2.index.ViewIndex
-
- add(K) - Method in class org.h2.mvstore.ConcurrentArrayList
-
Add an element at the end.
- add(Session, Row) - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- add(Session, Row) - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- add(Session, Row) - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- add(Session, Row) - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- add(SpatialKey, V) - Method in class org.h2.mvstore.rtree.MVRTreeMap
-
Add a given key-value pair.
- add(Row) - Method in class org.h2.result.RowList
-
Add a row to the list.
- add(SchemaObject) - Method in class org.h2.schema.Schema
-
Add an object to this schema.
- add(int[], int, int, int) - Static method in class org.h2.store.Page
-
Add a value to a subset of the array.
- ADD - Static variable in class org.h2.store.PageLog
-
Add a record to a table.
- add(int) - Method in class org.h2.util.IntArray
-
Append a value.
- add(ResultSet) - Method in class org.h2.util.MergedResultSet
-
Appends a result set.
- add(Value) - Method in class org.h2.value.Value
-
Add a value and return the result.
- add(Value) - Method in class org.h2.value.ValueByte
-
- add(Value) - Method in class org.h2.value.ValueDecimal
-
- 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.ValueFloat
-
- add(Value) - Method in class org.h2.value.ValueInt
-
- add(Value) - Method in class org.h2.value.ValueLong
-
- add(Value) - Method in class org.h2.value.ValueShort
-
- 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.ValueTimestampTimeZone
-
- ADD_MONTHS - Static variable in class org.h2.expression.Function
-
- 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(String) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Calling this method is not legal on a PreparedStatement.
- addBatch() - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Adds the current settings to the batch.
- addBatch(String) - Method in class org.h2.jdbc.JdbcStatement
-
Adds a statement to the batch.
- addBufferedRows(List<String>) - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- addBufferedRows(List<String>) - Method in interface org.h2.mvstore.db.MVIndex
-
Add all the index data from the buffers to the index.
- addBufferedRows(List<String>) - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- addBufferedRows(List<String>) - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- addCheckConstraint(Session, Expression) - Method in class org.h2.table.Column
-
Add a check constraint expression to this column.
- 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(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
-
- 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.
- addCondition(Expression) - Method in class org.h2.command.dml.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.
- addConstraintCommand(DefineCommand) - Method in class org.h2.command.ddl.CommandWithColumns
-
Add a constraint statement to this statement.
- addDatabaseObject(Session, 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<DbObject>) - Method in class org.h2.table.Table
-
Add all objects that this table depends on to the hash set.
- addDependencies(HashSet<DbObject>) - 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.
- addExplicitNullPosition(int) - Static method in class org.h2.result.SortOrder
-
- addFile(String, Object) - Method in class org.h2.util.TempFileDeleter
-
Add a file to the list of temp files to delete.
- addFilterCondition(Expression, boolean) - Method in class org.h2.table.TableFilter
-
Add a filter condition.
- addFilterConditions(TableFilter, boolean) - Method in class org.h2.expression.Comparison
-
- addFilterConditions(TableFilter, boolean) - Method in class org.h2.expression.ConditionAndOr
-
- addFilterConditions(TableFilter, boolean) - Method in class org.h2.expression.ConditionNot
-
- addFilterConditions(TableFilter, boolean) - 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.dml.Query
-
Add a condition to the query.
- addGlobalCondition(Parameter, int, int) - Method in class org.h2.command.dml.Select
-
- addGlobalCondition(Parameter, int, int) - Method in class org.h2.command.dml.SelectUnion
-
- addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2.mvstore.db.MVTable
-
- addIndex(PageIndex) - Method in class org.h2.store.PageStore
-
Add an index to the in-memory index map.
- addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2.table.FunctionTable
-
- addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2.table.MetaTable
-
- addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2.table.RangeTable
-
- addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2.table.RegularTable
-
- addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2.table.Table
-
Create an index for this table
- addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2.table.TableLink
-
- addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2.table.TableView
-
- 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.Session
-
Add a local temporary table to this session.
- addLocalTempTableConstraint(Constraint) - Method in class org.h2.engine.Session
-
Add a local temporary constraint to this session.
- addLocalTempTableIndex(Index) - Method in class org.h2.engine.Session
-
Add a local temporary index to this session.
- addLock(Table) - Method in class org.h2.engine.Session
-
Add a lock for the given table.
- addLogPos(int, int) - Method in class org.h2.engine.Session
-
Called when a log entry for this session is added.
- addMeta(PageIndex, Session) - Method in class org.h2.store.PageStore
-
Add the meta data of an index.
- addNaturalJoinColumn(Column) - Method in class org.h2.table.TableFilter
-
Add a column to the natural join key column list.
- addNextDropTable(DropTable) - Method in class org.h2.command.ddl.DropTable
-
Chain another drop table statement to this statement.
- addNodeKeys(ArrayList<SpatialKey>, Page) - Method in class org.h2.mvstore.rtree.MVRTreeMap
-
Add all node keys (including internal bounds) to the given list.
- addObject(int, Object) - Method in class org.h2.util.SmallMap
-
Add an object to the map.
- addProcedure(Procedure) - Method in class org.h2.engine.Session
-
Add a procedure to this session.
- 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(Expression[]) - Method in class org.h2.command.dml.Insert
-
Add a row to this merge statement.
- addRow(Value[]) - Method in class org.h2.command.dml.Insert
-
- addRow(Expression[]) - Method in class org.h2.command.dml.Merge
-
Add a row to this merge statement.
- addRow(Expression[]) - Method in class org.h2.command.dml.Replace
-
Add a row to this replace statement.
- addRow(Session, Row) - Method in class org.h2.mvstore.db.MVTable
-
- 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.ResultTempTable
-
- addRow(Session, Row) - Method in class org.h2.table.FunctionTable
-
- addRow(Session, Row) - Method in class org.h2.table.MetaTable
-
- addRow(Session, Row) - Method in class org.h2.table.RangeTable
-
- addRow(Session, Row) - Method in class org.h2.table.RegularTable
-
- addRow(Session, Row) - Method in class org.h2.table.Table
-
Add a row to the table and all indexes.
- addRow(Session, Row) - Method in class org.h2.table.TableLink
-
- addRow(Session, Row) - Method in class org.h2.table.TableView
-
- addRow(Object...) - Method in class org.h2.tools.SimpleResultSet
-
Add a new row to the result set.
- addRows(ArrayList<Value[]>) - Method in interface org.h2.result.ResultExternal
-
Add a number of rows to the result.
- addRows(ArrayList<Value[]>) - Method in class org.h2.result.ResultTempTable
-
- addRowsToBuffer(List<Row>, String) - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- addRowsToBuffer(List<Row>, String) - Method in interface org.h2.mvstore.db.MVIndex
-
Add the rows to a temporary storage (not to the index yet).
- addRowsToBuffer(List<Row>, String) - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- addRowsToBuffer(List<Row>, String) - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- addSavepoint(String) - Method in class org.h2.engine.Session
-
Create a savepoint that is linked to the current log position.
- addSchemaObject(Session, SchemaObject) - Method in class org.h2.engine.Database
-
Add a schema object to the database.
- addSearchRows(SearchRow, SearchRow) - Method in interface org.h2.index.IndexLookupBatch
-
Add search row pair to the batch.
- 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.
- addSQL(String) - Method in exception 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(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.dml.Select
-
Add a table to the query.
- addTemporaryLob(Value) - Method in class org.h2.engine.Session
-
- addTemporaryLob(Value) - Method in interface org.h2.engine.SessionInterface
-
Add a temporary LOB, which is closed when the session commits.
- addTemporaryLob(Value) - Method in class org.h2.engine.SessionRemote
-
- addTemporaryResult(ResultInterface) - Method in class org.h2.engine.Session
-
Remember the result set and close it as soon as the transaction is
committed (if it needs to be closed).
- addTrigger(TriggerObject) - Method in class org.h2.table.Table
-
Add a trigger to this table.
- addWords(FullTextSettings, Set<String>, Reader) - Static method in class org.h2.fulltext.FullText
-
Add all words in the given text to the hash set.
- addWords(FullTextSettings, Set<String>, 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
- afterWriting() - Method in class org.h2.engine.Database
-
This method is called after updates are finished.
- afterWriting() - Method in class org.h2.engine.Session
-
- afterWriting() - Method in interface org.h2.engine.SessionInterface
-
Called after writing has ended.
- afterWriting() - Method in class org.h2.engine.SessionRemote
-
- afterWriting() - Method in class org.h2.jdbc.JdbcConnection
-
INTERNAL.
- Aggregate - Interface in org.h2.api
-
A user-defined aggregate function needs to implement this interface.
- AGGREGATE - Static variable in interface org.h2.engine.DbObject
-
This object is a user-defined aggregate function.
- Aggregate - Class in org.h2.expression
-
Implements the integrated aggregate functions, such as COUNT, MAX, SUM.
- Aggregate(Aggregate.AggregateType, Expression, Select, boolean) - Constructor for class org.h2.expression.Aggregate
-
Create a new aggregate object.
- Aggregate.AggregateType - Enum in org.h2.expression
-
- 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.
- 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.DbSettings
-
Database setting ALIAS_COLUMN_NAME
(default: false).
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().
- 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.
- allColumnsForTableFilters(TableFilter[]) - Static method in class org.h2.expression.ExpressionVisitor
-
Get the set of columns of all tables.
- allocate(int) - Method in class org.h2.mvstore.FileStore
-
Allocate a number of blocks and mark them as used.
- 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.
- allocatePage() - Method in class org.h2.store.PageStore
-
Allocate a page.
- 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).
- allowAffinityKey - Variable in class org.h2.engine.Mode
-
Whether AFFINITY KEY keywords are supported.
- 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: *).
Comma separated list of class names or prefixes.
- allowGlobalConditions() - Method in class org.h2.command.dml.Query
-
Check whether adding condition to the query is allowed.
- allowGlobalConditions() - Method in class org.h2.command.dml.Select
-
- allowGlobalConditions() - Method in class org.h2.command.dml.SelectUnion
-
- allowIndex(Index) - Method in class org.h2.table.IndexHints
-
Allow an index to be used.
- allowPlusForStringConcat - Variable in class org.h2.engine.Mode
-
Text can be concatenated using '+'.
- 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_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 a ALTER SCHEMA RENAME statement.
- ALTER_SEQUENCE - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER SEQUENCE statement.
- ALTER_TABLE_ADD_COLUMN - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ADD statement.
- ALTER_TABLE_ADD_CONSTRAINT_CHECK - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ADD CHECK statement.
- ALTER_TABLE_ADD_CONSTRAINT_PRIMARY_KEY - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ADD PRIMARY KEY statement.
- ALTER_TABLE_ADD_CONSTRAINT_REFERENTIAL - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ADD FOREIGN KEY statement.
- ALTER_TABLE_ADD_CONSTRAINT_UNIQUE - Static variable in interface org.h2.command.CommandInterface
-
The type of a 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 a ALTER TABLE ALTER COLUMN SET DEFAULT statement.
- ALTER_TABLE_ALTER_COLUMN_NOT_NULL - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ALTER COLUMN SET NOT NULL statement.
- ALTER_TABLE_ALTER_COLUMN_NULL - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ALTER COLUMN SET NULL statement.
- ALTER_TABLE_ALTER_COLUMN_ON_UPDATE - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ALTER COLUMN SET ON UPDATE statement.
- ALTER_TABLE_ALTER_COLUMN_RENAME - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ALTER COLUMN RENAME statement.
- ALTER_TABLE_ALTER_COLUMN_SELECTIVITY - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ALTER COLUMN SELECTIVITY statement.
- ALTER_TABLE_ALTER_COLUMN_VISIBILITY - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE ALTER COLUMN SET INVISIBLE statement.
- ALTER_TABLE_DROP_COLUMN - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE DROP COLUMN statement.
- ALTER_TABLE_DROP_CONSTRAINT - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE DROP CONSTRAINT statement.
- ALTER_TABLE_RENAME - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE RENAME statement.
- ALTER_TABLE_RENAME_CONSTRAINT - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE RENAME CONSTRAINT statement.
- ALTER_TABLE_SET_REFERENTIAL_INTEGRITY - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER TABLE SET REFERENTIAL_INTEGRITY statement.
- ALTER_USER_ADMIN - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER USER ADMIN statement.
- ALTER_USER_RENAME - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER USER RENAME statement.
- ALTER_USER_SET_PASSWORD - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER USER SET PASSWORD statement.
- ALTER_VIEW - Static variable in interface org.h2.command.CommandInterface
-
The type of a ALTER VIEW statement.
- AlterIndexRename - Class in org.h2.command.ddl
-
This class represents the statement
ALTER INDEX RENAME
- AlterIndexRename(Session) - Constructor for class org.h2.command.ddl.AlterIndexRename
-
- AlterSchemaRename - Class in org.h2.command.ddl
-
This class represents the statement
ALTER SCHEMA RENAME
- AlterSchemaRename(Session) - Constructor for class org.h2.command.ddl.AlterSchemaRename
-
- AlterSequence - Class in org.h2.command.dml
-
This class represents the statement
ALTER SEQUENCE
- AlterSequence(Session, Schema) - Constructor for class org.h2.command.dml.AlterSequence
-
- AlterTableAddConstraint - Class in org.h2.command.ddl
-
This class represents the statement
ALTER TABLE ADD CONSTRAINT
- AlterTableAddConstraint(Session, Schema, 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 RESTART,
ALTER TABLE ALTER COLUMN SELECTIVITY,
ALTER TABLE ALTER COLUMN SET DEFAULT,
ALTER TABLE ALTER COLUMN SET NOT NULL,
ALTER TABLE ALTER COLUMN SET NULL,
ALTER TABLE ALTER COLUMN SET VISIBLE,
ALTER TABLE ALTER COLUMN SET INVISIBLE,
ALTER TABLE DROP COLUMN
- AlterTableAlterColumn(Session, 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(Session, Schema, boolean) - Constructor for class org.h2.command.ddl.AlterTableDropConstraint
-
- AlterTableRename - Class in org.h2.command.ddl
-
This class represents the statement
ALTER TABLE RENAME
- AlterTableRename(Session, 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(Session, 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(Session, 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(Session, 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(Session) - Constructor for class org.h2.command.ddl.AlterUser
-
- AlterView - Class in org.h2.command.ddl
-
This class represents the statement
ALTER VIEW
- AlterView(Session) - Constructor for class org.h2.command.ddl.AlterView
-
- 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 - Static variable in interface org.h2.command.CommandInterface
-
The type of a ANALYZE statement.
- Analyze - Class in org.h2.command.ddl
-
This class represents the statements
ANALYZE and ANALYZE TABLE
- Analyze(Session) - Constructor for class org.h2.command.ddl.Analyze
-
- analyzeAuto - Variable in class org.h2.engine.DbSettings
-
Database setting ANALYZE_AUTO
(default: 2000).
After changing this many rows, ANALYZE is automatically run for a table.
- analyzeSample - Variable in class org.h2.engine.DbSettings
-
Database setting ANALYZE_SAMPLE
(default: 10000).
The default sample size when analyzing a table.
- analyzeTable(Session, Table, int, boolean) - Static method in class org.h2.command.ddl.Analyze
-
Analyze this table.
- AND - Static variable in class org.h2.expression.ConditionAndOr
-
The AND condition type as in ID=1 AND NAME='Hello'.
- 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(String) - Method in class org.h2.util.StatementBuilder
-
Append a text.
- append(char) - Method in class org.h2.util.StatementBuilder
-
Append a character.
- append(long) - Method in class org.h2.util.StatementBuilder
-
Append a number.
- appendDate(StringBuilder, long) - Static method in class org.h2.util.DateTimeUtils
-
Append a date to the string builder.
- appendExceptFirst(String) - Method in class org.h2.util.StatementBuilder
-
Append a text, except when this method is called the first time.
- appendMap(StringBuilder, HashMap<String, ?>) - Static method in class org.h2.mvstore.DataUtils
-
Append a map to the string builder, sorted by key.
- appendMap(StringBuilder, String, String) - 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, int) - Static method in class org.h2.mvstore.DataUtils
-
Append a key-value pair to the string builder.
- appendOnlyFirst(String) - Method in class org.h2.util.StatementBuilder
-
Append a text, but only if appendExceptFirst was never called.
- appendTime(StringBuilder, long) - Static method in class org.h2.util.DateTimeUtils
-
Append a time to the string builder.
- appendTimeZone(StringBuilder, short) - Static method in class org.h2.util.DateTimeUtils
-
Append a time zone to the 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.util.ToChar.Capitalization
-
Applies this capitalization strategy to the specified string.
- areEqual(Value, Value) - Method in class org.h2.engine.Database
-
Check if two values are equal with the current comparison mode.
- areValuesEqual(Object, Object) - Method in class org.h2.mvstore.MVMap
-
Check whether the two values are equal.
- args - Variable in class org.h2.expression.Function
-
- ARRAY - Static variable in class org.h2.message.TraceObject
-
The trace type id for array objects.
- ARRAY - Static variable in class org.h2.value.Value
-
The value type for ARRAY values.
- ARRAY_CONTAINS - Static variable in class org.h2.expression.Function
-
- ARRAY_GET - Static variable in class org.h2.expression.Function
-
- ARRAY_LENGTH - Static variable in class org.h2.expression.Function
-
- arrayCombine(String[], char) - Static method in class org.h2.util.StringUtils
-
Combine an array of strings to one array using the given separator
character.
- arrayList() - Static method in class org.h2.util.New
-
Create a new ArrayList.
- arraySplit(String, char, boolean) - Static method in class org.h2.util.StringUtils
-
Split a string into an array of strings using the given separator.
- 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
-
- ASIN - Static variable in class org.h2.expression.Function
-
- ASSERT - Static variable in class org.h2.mvstore.MVStore
-
Whether assertions are enabled.
- asString(Object, int) - Static method in class org.h2.fulltext.FullText
-
INTERNAL.
- asString() - Method in class org.h2.mvstore.Chunk
-
Get the chunk data as a string.
- ATAN - Static variable in class org.h2.expression.Function
-
- ATAN2 - Static variable in class org.h2.expression.Function
-
- attributes - Variable in class org.h2.server.web.WebApp
-
The session attributes
- AUTO - Static variable in class org.h2.engine.GeneratedKeysMode
-
Generated keys should be configured automatically.
- AUTOCOMMIT - Static variable in class org.h2.expression.Function
-
- 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(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.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.
- autoIncrement - Variable in class org.h2.value.DataType
-
If this is an autoincrement type.
- available() - Method in class org.h2.store.FileStoreInputStream
-
- available() - Method in class org.h2.store.LobStorageBackend.LobInputStream
-
- available() - Method in class org.h2.store.RangeInputStream
-
- AZ_UNDERSCORE - Static variable in class org.h2.bnf.RuleFixed
-
- cache - Variable in class org.h2.server.web.WebApp
-
Whether the response can be cached.
- Cache - Interface in org.h2.util
-
The cache keeps frequently used objects in the main memory.
- cache(String) - Static method in class org.h2.util.StringUtils
-
Get the string from the cache if possible.
- 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_SIZE_DEFAULT - Static variable in class org.h2.engine.Constants
-
The default cache size in KB for each GB of RAM.
- 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(Session) - Method in class org.h2.table.Plan
-
Calculate the cost of this query plan.
- CALL - Static variable in interface org.h2.command.CommandInterface
-
The type of a CALL statement.
- Call - Class in org.h2.command.dml
-
This class represents the statement
CALL.
- Call(Session) - Constructor for class org.h2.command.dml.Call
-
- call() - Method in class org.h2.util.Task
-
The method to be implemented.
- 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() - Method in interface org.h2.engine.SessionInterface
-
Cancel the current or next command (called when closing a connection).
- cancel() - Method in class org.h2.engine.SessionRemote
-
- cancel() - Method in class org.h2.jdbc.JdbcStatement
-
Cancels a currently running statement.
- cancel(boolean) - Method in class org.h2.util.DoneFuture
-
- cancel(boolean) - Method in class org.h2.util.LazyFuture
-
- CANCEL_SESSION - Static variable in class org.h2.expression.Function
-
- 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.FunctionTable
-
- canDrop() - Method in class org.h2.table.MetaTable
-
- canDrop() - Method in class org.h2.table.RangeTable
-
- canDrop() - Method in class org.h2.table.RegularTable
-
- 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
-
- canFindNext() - Method in class org.h2.index.BaseIndex
-
- canFindNext() - Method in interface org.h2.index.Index
-
Check if the index can get the next higher value.
- canFindNext() - Method in class org.h2.index.MultiVersionIndex
-
- canFindNext() - Method in class org.h2.index.PageBtreeIndex
-
- canFindNext() - Method in class org.h2.index.PageDelegateIndex
-
- canFindNext() - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.FunctionIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.HashIndex
-
- canGetFirstOrLast() - Method in interface 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.LinkedIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.MetaIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.MultiVersionIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.NonUniqueHashIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.PageBtreeIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.PageDataIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.PageDelegateIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.RangeIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.ScanIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.SpatialTreeIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.TreeIndex
-
- canGetFirstOrLast() - Method in class org.h2.index.ViewIndex
-
- 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
-
- canGetFirstOrLast() - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- canGetRowCount() - Method in class org.h2.mvstore.db.MVTable
-
- canGetRowCount() - Method in class org.h2.table.FunctionTable
-
- canGetRowCount() - Method in class org.h2.table.MetaTable
-
- canGetRowCount() - Method in class org.h2.table.RangeTable
-
- canGetRowCount() - Method in class org.h2.table.RegularTable
-
- canGetRowCount() - Method in class org.h2.table.Table
-
Check if the row count can be retrieved quickly.
- canGetRowCount() - Method in class org.h2.table.TableLink
-
- canGetRowCount() - Method in class org.h2.table.TableView
-
- canMove() - Method in class org.h2.store.Page
-
If this page can be moved.
- canMove() - Method in class org.h2.store.PageFreeList
-
- canMove() - Method in class org.h2.store.PageStreamData
-
- canMove() - Method in class org.h2.store.PageStreamTrunk
-
- 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.FunctionTable
-
- canReference() - Method in class org.h2.table.MetaTable
-
- canReference() - Method in class org.h2.table.RangeTable
-
- canReference() - Method in class org.h2.table.Table
-
Check if this table can be referenced.
- canReference() - Method in class org.h2.table.TableView
-
- canRemove() - Method in class org.h2.index.PageBtree
-
- canRemove() - Method in class org.h2.index.PageDataOverflow
-
- canRemove() - Method in class org.h2.store.PageFreeList
-
- canRemove() - Method in class org.h2.store.PageStreamData
-
- canRemove() - Method in class org.h2.store.PageStreamTrunk
-
- 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.BaseIndex
-
- canScan() - Method in class org.h2.index.FunctionIndex
-
- canScan() - Method in class org.h2.index.HashIndex
-
- canScan() - Method in interface org.h2.index.Index
-
Can this index iterate over all rows?
- canScan() - Method in class org.h2.index.MultiVersionIndex
-
- canScan() - Method in class org.h2.index.NonUniqueHashIndex
-
- canTruncate() - Method in class org.h2.mvstore.db.MVTable
-
- canTruncate() - Method in class org.h2.table.RegularTable
-
- canTruncate() - Method in class org.h2.table.Table
-
Check if this table can be truncated.
- canWrite() - Method in class org.h2.store.fs.FilePath
-
Check if the file is writable.
- canWrite() - Method in class org.h2.store.fs.FilePathDisk
-
- canWrite() - Method in class org.h2.store.fs.FilePathMem
-
- canWrite() - Method in class org.h2.store.fs.FilePathNioMem
-
- canWrite() - Method in class org.h2.store.fs.FilePathWrapper
-
- canWrite() - Method in class org.h2.store.fs.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.
- CASE - Static variable in class org.h2.expression.Function
-
- CaseInsensitiveConcurrentMap<V> - Class in org.h2.value
-
A concurrent hash map with a case-insensitive string key, that also allows
NULL as a key.
- CaseInsensitiveConcurrentMap() - Constructor for class org.h2.value.CaseInsensitiveConcurrentMap
-
- CaseInsensitiveMap<V> - Class in org.h2.value
-
A hash map with a case-insensitive string key.
- CaseInsensitiveMap() - Constructor for class org.h2.value.CaseInsensitiveMap
-
- caseSensitive - Variable in class org.h2.value.DataType
-
If this data type is an autoincrement type.
- CASEWHEN - Static variable in class org.h2.expression.Function
-
- CAST - Static variable in class org.h2.expression.Function
-
- CEILING - Static variable in class org.h2.expression.Function
-
- ceilingKey(K) - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Get the 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.
- CENTURY - Static variable in class org.h2.expression.Function
-
Pseudo functions for DATEADD, DATEDIFF, and EXTRACT.
- Change() - Constructor for class org.h2.mvstore.db.TransactionStore.Change
-
- CHANGE_ID - Static variable in class org.h2.engine.SessionRemote
-
- changeCount - Variable in class org.h2.store.Page
-
When this page was changed the last time.
- 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<Column>) - 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.expression.Function
-
- CHAR_LENGTH - Static variable in class org.h2.expression.Function
-
- 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 - Static variable in class org.h2.engine.SysProperties
-
System property h2.check
(default: true).
Assertions in the database engine.
- check(boolean, SpatialKey, SpatialKey) - Method in class org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
-
Check a given key.
- check(Object) - Static method in class org.h2.util.SynchronizedVerifier
-
Verify the object is not accessed concurrently.
- check(String[]) - Static method in class org.h2.value.ValueEnum
-
Check for any violations, such as empty
values, duplicate values.
- CHECK2 - Static variable in class org.h2.engine.SysProperties
-
System property h2.check2
(default: false).
Additional assertions in the database engine.
- 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 a 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
-
Check if this user has admin rights.
- 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.Session
-
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.
- checkClosed(boolean) - Method in class org.h2.jdbc.JdbcConnection
-
INTERNAL.
- checkClosed(boolean) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
- checkClosed(boolean) - Method in class org.h2.jdbc.JdbcStatement
-
INTERNAL.
- checkDeadlock(Session, Session, Set<Session>) - Method in class org.h2.mvstore.db.MVTable
-
- checkDeadlock(Session, Session, Set<Session>) - Method in class org.h2.table.RegularTable
-
- checkDeadlock(Session, Session, Set<Session>) - Method in class org.h2.table.Table
-
Check if a deadlock occurred.
- checkExistingData(Session) - Method in class org.h2.constraint.Constraint
-
Check the existing data.
- checkExistingData(Session) - Method in class org.h2.constraint.ConstraintCheck
-
- checkExistingData(Session) - Method in class org.h2.constraint.ConstraintReferential
-
- checkExistingData(Session) - Method in class org.h2.constraint.ConstraintUnique
-
- checkIndexColumnTypes(IndexColumn[]) - Static method in class org.h2.index.BaseIndex
-
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.User
-
Check that this user does not own any schema.
- checkParameterCount(int) - Method in class org.h2.expression.Function
-
Check if the parameter count is correct.
- checkParameterCount(int) - Method in class org.h2.expression.TableFunction
-
- 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 - Static variable in interface org.h2.command.CommandInterface
-
The type of a CHECKPOINT statement.
- checkpoint() - Method in class org.h2.engine.Database
-
Flush all changes and open a new transaction log.
- CHECKPOINT - Static variable in class org.h2.store.PageLog
-
Perform a checkpoint.
- checkpoint() - Method in class org.h2.store.PageStore
-
Flush all pending changes to disk, and switch the new transaction log.
- CHECKPOINT_SYNC - Static variable in interface org.h2.command.CommandInterface
-
The type of a CHECKPOINT SYNC statement.
- checkpointIfRequired() - Method in class org.h2.engine.Database
-
Flush all changes when using the serialized mode, and if there are
pending changes, and some time has passed.
- 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
- checkPrecision(long) - Method in class org.h2.value.Value
-
Check if the precision is smaller or equal than the given precision.
- checkPrecision(long) - Method in class org.h2.value.ValueDecimal
-
- checkPrecision(long) - Method in class org.h2.value.ValueTime
-
- checkPrecision(long) - Method in class org.h2.value.ValueTimestamp
-
- checkPrecision(long) - Method in class org.h2.value.ValueTimestampTimeZone
-
- checkRename() - Method in class org.h2.constraint.Constraint
-
- checkRename() - Method in class org.h2.engine.Comment
-
- checkRename() - Method in interface org.h2.engine.DbObject
-
Check if renaming is allowed.
- checkRename() - Method in class org.h2.engine.DbObjectBase
-
Check if this object can be renamed.
- checkRename() - Method in class org.h2.engine.FunctionAlias
-
- checkRename() - Method in class org.h2.engine.Right
-
- checkRename() - Method in class org.h2.engine.Role
-
- checkRename() - Method in class org.h2.engine.Setting
-
- checkRename() - Method in class org.h2.engine.User
-
- checkRename() - Method in class org.h2.engine.UserAggregate
-
- checkRename() - Method in class org.h2.engine.UserDataType
-
- checkRename() - Method in class org.h2.index.FunctionIndex
-
- checkRename() - Method in class org.h2.index.HashIndex
-
- checkRename() - Method in class org.h2.index.LinkedIndex
-
- checkRename() - Method in class org.h2.index.MetaIndex
-
- checkRename() - Method in class org.h2.index.MultiVersionIndex
-
- checkRename() - Method in class org.h2.index.NonUniqueHashIndex
-
- checkRename() - Method in class org.h2.index.PageBtreeIndex
-
- checkRename() - Method in class org.h2.index.PageDataIndex
-
- checkRename() - Method in class org.h2.index.PageDelegateIndex
-
- checkRename() - Method in class org.h2.index.RangeIndex
-
- checkRename() - Method in class org.h2.index.ScanIndex
-
- checkRename() - Method in class org.h2.index.SpatialTreeIndex
-
- checkRename() - Method in class org.h2.index.TreeIndex
-
- checkRename() - Method in class org.h2.index.ViewIndex
-
- checkRename() - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- checkRename() - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- checkRename() - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- checkRename() - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- checkRename() - Method in class org.h2.mvstore.db.MVTable
-
- checkRename() - Method in class org.h2.schema.Constant
-
- checkRename() - Method in class org.h2.schema.Schema
-
- checkRename() - Method in class org.h2.schema.Sequence
-
- checkRename() - Method in class org.h2.schema.TriggerObject
-
- checkRename() - Method in class org.h2.table.FunctionTable
-
- checkRename() - Method in class org.h2.table.MetaTable
-
- checkRename() - Method in class org.h2.table.RangeTable
-
- checkRename() - Method in class org.h2.table.RegularTable
-
- checkRename() - Method in class org.h2.table.TableLink
-
- checkRename() - Method in class org.h2.table.TableSynonym
-
- checkRename() - Method in class org.h2.table.TableView
-
- checkRight(Table, int) - Method in class org.h2.engine.User
-
Checks that this user has the given rights for this database object.
- checkRow(Session, Table, Row, Row) - Method in class org.h2.constraint.Constraint
-
Check if this row fulfils the constraint.
- checkRow(Session, Table, Row, Row) - Method in class org.h2.constraint.ConstraintCheck
-
- checkRow(Session, Table, Row, Row) - Method in class org.h2.constraint.ConstraintReferential
-
- checkRow(Session, Table, Row, Row) - Method in class org.h2.constraint.ConstraintUnique
-
- checkSchemaAdmin() - Method in class org.h2.engine.User
-
Check if this user has schema admin rights.
- 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
-
- checkSizeRemove() - Method in class org.h2.util.HashBase
-
Check the size before removing an entry.
- checksumTest(byte[], int, int) - Static method in class org.h2.store.PageStore
-
Check if the stored checksum is correct
- checkSupportAlter() - Method in class org.h2.mvstore.db.MVTable
-
- checkSupportAlter() - Method in class org.h2.table.FunctionTable
-
- checkSupportAlter() - Method in class org.h2.table.MetaTable
-
- checkSupportAlter() - Method in class org.h2.table.RangeTable
-
- checkSupportAlter() - Method in class org.h2.table.RegularTable
-
- 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
-
- 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.
- 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.
- clear(Object) - Method in class org.h2.engine.GeneratedKeys
-
Clears all information from previous runs and sets a new request for
gathering of generated keys.
- clear() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
-
Remove all entries.
- clear() - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Clear the map.
- 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.WriteBuffer
-
Clear the buffer after use.
- clear(int) - Method in class org.h2.util.BitField
-
Set bit at the given index to 'false'.
- 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.SoftHashMap
-
- 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.
- clearParameters() - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Clears all parameters.
- clearViewIndexCache() - Method in class org.h2.engine.Session
-
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/).
Directory where the trace files of the JDBC client are stored (only for
client / server).
- 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 CLOB values.
- clone() - Method in class org.h2.engine.ConnectionInfo
-
- 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.
- 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
-
- close() - Method in interface org.h2.engine.SessionInterface
-
Roll back pending transactions and close the session.
- 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(Session) - Method in class org.h2.index.FunctionIndex
-
- close(Session) - Method in class org.h2.index.HashIndex
-
- close(Session) - Method in interface org.h2.index.Index
-
Close this index.
- close(Session) - Method in class org.h2.index.LinkedIndex
-
- close(Session) - Method in class org.h2.index.MetaIndex
-
- close(Session) - Method in class org.h2.index.MultiVersionIndex
-
- close(Session) - Method in class org.h2.index.NonUniqueHashIndex
-
- close(Session) - Method in class org.h2.index.PageBtreeIndex
-
- close(Session) - Method in class org.h2.index.PageDataIndex
-
- close(Session) - Method in class org.h2.index.PageDelegateIndex
-
- close(Session) - Method in class org.h2.index.RangeIndex
-
- close(Session) - Method in class org.h2.index.ScanIndex
-
- close(Session) - Method in class org.h2.index.SpatialTreeIndex
-
- close(Session) - Method in class org.h2.index.TreeIndex
-
- close(Session) - Method in class org.h2.index.ViewIndex
-
- 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(Session) - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- close(Session) - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- close(Session) - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- close(Session) - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- close(Session) - Method in class org.h2.mvstore.db.MVTable
-
- close(long) - Method in class org.h2.mvstore.db.MVTableEngine.Store
-
Close the store.
- close() - Method in class org.h2.mvstore.db.TransactionStore
-
Close the transaction store.
- 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.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.ResultTempTable
-
- close() - Method in class org.h2.result.RowList
-
Close the result list and delete the temporary file.
- 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.fs.FileChannelOutputStream
-
- close() - Method in class org.h2.store.PageInputStream
-
- close() - Method in class org.h2.store.PageOutputStream
-
Close the stream.
- close() - Method in class org.h2.store.PageStore
-
Close the file without further writing.
- close() - Method in class org.h2.store.RangeInputStream
-
- close() - Method in class org.h2.store.RangeReader
-
- close(Session) - Method in class org.h2.table.FunctionTable
-
- close(Session) - Method in class org.h2.table.MetaTable
-
- close(Session) - Method in class org.h2.table.RangeTable
-
- close(Session) - Method in class org.h2.table.RegularTable
-
- close(Session) - Method in class org.h2.table.Table
-
Close the table object and flush changes.
- close(Session) - Method in class org.h2.table.TableLink
-
- close(Session) - Method in class org.h2.table.TableView
-
- 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.tools.TriggerAdapter
-
This method is called when the trigger is dropped.
- 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_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.
- closedByResultSet - Variable in class org.h2.jdbc.JdbcStatement
-
- closeFile() - Method in class org.h2.store.FileStore
-
Close the file.
- closeImmediately() - Method in class org.h2.mvstore.db.MVTableEngine.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
-
[Not supported]
- closeSilently() - Method in class org.h2.store.FileStore
-
Close the file without throwing any exceptions.
- closeSilently(Closeable) - Static method in class org.h2.util.IOUtils
-
Close a Closeable without throwing an exception.
- closeSilently(AutoCloseable) - Static method in class org.h2.util.IOUtils
-
Close an AutoCloseable without throwing an exception.
- closeSilently(InputStream) - Static method in class org.h2.util.IOUtils
-
Close an input stream without throwing an exception.
- closeSilently(Reader) - Static method in class org.h2.util.IOUtils
-
Close a reader without throwing an exception.
- closeSilently(Writer) - Static method in class org.h2.util.IOUtils
-
Close a writer without throwing an exception.
- closeSilently(Statement) - Static method in class org.h2.util.JdbcUtils
-
Close a statement without throwing an exception.
- 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(ServerSocket) - Static method in class org.h2.util.NetUtils
-
Close a server socket and ignore any exceptions.
- CloseWatcher - Class in org.h2.util
-
A phantom reference to watch for unclosed objects.
- CloseWatcher(Object, ReferenceQueue<Object>, Closeable) - 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
-
- 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: 32000).
The cache size for collation keys (in elements).
- collectPriority - Variable in class org.h2.mvstore.Chunk
-
The garbage collection priority.
- COLUMN - Static variable in class org.h2.bnf.context.DbContextRule
-
- Column - Class in org.h2.table
-
This class represents a column in a table.
- Column(String, int) - Constructor for class org.h2.table.Column
-
- Column(String, int, long, int, int) - Constructor for class org.h2.table.Column
-
- Column(String, int, long, int, int, String[]) - Constructor for class org.h2.table.Column
-
- column - Variable in class org.h2.table.IndexColumn
-
The column, or null if not set.
- COLUMN_ALIAS - Static variable in class org.h2.bnf.context.DbContextRule
-
- 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.
- COLUMN_NAME_RULES - Static variable in class org.h2.command.dml.SetTypes
-
The type of a SET COLUMN_NAME_RULES statement.
- 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.BaseIndex
-
- columnIndexExpr - Variable in class org.h2.command.dml.SelectOrderBy
-
The column index expression.
- columnName - Variable in class org.h2.table.IndexColumn
-
The column name.
- ColumnNamer - Class in org.h2.util
-
A factory for column names.
- ColumnNamer(Session) - Constructor for class org.h2.util.ColumnNamer
-
- ColumnNamerConfiguration - Class in org.h2.util
-
The configuration for the allowed column names.
- ColumnNamerConfiguration(int, String, String, String, boolean) - Constructor for class org.h2.util.ColumnNamerConfiguration
-
- 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.BaseIndex
-
- columns - Variable in class org.h2.table.Table
-
The columns of this table.
- 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 - Class in org.h2.command
-
Represents a SQL statement.
- command - Variable in class org.h2.jdbc.JdbcPreparedStatement
-
- 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.
- 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<Transfer>, String, int) - Constructor for class org.h2.command.CommandRemote
-
- CommandWithColumns - Class in org.h2.command.ddl
-
- CommandWithColumns(Session, Schema) - Constructor for class org.h2.command.ddl.CommandWithColumns
-
- COMMENT - Static variable in interface org.h2.command.CommandInterface
-
The type of a COMMENT statement.
- 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.engine.DbObject
-
This object is a comment.
- comment - Variable in class org.h2.engine.DbObjectBase
-
The comment (if set).
- COMMIT - Static variable in interface org.h2.command.CommandInterface
-
The type of a COMMIT statement.
- commit(boolean) - Method in class org.h2.engine.Session
-
Commit the current transaction.
- commit(int, Row) - Method in class org.h2.index.BaseIndex
-
- commit(int, Row) - Method in interface org.h2.index.Index
-
Commit the operation for a row.
- commit(int, Row) - Method in class org.h2.index.MultiVersionIndex
-
- commit(int, Row) - Method in class org.h2.index.PageDataIndex
-
- commit(int, Row) - Method in class org.h2.index.ScanIndex
-
- commit() - Method in class org.h2.jdbc.JdbcConnection
-
Commits the current transaction.
- commit(Xid, boolean) - Method in class org.h2.jdbcx.JdbcXAConnection
-
Commit a 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.db.TransactionStore.Transaction
-
Commit the transaction.
- commit() - Method in class org.h2.mvstore.MVStore
-
Commit the changes.
- commit() - Method in interface org.h2.result.Row
-
This record has been committed.
- commit() - Method in class org.h2.result.RowImpl
-
This record has been committed.
- COMMIT - Static variable in interface org.h2.store.InDoubtTransaction
-
The transaction state meaning this transaction is committed.
- COMMIT - Static variable in class org.h2.store.PageLog
-
A commit entry of a session.
- commit(Session) - Method in class org.h2.store.PageStore
-
Mark a committed transaction.
- commit(short, Row) - Method in class org.h2.table.RegularTable
-
- commit(short, Row) - Method in class org.h2.table.Table
-
Commit an operation (when using multi-version concurrency).
- 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.
- compact(int) - Method in class org.h2.store.PageStore
-
Shrink the file so there are no empty pages at the end.
- 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(long) - Method in class org.h2.mvstore.db.MVTableEngine.Store
-
Compact the database 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.
- compactMoveChunks(int, long) - Method in class org.h2.mvstore.MVStore
-
Compact the store by moving all chunks next to each other, if there is
free space between chunks.
- compactRewriteFully() - Method in class org.h2.mvstore.MVStore
-
Compact the store by moving all live pages to new chunks.
- compare(Value, Value) - Method in class org.h2.engine.Database
-
Compare two values with the current comparison mode.
- compare(Object, Object) - Method in class org.h2.mvstore.db.TransactionStore.ArrayType
-
- compare(Object, Object) - Method in class org.h2.mvstore.db.TransactionStore.VersionedValueType
-
- compare(Object, Object) - Method in class org.h2.mvstore.db.ValueDataType
-
- compare(Object, Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
-
- compare(Object, Object) - Method in interface org.h2.mvstore.type.DataType
-
Compare two keys.
- compare(Object, Object) - Method in class org.h2.mvstore.type.ObjectDataType
-
- compare(Object, Object) - Method in class org.h2.mvstore.type.StringDataType
-
- compare(Value[], Value[]) - Method in class org.h2.result.SortOrder
-
Compare two expression lists.
- compare(long[], long[]) - Method in class org.h2.tools.MultiDimension
-
- compare(String, String) - Method in class org.h2.value.CharsetCollator
-
- CompareLike - Class in org.h2.expression
-
Pattern matching comparison expression: WHERE NAME LIKE ?
- CompareLike(Database, Expression, Expression, Expression, boolean) - Constructor for class org.h2.expression.CompareLike
-
- CompareLike(CompareMode, String, Expression, Expression, Expression, boolean) - Constructor for class org.h2.expression.CompareLike
-
- 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, boolean) - Constructor for class org.h2.value.CompareMode
-
- CompareModeDefault - Class in org.h2.value
-
The default implementation of CompareMode.
- CompareModeDefault(String, int, boolean) - 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, boolean) - 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.
- 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) - Static method in class org.h2.result.SortOrder
-
Compare two expressions where one of them is NULL.
- compareRows(SearchRow, SearchRow) - Method in class org.h2.index.BaseIndex
-
- compareRows(SearchRow, SearchRow) - Method in interface org.h2.index.Index
-
Compare two rows.
- compareRows(SearchRow, SearchRow) - Method in class org.h2.index.MultiVersionIndex
-
- compareSecure(byte[], byte[]) - Static method in class org.h2.util.Utils
-
Compare two byte arrays.
- compareSecure(Value, CompareMode) - Method in class org.h2.value.Value
-
Compare the value with another value of the same type.
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueArray
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueBoolean
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueByte
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueBytes
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueDate
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueDecimal
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueDouble
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueEnum
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueEnumBase
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueFloat
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueGeometry
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueInt
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueLob
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueLobDb
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueLong
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueNull
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueResultSet
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueShort
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueString
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueStringIgnoreCase
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueTime
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueTimestamp
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueTimestampTimeZone
-
- compareSecure(Value, CompareMode) - Method in class org.h2.value.ValueUuid
-
- 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(FunctionAlias.JavaMethod) - Method in class org.h2.engine.FunctionAlias.JavaMethod
-
- compareTo(MetaRecord) - Method in class org.h2.engine.MetaRecord
-
Sort the list of meta records by 'create order'.
- compareTo(ConnectionInfo) - Method in class org.h2.server.web.ConnectionInfo
-
- compareTo(CacheObject) - Method in class org.h2.util.CacheObject
-
- compareTo(Value, CompareMode) - Method in class org.h2.value.Value
-
Compare this value against another value using the specified compare
mode.
- compareTypeSafe(Value, Value) - Method in class org.h2.engine.Database
-
Compare two values with the current comparison mode.
- compareTypeSafe(Value, Value) - Method in class org.h2.table.Table
-
Compare two values with the current comparison mode.
- compareTypeSafe(Value, CompareMode) - Method in class org.h2.value.Value
-
Compare this value against another value given that the values are of the
same data type.
- Comparison - Class in org.h2.expression
-
Example comparison expressions are ID=1, NAME=NAME, NAME IS NULL.
- Comparison(Session, int, Expression, Expression) - Constructor for class org.h2.expression.Comparison
-
- compress(byte[], int, byte[], int) - Method in class org.h2.compress.CompressDeflate
-
- compress(byte[], int, byte[], int) - Method in class org.h2.compress.CompressLZF
-
- compress(ByteBuffer, int, byte[], int) - Method in class org.h2.compress.CompressLZF
-
Compress a number of bytes.
- compress(byte[], int, byte[], int) - Method in class org.h2.compress.CompressNo
-
- compress(byte[], int, byte[], int) - Method in interface org.h2.compress.Compressor
-
Compress a number of bytes.
- COMPRESS - Static variable in class org.h2.expression.Function
-
- compress() - Method in class org.h2.mvstore.MVStore.Builder
-
Compress data before writing using the LZF algorithm.
- compress(byte[], String) - Method in class org.h2.tools.CompressTool
-
Compressed the data using the specified algorithm.
- COMPRESS_LOB - Static variable in class org.h2.command.dml.SetTypes
-
The type of a SET COMPRESS_LOB statement.
- compressData - Variable in class org.h2.engine.DbSettings
-
Database setting COMPRESS
(default: false).
Compress data when storing.
- 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).
- 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
-
- CONCAT_WS - Static variable in class org.h2.expression.Function
-
- 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.
- ConcurrentArrayList<K> - Class in org.h2.mvstore
-
A very simple array list that supports concurrent access.
- ConcurrentArrayList() - Constructor for class org.h2.mvstore.ConcurrentArrayList
-
- ConditionAndOr - Class in org.h2.expression
-
An 'and' or 'or' condition as in WHERE ID=1 AND NAME=?
- ConditionAndOr(int, Expression, Expression) - Constructor for class org.h2.expression.ConditionAndOr
-
- ConditionExists - Class in org.h2.expression
-
An 'exists' condition as in WHERE EXISTS(SELECT ...)
- ConditionExists(Query) - Constructor for class org.h2.expression.ConditionExists
-
- ConditionIn - Class in org.h2.expression
-
An 'in' condition with a list of values, as in WHERE NAME IN(...)
- ConditionIn(Database, Expression, ArrayList<Expression>) - Constructor for class org.h2.expression.ConditionIn
-
Create a new IN(..) condition.
- ConditionInConstantSet - Class in org.h2.expression
-
Used for optimised IN(...) queries where the contents of the IN list are all
constant and of the same type.
- ConditionInConstantSet(Session, Expression, ArrayList<Expression>) - Constructor for class org.h2.expression.ConditionInConstantSet
-
Create a new IN(..) condition.
- ConditionInParameter - Class in org.h2.expression
-
A condition with parameter as = ANY(?)
.
- ConditionInParameter(Database, Expression, Parameter) - Constructor for class org.h2.expression.ConditionInParameter
-
Create a new = ANY(?)
condition.
- ConditionInSelect - Class in org.h2.expression
-
An 'in' condition with a subquery, as in WHERE ID IN(SELECT ...)
- ConditionInSelect(Database, Expression, Query, boolean, int) - Constructor for class org.h2.expression.ConditionInSelect
-
- ConditionNot - Class in org.h2.expression
-
A NOT condition.
- ConditionNot(Expression) - Constructor for class org.h2.expression.ConditionNot
-
- Config() - Constructor for class org.h2.mvstore.cache.CacheLongKeyLIRS.Config
-
- configure(String) - Method in class org.h2.util.ColumnNamerConfiguration
-
Configure the column namer.
- configure(Mode.ModeEnum) - Method in class org.h2.util.ColumnNamerConfiguration
-
Configure the rules.
- confirmRow(Row) - Method in class org.h2.engine.GeneratedKeys
-
Saves row with generated keys if any.
- 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(String) - Constructor for class org.h2.engine.ConnectionInfo
-
Create a connection info object.
- ConnectionInfo(String, Properties) - Constructor for class org.h2.engine.ConnectionInfo
-
Create a connection info object.
- 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.server.web.ConnectionInfo
-
- connectOrUpgrade(String, Properties) - Static method in class org.h2.upgrade.DbUpgrade
-
If the upgrade classes are present, upgrade the database, or connect
using the old version (if the parameter NO_UPGRADE is set to true).
- 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).
Up to this many procedures, the column names are listed.
- CONSOLE_MAX_TABLES_LIST_COLUMNS - Static variable in class org.h2.engine.SysProperties
-
System property h2.consoleTableColumns
(default: 500).
Up to this many tables, the column names are listed.
- CONSOLE_MAX_TABLES_LIST_INDEXES - Static variable in class org.h2.engine.SysProperties
-
System property h2.consoleTableIndexes
(default: 100).
Up to this many tables, the column type and indexes are listed.
- CONSOLE_STREAM - Static variable in class org.h2.engine.SysProperties
-
System property h2.consoleStream
(default: true).
H2 Console: stream query results.
- CONSOLE_TIMEOUT - Static variable in class org.h2.engine.SysProperties
-
System property h2.consoleTimeout
(default: 1800000).
H2 Console: session timeout in milliseconds.
- CONSTANT - Static variable in interface org.h2.engine.DbObject
-
This object is a constant.
- 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_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 interface 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.Type - Enum in org.h2.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_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.
- 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
-
- 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.
- contains(Value[]) - Method in class org.h2.result.ResultTempTable
-
- containsDistinct(Value[]) - Method in class org.h2.result.LazyResult
-
- containsDistinct(Value[]) - Method in class org.h2.result.LocalResult
-
Check if this result set contains the given row.
- containsDistinct(Value[]) - Method in interface org.h2.result.ResultInterface
-
Check if this result set contains the given row.
- containsDistinct(Value[]) - Method in class org.h2.result.ResultRemote
-
- containsKey(String) - Method in class org.h2.engine.SettingsBase
-
Check if the settings contains the given key.
- containsKey(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
-
Check whether there is a resident entry for the given key.
- containsKey(K) - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Whether the map contains the key.
- containsKey(Object) - Method in class org.h2.mvstore.MVMap
-
- containsKey(Object) - Method in class org.h2.value.CaseInsensitiveConcurrentMap
-
- containsKey(Object) - Method in class org.h2.value.CaseInsensitiveMap
-
- containsKey(Object) - Method in class org.h2.value.NullableKeyConcurrentMap
-
- containsUncommitted() - Method in class org.h2.engine.Session
-
Whether the session contains any uncommitted changes.
- containsValue(Object) - 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.DbStarter
-
- contextInitialized(ServletContextEvent) - Method in class org.h2.server.web.DbStarter
-
- convert(Value, int) - Method in interface org.h2.api.CustomDataTypesHandler
-
Convert the provided source value into value of given target data type
Shall implement conversions to and from custom data types.
- CONVERT - Static variable in class org.h2.expression.Function
-
- convert(Throwable) - Static method in exception org.h2.message.DbException
-
Convert a throwable to an SQL exception using the default mapping.
- convert(Value) - Method in class org.h2.table.Column
-
Convert a value to this column's type.
- convert(Value, Mode) - Method in class org.h2.table.Column
-
Convert a value to this column's type using the given
Mode
.
- convertAutoIncrementToSequence(Session, Schema, int, boolean) - Method in class org.h2.table.Column
-
Convert the auto-increment flag to a sequence that is linked with this
table.
- 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.
- convertDate(Value, Calendar) - Static method in class org.h2.util.DateTimeUtils
-
Convert the date to the specified time zone.
- convertDate(Date, Calendar) - Static method in class org.h2.util.DateTimeUtils
-
Convert a java.util.Date using the specified calendar.
- convertDateTimeValueToMillis(TimeZone, long, long) - Static method in class org.h2.util.DateTimeUtils
-
Convert an encoded date-time value to millis, using the supplied timezone.
- convertDateValueToDate(long) - Static method in class org.h2.util.DateTimeUtils
-
Convert an encoded date value to a java.util.Date, using the default
timezone.
- convertDateValueToTimestamp(long, long) - Static method in class org.h2.util.DateTimeUtils
-
Convert an encoded date value / time value to a timestamp, using the
default timezone.
- convertException(Exception) - Static method in class org.h2.fulltext.FullTextLucene
-
Convert an exception to a fulltext exception.
- convertHexToBytes(String) - Static method in class org.h2.util.StringUtils
-
Convert a hex encoded string to a byte array.
- convertInsertNullToZero - Variable in class org.h2.engine.Mode
-
When inserting data, if a column is defined to be NOT NULL and NULL is
inserted, then a 0 (or empty string, or the current timestamp for
timestamp columns) value is used.
- convertInvocation(InvocationTargetException, String) - Static method in exception org.h2.message.DbException
-
Convert an InvocationTarget exception to a database exception.
- convertIOException(IOException, String) - Static method in exception 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.
- convertNanoToTime(long) - Static method in class org.h2.util.DateTimeUtils
-
Convert a time value to a time, using the default timezone.
- 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.
- convertPrecision(long, boolean) - Method in class org.h2.value.Value
-
Convert the precision to the requested value.
- convertPrecision(long, boolean) - Method in class org.h2.value.ValueArray
-
- convertPrecision(long, boolean) - Method in class org.h2.value.ValueBytes
-
- convertPrecision(long, boolean) - Method in class org.h2.value.ValueDecimal
-
- convertPrecision(long, boolean) - Method in class org.h2.value.ValueLob
-
- convertPrecision(long, boolean) - Method in class org.h2.value.ValueLobDb
-
- convertPrecision(long, boolean) - Method in class org.h2.value.ValueResultSet
-
- convertPrecision(long, boolean) - Method in class org.h2.value.ValueString
-
- convertScale(long, int) - Static method in class org.h2.util.DateTimeUtils
-
Converts scale of nanoseconds.
- convertScale(boolean, int) - Method in class org.h2.value.Value
-
Convert the scale.
- convertScale(boolean, int) - Method in class org.h2.value.ValueDecimal
-
- convertScale(boolean, int) - Method in class org.h2.value.ValueTime
-
- convertScale(boolean, int) - Method in class org.h2.value.ValueTimestamp
-
- convertScale(boolean, int) - Method in class org.h2.value.ValueTimestampTimeZone
-
- 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(int) - Static method in class org.h2.value.DataType
-
Convert a SQL type to a value type.
- convertTime(Value, Calendar) - Static method in class org.h2.util.DateTimeUtils
-
Convert the time to the specified time zone.
- convertTime(Time, Calendar) - Static method in class org.h2.util.DateTimeUtils
-
Convert the time using the specified calendar.
- convertTimestamp(Value, Calendar) - Static method in class org.h2.util.DateTimeUtils
-
Convert the timestamp to the specified time zone.
- convertTimestamp(Timestamp, Calendar) - Static method in class org.h2.util.DateTimeUtils
-
Convert the timestamp using the specified calendar.
- convertTimestampTimeZoneToTimestamp(long, long, short) - Static method in class org.h2.util.DateTimeUtils
-
Convert an encoded date value / time value to a timestamp using the specified
time zone offset.
- convertTo(JdbcConnection, Value, Class<?>) - Static method in class org.h2.value.DataType
-
Convert a value to the specified class.
- convertTo(int) - Method in class org.h2.value.Value
-
Compare a value to the specified type.
- convertTo(int, int, Mode) - Method in class org.h2.value.Value
-
Compare a value to the specified type.
- convertTo(int, int, Mode, Object, String[]) - Method in class org.h2.value.Value
-
Compare a value to the specified type.
- convertTo(int, int, Mode, Object, String[]) - Method in class org.h2.value.ValueGeometry
-
- convertTo(int, int, Mode, Object, String[]) - Method in class org.h2.value.ValueLob
-
Convert a lob to another data type.
- convertTo(int, int, Mode, Object, String[]) - Method in class org.h2.value.ValueLobDb
-
Convert a lob to another data type.
- convertTo(int, int, Mode, Object, String[]) - Method in class org.h2.value.ValueNull
-
- convertToEnum(String[]) - Method in class org.h2.value.Value
-
Convert value to ENUM value
- convertToFileIfRequired(DataHandler) - Method in class org.h2.value.ValueLob
-
Store the lob data to a file if the size of the buffer is larger than the
maximum size for an in-place lob.
- convertToIOException(Throwable) - Static method in exception org.h2.message.DbException
-
Convert an exception to an IO exception.
- convertToValue(SessionInterface, Object, int) - Static method in class org.h2.value.DataType
-
Convert a Java object to a 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(int) - Static method in class org.h2.server.pg.PgServer
-
Convert the SQL type to a PostgreSQL type
- convertTypeToSQLType(int) - Static method in class org.h2.value.DataType
-
Convert a value type to a SQL type.
- copy(long) - Method in class org.h2.mvstore.Page
-
Create a copy of this page.
- copy(Column) - Method in class org.h2.table.Column
-
Copy the data of the source column into the current column.
- 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(byte[], byte[]) - Static method in class org.h2.util.Utils
-
Copy the contents of the source array to the target array.
- copy(DataHandler, int) - Method in class org.h2.value.Value
-
Copy a large value, to be used in the given table.
- copy(DataHandler, int) - Method in class org.h2.value.ValueLob
-
- copy(DataHandler, int) - Method in class org.h2.value.ValueLobDb
-
- 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.
- copyDirect(int, OutputStream) - Method in class org.h2.store.PageStore
-
Copy the next page to the output stream.
- 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.
- copyLob(ValueLobDb, int, long) - Method in class org.h2.store.LobStorageBackend
-
- copyLob(ValueLobDb, int, long) - Method in class org.h2.store.LobStorageFrontend
-
- copyLob(ValueLobDb, int, long) - Method in interface org.h2.store.LobStorageInterface
-
Copy a lob.
- copyLob(ValueLobDb, int, long) - Method in class org.h2.store.LobStorageMap
-
- 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.Value
-
Create an independent copy of this value if needed, that will be bound to
a result.
- copyToResult() - Method in class org.h2.value.ValueLobDb
-
Create an independent copy of this value,
that will be bound to a result.
- copyToTemp() - Method in class org.h2.value.Value
-
Copy this value to a temporary file if necessary.
- copyToTemp() - Method in class org.h2.value.ValueLob
-
Create an independent copy of this temporary value.
- copyToTemp() - Method in class org.h2.value.ValueLobDb
-
Create an independent copy of this temporary value.
- copyWithGap(Object, Object, int, int) - Static method in class org.h2.mvstore.DataUtils
-
Copy the elements of an array, with a gap.
- 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
-
- COSH - Static variable in class org.h2.expression.Function
-
- 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
-
- count - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
-
The number of times the statement was executed.
- 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.
- create - Variable in class org.h2.command.ddl.CreateTableData
-
Whether to create a new table.
- create - Variable in class org.h2.command.Prepared
-
Whether to create a new object (for indexes).
- create(ConnectionPoolDataSource) - Static method in class org.h2.jdbcx.JdbcConnectionPool
-
Constructs a new connection pool.
- create(String, String, String) - Static method in class org.h2.jdbcx.JdbcConnectionPool
-
Constructs a new connection pool for H2 databases.
- create() - Method in class org.h2.mvstore.MVMap.Builder
-
- create() - Method in interface org.h2.mvstore.MVMap.MapBuilder
-
Create a new map of the given type.
- create() - Method in class org.h2.mvstore.MVMapConcurrent.Builder
-
- create(MVMap<?, ?>, long, Object[], Object[], Page.PageReference[], long, int) - Static method in class org.h2.mvstore.Page
-
Create a new page.
- create(MVMap<?, ?>, long, Page) - Static method in class org.h2.mvstore.Page
-
Create a copy of a page.
- create() - Method in class org.h2.mvstore.rtree.MVRTreeMap.Builder
-
- create(int, DataType) - Static method in class org.h2.mvstore.rtree.MVRTreeMap
-
Create a new map with the given dimensions and value type.
- create(DataHandler, int) - Static method in class org.h2.store.Data
-
Create a new buffer for the given handler.
- create(DataHandler, byte[]) - Static method in class org.h2.store.Data
-
Create a new buffer using the given data for the given handler.
- create(Database, int) - Static method in class org.h2.store.WriterThread
-
Create and start a new writer thread for the given database.
- 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(int, DataHandler, int, long, byte[], long) - Static method in class org.h2.value.ValueLobDb
-
Create a LOB value.
- 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.
- createAffinity() - Static method in class org.h2.index.IndexType
-
Create an affinity index.
- CreateAggregate - Class in org.h2.command.ddl
-
This class represents the statement
CREATE AGGREGATE
- CreateAggregate(Session) - Constructor for class org.h2.command.ddl.CreateAggregate
-
- createArrayOf(String, Object[]) - Method in class org.h2.jdbc.JdbcConnection
-
Create a new Array object.
- createBlob() - Method in class org.h2.jdbc.JdbcConnection
-
Create a new empty Blob object.
- createBlob(InputStream, long) - Method in class org.h2.jdbc.JdbcConnection
-
Create a Blob value from this input stream.
- createBlob(InputStream, long) - Method in class org.h2.store.LobStorageBackend
-
- createBlob(InputStream, long) - Method in class org.h2.store.LobStorageFrontend
-
- createBlob(InputStream, long) - Method in interface org.h2.store.LobStorageInterface
-
Create a BLOB object.
- createBlob(InputStream, long) - Method in class org.h2.store.LobStorageMap
-
- createClob() - Method in class org.h2.jdbc.JdbcConnection
-
Create a new empty Clob object.
- createClob(Reader, long) - Method in class org.h2.jdbc.JdbcConnection
-
Create a Clob value from this reader.
- createClob(Reader, long) - Method in class org.h2.store.LobStorageBackend
-
- 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.
- createClob(Reader, long) - Method in class org.h2.store.LobStorageMap
-
- 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.Session
-
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(Session, Schema) - Constructor for class org.h2.command.ddl.CreateConstant
-
- createConstraints() - Method in class org.h2.command.ddl.CommandWithColumns
-
Create the constraints.
- createData() - Method in class org.h2.store.PageStore
-
Create a data object.
- createDataSource(Properties) - Method in class org.h2.util.OsgiDataSourceFactory
-
Creates a basic data source.
- 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.FilePath
-
Create a directory (all required parent directories already exist).
- createDirectory() - Method in class org.h2.store.fs.FilePathDisk
-
- createDirectory() - Method in class org.h2.store.fs.FilePathMem
-
- createDirectory() - Method in class org.h2.store.fs.FilePathNioMem
-
- createDirectory() - Method in class org.h2.store.fs.FilePathWrapper
-
- createDirectory() - Method in class org.h2.store.fs.FilePathZip
-
- createDirectory(String) - Static method in class org.h2.store.fs.FileUtils
-
Create a directory (all required parent directories must already exist).
- createDriver(Properties) - Method in class org.h2.util.OsgiDataSourceFactory
-
Returns a driver.
- createFakeIndexLookupBatch(TableFilter) - Static method in class org.h2.table.JoinBatch
-
Create fake index lookup batch for non-batched table filter.
- createFile() - Method in class org.h2.store.fs.FilePath
-
Create a new file.
- createFile() - Method in class org.h2.store.fs.FilePathDisk
-
- createFile() - Method in class org.h2.store.fs.FilePathMem
-
- createFile() - Method in class org.h2.store.fs.FilePathNioMem
-
- createFile() - Method in class org.h2.store.fs.FilePathRec
-
- createFile() - Method in class org.h2.store.fs.FilePathWrapper
-
- createFile() - Method in class org.h2.store.fs.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(Session, Schema) - Constructor for class org.h2.command.ddl.CreateFunctionAlias
-
- createGregorianCalendar() - Static method in class org.h2.util.DateTimeUtils
-
Creates a Gregorian calendar for the default timezone using the default
locale.
- createGregorianCalendar(TimeZone) - Static method in class org.h2.util.DateTimeUtils
-
Creates a Gregorian calendar for the given timezone using the default
locale.
- CreateIndex - Class in org.h2.command.ddl
-
This class represents the statement
CREATE INDEX
- CreateIndex(Session, Schema) - Constructor for class org.h2.command.ddl.CreateIndex
-
- 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.
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.CompareLike
-
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.Comparison
-
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.ConditionAndOr
-
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.ConditionIn
-
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.ConditionInConstantSet
-
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.ConditionInParameter
-
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.ConditionInSelect
-
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.Expression
-
Create index conditions if possible and attach them to the table filter.
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.ExpressionColumn
-
- createIndexConditions(Session, TableFilter) - Method in class org.h2.expression.ValueExpression
-
- CreateLinkedTable - Class in org.h2.command.ddl
-
This class represents the statement
CREATE LINKED TABLE
- CreateLinkedTable(Session, Schema) - Constructor for class org.h2.command.ddl.CreateLinkedTable
-
- createLookupBatch(TableFilter[], int) - Method in class org.h2.index.BaseIndex
-
- createLookupBatch(TableFilter[], int) - Method in interface org.h2.index.Index
-
Creates new lookup batch.
- createLookupBatch(TableFilter[], int) - Method in class org.h2.index.MultiVersionIndex
-
- createLookupBatch(TableFilter[], int) - Method in class org.h2.index.ViewIndex
-
- 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.
- 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.
- 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)
- 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(Session) - Constructor for class org.h2.command.ddl.CreateRole
-
- createRow(Value[], int) - Method in class org.h2.engine.Database
-
Create a new row for a table.
- createRow(Value[], int) - Method in class org.h2.engine.Session
-
Create a new row for a table.
- createRow(Value[], int) - Method in class org.h2.result.RowFactory
-
Create new row.
- 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(Session) - Constructor for class org.h2.command.ddl.CreateSchema
-
- CreateSequence - Class in org.h2.command.ddl
-
This class represents the statement
CREATE SEQUENCE
- CreateSequence(Session, Schema) - Constructor for class org.h2.command.ddl.CreateSequence
-
- createServerSocket(int, InetAddress) - Static method in class org.h2.security.CipherFactory
-
Create a secure server socket.
- createServerSocket(int, boolean) - Static method in class org.h2.util.NetUtils
-
Create a server socket.
- createSession(ConnectionInfo) - Method in class org.h2.engine.Engine
-
Open a database connection with the given connection information.
- createShadowTableForRecursiveTableExpression(boolean, Session, String, Schema, List<Column>, Database) - Static method in class org.h2.table.TableView
-
Create a table for a recursive query.
- createShallowCopy(SessionInterface) - Method in class org.h2.result.LazyResult
-
- createShallowCopy(SessionInterface) - Method in class org.h2.result.LocalResult
-
Create a shallow copy of the result set.
- createShallowCopy() - Method in interface org.h2.result.ResultExternal
-
Create a shallow copy of this object if possible.
- createShallowCopy(SessionInterface) - Method in interface org.h2.result.ResultInterface
-
Create a shallow copy of the result set.
- createShallowCopy(SessionInterface) - Method in class org.h2.result.ResultRemote
-
- createShallowCopy() - Method in class org.h2.result.ResultTempTable
-
- createSmallLob(int, byte[]) - Static method in class org.h2.value.ValueLobDb
-
Create a LOB object that fits in memory.
- createSmallLob(int, byte[], long) - Static method in class org.h2.value.ValueLobDb
-
Create a LOB object that fits in memory.
- 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(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(InetAddress, int, boolean) - 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
-
[Not supported] Create a new empty SQLXML object.
- 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.
- createStruct(String, Object[]) - Method in class org.h2.jdbc.JdbcConnection
-
[Not supported] Create a new empty Struct object.
- CreateSynonym - Class in org.h2.command.ddl
-
This class represents the statement
CREATE SYNONYM
- CreateSynonym(Session, Schema) - Constructor for class org.h2.command.ddl.CreateSynonym
-
- createSynonym(CreateSynonymData) - Method in class org.h2.schema.Schema
-
Add a table synonym to the schema.
- 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 - Class in org.h2.command.ddl
-
This class represents the statement
CREATE TABLE
- CreateTable(Session, Schema) - Constructor for class org.h2.command.ddl.CreateTable
-
- createTable(CreateTableData) - Method in class org.h2.mvstore.db.MVTableEngine
-
- createTable(CreateTableData) - Method in class org.h2.schema.Schema
-
Add a table to the schema.
- 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<Parameter>, Column[], Session, 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.ValueLobDb
-
Create a temporary BLOB value from a stream.
- createTempClob(Reader, long, DataHandler) - Static method in class org.h2.value.ValueLobDb
-
Create a temporary CLOB value from a stream.
- createTempFile() - Method in class org.h2.engine.Database
-
Create a temporary file in the database folder.
- createTempFile(String, boolean, boolean) - Method in class org.h2.store.fs.FilePath
-
Create a new temporary file.
- createTempFile(String, boolean, boolean) - Method in class org.h2.store.fs.FilePathDisk
-
- createTempFile(String, boolean, boolean) - Method in class org.h2.store.fs.FilePathRec
-
- createTempFile(String, boolean, boolean) - Method in class org.h2.store.fs.FilePathWrapper
-
- createTempFile(String, boolean, boolean) - Method in class org.h2.store.fs.FilePathZip
-
- createTempFile(String, String, boolean, boolean) - Static method in class org.h2.store.fs.FileUtils
-
Create a new temporary file.
- createTempView(Session, User, String, 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(Session, Schema) - Constructor for class org.h2.command.ddl.CreateTrigger
-
- createUnique(boolean, boolean) - Static method in class org.h2.index.IndexType
-
Create a unique index.
- createUseIndexHints(LinkedHashSet<String>) - 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(Session) - Constructor for class org.h2.command.ddl.CreateUser
-
- CreateUserDataType - Class in org.h2.command.ddl
-
This class represents the statement
CREATE DOMAIN
- CreateUserDataType(Session) - Constructor for class org.h2.command.ddl.CreateUserDataType
-
- CreateView - Class in org.h2.command.ddl
-
This class represents the statement
CREATE VIEW
- CreateView(Session, Schema) - Constructor for class org.h2.command.ddl.CreateView
-
- createViewIndexLookupBatch(ViewIndex) - Static method in class org.h2.table.JoinBatch
-
Create index lookup batch for a view index.
- 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.
- 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
-
- CSVREAD - Static variable in class org.h2.expression.Function
-
- CSVWRITE - Static variable in class org.h2.expression.Function
-
- CURDATE - Static variable in class org.h2.expression.Function
-
- CURRENT_DATE - Static variable in class org.h2.expression.Function
-
- CURRENT_TIME - Static variable in class org.h2.expression.Function
-
- CURRENT_TIMESTAMP - Static variable in class org.h2.expression.Function
-
- CURRENT_USER - Static variable in class org.h2.expression.Function
-
- currentRow() - Method in class org.h2.result.LazyResult
-
- 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.ResultRemote
-
- CURRVAL - Static variable in class org.h2.expression.Function
-
- Cursor - Interface in org.h2.index
-
A cursor is a helper object to iterate through an index.
- Cursor<K,V> - Class in org.h2.mvstore
-
A cursor to iterate over elements in ascending order.
- cursor(K) - Method in class org.h2.mvstore.MVMap
-
Get a cursor to iterate over a number of keys and values.
- CursorPos - Class in org.h2.mvstore
-
A position in a cursor
- CursorPos(Page, int, CursorPos) - Constructor for class org.h2.mvstore.CursorPos
-
- CURTIME - Static variable in class org.h2.expression.Function
-
- CUSTOM_DATA_TYPES_HANDLER - Static variable in class org.h2.engine.SysProperties
-
System property h2.customDataTypesHandler
(default: null).
The CustomDataTypesHandler class name that is used
to provide support for user defined custom data types.
- CustomDataTypesHandler - Interface in org.h2.api
-
Custom data type handler
Provides means to plug-in custom data types support
Please keep in mind that this feature may not possibly
provide the same ABI stability level as other features
as it exposes many of the H2 internals.
- customDataTypesHandler - Static variable in class org.h2.util.JdbcUtils
-
Custom data types handler to use.
- data - Variable in class org.h2.index.PageBtree
-
The data page.
- 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.
- 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 - Variable in class org.h2.engine.DbObjectBase
-
The database.
- DATABASE - Static variable in class org.h2.expression.Function
-
- 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
trying to open a database that does not exist using the flag
IFEXISTS=TRUE, or when trying to access a database object with a catalog
name that does not match the database name.
- DATABASE_PATH - Static variable in class org.h2.expression.Function
-
- 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.
- databaseToUpper - Variable in class org.h2.engine.DbSettings
-
Database setting DATABASE_TO_UPPER
(default: true).
Database short names are converted to uppercase for the DATABASE()
function, and in the CATALOG column of all database meta data methods.
- 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).
The trace level of the data source implementation.
- DataType - Interface in org.h2.mvstore.type
-
A data type.
- DataType - Class in org.h2.value
-
This class contains meta data information about data types,
and can convert between Java objects and Values.
- DataType() - Constructor for class org.h2.value.DataType
-
- DataUtils - Class in org.h2.mvstore
-
Utility methods
- DataUtils() - Constructor for class org.h2.mvstore.DataUtils
-
- DataUtils.MapEntry<K,V> - Class in org.h2.mvstore
-
An entry of a map.
- date(String) - Static method in class org.h2.mode.FunctionsMySQL
-
See
http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date
This function is dependent on the exact formatting of the MySQL date/time
string.
- DATE - Static variable in class org.h2.value.Value
-
The value type for DATE values.
- DATE_ADD - Static variable in class org.h2.expression.Function
-
- DATE_DIFF - Static variable in class org.h2.expression.Function
-
- DATE_TRUNC - Static variable in class org.h2.expression.Function
-
- dateadd(String, long, Value) - Static method in class org.h2.util.DateTimeFunctions
-
DATEADD function.
- dateAndTimeFromValue(Value) - Static method in class org.h2.util.DateTimeUtils
-
Extracts date value and nanos of day from the specified value.
- datediff(String, Value, Value) - Static method in class org.h2.util.DateTimeFunctions
-
Calculate the number of crossed unit boundaries between two timestamps.
- DateTimeFunctions - Class in org.h2.util
-
Date and time functions.
- dateTimeToValue(Value, long, long, boolean) - 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.
- 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.
- dateValueFromDate(long) - Static method in class org.h2.util.DateTimeUtils
-
Convert a UTC datetime in millis to an encoded date in the default
timezone.
- 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.
- DAY_NAME - Static variable in class org.h2.expression.Function
-
- DAY_OF_MONTH - Static variable in class org.h2.expression.Function
-
- DAY_OF_WEEK - Static variable in class org.h2.expression.Function
-
- DAY_OF_YEAR - Static variable in class org.h2.expression.Function
-
- dayFromDateValue(long) - Static method in class org.h2.util.DateTimeUtils
-
Get the day of month from a date value.
- DB_CLOSE_DELAY - Static variable in class org.h2.command.dml.SetTypes
-
The type of a SET DB_CLOSE_DELAY statement.
- dbCloseOnExit - Variable in class org.h2.engine.DbSettings
-
Database setting DB_CLOSE_ON_EXIT
(default: true).
Close the database when the virtual machine exits normally, using a
shutdown hook.
- 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 in org.h2.message
-
This exception wraps a checked exception.
- DbObject - Interface in org.h2.engine
-
A database object such as a table, an index, or a user.
- DbObjectBase - Class in org.h2.engine
-
The base class for all database objects.
- DbObjectBase() - Constructor for class org.h2.engine.DbObjectBase
-
- 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
-
- DbUpgrade - Class in org.h2.upgrade
-
This class starts the conversion from older database versions to the current
version if the respective classes are found.
- DbUpgrade() - Constructor for class org.h2.upgrade.DbUpgrade
-
- 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(Session) - Constructor for class org.h2.command.ddl.DeallocateProcedure
-
- debug(String, Object...) - Method in class org.h2.message.Trace
-
Write a message with trace level DEBUG to the trace system.
- debug(String) - 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
-
Pseudo functions for DATEADD, DATEDIFF, and EXTRACT.
- decimal - Variable in class org.h2.value.DataType
-
If this is a numeric type.
- DECIMAL - Static variable in class org.h2.value.Value
-
The value type for DECIMAL values.
- DECODE - Static variable in class org.h2.expression.Function
-
- decrementDateValue(long) - Static method in class org.h2.util.DateTimeUtils
-
Return the previous date value.
- DECRYPT - Static variable in class org.h2.expression.Function
-
- 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
-
- DEFAULT - Static variable in class org.h2.result.RowFactory
-
Default implementation of row factory.
- 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_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
-
- 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_LOG_SIZE - Static variable in class org.h2.engine.Constants
-
The default value for the maximum transaction log size.
- DEFAULT_MAX_MEMORY_UNDO - Static variable in class org.h2.engine.Constants
-
The default value for the MAX_MEMORY_UNDO setting.
- DEFAULT_MAX_OPERATION_MEMORY - Static variable in class org.h2.engine.Constants
-
The default for the setting MAX_OPERATION_MEMORY.
- 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.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_QUEUE_SIZE - Static variable in class org.h2.schema.TriggerObject
-
The default queue size.
- 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_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.
- defaultConnection - Variable in class org.h2.engine.DbSettings
-
Database setting DEFAULT_CONNECTION
(default: false).
Whether Java functions can use
DriverManager.getConnection("jdbc:default:connection")
to
get a database connection.
- defaultDisplaySize - Variable in class org.h2.value.DataType
-
The default display size.
- defaultEscape - Variable in class org.h2.engine.DbSettings
-
Database setting DEFAULT_ESCAPE
(default: \).
The default escape character for LIKE comparisons.
- defaultPrecision - Variable in class org.h2.value.DataType
-
The default precision.
- 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).
The default table engine to use for new tables.
- 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
-
- 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).
The maximum delay in milliseconds before an exception is thrown for using
the wrong user name or password.
- DELAY_WRONG_PASSWORD_MIN - Static variable in class org.h2.engine.SysProperties
-
System property h2.delayWrongPasswordMin
(default: 250).
The minimum delay in milliseconds before an exception is thrown for using
the wrong user name or password.
- 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 - Class in org.h2.command.dml
-
This class represents the statement
DELETE
- Delete(Session) - Constructor for class org.h2.command.dml.Delete
-
- 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 class org.h2.engine.UndoLogRecord
-
Operation type meaning the row was deleted.
- delete(Connection, Object[]) - Method in class org.h2.fulltext.FullText.FullTextTrigger
-
Delete a row from the index.
- delete(Object[], boolean) - Method in class org.h2.fulltext.FullTextLucene.FullTextTrigger
-
Delete a row from the index.
- 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.FilePathDisk
-
- delete() - Method in class org.h2.store.fs.FilePathMem
-
- delete() - Method in class org.h2.store.fs.FilePathNioMem
-
- delete() - Method in class org.h2.store.fs.FilePathRec
-
- delete() - Method in class org.h2.store.fs.FilePathSplit
-
- delete() - Method in class org.h2.store.fs.FilePathWrapper
-
- delete() - Method in class org.h2.store.fs.FilePathZip
-
- delete(String) - Static method in class org.h2.store.fs.FileUtils
-
Delete a file or directory if it exists.
- 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 files.
- DELETED - Static variable in class org.h2.value.ValueNull
-
This special instance is used as a marker for deleted entries in a map.
- DeleteDbFiles - Class in org.h2.tools
-
Deletes all files belonging to a database.
- DeleteDbFiles() - Constructor for class org.h2.tools.DeleteDbFiles
-
- deletedCount - Variable in class org.h2.util.HashBase
-
The number of deleted slots.
- deleteFile(Reference<?>, String) - Method in class org.h2.util.TempFileDeleter
-
Delete the given file 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(Value[]) - Method in class org.h2.result.UpdatableRow
-
Delete the given row in the database.
- deleteRow() - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- 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 files now.
- depth - Variable in class org.h2.util.Profiler
-
- descending - Variable in class org.h2.command.dml.SelectOrderBy
-
If the column should be sorted descending.
- 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[], DataHandler) - 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.
- destroy() - Method in class org.h2.server.web.WebServlet
-
- destroyShadowTableForRecursiveExpression(boolean, Session, Table) - Static method in class org.h2.table.TableView
-
Remove a table for a recursive query.
- 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
-
- DIGIT - Static variable in class org.h2.bnf.RuleFixed
-
- dimensions(int) - Method in class org.h2.mvstore.rtree.MVRTreeMap.Builder
-
Set the dimensions.
- disableCache() - Method in class org.h2.command.dml.Query
-
Disable caching of result sets.
- disallowedTypes - Variable in class org.h2.engine.Mode
-
An optional Set of hidden/disallowed column types.
- DISK_SPACE_USED - Static variable in class org.h2.expression.Function
-
- 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.ValueInt
-
The maximum display size of an int.
- DISPLAY_SIZE - Static variable in class org.h2.value.ValueLong
-
The maximum display size of a long.
- dispose() - Method in class org.h2.jdbcx.JdbcConnectionPool
-
Closes all unused pooled connections.
- distinct - Variable in class org.h2.command.dml.Query
-
Whether the result must only contain distinct rows.
- divide(Value) - Method in class org.h2.value.Value
-
Divide by a value and return the result.
- divide(Value) - Method in class org.h2.value.ValueByte
-
- divide(Value) - Method in class org.h2.value.ValueDecimal
-
- divide(Value) - Method in class org.h2.value.ValueDouble
-
- divide(Value) - Method in class org.h2.value.ValueEnumBase
-
- divide(Value) - Method in class org.h2.value.ValueFloat
-
- divide(Value) - Method in class org.h2.value.ValueInt
-
- divide(Value) - Method in class org.h2.value.ValueLong
-
- divide(Value) - Method in class org.h2.value.ValueShort
-
- divide(Value) - Method in class org.h2.value.ValueTime
-
- 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<T>) - 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.WebServlet
-
- 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.
- done() - Method in class org.h2.result.LocalResult
-
This method is called after all rows have been added.
- done() - Method in interface org.h2.result.ResultExternal
-
This method is called after all rows have been added.
- done() - Method in class org.h2.result.ResultTempTable
-
- DoneFuture<T> - Class in org.h2.util
-
Future which is already done.
- DoneFuture(T) - Constructor for class org.h2.util.DoneFuture
-
- doneWithParameters() - Method in class org.h2.expression.Function
-
This method is called after all the parameters have been set.
- 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 values.
- Driver - Class in org.h2
-
The database driver.
- Driver() - Constructor for class org.h2.Driver
-
- driver - Variable in class org.h2.server.web.ConnectionInfo
-
The driver class name.
- 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(Session) - 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(Session, 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(Session) - Constructor for class org.h2.command.ddl.DropDatabase
-
- DropFunctionAlias - Class in org.h2.command.ddl
-
This class represents the statement
DROP ALIAS
- DropFunctionAlias(Session, Schema) - Constructor for class org.h2.command.ddl.DropFunctionAlias
-
- DropIndex - Class in org.h2.command.ddl
-
This class represents the statement
DROP INDEX
- DropIndex(Session, Schema) - Constructor for class org.h2.command.ddl.DropIndex
-
- 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.
- dropMultipleColumnsConstraintsAndIndexes(Session, ArrayList<Column>) - 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, and DROP SCHEMA
is RESTRICT.
- DropRole - Class in org.h2.command.ddl
-
This class represents the statement
DROP ROLE
- DropRole(Session) - Constructor for class org.h2.command.ddl.DropRole
-
- DropSchema - Class in org.h2.command.ddl
-
This class represents the statement
DROP SCHEMA
- DropSchema(Session) - Constructor for class org.h2.command.ddl.DropSchema
-
- DropSequence - Class in org.h2.command.ddl
-
This class represents the statement
DROP SEQUENCE
- DropSequence(Session, Schema) - Constructor for class org.h2.command.ddl.DropSequence
-
- DropSynonym - Class in org.h2.command.ddl
-
This class represents the statement
DROP SYNONYM
- DropSynonym(Session, Schema) - Constructor for class org.h2.command.ddl.DropSynonym
-
- DropTable - Class in org.h2.command.ddl
-
This class represents the statement
DROP TABLE
- DropTable(Session, Schema) - Constructor for class org.h2.command.ddl.DropTable
-
- DropTrigger - Class in org.h2.command.ddl
-
This class represents the statement
DROP TRIGGER
- DropTrigger(Session, Schema) - Constructor for class org.h2.command.ddl.DropTrigger
-
- DropUser - Class in org.h2.command.ddl
-
This class represents the statement
DROP USER
- DropUser(Session) - Constructor for class org.h2.command.ddl.DropUser
-
- DropUserDataType - Class in org.h2.command.ddl
-
This class represents the statement
DROP DOMAIN
- DropUserDataType(Session) - Constructor for class org.h2.command.ddl.DropUserDataType
-
- DropView - Class in org.h2.command.ddl
-
This class represents the statement
DROP VIEW
- DropView(Session, Schema) - Constructor for class org.h2.command.ddl.DropView
-
- 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.
- 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.
- generatedKeyAlwaysReturned() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
[Not supported]
- GeneratedKeys - Class in org.h2.engine
-
Class for gathering and processing of generated keys.
- GeneratedKeys() - Constructor for class org.h2.engine.GeneratedKeys
-
- 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(Session, 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<Column>, boolean) - Method in class org.h2.command.ddl.CommandWithColumns
-
For the given list of columns, create sequences for auto-increment
columns (if needed), and then get the list of all sequences of the
columns.
- 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.DataType
-
The Geometry class.
- 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, String) - Method in class org.h2.engine.SettingsBase
-
Get the setting for the given key.
- get(Value) - Static method in class org.h2.expression.ValueExpression
-
Create a new expression with the given value.
- get() - Method in interface org.h2.index.Cursor
-
Get the complete current row.
- get(int, ExpressionColumn, Expression) - Static method in class org.h2.index.IndexCondition
-
Create an index condition with the given parameters.
- 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.MultiVersionCursor
-
- get() - Method in class org.h2.index.NonUniqueHashCursor
-
- get() - Method in class org.h2.index.PageBtreeCursor
-
- get() - Method in class org.h2.index.ScanCursor
-
- get() - Method in class org.h2.index.SingleRowCursor
-
- get() - Method in class org.h2.index.TreeCursor
-
- get() - Method in class org.h2.index.ViewCursor
-
- get(int) - Method in class org.h2.jdbc.JdbcResultSet
-
INTERNAL
- get(int) - Static method in exception org.h2.message.DbException
-
Create a database exception for a specific error code.
- get(int, String) - Static method in exception org.h2.message.DbException
-
Create a database exception for a specific error code.
- get(int, Throwable, String...) - Static method in exception org.h2.message.DbException
-
Create a database exception for a specific error code.
- get(int, String...) - Static method in exception org.h2.message.DbException
-
Create a database exception for a specific error code.
- get(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
-
Get the value for the given key if the entry is cached.
- get(K) - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Get the value for the given key at the time when this map was opened.
- get(K, long) - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Get the value for the given key.
- get(Object) - Method in class org.h2.mvstore.MVMap
-
Get a value.
- get(Object) - Method in class org.h2.mvstore.rtree.MVRTreeMap
-
- get(Page, Object) - Method in class org.h2.mvstore.rtree.MVRTreeMap
-
Get the object for the given key.
- 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(String) - Static method in class org.h2.store.fs.FilePath
-
Get the file path object for the given path.
- get() - Method in class org.h2.table.TableFilter
-
Get the current row.
- get(int) - Method in class org.h2.util.BitField
-
Get the bit at the given index.
- 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() - Method in class org.h2.util.DebuggingThreadLocal
-
- get() - Method in class org.h2.util.DoneFuture
-
- get(long, TimeUnit) - Method in class org.h2.util.DoneFuture
-
- get(int) - Method in class org.h2.util.IntArray
-
Get the value at the given index.
- get(int) - Method in class org.h2.util.IntIntHashMap
-
Get the value for the given key.
- get() - Method in class org.h2.util.LazyFuture
-
- get(long, TimeUnit) - Method in class org.h2.util.LazyFuture
-
- get(Object) - Method in class org.h2.util.SoftHashMap
-
- get() - Method in class org.h2.util.Task
-
Calling this method will set the stop flag and wait until the thread is
stopped.
- get(Value) - Method in class org.h2.util.ValueHashMap
-
Get the value for this key.
- get(Object) - Method in class org.h2.value.CaseInsensitiveConcurrentMap
-
- get(Object) - Method in class org.h2.value.CaseInsensitiveMap
-
- get(Object) - Method in class org.h2.value.NullableKeyConcurrentMap
-
- get(Value[]) - Static method in class org.h2.value.ValueArray
-
Get or create a array value for the given value array.
- get(Class<?>, Value[]) - Static method in class org.h2.value.ValueArray
-
Get or create a array value for the given value array.
- get(boolean) - Static method in class org.h2.value.ValueBoolean
-
Get the boolean value for the given boolean.
- get(byte) - Static method in class org.h2.value.ValueByte
-
Get or create byte value for the given byte.
- get(byte[]) - Static method in class org.h2.value.ValueBytes
-
Get or create a bytes value for the given byte array.
- get(Date) - Static method in class org.h2.value.ValueDate
-
Get or create a date value for the given date.
- get(BigDecimal) - Static method in class org.h2.value.ValueDecimal
-
Get or create big decimal value for the given big decimal.
- get(double) - Static method in class org.h2.value.ValueDouble
-
Get or create double value for the given double.
- get(String[], int) - Static method in class org.h2.value.ValueEnum
-
Create an ENUM value from the provided enumerators
and value.
- get(String[], String) - Static method in class org.h2.value.ValueEnum
-
- get(String, int) - Static method in class org.h2.value.ValueEnumBase
-
Get or create an enum value with the given label and ordinal.
- get(float) - Static method in class org.h2.value.ValueFloat
-
Get or create float value for the given float.
- get(String) - Static method in class org.h2.value.ValueGeometry
-
Get or create a geometry value for the given geometry.
- get(String, int) - Static method in class org.h2.value.ValueGeometry
-
Get or create a geometry value for the given geometry.
- get(byte[]) - Static method in class org.h2.value.ValueGeometry
-
Get or create a geometry value for the given geometry.
- get(int) - Static method in class org.h2.value.ValueInt
-
Get or create an int value for the given int.
- get(long) - Static method in class org.h2.value.ValueLong
-
Get or create a long value for the given long.
- get(ResultSet) - Static method in class org.h2.value.ValueResultSet
-
Create a result set value for the given result set.
- get(short) - Static method in class org.h2.value.ValueShort
-
Get or create a short value for the given short.
- get(String) - Static method in class org.h2.value.ValueString
-
Get or create a string value for the given string.
- get(String, boolean) - Static method in class org.h2.value.ValueString
-
Get or create a string value for the given string.
- get(String) - Static method in class org.h2.value.ValueStringFixed
-
Get or create a fixed length string value for the given string.
- get(String, int, Mode) - Static method in class org.h2.value.ValueStringFixed
-
Get or create a fixed length string value for the given string.
- get(String) - Static method in class org.h2.value.ValueStringIgnoreCase
-
Get or create a case insensitive string value for the given string.
- get(Time) - Static method in class org.h2.value.ValueTime
-
Get or create a time value for the given time.
- get(Timestamp) - Static method in class org.h2.value.ValueTimestamp
-
Get or create a timestamp value for the given timestamp.
- get(TimestampWithTimeZone) - Static method in class org.h2.value.ValueTimestampTimeZone
-
Get or create a timestamp value for the given timestamp.
- get(byte[]) - Static method in class org.h2.value.ValueUuid
-
Get or create a UUID for the given 16 bytes.
- 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(UUID) - Static method in class org.h2.value.ValueUuid
-
Get or create a UUID for the given Java UUID.
- get(String) - Static method in class org.h2.value.ValueUuid
-
Get or create a UUID for the given text representation.
- GET_COLUMNS - 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).
- getActiveConnections() - Method in class org.h2.jdbcx.JdbcConnectionPool
-
Returns the number of active (open) connections of this pool.
- getAddProofType(int) - Method in interface org.h2.api.CustomDataTypesHandler
-
Get compatible type identifier that would not overflow
after many add operations.
- getAddProofType(int) - Static method in class org.h2.value.DataType
-
Get the data type that will not overflow when calling 'add' 2 billion
times.
- getAggregateType(String) - Static method in class org.h2.expression.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() - Method in class org.h2.expression.Alias
-
- getAlias() - 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() - Method in class org.h2.expression.ExpressionColumn
-
- 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
-
- getAliases() - Method in class org.h2.bnf.Sentence
-
Get the alias map.
- getAll() - Method in class org.h2.schema.Schema
-
Get all objects.
- getAll(int) - Method in class org.h2.schema.Schema
-
Get all objects of the given type.
- getAllAggregates() - Method in class org.h2.engine.Database
-
- 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
-
- getAllowedIndexes() - Method in class org.h2.table.IndexHints
-
- getAllowLiterals() - Method in class org.h2.engine.Database
-
- getAllowLiterals() - Method in class org.h2.engine.Session
-
- 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
-
- getAllRoles() - Method in class org.h2.engine.Database
-
- getAllSchemaObjects() - Method in class org.h2.engine.Database
-
Get all schema objects.
- getAllSchemaObjects(int) - Method in class org.h2.engine.Database
-
Get all schema objects of the given type.
- getAllSchemas() - Method in class org.h2.engine.Database
-
- 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(boolean) - Method in class org.h2.engine.Database
-
Get all tables and views.
- getAllTablesAndViews() - Method in class org.h2.schema.Schema
-
Get all tables and views.
- getAllUserDataTypes() - Method in class org.h2.engine.Database
-
- getAllUsers() - Method in class org.h2.engine.Database
-
- getAreaIncrease(Object, Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
-
Get the area increase by extending a to contain b.
- getArgs() - Method in class org.h2.expression.Function
-
- getArgs() - Method in interface org.h2.expression.FunctionCall
-
Get the function arguments.
- getArgs() - Method in class org.h2.expression.JavaFunction
-
- getArray() - Method in class org.h2.jdbc.JdbcArray
-
Returns the value as a Java array.
- getArray(Map<String, Class<?>>) - Method in class org.h2.jdbc.JdbcArray
-
Returns the value as a Java array.
- getArray(long, int) - Method in class org.h2.jdbc.JdbcArray
-
Returns the value as a Java array.
- getArray(long, int, Map<String, Class<?>>) - Method in class org.h2.jdbc.JdbcArray
-
Returns the value as a Java array.
- getArray(int) - 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.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(String) - 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(String) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a java.sql.Array.
- getArray() - Method in class org.h2.tools.SimpleResultSet.SimpleArray
-
Get the object array.
- getArray(Map<String, Class<?>>) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
-
INTERNAL
- getArray(long, int) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
-
INTERNAL
- getArray(long, int, Map<String, Class<?>>) - 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(String) - 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.tools.SimpleResultSet
-
INTERNAL
- getAttributes(String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
[Not supported]
- getAutoClose() - Method in class org.h2.tools.SimpleResultSet
-
Get the current auto-close behavior.
- getAutoCommit() - Method in class org.h2.engine.Session
-
- getAutoCommit() - Method in interface org.h2.engine.SessionInterface
-
Check if this session is in auto-commit mode.
- 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.
- getBase() - Method in class org.h2.store.fs.FilePathWrapper
-
- getBaseDir() - Static method in class org.h2.engine.SysProperties
-
INTERNAL
- getBaseIndex() - Method in class org.h2.index.MultiVersionIndex
-
- 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.
- 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(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.table.Table
-
Get the best plan for the given search mask.
- getBestPlanItem(Session, TableFilter[], int, HashSet<Column>) - Method in class org.h2.table.TableFilter
-
Get the best plan item (index, cost) to use use for the current join
order.
- getBestPlanItem(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.table.TableView
-
- 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.
- getBigDecimal(int, int) - Method in class org.h2.jdbc.JdbcCallableStatement
-
- getBigDecimal(int) - 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.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(String) - Method in class org.h2.jdbc.JdbcResultSet
-
Returns the value of the specified column as a BigDecimal.
- getBigDecimal(String, int) - Method in class org.h2.jdbc.JdbcResultSet
-
- getBigDecimal(int, int) - Method in class org.h2.jdbc.JdbcResultSet
-
- getBigDecimal(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a java.math.BigDecimal.
- getBigDecimal(String) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a java.math.BigDecimal.
- getBigDecimal(int, int) - Method in class org.h2.tools.SimpleResultSet
-
- getBigDecimal(String, int) - Method in class org.h2.tools.SimpleResultSet
-
- getBigDecimal() - Method in class org.h2.value.Value
-
- getBigDecimal() - Method in class org.h2.value.ValueDecimal
-
- getBigDecimal() - Method in class org.h2.value.ValueNull
-
- getBinaryStream() - Method in class org.h2.jdbc.JdbcBlob
-
Returns the input stream.
- getBinaryStream(long, long) - Method in class org.h2.jdbc.JdbcBlob
-
Returns the input stream, starting from an offset.
- getBinaryStream(int) - 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.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(String) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a java.io.InputStream.
- getBlob(int) - 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.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(String) - 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.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.
- getBoolean(int) - 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.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(String) - 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.tools.SimpleResultSet
-
Returns the value as a boolean.
- getBoolean() - Method in class org.h2.value.Value
-
- getBoolean() - Method in class org.h2.value.ValueBoolean
-
- getBoolean() - Method in class org.h2.value.ValueNull
-
- getBooleanProperty(Properties, String, boolean) - Static method in class org.h2.util.SortedProperties
-
Get a boolean property value from a properties object.
- getBooleanValue(Session) - Method in class org.h2.expression.Expression
-
Get the value in form of a boolean expression.
- getBranchQualifier() - Method in class org.h2.jdbcx.JdbcXid
-
The transaction branch identifier.
- getBuffer() - Method in class org.h2.mvstore.WriteBuffer
-
Get the byte buffer.
- getBufferedReader(InputStream) - Static method in class org.h2.util.IOUtils
-
Create a buffered reader to read from an input stream using the UTF-8
format.
- 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(int) - 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.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(String) - 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.tools.SimpleResultSet
-
Returns the value as a byte.
- getByte(int) - Method in class org.h2.util.BitField
-
Get the next 8 bits at the given index.
- getByte() - Method in class org.h2.value.Value
-
- getByte() - Method in class org.h2.value.ValueByte
-
- getByte() - Method in class org.h2.value.ValueNull
-
- getByteArrayHash(byte[]) - Static method in class org.h2.util.Utils
-
Calculate the hash code of the given byte array.
- getByteCount(Data) - Method in interface org.h2.result.Row
-
Get the number of bytes required for the data.
- getByteCount(Data) - Method in class org.h2.result.RowImpl
-
Get the number of bytes required for the data.
- getBytes(long, int) - Method in class org.h2.jdbc.JdbcBlob
-
Returns some bytes of the object.
- getBytes(int) - 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.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(String) - Method in class org.h2.jdbc.JdbcResultSet
-
Returns the value of the specified column as a byte array.
- getBytes() - Method in class org.h2.store.Data
-
Get the byte array used for this page.
- getBytes(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a byte array.
- getBytes(String) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a byte array.
- getBytes() - Method in class org.h2.value.Value
-
- getBytes() - Method in class org.h2.value.ValueBytes
-
- getBytes() - Method in class org.h2.value.ValueGeometry
-
- getBytes() - Method in class org.h2.value.ValueLob
-
- getBytes() - Method in class org.h2.value.ValueLobDb
-
- getBytes() - Method in class org.h2.value.ValueNull
-
- getBytes() - Method in class org.h2.value.ValueUuid
-
- getBytesNoCopy() - Method in class org.h2.value.Value
-
- getBytesNoCopy() - Method in class org.h2.value.ValueBytes
-
- getBytesNoCopy() - Method in class org.h2.value.ValueGeometry
-
- getBytesNoCopy() - Method in class org.h2.value.ValueLob
-
- getBytesNoCopy() - Method in class org.h2.value.ValueLobDb
-
- getCache() - Method in class org.h2.mvstore.MVStore
-
Get the cache.
- getCache() - Method in class org.h2.store.PageStore
-
- getCache(CacheWriter, String, int) - Static method in class org.h2.util.CacheLRU
-
Create a cache of the given type and size.
- 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
-
- 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
-
- getCalendar() - Static method in class org.h2.util.DateTimeUtils
-
Get a calendar for the default timezone.
- getCancel() - Method in class org.h2.engine.Session
-
Get the cancel time.
- getCanonicalPath(String) - Static method in class org.h2.store.fs.FilePathMem
-
Get the canonical path for this file name.
- getCanonicalPath(String) - Static method in class org.h2.store.fs.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 null.
- getCatalogs() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the list of catalogs.
- 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".
- getChangeCount() - Method in class org.h2.store.PageStore
-
Get the current change count.
- getChanges(long) - Method in class org.h2.mvstore.db.TransactionStore.Transaction
-
Get the list of changes, starting with the latest change, up to the
given savepoint (in reverse order than they occurred).
- getCharacterStream(int) - 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.JdbcCallableStatement
-
Returns the value of the specified column as a reader.
- getCharacterStream() - Method in class org.h2.jdbc.JdbcClob
-
Returns the reader.
- getCharacterStream(long, long) - Method in class org.h2.jdbc.JdbcClob
-
Returns the reader, starting from an offset.
- getCharacterStream(int) - Method in class org.h2.jdbc.JdbcResultSet
-
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(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a java.io.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(Session, String) - Method in class org.h2.table.Column
-
Get the check constraint expression for this column if set.
- 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 interface 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.DbObjectBase
-
- getChildren() - Method in class org.h2.engine.User
-
- getChildren() - Method in class org.h2.index.MultiVersionIndex
-
- getChildren() - Method in class org.h2.table.Table
-
- getClass(String) - Method in class org.h2.util.SourceCompiler
-
Get the class object for the given name.
- getClientInfo() - Method in class org.h2.jdbc.JdbcConnection
-
Get the client properties.
- getClientInfo(String) - Method in class org.h2.jdbc.JdbcConnection
-
Get a client property.
- getClientInfoProperties() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
- getClientVersion() - Method in class org.h2.engine.SessionRemote
-
- getClob(int) - 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.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(String) - 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.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
-
- getClusterServers() - Method in interface org.h2.engine.SessionInterface
-
Get the list of the cluster servers for this session.
- getClusterServers() - Method in class org.h2.engine.SessionRemote
-
- getCollationKey(String) - Method in class org.h2.value.CharsetCollator
-
- getCollator(String) - Static method in class org.h2.value.CompareMode
-
Get the collator object for the given language name or language / country
combination.
- getColumn(DbContents, ResultSet) - Static method in class org.h2.bnf.context.DbColumn
-
Create a column from a DatabaseMetaData.getColumns row.
- getColumn() - Method in class org.h2.engine.UserDataType
-
- getColumn() - Method in class org.h2.expression.ExpressionColumn
-
- getColumn() - Method in class org.h2.index.IndexCondition
-
Get the referenced column.
- 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(int) - Method in class org.h2.table.Table
-
Get the column at the given index.
- getColumn(String) - Method in class org.h2.table.Table
-
Get the column with the given name.
- getColumnClasses() - Method in class org.h2.engine.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.dml.Query
-
Get the column count of this query.
- getColumnCount() - Method in class org.h2.command.dml.Select
-
- getColumnCount() - Method in class org.h2.command.dml.SelectUnion
-
- getColumnCount() - Method in class org.h2.jdbc.JdbcResultSetMetaData
-
Returns the number of columns.
- getColumnCount() - Method in class org.h2.result.RowImpl
-
- getColumnCount() - Method in interface org.h2.result.SearchRow
-
Get the column count.
- getColumnCount() - Method in class org.h2.result.SimpleRow
-
- getColumnCount() - Method in class org.h2.result.SimpleRowValue
-
- 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.
- getColumnId() - Method in class org.h2.table.Column
-
- getColumnIndex(Column) - Method in class org.h2.index.BaseIndex
-
- getColumnIndex(Column) - Method in interface 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.index.MultiVersionIndex
-
- getColumnIndex(Column) - Method in class org.h2.index.PageDataIndex
-
- getColumnIndex(Column) - Method in class org.h2.index.PageDelegateIndex
-
- getColumnIndex(Column) - Method in class org.h2.index.ScanIndex
-
- 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.expression.Alias
-
- getColumnName() - Method in class org.h2.expression.Expression
-
Get the column name or alias name of this expression.
- getColumnName() - Method in class org.h2.expression.ExpressionColumn
-
- 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.tools.SimpleResultSet
-
Returns the column name.
- getColumnName(Expression, int, String[]) - Method in class org.h2.util.ColumnNamer
-
Create a standardized column name that isn't null and doesn't have a CR/LF in it.
- getColumnName(Expression, int, String) - Method in class org.h2.util.ColumnNamer
-
Create a standardized column name that isn't null and doesn't have a CR/LF in it.
- getColumnNamerConfiguration() - Method in class org.h2.engine.Session
-
- getColumnPrecision(int) - Method in class org.h2.result.LazyResult
-
- getColumnPrecision(int) - Method in class org.h2.result.LocalResult
-
- getColumnPrecision(int) - Method in interface org.h2.result.ResultInterface
-
Get the precision for this column.
- getColumnPrecision(int) - Method in class org.h2.result.ResultRemote
-
- getColumnPrivileges(String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the list of column privileges.
- getColumns() - Method in class org.h2.bnf.context.DbTableOrView
-
- getColumns() - Method in class org.h2.command.dml.SelectListColumnResolver
-
- getColumns() - Method in class org.h2.constraint.ConstraintReferential
-
- getColumns() - Method in class org.h2.constraint.ConstraintUnique
-
- getColumns() - Method in class org.h2.index.BaseIndex
-
- getColumns() - Method in interface org.h2.index.Index
-
Get the indexed columns.
- getColumns() - Method in class org.h2.index.MultiVersionIndex
-
- getColumns(String, String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the list of columns.
- getColumns() - Method in interface org.h2.table.ColumnResolver
-
Get the column list.
- getColumns() - Method in class org.h2.table.SingleColumnResolver
-
- getColumns() - Method in class org.h2.table.Table
-
- getColumns() - Method in class org.h2.table.TableFilter
-
- getColumnScale(int) - Method in class org.h2.result.LazyResult
-
- getColumnScale(int) - Method in class org.h2.result.LocalResult
-
- getColumnScale(int) - Method in interface org.h2.result.ResultInterface
-
Get the scale for this column.
- getColumnScale(int) - Method in class org.h2.result.ResultRemote
-
- getColumnsVisitor(HashSet<Column>) - 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.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.
- getCommand() - Method in class org.h2.command.dml.Explain
-
- getCommandHistoryList() - Method in class org.h2.server.web.WebServer
-
- 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 interface org.h2.engine.DbObject
-
Get the current comment of this object.
- getComment() - Method in class org.h2.engine.DbObjectBase
-
- getComment() - Method in class org.h2.index.MultiVersionIndex
-
- getComment() - Method in class org.h2.table.Column
-
- 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
-
- getCompiledRegularExpressionMatchAllowed() - Method in class org.h2.util.ColumnNamerConfiguration
-
- getCompiledRegularExpressionMatchDisallowed() - Method in class org.h2.util.ColumnNamerConfiguration
-
- 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
-
- getCompressAlgorithm(String) - Static method in class org.h2.tools.CompressTool
-
INTERNAL
- 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.Select
-
- getCondition() - Method in class org.h2.command.dml.Update
-
- getConfigParam(Map<String, ?>, String, int) - Static method in class org.h2.mvstore.DataUtils
-
Get the configuration parameter value, or default.
- getConfiguration() - Method in class org.h2.util.ColumnNamer
-
- 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(String, String) - Method in class org.h2.jdbcx.JdbcConnectionPool
-
INTERNAL
- getConnection() - Method in class org.h2.jdbcx.JdbcDataSource
-
Open a new connection using the current URL, user name and password.
- 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() - 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(String, String, String, String) - Static method in class org.h2.util.JdbcUtils
-
Open a new database connection with the given settings.
- getConnection(String, String, Properties) - Static method in class org.h2.util.JdbcUtils
-
Open a new database connection with the given settings.
- 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.
- 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.ConstraintReferential
-
- getConstraintType() - Method in class org.h2.constraint.ConstraintUnique
-
- getContainsLargeObject() - Method in class org.h2.mvstore.db.MVTable
-
- getContainsLargeObject() - Method in class org.h2.table.RegularTable
-
- getContents() - Method in class org.h2.bnf.context.DbSchema
-
- getCopy() - Method in interface org.h2.result.Row
-
Get a copy of the row that is distinct from (not equal to) this row.
- getCopy() - Method in class org.h2.result.RowImpl
-
Get a copy of the row that is distinct from (not equal to) this row.
- getCopy(ResultSet, int) - Static method in class org.h2.value.ValueResultSet
-
Create a result set value for the given result set.
- getCost() - Method in class org.h2.command.dml.Query
-
Calculate the cost to execute this query.
- getCost() - Method in class org.h2.command.dml.Select
-
- getCost() - Method in class org.h2.command.dml.SelectUnion
-
- getCost() - Method in class org.h2.expression.Aggregate
-
- getCost() - Method in class org.h2.expression.Alias
-
- getCost() - Method in class org.h2.expression.CompareLike
-
- getCost() - Method in class org.h2.expression.Comparison
-
- getCost() - Method in class org.h2.expression.ConditionAndOr
-
- getCost() - Method in class org.h2.expression.ConditionExists
-
- getCost() - Method in class org.h2.expression.ConditionIn
-
- getCost() - Method in class org.h2.expression.ConditionInConstantSet
-
- getCost() - Method in class org.h2.expression.ConditionInParameter
-
- getCost() - Method in class org.h2.expression.ConditionInSelect
-
- getCost() - Method in class org.h2.expression.ConditionNot
-
- 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
-
- getCost() - Method in class org.h2.expression.JavaAggregate
-
- getCost() - Method in class org.h2.expression.JavaFunction
-
- getCost() - Method in class org.h2.expression.Operation
-
- 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.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(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.FunctionIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.HashIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in interface org.h2.index.Index
-
Estimate the cost to search for rows given the search mask.
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.LinkedIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.MetaIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.MultiVersionIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.NonUniqueHashIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.PageBtreeIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.PageDataIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.PageDelegateIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.RangeIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.ScanIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.SpatialTreeIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.TreeIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.index.ViewIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- getCost(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- getCostAsExpression() - Method in class org.h2.command.dml.Query
-
Calculate the cost when used as a subquery.
- getCostRangeIndex(int[], long, TableFilter[], int, SortOrder, boolean, HashSet<Column>) - Method in class org.h2.index.BaseIndex
-
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.index.SpatialTreeIndex
-
Compute spatial index cost
- getCreateSQL() - Method in class org.h2.constraint.ConstraintCheck
-
- 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 interface org.h2.engine.DbObject
-
Construct the original CREATE ...
- getCreateSQL() - Method in class org.h2.engine.DbObjectBase
-
Build a SQL statement to re-create this object.
- getCreateSQL() - Method in class org.h2.engine.FunctionAlias
-
- getCreateSQL() - Method in class org.h2.engine.Right
-
- getCreateSQL(boolean) - Method in class org.h2.engine.Role
-
Get the CREATE SQL statement for this object.
- 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(boolean) - Method in class org.h2.engine.User
-
Get the CREATE SQL statement for this object.
- getCreateSQL() - Method in class org.h2.engine.UserAggregate
-
- getCreateSQL() - Method in class org.h2.engine.UserDataType
-
- getCreateSQL() - Method in class org.h2.index.BaseIndex
-
- getCreateSQL() - Method in class org.h2.index.LinkedIndex
-
- getCreateSQL() - Method in class org.h2.index.MetaIndex
-
- getCreateSQL() - Method in class org.h2.index.MultiVersionIndex
-
- getCreateSQL() - Method in class org.h2.index.PageDataIndex
-
- getCreateSQL() - Method in class org.h2.index.RangeIndex
-
- getCreateSQL() - Method in class org.h2.index.ScanIndex
-
- getCreateSQL() - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- getCreateSQL() - Method in class org.h2.schema.Constant
-
- 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.table.Column
-
- getCreateSQL() - Method in class org.h2.table.FunctionTable
-
- getCreateSQL() - Method in class org.h2.table.MetaTable
-
- getCreateSQL() - Method in class org.h2.table.RangeTable
-
- 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(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.ConstraintReferential
-
Create the SQL statement of this object so a copy of the table can be
made.
- 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.
- 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 interface 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.FunctionAlias
-
- 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.engine.UserAggregate
-
- getCreateSQLForCopy(Table, String) - Method in class org.h2.engine.UserDataType
-
- getCreateSQLForCopy(Table, String) - Method in class org.h2.index.BaseIndex
-
- getCreateSQLForCopy(Table, String) - Method in class org.h2.index.MultiVersionIndex
-
- getCreateSQLForCopy(Table, String) - Method in class org.h2.schema.Constant
-
- 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.table.Table
-
- getCreateSQLForCopy(Table, String) - Method in class org.h2.table.TableSynonym
-
- getCreateSQLForCopy(Table, String) - Method in class org.h2.table.TableView
-
- 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.ConstraintReferential
-
- getCreateSQLWithoutIndexes() - Method in class org.h2.constraint.ConstraintUnique
-
- getCreateSQLWithoutName() - Method in class org.h2.table.Column
-
- getCreateVersion() - Method in class org.h2.mvstore.MVMap
-
- 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.
- getCteCleanups() - Method in class org.h2.command.Prepared
-
- getCurrentCommand() - Method in class org.h2.engine.Session
-
- getCurrentCommandStart() - Method in class org.h2.engine.Session
-
- getCurrentFillRate() - Method in class org.h2.mvstore.MVStore
-
Get the current fill rate (percentage of used space in the file).
- getCurrentGroup() - Method in class org.h2.command.dml.Select
-
- getCurrentGroupRowId() - Method in class org.h2.command.dml.Select
-
- getCurrentId() - Method in class org.h2.engine.SessionRemote
-
- getCurrentObjectId() - Method in class org.h2.command.Prepared
-
Get the object id to use for the database object that is created in this
statement.
- 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.
- getCurrentSchema(Connection) - Static method in class org.h2.server.pg.PgServer
-
Get the name of the current schema.
- getCurrentSchemaName() - Method in class org.h2.engine.Session
-
- getCurrentSchemaName() - Method in interface org.h2.engine.SessionInterface
-
Get current schema.
- getCurrentSchemaName() - Method in class org.h2.engine.SessionRemote
-
- getCurrentTid(String, String) - Static method in class org.h2.server.pg.PgServer
-
Get the current transaction id.
- getCurrentValue(Session) - Method in class org.h2.index.IndexCondition
-
Get the current value of the expression.
- getCurrentValue() - Method in class org.h2.schema.Sequence
-
- getCurrentValueList(Session) - 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.schema.Sequence
-
- getDatabase() - Method in interface org.h2.engine.DbObject
-
Get the database.
- getDatabase() - Method in class org.h2.engine.DbObjectBase
-
- getDatabase() - Method in class org.h2.engine.Session
-
- getDatabase() - Method in class org.h2.index.MultiVersionIndex
-
- 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.
- getDatabaseMinorVersion() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the minor version of the database.
- 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.
- getDataHandler() - Method in class org.h2.engine.Session
-
- getDataHandler() - Method in interface org.h2.engine.SessionInterface
-
Get the data handler object.
- getDataHandler() - Method in class org.h2.engine.SessionRemote
-
- getDataHandler() - Method in class org.h2.value.Value
-
Return the data handler for the values that support it
(actually only Java objects).
- getDataHandler() - Method in class org.h2.value.ValueJavaObject
-
- getDataType() - Method in class org.h2.bnf.context.DbColumn
-
- getDataType() - Method in class org.h2.engine.FunctionAlias.JavaMethod
-
- getDataType(int) - Static method in class org.h2.value.DataType
-
Get the data type object for the given value type.
- getDataTypeById(int) - Method in interface org.h2.api.CustomDataTypesHandler
-
Get custom data type given its integer id
- getDataTypeByName(String) - Method in interface org.h2.api.CustomDataTypesHandler
-
Get custom data type given its name
- getDataTypeClassName(int) - Method in interface org.h2.api.CustomDataTypesHandler
-
Get custom data type class name given its integer id
- getDataTypeOrder(int) - Method in interface org.h2.api.CustomDataTypesHandler
-
Get order for custom data type given its integer id
- getDate(int) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Returns the value of the specified column as a 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(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) - 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(String) - Method in class org.h2.jdbc.JdbcResultSet
-
Returns the value of the specified column as a java.sql.Date.
- 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(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(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as an java.sql.Date.
- getDate(String) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a java.sql.Date.
- getDate(int, Calendar) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getDate(String, Calendar) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getDate() - Method in class org.h2.value.Value
-
- getDate() - Method in class org.h2.value.ValueDate
-
- getDate() - Method in class org.h2.value.ValueNull
-
- 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).
- getDay() - Method in class org.h2.api.TimestampWithTimeZone
-
Gets the day of month 1-based.
- 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.
- 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
-
- getDefault() - Static method in class org.h2.expression.ValueExpression
-
Get the DEFAULT expression.
- getDefault() - Static method in class org.h2.util.ColumnNamerConfiguration
-
- getDefaultColumnNamePattern() - Method in class org.h2.util.ColumnNamerConfiguration
-
- getDefaultExpression() - Method in class org.h2.table.Column
-
- 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.
- 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
-
- getDefaultSchema() - Method in class org.h2.bnf.context.DbContents
-
- getDefaultSettings() - Static method in class org.h2.engine.DbSettings
-
INTERNAL.
- getDefaultTableType() - Method in class org.h2.engine.Database
-
- getDefaultTransactionIsolation() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Returns the default transaction isolation level.
- getDefaultValue(Session, Column) - Method in class org.h2.table.Table
-
Get or generate a default value for the given column.
- getDefaultValue(Session, Column) - Method in class org.h2.table.TableLink
-
Get or generate a default value for the given column.
- getDeleteAction() - Method in class org.h2.constraint.ConstraintReferential
-
- getDeleteCommand() - Method in class org.h2.command.dml.MergeUsing
-
- getDependencies() - Method in class org.h2.expression.ExpressionVisitor
-
Get the dependency set.
- getDependenciesVisitor(HashSet<DbObject>) - 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
-
- getDerivedColumnName(Column) - Method in class org.h2.command.dml.SelectListColumnResolver
-
- getDerivedColumnName(Column) - Method in interface org.h2.table.ColumnResolver
-
Get derived column name, or null
.
- getDerivedColumnName(Column) - Method in class org.h2.table.SingleColumnResolver
-
- getDerivedColumnName(Column) - Method in class org.h2.table.TableFilter
-
- getDescription() - Method in class org.h2.jdbcx.JdbcDataSource
-
Get the current description.
- getDescription(MBeanInfo) - Method in class org.h2.jmx.DocumentedMBean
-
- getDescription(MBeanOperationInfo) - Method in class org.h2.jmx.DocumentedMBean
-
- getDescription(MBeanAttributeInfo) - Method in class org.h2.jmx.DocumentedMBean
-
- getDir(String) - Static method in class org.h2.store.FileLister
-
Normalize the directory name.
- getDiskSpaceUsed() - Method in class org.h2.index.FunctionIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.HashIndex
-
- getDiskSpaceUsed() - Method in interface org.h2.index.Index
-
Get the used disk space for this index.
- getDiskSpaceUsed() - Method in class org.h2.index.LinkedIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.MetaIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.MultiVersionIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.NonUniqueHashIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.PageBtreeIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.PageDataIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.PageDelegateIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.RangeIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.ScanIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.SpatialTreeIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.TreeIndex
-
- getDiskSpaceUsed() - Method in class org.h2.index.ViewIndex
-
- getDiskSpaceUsed() - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- 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.table.FunctionTable
-
- getDiskSpaceUsed() - Method in class org.h2.table.MetaTable
-
- getDiskSpaceUsed() - Method in class org.h2.table.RangeTable
-
- getDiskSpaceUsed() - Method in class org.h2.table.RegularTable
-
- getDiskSpaceUsed() - Method in class org.h2.table.Table
-
- getDiskSpaceUsed() - Method in class org.h2.table.TableLink
-
- getDiskSpaceUsed() - Method in class org.h2.table.TableView
-
- getDisplaySize() - Method in class org.h2.expression.Aggregate
-
- getDisplaySize() - Method in class org.h2.expression.Alias
-
- getDisplaySize() - Method in class org.h2.expression.Expression
-
Get the display size of this expression.
- getDisplaySize() - Method in class org.h2.expression.ExpressionColumn
-
- getDisplaySize() - Method in class org.h2.expression.ExpressionList
-
- getDisplaySize() - Method in class org.h2.expression.Function
-
- getDisplaySize() - Method in class org.h2.expression.JavaAggregate
-
- getDisplaySize() - Method in class org.h2.expression.JavaFunction
-
- getDisplaySize() - Method in class org.h2.expression.Operation
-
- getDisplaySize() - Method in class org.h2.expression.Parameter
-
- getDisplaySize() - Method in class org.h2.expression.Rownum
-
- getDisplaySize() - Method in class org.h2.expression.SequenceValue
-
- getDisplaySize() - Method in class org.h2.expression.Subquery
-
- getDisplaySize() - Method in class org.h2.expression.ValueExpression
-
- getDisplaySize() - Method in class org.h2.expression.Variable
-
- getDisplaySize() - Method in class org.h2.expression.Wildcard
-
- getDisplaySize(int) - Method in class org.h2.result.LazyResult
-
- getDisplaySize(int) - Method in class org.h2.result.LocalResult
-
- getDisplaySize(int) - Method in interface org.h2.result.ResultInterface
-
Get the display size for this column.
- getDisplaySize(int) - Method in class org.h2.result.ResultRemote
-
- getDisplaySize() - Method in class org.h2.table.Column
-
- getDisplaySize() - Method in class org.h2.value.Value
-
Get the display size in characters.
- getDisplaySize() - Method in class org.h2.value.ValueArray
-
- getDisplaySize() - Method in class org.h2.value.ValueBoolean
-
- getDisplaySize() - Method in class org.h2.value.ValueByte
-
- getDisplaySize() - Method in class org.h2.value.ValueBytes
-
- getDisplaySize() - Method in class org.h2.value.ValueDate
-
- getDisplaySize() - Method in class org.h2.value.ValueDecimal
-
- getDisplaySize() - Method in class org.h2.value.ValueDouble
-
- getDisplaySize() - Method in class org.h2.value.ValueEnumBase
-
- getDisplaySize() - Method in class org.h2.value.ValueFloat
-
- getDisplaySize() - Method in class org.h2.value.ValueGeometry
-
- getDisplaySize() - Method in class org.h2.value.ValueInt
-
- getDisplaySize() - Method in class org.h2.value.ValueLob
-
- getDisplaySize() - Method in class org.h2.value.ValueLobDb
-
- getDisplaySize() - Method in class org.h2.value.ValueLong
-
- getDisplaySize() - Method in class org.h2.value.ValueNull
-
- getDisplaySize() - Method in class org.h2.value.ValueResultSet
-
- getDisplaySize() - Method in class org.h2.value.ValueShort
-
- getDisplaySize() - Method in class org.h2.value.ValueString
-
- getDisplaySize(int) - Static method in class org.h2.value.ValueTime
-
Get display size for the specified scale.
- getDisplaySize() - Method in class org.h2.value.ValueTime
-
- getDisplaySize(int) - Static method in class org.h2.value.ValueTimestamp
-
Get display size for the specified scale.
- getDisplaySize() - Method in class org.h2.value.ValueTimestamp
-
- getDisplaySize(int) - Static method in class org.h2.value.ValueTimestampTimeZone
-
Get display size for the specified scale.
- getDisplaySize() - Method in class org.h2.value.ValueTimestampTimeZone
-
- getDisplaySize() - Method in class org.h2.value.ValueUuid
-
- getDouble(int) - 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.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(String) - 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.tools.SimpleResultSet
-
Returns the value as a double.
- getDouble() - Method in class org.h2.value.Value
-
- getDouble() - Method in class org.h2.value.ValueDouble
-
- getDouble() - Method in class org.h2.value.ValueNull
-
- 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.constraint.Constraint
-
- getDropSQL() - Method in class org.h2.engine.Comment
-
- getDropSQL() - Method in interface org.h2.engine.DbObject
-
Construct a DROP ...
- getDropSQL() - Method in class org.h2.engine.DbObjectBase
-
Build a SQL statement to drop this object.
- getDropSQL() - Method in class org.h2.engine.FunctionAlias
-
- getDropSQL() - Method in class org.h2.engine.Right
-
- getDropSQL() - Method in class org.h2.engine.Role
-
- getDropSQL() - Method in class org.h2.engine.Setting
-
- getDropSQL() - Method in class org.h2.engine.User
-
- getDropSQL() - Method in class org.h2.engine.UserAggregate
-
- getDropSQL() - Method in class org.h2.engine.UserDataType
-
- getDropSQL() - Method in class org.h2.index.BaseIndex
-
- getDropSQL() - Method in class org.h2.index.MultiVersionIndex
-
- getDropSQL() - Method in class org.h2.schema.Constant
-
- getDropSQL() - Method in class org.h2.schema.Schema
-
- getDropSQL() - Method in class org.h2.schema.Sequence
-
- getDropSQL() - Method in class org.h2.schema.TriggerObject
-
- getDropSQL() - Method in class org.h2.table.FunctionTable
-
- getDropSQL() - Method in class org.h2.table.MetaTable
-
- getDropSQL() - Method in class org.h2.table.RangeTable
-
- 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.BaseIndex
-
Create a duplicate key exception with a message that contains the index
name.
- getDuplicateKeyException(String) - Method in class org.h2.index.PageDataIndex
-
- getEmptyResult() - Method in class org.h2.command.dml.SelectUnion
-
- getEncodingName(int) - Static method in class org.h2.server.pg.PgServer
-
Get the name of this encoding code.
- 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.
- getEnum() - Method in class org.h2.engine.Mode
-
- getEnumerators() - Method in class org.h2.table.Column
-
- getEnumerators() - Method in class org.h2.value.ValueEnum
-
- getEnvelopeUnion(ValueGeometry) - Method in class org.h2.value.ValueGeometry
-
Get the union.
- getErrorCode() - Method in exception org.h2.message.DbException
-
Get the error code.
- getErrorCode(String) - Static method in class org.h2.mvstore.DataUtils
-
Get the error code from an exception message.
- getEscapeCharacter() - Method in class org.h2.tools.Csv
-
Get the current escape character.
- getException() - Method in class org.h2.util.Task
-
Get the exception that was thrown in the call (if any).
- 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.
- getExpression() - Method in class org.h2.constraint.ConstraintCheck
-
- getExpression(boolean) - Method in class org.h2.expression.Comparison
-
Get the left or the right sub-expression of this condition.
- getExpression(boolean) - Method in class org.h2.expression.ConditionAndOr
-
Get the left or the right sub-expression of this condition.
- getExpression() - Method in class org.h2.index.IndexCondition
-
Get expression.
- getExpressionColumns(Session) - Method in class org.h2.expression.Expression
-
If this expression consists of column expressions it should return them.
- getExpressionColumns(Session, ResultSet) - Static method in class org.h2.expression.Expression
-
Extracts expression columns from the given result set.
- getExpressionColumns(Session) - Method in class org.h2.expression.ExpressionList
-
- getExpressionColumns(Session) - Method in class org.h2.expression.JavaFunction
-
- getExpressionColumns(Session) - Method in class org.h2.expression.Subquery
-
- getExpressionColumns(Session) - Method in class org.h2.expression.TableFunction
-
- getExpressionColumns(Session) - Method in class org.h2.expression.ValueExpression
-
- 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.dml.Query
-
The the list of select expressions.
- getExpressions() - Method in class org.h2.command.dml.Select
-
- getExpressions() - Method in class org.h2.command.dml.SelectUnion
-
- 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<Object>) - Method in class org.h2.mvstore.rtree.SpatialDataType
-
Get the most extreme pair (elements that are as far apart as possible).
- 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.tools.SimpleResultSet
-
Returns 0.
- getField(Object, String) - Static method in class org.h2.util.Utils
-
Returns a static field.
- getFieldDelimiter() - Method in class org.h2.tools.Csv
-
Get the current field delimiter.
- 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.mvstore.FileStore
-
Get the file name.
- getFileName() - Method in class org.h2.value.ValueLob
-
Get the current file name where the lob is saved.
- 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.
- getFilePos() - Method in class org.h2.engine.UndoLogRecord
-
Get the position in the file.
- 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.
- 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.
- getFileWriteCountTotal() - Method in class org.h2.jmx.DatabaseInfo
-
- getFileWriteCountTotal() - Method in interface org.h2.jmx.DatabaseInfoMBean
-
The number of write operations since the database was created.
- getFillRate() - Method in class org.h2.mvstore.Chunk
-
Calculate the fill rate in %.
- getFillRate() - Method in class org.h2.mvstore.FileStore
-
- getFillRate() - Method in class org.h2.mvstore.FreeSpaceBitSet
-
Get the fill rate of the space in percent.
- getFilter() - Method in class org.h2.table.SubQueryInfo
-
- getFilterCondition() - Method in class org.h2.table.TableFilter
-
- getFilters() - Method in class org.h2.table.Plan
-
The the list of tables.
- getFilters() - Method in class org.h2.table.SubQueryInfo
-
- getFirstFree() - Method in class org.h2.mvstore.FreeSpaceBitSet
-
Get the position of the first free space.
- getFirstLast(boolean) - Method in class org.h2.mvstore.MVMap
-
Get the first (lowest) or last (largest) key.
- getFirstUncommittedLog() - Method in class org.h2.engine.Session
-
- getFirstUserTable() - Method in class org.h2.engine.Database
-
Get the first user defined table.
- getFletcher32(byte[], int, int) - Static method in class org.h2.mvstore.DataUtils
-
Calculate the Fletcher32 checksum.
- getFloat(int) - 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.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(String) - 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.tools.SimpleResultSet
-
Returns the value as a float.
- getFloat() - Method in class org.h2.value.Value
-
- getFloat() - Method in class org.h2.value.ValueFloat
-
- getFloat() - Method in class org.h2.value.ValueNull
-
- getFlushOnEachCommit() - Method in class org.h2.engine.Database
-
Check if flush-on-each-commit is enabled.
- getFormatId() - Method in class org.h2.jdbcx.JdbcXid
-
Get the format id.
- 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.
- getFullVersion() - Static method in class org.h2.engine.Constants
-
Get the complete version number of this database, consisting of
the major version, the minor version, the build id, and the build date.
- getFunction(Database, String) - Static method in class org.h2.expression.Function
-
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.
- getFunctions(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
[Not supported] Gets the list of functions.
- getFunctionType() - Method in class org.h2.expression.Function
-
- getGarbageCollectionTime() - Static method in class org.h2.util.Utils
-
- getGeneratedKeys() - Method in class org.h2.engine.Session
-
- getGeneratedKeys() - Method in class org.h2.jdbc.JdbcPreparedStatement
-
- getGeneratedKeys() - Method in class org.h2.jdbc.JdbcStatement
-
Return a result set that contains the last generated auto-increment key
for this connection, if there was one.
- 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.
- getGeometryNoCopy() - Method in class org.h2.value.ValueGeometry
-
- 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.dml.Select
-
- getHandler() - Method in class org.h2.store.Data
-
- 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.dml.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.
- 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.
- getHostName(String) - Static method in class org.h2.util.NetUtils
-
Get the host name of a local address, if available.
- getId() - Method in interface org.h2.engine.DbObject
-
Get the unique object id.
- getId() - Method in class org.h2.engine.DbObjectBase
-
- getId() - Method in class org.h2.engine.MetaRecord
-
- getId() - Method in class org.h2.engine.Session
-
- getId() - Method in class org.h2.index.MultiVersionIndex
-
- getId() - Method in class org.h2.mvstore.db.TransactionStore.Transaction
-
- getId() - Method in class org.h2.mvstore.MVMap
-
Get the map id.
- getId() - Method in class org.h2.mvstore.rtree.SpatialKey
-
- getIdentifierQuoteString() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Returns the string used to quote identifiers.
- getIgnoreCase() - Method in class org.h2.engine.Database
-
- 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.
- getIncrement() - Method in class org.h2.schema.Sequence
-
- getIndex() - Method in class org.h2.expression.Parameter
-
- getIndex(String) - Method in class org.h2.schema.Schema
-
Get the index with the given name.
- getIndex() - Method in class org.h2.table.PlanItem
-
- getIndex(String) - Method in class org.h2.table.Table
-
Get an index by name.
- getIndex() - Method in class org.h2.table.TableFilter
-
- getIndex(int) - Method in class org.h2.util.HashBase
-
Calculate the index for this hash code.
- getIndexAccess(Connection) - Static method in class org.h2.fulltext.FullTextLucene
-
Get the index writer/searcher wrapper for the given connection.
- getIndexColumn(Connection, int, Integer, Boolean) - Static method in class org.h2.server.pg.PgServer
-
The Java implementation of the PostgreSQL function pg_get_indexdef.
- getIndexColumns() - Method in class org.h2.command.ddl.AlterTableAddConstraint
-
- getIndexColumns() - Method in class org.h2.index.BaseIndex
-
- getIndexColumns() - Method in interface org.h2.index.Index
-
Get the indexed columns as index columns (with ordering information).
- getIndexColumns() - Method in class org.h2.index.MultiVersionIndex
-
- 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.table.FunctionTable
-
- getIndexes() - Method in class org.h2.table.MetaTable
-
- getIndexes() - Method in class org.h2.table.RangeTable
-
- getIndexes() - Method in class org.h2.table.RegularTable
-
- 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
-
- 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.
- 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.BaseIndex
-
- getIndexType() - Method in interface org.h2.index.Index
-
Get the index type.
- getIndexType() - Method in class org.h2.index.MultiVersionIndex
-
- getInDoubtTransactions() - Method in class org.h2.engine.Database
-
Get the list of in-doubt transactions.
- getInDoubtTransactions() - Method in class org.h2.mvstore.db.MVTableEngine.Store
-
- getInDoubtTransactions() - Method in class org.h2.store.PageStore
-
Get the list of in-doubt transaction.
- getInList(ExpressionColumn, List<Expression>) - 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.MVTableEngine.Store
-
- getInputStream(ValueLobDb, byte[], long) - Method in class org.h2.store.LobStorageBackend
-
- getInputStream(ValueLobDb, byte[], long) - Method in class org.h2.store.LobStorageFrontend
-
Get the input stream for the given lob.
- getInputStream(ValueLobDb, byte[], long) - Method in interface org.h2.store.LobStorageInterface
-
Get the input stream for the given lob.
- getInputStream(ValueLobDb, byte[], long) - Method in class org.h2.store.LobStorageMap
-
- getInputStream() - Method in class org.h2.value.Value
-
- getInputStream(long, long) - Method in class org.h2.value.Value
-
Get the input stream
- getInputStream() - Method in class org.h2.value.ValueLob
-
- getInputStream(long, long) - Method in class org.h2.value.ValueLob
-
- getInputStream() - Method in class org.h2.value.ValueLobDb
-
- getInputStream(long, long) - Method in class org.h2.value.ValueLobDb
-
- getInputStream() - 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.
- getInsertCommand() - Method in class org.h2.command.dml.MergeUsing
-
- getInstance(Reader) - Static method in class org.h2.bnf.Bnf
-
Create an instance using the grammar specified in the CSV file.
- getInstance(HashMap<String, String>) - Static method in class org.h2.engine.DbSettings
-
INTERNAL.
- getInstance() - Static method in class org.h2.engine.Engine
-
- getInstance(String) - Static method in class org.h2.engine.Mode
-
Get the mode with the given name.
- getInstance() - Method in class org.h2.engine.UserAggregate
-
- getInstance(TransactionStore.Transaction, long) - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Get a clone of this map for the given transaction.
- getInstance() - Static method in class org.h2.store.RecoverTester
-
- 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(String, int) - Static method in class org.h2.value.CompareMode
-
Create a new compare mode with the given collator and strength.
- getInstance(String, int, boolean) - Static method in class org.h2.value.CompareMode
-
Create a new compare mode with the given collator and strength.
- getInstrumentation() - Static method in class org.h2.util.Profiler
-
Get the instrumentation object if started as an agent.
- getInt(int) - 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.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(String) - 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.tools.SimpleResultSet
-
Returns the value as an int.
- getInt() - Method in class org.h2.value.Value
-
- getInt() - Method in class org.h2.value.ValueByte
-
- getInt() - Method in class org.h2.value.ValueEnumBase
-
- getInt() - Method in class org.h2.value.ValueInt
-
- getInt() - Method in class org.h2.value.ValueNull
-
- getInt() - Method in class org.h2.value.ValueShort
-
- getIntDatePart(Value, int) - Static method in class org.h2.util.DateTimeFunctions
-
Get the specified field of a date, however with years normalized to positive
or negative, and month starting with 1.
- 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.
- 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
-
- getInvalidValueException(String, Object) - Static method in exception 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.
- 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.
- getJavaClassName() - Method in class org.h2.engine.FunctionAlias
-
- getJavaClassName() - Method in class org.h2.engine.UserAggregate
-
- getJavaMethodName() - Method in class org.h2.engine.FunctionAlias
-
- getJavaMethods() - Method in class org.h2.engine.FunctionAlias
-
Get the Java methods mapped by this function.
- getJavaObjectSerializer() - Method in class org.h2.engine.Database
-
- getJavaObjectSerializer() - Method in class org.h2.engine.SessionRemote
-
- getJavaObjectSerializer() - Method in interface org.h2.store.DataHandler
-
Return the serializer to be used for java objects being stored in
column of type OTHER.
- getJavaObjectSerializer() - Method in class org.h2.tools.Recover
-
- 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.
- getJoin() - Method in class org.h2.table.TableFilter
-
- getJoinBatch() - Method in class org.h2.command.dml.Select
-
- getJoinBatch() - Method in class org.h2.table.TableFilter
-
- getJoinCondition() - Method in class org.h2.table.TableFilter
-
- getJoinFilterId() - Method in class org.h2.table.TableFilter
-
- getKey() - Method in class org.h2.mvstore.Cursor
-
Get the last read key if there was one.
- getKey() - Method in class org.h2.mvstore.DataUtils.MapEntry
-
- getKey(long) - Method in class org.h2.mvstore.MVMap
-
Get the key at the given index.
- getKey(int) - Method in class org.h2.mvstore.Page
-
Get the key at the given index.
- getKey() - Method in class org.h2.result.RowImpl
-
- getKey() - Method in interface org.h2.result.SearchRow
-
Get the unique key of the row.
- getKey() - Method in class org.h2.result.SimpleRow
-
- getKey() - Method in class org.h2.result.SimpleRowValue
-
- 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.
- getKeys(Session) - Method in class org.h2.engine.GeneratedKeys
-
Returns generated keys.
- 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.db.TransactionStore.TransactionMap
-
- getKeyType() - Method in class org.h2.mvstore.MVMap.Builder
-
- getKeyType() - Method in class org.h2.mvstore.MVMap
-
Get the key type.
- getLargeMaxRows() - Method in class org.h2.jdbc.JdbcStatement
-
Gets the maximum number of rows for a ResultSet.
- getLargeMaxRows() - Method in interface org.h2.jdbc.JdbcStatementBackwardsCompat
-
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.
- getLargeUpdateCount() - Method in interface org.h2.jdbc.JdbcStatementBackwardsCompat
-
Returns the last update count of this statement.
- getLast() - Method in class org.h2.engine.UndoLog
-
Get the last record and remove it from the list of operations.
- getLastExecutedCommandType() - Method in class org.h2.jdbc.JdbcStatement
-
INTERNAL.
- getLastFree() - Method in class org.h2.mvstore.FreeSpaceBitSet
-
Get the position of the last (infinite) free space.
- getLastIdentity() - Method in class org.h2.engine.Session
-
- 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.
- getLastReconnect() - Method in class org.h2.engine.SessionRemote
-
- getLastScopeIdentity() - Method in class org.h2.engine.Session
-
- getLastTable() - Method in class org.h2.bnf.Sentence
-
Get the last added table.
- getLastTriggerIdentity() - Method in class org.h2.engine.Session
-
- getLatest(K) - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Get the most recent value for the given key.
- getLeft() - Method in class org.h2.command.dml.SelectUnion
-
- getLegacyAlgorithmsSilently() - Static method in class org.h2.security.CipherFactory
-
- 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
-
- getLimit() - Method in class org.h2.command.dml.Query
-
- 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.ValueArray
-
- getLobCompressionAlgorithm(int) - Method in class org.h2.engine.Database
-
- getLobCompressionAlgorithm(int) - Method in class org.h2.engine.SessionRemote
-
- getLobCompressionAlgorithm(int) - Method in interface org.h2.store.DataHandler
-
Get the compression algorithm used for large objects.
- getLobCompressionAlgorithm(int) - Method in class org.h2.tools.Recover
-
INTERNAL
- getLobConnectionForInit() - Method in class org.h2.engine.Database
-
- getLobConnectionForRegularUse() - Method in class org.h2.engine.Database
-
- 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.ValueLobDb
-
- 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.Session
-
Get the map of constraints for all constraints on local, temporary
tables, if any.
- getLocalTempTableIndexes() - Method in class org.h2.engine.Session
-
- getLocalTempTables() - Method in class org.h2.engine.Session
-
- getLockMode() - Method in class org.h2.engine.Database
-
- getLocks() - Method in class org.h2.engine.Session
-
- getLockTimeout() - Method in class org.h2.engine.Session
-
- 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.
- getLogMode() - Method in class org.h2.engine.Database
-
- getLogMode() - Method in class org.h2.jmx.DatabaseInfo
-
- getLogMode() - Method in interface org.h2.jmx.DatabaseInfoMBean
-
The transaction log mode (0 disabled, 1 without sync, 2 enabled).
- getLogMode() - Method in class org.h2.store.PageStore
-
- 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(int) - 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.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(String) - 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.tools.SimpleResultSet
-
Returns the value as a long.
- getLong() - Method in class org.h2.value.Value
-
- getLong() - Method in class org.h2.value.ValueEnumBase
-
- getLong() - Method in class org.h2.value.ValueInt
-
- getLong() - Method in class org.h2.value.ValueLong
-
- getLong() - Method in class org.h2.value.ValueNull
-
- getLookupBatch(int) - Method in class org.h2.table.JoinBatch
-
Get the lookup batch for the given table filter.
- getLow() - Method in class org.h2.value.ValueUuid
-
Get the least significant 64 bits of this UUID.
- getMainIndexColumn() - Method in class org.h2.index.PageDataIndex
-
- getMainIndexColumn() - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- 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
-
- getMapName(String) - Static method in class org.h2.mvstore.DataUtils
-
Parse a name from key-value pair list.
- 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.
- getMapNames() - Method in class org.h2.mvstore.MVStore
-
Get the set of all map names.
- getMask(ArrayList<IndexCondition>) - Method in class org.h2.index.IndexCondition
-
Get the comparison bit mask.
- getMasks() - Method in class org.h2.table.SubQueryInfo
-
- getMasks() - Method in class org.h2.table.TableFilter
-
- getMax(Session) - Method in class org.h2.table.RangeTable
-
Calculate and get the end value of this range.
- 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.dml.Query
-
- getMaxDataModificationId() - Method in class org.h2.expression.ExpressionVisitor
-
Get the last data modification.
- getMaxDataModificationId() - Method in class org.h2.mvstore.db.MVTable
-
- getMaxDataModificationId() - Method in class org.h2.table.FunctionTable
-
- getMaxDataModificationId() - Method in class org.h2.table.MetaTable
-
- getMaxDataModificationId() - Method in class org.h2.table.RangeTable
-
- getMaxDataModificationId() - Method in class org.h2.table.RegularTable
-
- 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
-
- getMaxFieldSize() - Method in class org.h2.jdbc.JdbcStatement
-
Gets the maximum number of bytes for a result set column.
- getMaxIdentiferLength() - Method in class org.h2.util.ColumnNamerConfiguration
-
- 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
-
- getMaxMemoryUndo() - Method in class org.h2.engine.Database
-
- getMaxModificationIdVisitor() - Static method in class org.h2.expression.ExpressionVisitor
-
- getMaxOperationMemory() - Method in class org.h2.engine.Database
-
- 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.
- getMemory() - Method in class org.h2.index.PageBtree
-
Get the estimated memory size.
- getMemory() - Method in class org.h2.index.PageDataOverflow
-
Get the estimated memory size.
- getMemory(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
-
Get the memory used for the given key.
- getMemory(Object) - Method in class org.h2.mvstore.db.TransactionStore.ArrayType
-
- getMemory(Object) - Method in class org.h2.mvstore.db.TransactionStore.VersionedValueType
-
- getMemory(Object) - Method in class org.h2.mvstore.db.ValueDataType
-
- getMemory() - Method in class org.h2.mvstore.Page
-
- getMemory(Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
-
- getMemory(Object) - Method in interface org.h2.mvstore.type.DataType
-
Estimate the used memory in bytes.
- getMemory(Object) - Method in class org.h2.mvstore.type.ObjectDataType
-
- getMemory(Object) - Method in class org.h2.mvstore.type.StringDataType
-
- getMemory() - Method in class org.h2.result.RowImpl
-
- getMemory() - Method in interface org.h2.result.SearchRow
-
Get the estimated memory used for this row, in bytes.
- getMemory() - Method in class org.h2.result.SimpleRow
-
- getMemory() - Method in class org.h2.result.SimpleRowValue
-
- getMemory() - Method in class org.h2.store.PageFreeList
-
Get the estimated memory size.
- getMemory() - Method in class org.h2.store.PageStreamData
-
Get the estimated memory size.
- getMemory() - Method in class org.h2.store.PageStreamTrunk
-
Get the estimated memory size.
- 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.Value
-
Get the memory used by this object.
- getMemory() - Method in class org.h2.value.ValueArray
-
- getMemory() - Method in class org.h2.value.ValueBytes
-
- getMemory() - Method in class org.h2.value.ValueDecimal
-
- getMemory() - Method in class org.h2.value.ValueGeometry
-
- getMemory() - Method in class org.h2.value.ValueLob
-
- getMemory() - Method in class org.h2.value.ValueLobDb
-
- getMemory() - Method in class org.h2.value.ValueString
-
- 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 org.h2.jdbc.JdbcSQLException
-
Get the detail error message.
- 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.
- getMetaTableTypeCount() - Static method in class org.h2.table.MetaTable
-
Get the number of meta table types.
- getMethod(String) - Method in class org.h2.util.SourceCompiler
-
Get the first public static method of the given class.
- getMillis(long, long, short) - Static method in class org.h2.util.DateTimeUtils
-
Calculates the milliseconds since epoch for the specified date value,
nanoseconds since midnight, and time zone offset.
- getMillis(TimeZone, int, int, int, int, int, int, int) - Static method in class org.h2.util.DateTimeUtils
-
Calculate the milliseconds since 1970-01-01 (UTC) for the given date and
time (in the specified timezone).
- getMin(Session) - Method in class org.h2.table.RangeTable
-
Calculate and get the start value of this range.
- getMinBlockSize() - Method in class org.h2.mvstore.StreamStore
-
- getMinMax(K, boolean, boolean) - Method in class org.h2.mvstore.MVMap
-
Get the smallest or largest key using the given bounds.
- getMinorVersion() - Method in class org.h2.Driver
-
Get the minor version number of the driver.
- getMinValue() - Method in class org.h2.schema.Sequence
-
- getMisses() - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
-
Get the number of cache misses.
- getMode() - Method in class org.h2.engine.Database
-
- 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.DbObjectBase
-
- getModificationId() - Method in class org.h2.engine.Session
-
- getModificationMetaId() - Method in class org.h2.engine.Database
-
- getMonth() - Method in class org.h2.api.TimestampWithTimeZone
-
Gets the month 1-based.
- getMonthsAndWeeks(int) - Static method in class org.h2.util.DateTimeFunctions
-
Return names of month or weeks.
- 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.
- getMvStore() - Method in class org.h2.engine.Database
-
- 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 interface org.h2.engine.DbObject
-
Get the name.
- getName() - Method in class org.h2.engine.DbObjectBase
-
- getName() - Method in class org.h2.engine.Mode
-
- getName() - Method in class org.h2.engine.Procedure
-
- getName() - Method in class org.h2.expression.Function
-
- getName() - Method in interface org.h2.expression.FunctionCall
-
Get the name of the function.
- getName() - Method in class org.h2.expression.JavaFunction
-
- getName() - Method in class org.h2.expression.TableFunction
-
- getName() - Method in class org.h2.expression.Variable
-
- getName() - Method in class org.h2.index.MultiVersionIndex
-
- getName() - Method in class org.h2.mvstore.db.TransactionStore.Transaction
-
- getName() - Method in class org.h2.mvstore.MVMap
-
Get the map 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(String) - Static method in class org.h2.store.fs.FileUtils
-
Get the file or directory name (the last element of the path).
- getName() - Method in class org.h2.table.Column
-
- getName(Locale) - Static method in class org.h2.value.CompareMode
-
Get the collation name.
- getName() - Method in class org.h2.value.CompareMode
-
- getNanos() - Method in class org.h2.value.ValueTime
-
- getNanosSinceMidnight() - Method in class org.h2.api.TimestampWithTimeZone
-
Gets the nanoseconds since midnight.
- getNCharacterStream(int) - 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.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(String) - 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.tools.SimpleResultSet
-
INTERNAL
- getNClob(int) - 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.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(String) - 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.tools.SimpleResultSet
-
INTERNAL
- getNestedJoin() - Method in class org.h2.table.TableFilter
-
- getNetworkTimeout() - Method in class org.h2.jdbc.JdbcConnection
-
[Not supported]
- getNew(String) - Method in class org.h2.value.ValueString
-
Create a new String value of the current class.
- getNew(String) - Method in class org.h2.value.ValueStringFixed
-
- getNew(String) - Method in class org.h2.value.ValueStringIgnoreCase
-
- getNewDuplicateKeyException() - Method in class org.h2.index.PageDataIndex
-
- 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(Session) - 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
-
- getNextSystemIdentifier(String) - Method in class org.h2.engine.Session
-
Get the next system generated identifiers.
- getNextTempFileNamePart(boolean) - Static method in class org.h2.store.fs.FilePath
-
Get the next temporary file name part (the part in the middle).
- getNextTokenList(String) - Method in class org.h2.bnf.Bnf
-
Get the list of tokens that can follow.
- getNextTrunk() - Method in class org.h2.store.PageStreamTrunk
-
- getNoCopy(byte[]) - Static method in class org.h2.value.ValueBytes
-
Get or create a bytes value for the given byte array.
- getNoCopy(Object, byte[], DataHandler) - Static method in class org.h2.value.ValueJavaObject
-
Get or create a java object value for the given byte array.
- getNonAliasExpression() - Method in class org.h2.expression.Alias
-
- getNonAliasExpression() - Method in class org.h2.expression.Expression
-
Returns the main expression, skipping aliases.
- getNonPrimitiveClass(Class<?>) - Static method in class org.h2.util.Utils
-
Convert primitive class names to java.lang.* class names.
- getNotIfPossible(Session) - Method in class org.h2.expression.Comparison
-
- getNotIfPossible(Session) - Method in class org.h2.expression.ConditionAndOr
-
- getNotIfPossible(Session) - Method in class org.h2.expression.ConditionNot
-
- getNotIfPossible(Session) - Method in class org.h2.expression.Expression
-
If it is possible, return the negated expression.
- getNotIfPossible(Session) - Method in class org.h2.expression.ExpressionColumn
-
- getNotIfPossible(Session) - Method in class org.h2.expression.Parameter
-
- getNotIfPossible(Session) - 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(String) - 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(String) - 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.tools.SimpleResultSet
-
INTERNAL
- getNull() - Static method in class org.h2.expression.ValueExpression
-
Get the NULL expression.
- 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 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
-
- 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.
- getObject(Value, Class<?>) - Method in interface org.h2.api.CustomDataTypesHandler
-
Converts
Value
object
to the specified class.
- getObject(int) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Returns a column value as a Java object.
- getObject(int, Map<String, Class<?>>) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported] Gets a column as a object using the specified type
mapping.
- getObject(String, Map<String, Class<?>>) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported] Gets a column as a object using the specified type
mapping.
- getObject(String) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Returns a column value as a Java object.
- getObject(int, Class<T>) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported]
- getObject(String, Class<T>) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported]
- getObject(int) - Method in class org.h2.jdbc.JdbcResultSet
-
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(int, Map<String, Class<?>>) - Method in class org.h2.jdbc.JdbcResultSet
-
[Not supported] Gets a column as a object using the specified type
mapping.
- getObject(String, Map<String, Class<?>>) - Method in class org.h2.jdbc.JdbcResultSet
-
[Not supported] Gets a column as a object using the specified type
mapping.
- getObject(int, Class<T>) - Method in class org.h2.jdbc.JdbcResultSet
-
Returns a column value as a Java object.
- getObject(String, Class<T>) - 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(String) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as an Object.
- getObject(int, Class<T>) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as an Object of the specified type.
- getObject(String, Class<T>) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as an Object of the specified type.
- getObject(int, Map<String, Class<?>>) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getObject(String, Map<String, Class<?>>) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getObject(int, boolean) - Method in class org.h2.util.SmallMap
-
Get an object from the map if it is stored.
- getObject() - Method in class org.h2.value.Value
-
Get the value as an object.
- getObject() - Method in class org.h2.value.ValueArray
-
- getObject() - Method in class org.h2.value.ValueBoolean
-
- getObject() - Method in class org.h2.value.ValueByte
-
- getObject() - Method in class org.h2.value.ValueBytes
-
- getObject() - Method in class org.h2.value.ValueDate
-
- getObject() - Method in class org.h2.value.ValueDecimal
-
- getObject() - Method in class org.h2.value.ValueDouble
-
- getObject() - Method in class org.h2.value.ValueEnumBase
-
- getObject() - Method in class org.h2.value.ValueFloat
-
- getObject() - Method in class org.h2.value.ValueGeometry
-
- getObject() - Method in class org.h2.value.ValueInt
-
- getObject() - Method in class org.h2.value.ValueLob
-
- getObject() - Method in class org.h2.value.ValueLobDb
-
- getObject() - Method in class org.h2.value.ValueLong
-
- getObject() - Method in class org.h2.value.ValueNull
-
- getObject() - Method in class org.h2.value.ValueResultSet
-
- getObject() - Method in class org.h2.value.ValueShort
-
- getObject() - Method in class org.h2.value.ValueString
-
- getObject() - Method in class org.h2.value.ValueTime
-
- getObject() - Method in class org.h2.value.ValueTimestamp
-
- getObject() - Method in class org.h2.value.ValueTimestampTimeZone
-
- getObject() - Method in class org.h2.value.ValueUuid
-
- getObjectId() - Method in class org.h2.command.Prepared
-
Get the current object id, or get a new id from the database.
- getObjectId() - Method in class org.h2.value.ValueLob
-
Get the current object id of this lob.
- getObjectIds() - Method in class org.h2.store.PageStore
-
- 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.dml.Query
-
- getOid(Connection, String) - Static method in class org.h2.server.pg.PgServer
-
Get the OID of an object.
- 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
-
- getOnUpdateExpression() - Method in class org.h2.table.Column
-
- getOnUpdateValue(Session, Column) - Method in class org.h2.table.Table
-
Generates on update value for the given column.
- getOpenStackTrace() - Method in class org.h2.util.CloseWatcher
-
Get the open stack trace or null if none.
- getOpenTransactions() - Method in class org.h2.mvstore.db.TransactionStore
-
Get the list of unclosed transactions that have pending writes.
- 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
-
- getOrderInFrom() - Method in class org.h2.table.TableFilter
-
Get the order number (index) of this table filter in the "from" clause of
the query.
- getOriginalCause() - Method in exception org.h2.jdbc.JdbcSQLException
-
INTERNAL
- getOriginalColumnName() - Method in class org.h2.expression.ExpressionColumn
-
- getOriginalMessage() - Method in exception org.h2.jdbc.JdbcSQLException
-
INTERNAL
- getOriginalSQL() - Method in class org.h2.table.Column
-
- getOriginalTableAliasName() - Method in class org.h2.expression.ExpressionColumn
-
- getOriginalURL() - Method in class org.h2.engine.ConnectionInfo
-
Get the complete original database URL.
- getOwner() - Method in class org.h2.schema.Schema
-
Get the owner of this schema.
- getOwner() - Method in class org.h2.table.TableView
-
- getPage(int) - Method in class org.h2.store.PageStore
-
Read a page from the store.
- getPageChunkId(long) - Static method in class org.h2.mvstore.DataUtils
-
Get the chunk id from the position.
- getPageCount() - Method in class org.h2.store.PageStore
-
Get the number of pages (including free pages).
- getPageMaxLength(long) - Static method in class org.h2.mvstore.DataUtils
-
Get the maximum length for the given code.
- 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.
- getPagesAddressed(int) - Static method in class org.h2.store.PageFreeList
-
Get the number of pages that can fit in a free list.
- getPageSize() - Method in class org.h2.engine.Database
-
- getPageSize() - Method in class org.h2.store.PageStore
-
Get the page size.
- getPageSplitSize() - Method in class org.h2.mvstore.MVStore
-
- getPageStore() - Method in class org.h2.engine.Database
-
- getPageStoreSession() - Method in class org.h2.store.PageStore
-
- getPageType(long) - Static method in class org.h2.mvstore.DataUtils
-
Get the page type from the position.
- getParameterClassName(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
-
Returns the Java class name of the parameter.
- getParameterCount() - Method in class org.h2.engine.FunctionAlias.JavaMethod
-
- getParameterCount() - Method in class org.h2.jdbc.JdbcParameterMetaData
-
Returns the number of parameters.
- 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<Parameter>) - 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.
- getParameterTypeName(int) - Method in class org.h2.jdbc.JdbcParameterMetaData
-
Returns the parameter type name.
- getParameterValues() - Method in class org.h2.command.dml.Query
-
- 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.FilePath
-
Get the parent directory of a file or directory.
- getParent() - Method in class org.h2.store.fs.FilePathDisk
-
- getParent() - Method in class org.h2.store.fs.FilePathMem
-
- getParent() - Method in class org.h2.store.fs.FilePathNioMem
-
- getParent() - Method in class org.h2.store.fs.FilePathWrapper
-
- getParent() - Method in class org.h2.store.fs.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]
- getParsingCreateViewName() - Method in class org.h2.engine.Session
-
- getPassword() - Method in class org.h2.jdbcx.JdbcDataSource
-
Get the current password.
- getPasswordBytes(char[]) - Static method in class org.h2.store.fs.FilePathEncrypt
-
Convert a char array to a byte array, in UTF-16 format.
- 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.FilePathDisk
-
- getPath(String) - Method in class org.h2.store.fs.FilePathMem
-
- getPath(String) - Method in class org.h2.store.fs.FilePathNioMem
-
- getPath(String) - Method in class org.h2.store.fs.FilePathWrapper
-
- getPath(String) - Method in class org.h2.store.fs.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.
- getPgExpr(String, int) - Static method in class org.h2.server.pg.PgServer
-
A fake wrapper around pg_get_expr(expr_text, relation_oid), in PostgreSQL
it "decompiles the internal form of an expression, assuming that any vars
in it refer to the relation indicated by the second parameter".
- getPlanSQL() - Method in class org.h2.command.dml.Delete
-
- getPlanSQL() - Method in class org.h2.command.dml.Insert
-
- getPlanSQL() - Method in class org.h2.command.dml.Merge
-
- getPlanSQL() - Method in class org.h2.command.dml.MergeUsing
-
- getPlanSQL() - Method in class org.h2.command.dml.Replace
-
- getPlanSQL() - Method in class org.h2.command.dml.Select
-
- getPlanSQL() - Method in class org.h2.command.dml.SelectUnion
-
- getPlanSQL() - Method in class org.h2.command.dml.Update
-
- getPlanSQL() - Method in class org.h2.command.Prepared
-
Get the SQL statement with the execution plan.
- getPlanSQL() - Method in class org.h2.index.BaseIndex
-
- getPlanSQL() - Method in class org.h2.index.FunctionIndex
-
- getPlanSQL() - Method in interface org.h2.index.Index
-
Get the message to show in a EXPLAIN statement.
- getPlanSQL() - Method in interface org.h2.index.IndexLookupBatch
-
Get plan for EXPLAIN.
- getPlanSQL() - Method in class org.h2.index.MetaIndex
-
- getPlanSQL() - Method in class org.h2.index.MultiVersionIndex
-
- getPlanSQL() - Method in class org.h2.index.PageDataIndex
-
- getPlanSQL() - Method in class org.h2.index.ScanIndex
-
- getPlanSQL() - Method in class org.h2.index.ViewIndex
-
- getPlanSQL() - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- getPlanSQL(boolean) - Method in class org.h2.table.TableFilter
-
Get the query execution plan text to use for this table filter.
- 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
-
- getPowerOffCount() - Method in class org.h2.engine.Session
-
- getPowerOffCount() - Method in interface org.h2.engine.SessionInterface
-
Get the number of disk operations before power failure is simulated.
- getPowerOffCount() - Method in class org.h2.engine.SessionRemote
-
- getPowerOffCount() - Method in class org.h2.jdbc.JdbcConnection
-
INTERNAL
- getPrecision() - Method in class org.h2.expression.Aggregate
-
- getPrecision() - Method in class org.h2.expression.Alias
-
- getPrecision() - Method in class org.h2.expression.Expression
-
Get the precision of this expression.
- getPrecision() - Method in class org.h2.expression.ExpressionColumn
-
- getPrecision() - Method in class org.h2.expression.ExpressionList
-
- getPrecision() - Method in class org.h2.expression.Function
-
- getPrecision() - Method in class org.h2.expression.JavaAggregate
-
- getPrecision() - Method in class org.h2.expression.JavaFunction
-
- getPrecision() - Method in class org.h2.expression.Operation
-
- getPrecision() - Method in class org.h2.expression.Parameter
-
- getPrecision() - Method in interface org.h2.expression.ParameterInterface
-
Get the expected precision of this parameter.
- getPrecision() - Method in class org.h2.expression.ParameterRemote
-
- getPrecision() - Method in class org.h2.expression.Rownum
-
- getPrecision() - Method in class org.h2.expression.SequenceValue
-
- getPrecision() - Method in class org.h2.expression.Subquery
-
- getPrecision() - Method in class org.h2.expression.ValueExpression
-
- getPrecision() - Method in class org.h2.expression.Variable
-
- getPrecision() - Method in class org.h2.expression.Wildcard
-
- 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() - Method in class org.h2.table.Column
-
- getPrecision(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns the precision.
- getPrecision() - Method in class org.h2.value.Value
-
Get the precision.
- getPrecision() - Method in class org.h2.value.ValueArray
-
- getPrecision() - Method in class org.h2.value.ValueBoolean
-
- getPrecision() - Method in class org.h2.value.ValueByte
-
- getPrecision() - Method in class org.h2.value.ValueBytes
-
- getPrecision() - Method in class org.h2.value.ValueDate
-
- getPrecision() - Method in class org.h2.value.ValueDecimal
-
- getPrecision() - Method in class org.h2.value.ValueDouble
-
- getPrecision() - Method in class org.h2.value.ValueEnumBase
-
- getPrecision() - Method in class org.h2.value.ValueFloat
-
- getPrecision() - Method in class org.h2.value.ValueGeometry
-
- getPrecision() - Method in class org.h2.value.ValueInt
-
- getPrecision() - Method in class org.h2.value.ValueLob
-
- getPrecision() - Method in class org.h2.value.ValueLobDb
-
- getPrecision() - Method in class org.h2.value.ValueLong
-
- getPrecision() - Method in class org.h2.value.ValueNull
-
- getPrecision() - Method in class org.h2.value.ValueResultSet
-
- getPrecision() - Method in class org.h2.value.ValueShort
-
- getPrecision() - Method in class org.h2.value.ValueString
-
- getPrecision() - Method in class org.h2.value.ValueTime
-
- getPrecision() - Method in class org.h2.value.ValueTimestamp
-
- getPrecision() - Method in class org.h2.value.ValueTimestampTimeZone
-
- getPrecision() - Method in class org.h2.value.ValueUuid
-
- getPrefix() - Method in class org.h2.store.fs.FilePathEncrypt
-
- getPrefix() - Method in class org.h2.store.fs.FilePathSplit
-
- getPrefix() - Method in class org.h2.store.fs.FilePathWrapper
-
- getPrepared() - Method in class org.h2.engine.Procedure
-
- getPreserveWhitespace() - Method in class org.h2.tools.Csv
-
Whether whitespace in unquoted text is preserved.
- 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.
- getProcedure(String) - Method in class org.h2.engine.Session
-
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.
- 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.
- getProcedureTerm() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Returns the term for "procedure".
- getProperty(String, boolean) - Method in class org.h2.engine.ConnectionInfo
-
Get a boolean property if it is set and return the value.
- 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.
- getProperty(String, int) - Static method in class org.h2.util.Utils
-
Get the system property.
- getProperty(String, boolean) - 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
-
[Not supported]
- getPublicRole() - Method in class org.h2.engine.Database
-
- getQualifiedTable() - Method in class org.h2.table.TableLink
-
- 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.command.dml.MergeUsing
-
- getQuery() - Method in class org.h2.expression.Subquery
-
- getQuery() - Method in class org.h2.index.ViewIndex
-
- getQuery() - Method in class org.h2.table.TableView
-
- getQueryAlias() - Method in class org.h2.command.dml.MergeUsing
-
- 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.Session
-
- 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.Session
-
- 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.
- getReadCount() - Method in class org.h2.store.PageStore
-
Get the file read count since the database was opened.
- getReader(InputStream) - Static method in class org.h2.util.IOUtils
-
Create a reader to read from an input stream using the UTF-8 format.
- getReader() - Method in class org.h2.value.Value
-
- getReader(long, long) - Method in class org.h2.value.Value
-
Get the reader
- getReader() - Method in class org.h2.value.ValueLob
-
- getReader(long, long) - Method in class org.h2.value.ValueLob
-
- getReader() - Method in class org.h2.value.ValueLobDb
-
- getReader(long, long) - Method in class org.h2.value.ValueLobDb
-
- getReader() - Method in class org.h2.value.ValueNull
-
- getReadStart() - Static method in class org.h2.store.PageStreamData
-
- 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(String) - 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(String) - 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.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.ConstraintReferential
-
- getReferencedColumns(Table) - Method in class org.h2.constraint.ConstraintUnique
-
- 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
-
- getRegularExpressionMatchAllowed() - Method in class org.h2.util.ColumnNamerConfiguration
-
- getRegularExpressionMatchDisallowed() - Method in class org.h2.util.ColumnNamerConfiguration
-
- 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.
- 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(Session) - Method in class org.h2.table.FunctionTable
-
Read the result from the function.
- getResult(PreparedStatement, int[], int[]) - Method in class org.h2.tools.MultiDimension
-
Executes a prepared query that was generated using generatePreparedQuery.
- getResult() - Method in class org.h2.util.MergedResultSet
-
Returns merged results set.
- getResultSet() - Method in class org.h2.jdbc.JdbcArray
-
Returns the value as a result set.
- getResultSet(Map<String, Class<?>>) - Method in class org.h2.jdbc.JdbcArray
-
Returns the value as a result set.
- getResultSet(long, int) - Method in class org.h2.jdbc.JdbcArray
-
Returns the value as a result set.
- getResultSet(long, int, Map<String, Class<?>>) - 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(Session) - Method in class org.h2.table.FunctionTable
-
Read the result set from the function.
- getResultSet() - Method in class org.h2.tools.SimpleResultSet.SimpleArray
-
INTERNAL
- getResultSet(Map<String, Class<?>>) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
-
INTERNAL
- getResultSet(long, int) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
-
INTERNAL
- getResultSet(long, int, Map<String, Class<?>>) - Method in class org.h2.tools.SimpleResultSet.SimpleArray
-
INTERNAL
- getResultSet() - Method in class org.h2.value.Value
-
- getResultSet() - Method in class org.h2.value.ValueResultSet
-
- 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
-
- getRight() - Method in class org.h2.command.dml.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
-
Get the root page.
- getRootPageId() - Method in class org.h2.index.PageIndex
-
Get the root page of this index.
- getRootPageId(int) - Method in class org.h2.store.PageStore
-
Get the root page of an index.
- getRow() - Method in class org.h2.engine.UndoLogRecord
-
Get the row that was deleted or inserted.
- getRow(Session, long) - Method in class org.h2.index.BaseIndex
-
- getRow(Session, long) - Method in interface org.h2.index.Index
-
Get the row with the given key.
- getRow(Session, long) - Method in class org.h2.index.MultiVersionIndex
-
- getRow(Session, long) - Method in class org.h2.index.PageBtreeIndex
-
Get a row from the main index.
- getRow(Session, long) - Method in class org.h2.index.PageDataIndex
-
- getRow(Session, long) - Method in class org.h2.index.ScanIndex
-
- getRow() - Method in class org.h2.jdbc.JdbcResultSet
-
Gets the current row number.
- getRow(Session, long) - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- getRow(Session, long) - Method in class org.h2.mvstore.db.MVTable
-
- getRow(Session, long) - Method in class org.h2.table.RegularTable
-
- getRow(Session, long) - Method in class org.h2.table.Table
-
Get the given row.
- getRow() - Method in class org.h2.tools.SimpleResultSet
-
Returns the row number (1, 2,...) or 0 for no row.
- getRowCount() - Method in class org.h2.command.dml.Insert
-
- getRowCount() - Method in class org.h2.expression.TableFunction
-
- getRowCount(Session) - Method in class org.h2.index.FunctionIndex
-
- getRowCount(Session) - Method in class org.h2.index.HashIndex
-
- getRowCount(Session) - Method in interface org.h2.index.Index
-
Get the row count of this table, for the given session.
- getRowCount(Session) - Method in class org.h2.index.LinkedIndex
-
- getRowCount(Session) - Method in class org.h2.index.MetaIndex
-
- getRowCount(Session) - Method in class org.h2.index.MultiVersionIndex
-
- getRowCount(Session) - Method in class org.h2.index.NonUniqueHashIndex
-
- getRowCount(Session) - Method in class org.h2.index.PageBtreeIndex
-
- getRowCount(Session) - Method in class org.h2.index.PageDataIndex
-
- getRowCount(Session) - Method in class org.h2.index.PageDelegateIndex
-
- getRowCount(Session) - Method in class org.h2.index.RangeIndex
-
- getRowCount(Session) - Method in class org.h2.index.ScanIndex
-
- getRowCount(Session) - Method in class org.h2.index.SpatialTreeIndex
-
- getRowCount(Session) - Method in class org.h2.index.TreeIndex
-
- getRowCount(Session) - Method in class org.h2.index.ViewIndex
-
- getRowCount(Session) - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- getRowCount(Session) - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- getRowCount(Session) - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- getRowCount(Session) - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- getRowCount(Session) - Method in class org.h2.mvstore.db.MVTable
-
- 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(Session) - Method in class org.h2.table.FunctionTable
-
- getRowCount(Session) - Method in class org.h2.table.MetaTable
-
- getRowCount(Session) - Method in class org.h2.table.RangeTable
-
- getRowCount(Session) - Method in class org.h2.table.RegularTable
-
- getRowCount(Session) - Method in class org.h2.table.Table
-
Get the row count for this table.
- getRowCount(Session) - Method in class org.h2.table.TableLink
-
- getRowCount(Session) - Method in class org.h2.table.TableView
-
- getRowCountApproximation() - Method in class org.h2.index.FunctionIndex
-
- getRowCountApproximation() - Method in class org.h2.index.HashIndex
-
- getRowCountApproximation() - Method in interface org.h2.index.Index
-
Get the approximated row count for this table.
- getRowCountApproximation() - Method in class org.h2.index.LinkedIndex
-
- getRowCountApproximation() - Method in class org.h2.index.MetaIndex
-
- getRowCountApproximation() - Method in class org.h2.index.MultiVersionIndex
-
- getRowCountApproximation() - Method in class org.h2.index.NonUniqueHashIndex
-
- getRowCountApproximation() - Method in class org.h2.index.PageBtreeIndex
-
- getRowCountApproximation() - Method in class org.h2.index.PageDataIndex
-
- getRowCountApproximation() - Method in class org.h2.index.PageDelegateIndex
-
- getRowCountApproximation() - Method in class org.h2.index.RangeIndex
-
- getRowCountApproximation() - Method in class org.h2.index.ScanIndex
-
- getRowCountApproximation() - Method in class org.h2.index.SpatialTreeIndex
-
- getRowCountApproximation() - Method in class org.h2.index.TreeIndex
-
- getRowCountApproximation() - Method in class org.h2.index.ViewIndex
-
- getRowCountApproximation() - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- getRowCountApproximation() - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- getRowCountApproximation() - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- getRowCountApproximation() - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- getRowCountApproximation() - Method in class org.h2.mvstore.db.MVTable
-
- getRowCountApproximation() - Method in class org.h2.table.FunctionTable
-
- getRowCountApproximation() - Method in class org.h2.table.MetaTable
-
- getRowCountApproximation() - Method in class org.h2.table.RangeTable
-
- getRowCountApproximation() - Method in class org.h2.table.RegularTable
-
- getRowCountApproximation() - Method in class org.h2.table.Table
-
Get the approximated row count for this table.
- getRowCountApproximation() - Method in class org.h2.table.TableLink
-
- getRowCountApproximation() - 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
-
- getRowFactory() - Method in class org.h2.engine.Database
-
- getRowId(int) - 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.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(String) - Method in class org.h2.jdbc.JdbcResultSet
-
[Not supported] Returns the value of the specified column as a row id.
- getRowId() - Method in class org.h2.result.LazyResult
-
- getRowId() - Method in class org.h2.result.LocalResult
-
- getRowId() - Method in interface org.h2.result.ResultInterface
-
Get the current row id, starting with 0.
- getRowId() - Method in class org.h2.result.ResultRemote
-
- getRowId(int) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getRowId(String) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getRowIdColumn() - Method in class org.h2.command.dml.SelectListColumnResolver
-
- 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.RegularTable
-
- getRowIdColumn() - Method in class org.h2.table.SingleColumnResolver
-
- 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.
- getRowWithKey(long) - Method in class org.h2.index.PageDataIndex
-
Get the row with the given key.
- 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.
- getSaveTokenType(String, boolean) - Static method in class org.h2.util.ParserUtil
-
Get the token type.
- getScale() - Method in class org.h2.expression.Aggregate
-
- getScale() - Method in class org.h2.expression.Alias
-
- getScale() - Method in class org.h2.expression.Expression
-
Get the scale of this expression.
- getScale() - Method in class org.h2.expression.ExpressionColumn
-
- getScale() - Method in class org.h2.expression.ExpressionList
-
- getScale() - Method in class org.h2.expression.Function
-
- getScale() - Method in class org.h2.expression.JavaAggregate
-
- getScale() - Method in class org.h2.expression.JavaFunction
-
- getScale() - Method in class org.h2.expression.Operation
-
- getScale() - Method in class org.h2.expression.Parameter
-
- getScale() - Method in interface org.h2.expression.ParameterInterface
-
Get the expected scale of this parameter.
- getScale() - Method in class org.h2.expression.ParameterRemote
-
- getScale() - Method in class org.h2.expression.Rownum
-
- getScale() - Method in class org.h2.expression.SequenceValue
-
- getScale() - Method in class org.h2.expression.Subquery
-
- getScale() - Method in class org.h2.expression.ValueExpression
-
- getScale() - Method in class org.h2.expression.Variable
-
- getScale() - Method in class org.h2.expression.Wildcard
-
- 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() - Method in class org.h2.table.Column
-
- getScale(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns the scale.
- getScale() - Method in class org.h2.value.Value
-
- getScale() - Method in class org.h2.value.ValueDecimal
-
- getScale() - Method in class org.h2.value.ValueDouble
-
- getScale() - Method in class org.h2.value.ValueFloat
-
- getScale() - Method in class org.h2.value.ValueTimestamp
-
- getScale() - Method in class org.h2.value.ValueTimestampTimeZone
-
- getScanIndex(Session) - Method in class org.h2.mvstore.db.MVTable
-
- getScanIndex(Session) - Method in class org.h2.table.FunctionTable
-
- getScanIndex(Session) - Method in class org.h2.table.MetaTable
-
- getScanIndex(Session) - Method in class org.h2.table.RangeTable
-
- getScanIndex(Session) - Method in class org.h2.table.RegularTable
-
- getScanIndex(Session) - Method in class org.h2.table.Table
-
Get the scan index to iterate through all rows.
- getScanIndex(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - Method in class org.h2.table.Table
-
Get the scan index for this table.
- getScanIndex(Session) - Method in class org.h2.table.TableLink
-
- getScanIndex(Session) - Method in class org.h2.table.TableView
-
- getScanIndex(Session, int[], TableFilter[], int, SortOrder, HashSet<Column>) - 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(String) - Method in class org.h2.engine.Database
-
Get the schema.
- getSchema() - Method in class org.h2.index.MultiVersionIndex
-
- getSchema() - Method in class org.h2.jdbc.JdbcConnection
-
Retrieves this current schema name for this connection.
- getSchema() - Method in interface org.h2.schema.SchemaObject
-
Get the schema in which this object is defined
- getSchema() - Method in class org.h2.schema.SchemaObjectBase
-
- getSchemaName() - Method in class org.h2.command.dml.SelectListColumnResolver
-
- 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(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() - Method in interface org.h2.table.ColumnResolver
-
Get the schema name.
- getSchemaName() - Method in class org.h2.table.SingleColumnResolver
-
- getSchemaName() - Method in class org.h2.table.TableFilter
-
- getSchemaName(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns null.
- getSchemas() - Method in class org.h2.bnf.context.DbContents
-
- getSchemas() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the list of schemas.
- getSchemas(String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the list of schemas in the database.
- getSchemaSearchPath() - Method in class org.h2.engine.Session
-
- 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.FilePath
-
Get the scheme (prefix) for this file provider.
- getScheme() - Method in class org.h2.store.fs.FilePathDisk
-
- getScheme() - Method in class org.h2.store.fs.FilePathEncrypt
-
- getScheme() - Method in class org.h2.store.fs.FilePathMem
-
- getScheme() - Method in class org.h2.store.fs.FilePathNio
-
- getScheme() - Method in class org.h2.store.fs.FilePathNioMapped
-
- getScheme() - Method in class org.h2.store.fs.FilePathNioMem
-
- getScheme() - Method in class org.h2.store.fs.FilePathRec
-
Get the prefix for this file system.
- getScheme() - Method in class org.h2.store.fs.FilePathRetryOnInterrupt
-
- getScheme() - Method in class org.h2.store.fs.FilePathSplit
-
- getScheme() - Method in class org.h2.store.fs.FilePathZip
-
- getScriptDirectory() - Static method in class org.h2.engine.SysProperties
-
System property h2.scriptDirectory
(default: empty
string).
Relative or absolute directory where the script files are stored to or
read from.
- 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.MultiVersionCursor
-
- getSearchRow() - Method in class org.h2.index.NonUniqueHashCursor
-
- getSearchRow() - Method in class org.h2.index.PageBtreeCursor
-
- getSearchRow() - Method in class org.h2.index.ScanCursor
-
- getSearchRow() - Method in class org.h2.index.SingleRowCursor
-
- getSearchRow() - Method in class org.h2.index.TreeCursor
-
- 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.
- getSection() - Method in class org.h2.bnf.RuleHead
-
- getSelect() - Method in class org.h2.command.dml.SelectListColumnResolver
-
- getSelect() - Method in interface org.h2.table.ColumnResolver
-
Get the select statement.
- getSelect() - Method in class org.h2.table.SingleColumnResolver
-
- getSelect() - Method in class org.h2.table.TableFilter
-
- getSelectivity() - Method in class org.h2.table.Column
-
Get the selectivity of the column.
- getSequence(String) - Method in class org.h2.schema.Schema
-
Get the sequence with the given name.
- getSequence() - Method in class org.h2.table.Column
-
- getService() - Method in class org.h2.tools.Server
-
Get the service attached to this server.
- getSession() - Method in class org.h2.command.Parser
-
- 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
-
- getSessionId() - Method in interface org.h2.result.Row
-
Get session id.
- getSessionId() - Method in class org.h2.result.RowImpl
-
- 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.Session
-
- getSettings() - Method in class org.h2.engine.Database
-
- getSettings() - Method in class org.h2.engine.SettingsBase
-
Get all settings.
- getShort(int) - 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.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(String) - 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.tools.SimpleResultSet
-
Returns the value as a short.
- getShort() - Method in class org.h2.value.Value
-
- getShort() - Method in class org.h2.value.ValueNull
-
- getShort() - Method in class org.h2.value.ValueShort
-
- getShortName() - Method in class org.h2.engine.Database
-
- getSignum() - Method in class org.h2.value.Value
-
- getSignum() - Method in class org.h2.value.ValueByte
-
- getSignum() - Method in class org.h2.value.ValueDecimal
-
- getSignum() - Method in class org.h2.value.ValueDouble
-
- getSignum() - Method in class org.h2.value.ValueEnumBase
-
- getSignum() - Method in class org.h2.value.ValueFloat
-
- getSignum() - Method in class org.h2.value.ValueInt
-
- getSignum() - Method in class org.h2.value.ValueLong
-
- getSignum() - Method in class org.h2.value.ValueShort
-
- getSignum() - Method in class org.h2.value.ValueTime
-
- getSmall() - Method in class org.h2.value.Value
-
Get the byte array.
- getSmall() - Method in class org.h2.value.ValueLob
-
Get the data if this a small lob value.
- getSmall() - Method in class org.h2.value.ValueLobDb
-
Get the data if this a small lob value.
- 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.
- getSortOrder() - Method in class org.h2.command.dml.Select
-
- getSortOrder() - Method in class org.h2.table.SubQueryInfo
-
- getSortTypes() - Method in class org.h2.result.SortOrder
-
Get the sort order bit masks.
- getSortTypesWithNullPosition() - Method in class org.h2.result.SortOrder
-
- getSource() - Method in class org.h2.engine.FunctionAlias
-
- getSource() - Method in exception org.h2.message.DbException
-
- getSourceTableFilter() - Method in class org.h2.command.dml.Delete
-
- getSourceTableFilter() - Method in class org.h2.command.dml.MergeUsing
-
- getSourceTableFilter() - Method in class org.h2.command.dml.Update
-
- getSQL() - Method in class org.h2.command.dml.SelectOrderBy
-
- getSQL() - Method in class org.h2.command.Prepared
-
Get the SQL statement.
- getSQL(Value[]) - Static method in class org.h2.command.Prepared
-
Get the SQL snippet of the value list.
- getSQL(Expression[]) - Static method in class org.h2.command.Prepared
-
Get the SQL snippet of the expression list.
- getSQL() - Method in interface org.h2.engine.DbObject
-
Get the SQL name of this object (may be quoted).
- getSQL() - Method in class org.h2.engine.DbObjectBase
-
- getSQL() - Method in class org.h2.engine.FunctionAlias
-
- getSQL() - Method in class org.h2.engine.MetaRecord
-
- getSQL() - Method in class org.h2.expression.Aggregate
-
- getSQL() - Method in class org.h2.expression.Alias
-
- getSQL() - Method in class org.h2.expression.CompareLike
-
- getSQL() - Method in class org.h2.expression.Comparison
-
- getSQL() - Method in class org.h2.expression.ConditionAndOr
-
- getSQL() - Method in class org.h2.expression.ConditionExists
-
- getSQL() - Method in class org.h2.expression.ConditionIn
-
- getSQL() - Method in class org.h2.expression.ConditionInConstantSet
-
- getSQL() - Method in class org.h2.expression.ConditionInParameter
-
- getSQL() - Method in class org.h2.expression.ConditionInSelect
-
- getSQL() - Method in class org.h2.expression.ConditionNot
-
- getSQL() - Method in class org.h2.expression.Expression
-
Get the SQL statement of this expression.
- getSQL() - Method in class org.h2.expression.ExpressionColumn
-
- getSQL() - Method in class org.h2.expression.ExpressionList
-
- getSQL() - Method in class org.h2.expression.Function
-
- getSQL() - Method in interface org.h2.expression.FunctionCall
-
Get the SQL snippet of the function (including arguments).
- getSQL() - Method in class org.h2.expression.JavaAggregate
-
- getSQL() - Method in class org.h2.expression.JavaFunction
-
- getSQL() - Method in class org.h2.expression.Operation
-
- getSQL() - Method in class org.h2.expression.Parameter
-
- getSQL() - Method in class org.h2.expression.Rownum
-
- getSQL() - Method in class org.h2.expression.SequenceValue
-
- getSQL() - Method in class org.h2.expression.Subquery
-
- getSQL() - Method in class org.h2.expression.TableFunction
-
- getSQL() - Method in class org.h2.expression.ValueExpression
-
- getSQL() - Method in class org.h2.expression.Variable
-
- getSQL() - Method in class org.h2.expression.Wildcard
-
- getSQL() - Method in class org.h2.index.IndexCondition
-
Get the SQL snippet of this comparison.
- getSQL() - Method in class org.h2.index.IndexType
-
Get the SQL snippet to create such an index.
- getSQL() - Method in class org.h2.index.MultiVersionIndex
-
- getSQL() - Method in exception org.h2.jdbc.JdbcSQLException
-
Returns the SQL statement.
- getSQL(Expression[], int) - Method in class org.h2.result.SortOrder
-
Create the SQL snippet that describes this sort order.
- getSQL() - Method in class org.h2.schema.SchemaObjectBase
-
- getSQL() - Method in class org.h2.table.Column
-
- getSQL() - Method in class org.h2.table.FunctionTable
-
- getSQL() - Method in class org.h2.table.IndexColumn
-
Get the SQL snippet for this index column.
- getSQL() - Method in class org.h2.table.RangeTable
-
- getSQL() - Method in class org.h2.table.TableView
-
- getSQL() - Method in class org.h2.value.Value
-
Get the SQL expression for this value.
- getSQL() - Method in class org.h2.value.ValueArray
-
- getSQL() - Method in class org.h2.value.ValueBoolean
-
- getSQL() - Method in class org.h2.value.ValueByte
-
- getSQL() - Method in class org.h2.value.ValueBytes
-
- getSQL() - Method in class org.h2.value.ValueDate
-
- getSQL() - Method in class org.h2.value.ValueDecimal
-
- getSQL() - Method in class org.h2.value.ValueDouble
-
- getSQL() - Method in class org.h2.value.ValueEnumBase
-
- getSQL() - Method in class org.h2.value.ValueFloat
-
- getSQL() - Method in class org.h2.value.ValueGeometry
-
- getSQL() - Method in class org.h2.value.ValueInt
-
- getSQL() - Method in class org.h2.value.ValueLob
-
- getSQL() - Method in class org.h2.value.ValueLobDb
-
- getSQL() - Method in class org.h2.value.ValueLong
-
- getSQL() - Method in class org.h2.value.ValueNull
-
- getSQL() - Method in class org.h2.value.ValueResultSet
-
- getSQL() - Method in class org.h2.value.ValueShort
-
- getSQL() - Method in class org.h2.value.ValueString
-
- getSQL() - Method in class org.h2.value.ValueStringIgnoreCase
-
- getSQL() - Method in class org.h2.value.ValueTime
-
- getSQL() - Method in class org.h2.value.ValueTimestamp
-
- getSQL() - Method in class org.h2.value.ValueTimestampTimeZone
-
- getSQL() - Method in class org.h2.value.ValueUuid
-
- getSQLException() - Method in exception 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 table/column/index name, in addition to the SQL-2003 keywords.
- 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.
- getSQLXML(int) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported] Returns the value of the specified column as a SQLXML
object.
- getSQLXML(String) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported] Returns the value of the specified column as a SQLXML
object.
- getSQLXML(int) - Method in class org.h2.jdbc.JdbcResultSet
-
[Not supported] Returns the value of the specified column as a SQLXML
object.
- getSQLXML(String) - Method in class org.h2.jdbc.JdbcResultSet
-
[Not supported] Returns the value of the specified column as a SQLXML
object.
- getSQLXML(int) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getSQLXML(String) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getStart() - Method in class org.h2.index.IndexCursor
-
Get start search row.
- getStartTime() - Static method in class org.h2.server.pg.PgServer
-
Get the current system time.
- getState(int) - Static method in class org.h2.api.ErrorCode
-
INTERNAL
- getState() - Method in interface org.h2.store.InDoubtTransaction
-
Get the state of this transaction as a text.
- getState() - Method in class org.h2.store.PageStoreInDoubtTransaction
-
- 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.
- getStatements() - Method in class org.h2.bnf.Bnf
-
Get the list of possible statements.
- getStatementSavepoint() - Method in class org.h2.engine.Session
-
- getStaticField(String) - Static method in class org.h2.util.Utils
-
Returns a static field.
- getStatus() - Method in class org.h2.mvstore.db.TransactionStore.Transaction
-
- getStatus() - Method in class org.h2.tools.Server
-
Get the status of this server.
- getStep(Session) - Method in class org.h2.table.RangeTable
-
Get the increment.
- getStore() - Method in class org.h2.mvstore.db.MVTableEngine.Store
-
- getStore() - Method in class org.h2.mvstore.MVMap
-
- getStoreHeader() - Method in class org.h2.mvstore.MVStore
-
Get the store header.
- getStoreVersion() - Method in class org.h2.mvstore.MVStore
-
Get the store version.
- getStrength() - Method in class org.h2.value.CompareMode
-
- getString(int) - 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.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(String) - 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.tools.SimpleResultSet
-
Returns the value as a String.
- 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.ValueBoolean
-
- getString() - Method in class org.h2.value.ValueByte
-
- getString() - Method in class org.h2.value.ValueBytes
-
- getString() - Method in class org.h2.value.ValueDate
-
- getString() - Method in class org.h2.value.ValueDecimal
-
- getString() - Method in class org.h2.value.ValueDouble
-
- getString() - Method in class org.h2.value.ValueEnumBase
-
- getString() - Method in class org.h2.value.ValueFloat
-
- getString() - Method in class org.h2.value.ValueGeometry
-
- getString() - Method in class org.h2.value.ValueInt
-
- getString() - Method in class org.h2.value.ValueLob
-
- getString() - Method in class org.h2.value.ValueLobDb
-
- getString() - Method in class org.h2.value.ValueLong
-
- getString() - Method in class org.h2.value.ValueNull
-
- getString() - Method in class org.h2.value.ValueResultSet
-
- getString() - Method in class org.h2.value.ValueShort
-
- getString() - Method in class org.h2.value.ValueString
-
- 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.ValueUuid
-
- getStringFunctions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Returns the list of string functions supported by this database.
- getStringLen(String) - Static method in class org.h2.store.Data
-
Get the length of a String.
- getStringValue() - Method in class org.h2.engine.Setting
-
- getSubQueryInfo() - Method in class org.h2.engine.Session
-
- 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.
- getSuperTypes(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
[Not supported]
- 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(String, int) - Static method in exception org.h2.message.DbException
-
Create a syntax error exception.
- getSyntaxError(String, int, String) - Static method in exception org.h2.message.DbException
-
Create a syntax error exception.
- getSystemColumns() - Method in class org.h2.command.dml.SelectListColumnResolver
-
- getSystemColumns() - Method in interface org.h2.table.ColumnResolver
-
Get the list of system columns, if any.
- getSystemColumns() - Method in class org.h2.table.SingleColumnResolver
-
- 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.
- getSystemSession() - Method in class org.h2.engine.Database
-
- getTable() - Method in class org.h2.constraint.Constraint
-
- getTable() - Method in class org.h2.engine.UndoLogRecord
-
Get the table.
- getTable() - Method in class org.h2.expression.ExpressionVisitor
-
Get the table.
- getTable() - Method in class org.h2.index.BaseIndex
-
- getTable() - Method in interface org.h2.index.Index
-
Get the table on which this index is based.
- getTable() - Method in class org.h2.index.MultiVersionIndex
-
- 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
-
- getTableAlias() - Method in class org.h2.command.dml.SelectListColumnResolver
-
- 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.SingleColumnResolver
-
- 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.SelectListColumnResolver
-
- 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.SingleColumnResolver
-
- getTableFilter() - Method in class org.h2.table.TableFilter
-
- getTableId() - Method in class org.h2.value.Value
-
Get the table (only for LOB object).
- getTableId() - Method in class org.h2.value.ValueLob
-
Get the current table id of this lob.
- getTableId() - Method in class org.h2.value.ValueLobDb
-
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(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.tools.SimpleResultSet
-
Returns null.
- getTableOrView(Session, String) - Method in class org.h2.schema.Schema
-
Get the table or view with the given name.
- getTableOrViewByName(String) - Method in class org.h2.engine.Database
-
Get the tables with the given name, if any.
- getTableOrViewByName(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.
- 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.dml.Query
-
Get all tables that are involved in this query.
- getTables() - Method in class org.h2.command.dml.Select
-
- getTables() - Method in class org.h2.command.dml.SelectUnion
-
- getTables(String, String, String, String[]) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the list of tables in the database.
- getTables() - Method in class org.h2.mvstore.db.MVTableEngine.Store
-
- getTables() - Method in class org.h2.table.TableView
-
- getTableType() - Method in class org.h2.mvstore.db.MVTable
-
- getTableType() - Method in class org.h2.table.FunctionTable
-
- getTableType() - Method in class org.h2.table.MetaTable
-
- getTableType() - Method in class org.h2.table.RangeTable
-
- getTableType() - Method in class org.h2.table.RegularTable
-
- 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
-
- getTableTypes() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the list of table types.
- getTargetMatchQuery() - Method in class org.h2.command.dml.MergeUsing
-
- getTargetTable() - Method in class org.h2.command.dml.Merge
-
- getTargetTable() - Method in class org.h2.command.dml.MergeUsing
-
- getTargetTableFilter() - Method in class org.h2.command.dml.Merge
-
- getTargetTableFilter() - Method in class org.h2.command.dml.MergeUsing
-
- 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, Session) - 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, 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.JdbcCallableStatement
-
Returns the value of the specified column as a java.sql.Time using a
specified time zone.
- getTime(String) - 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(String) - Method in class org.h2.jdbc.JdbcResultSet
-
Returns the value of the specified column as a java.sql.Time.
- 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(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(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as an java.sql.Time.
- getTime(String) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a java.sql.Time.
- getTime(int, Calendar) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getTime(String, Calendar) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getTime() - Method in class org.h2.value.Value
-
- getTime() - Method in class org.h2.value.ValueNull
-
- getTime() - Method in class org.h2.value.ValueTime
-
- getTimeDateFunctions() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Returns the list of date and time functions supported by this database.
- getTimeLocalWithoutDst(Date) - Static method in class org.h2.util.DateTimeUtils
-
Get the number of milliseconds since 1970-01-01 in the local timezone,
but without daylight saving time into account.
- 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, 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.JdbcCallableStatement
-
Returns the value of the specified column as a java.sql.Timestamp using a
specified time zone.
- getTimestamp(String) - 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(String) - Method in class org.h2.jdbc.JdbcResultSet
-
Returns the value of the specified column as a java.sql.Timestamp.
- 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(String, Calendar) - 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(String) - Method in class org.h2.tools.SimpleResultSet
-
Returns the value as a java.sql.Timestamp.
- getTimestamp(int, Calendar) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getTimestamp(String, Calendar) - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- getTimestamp() - Method in class org.h2.value.Value
-
- getTimestamp() - Method in class org.h2.value.ValueNull
-
- getTimestamp() - Method in class org.h2.value.ValueTimestamp
-
- getTimestamp() - Method in class org.h2.value.ValueTimestampTimeZone
-
- getTimeUTCWithoutDst(long) - Static method in class org.h2.util.DateTimeUtils
-
Convert the number of milliseconds since 1970-01-01 in the local timezone
to UTC, but without daylight saving time into account.
- getTimeZoneOffsetMillis(TimeZone, long, long) - Static method in class org.h2.util.DateTimeUtils
-
Calculates the time zone offset in minutes for the specified time zone, date
value, and nanoseconds since midnight.
- getTimeZoneOffsetMins() - Method in class org.h2.api.TimestampWithTimeZone
-
The time zone offset in minutes.
- getTimeZoneOffsetMins() - Method in class org.h2.value.ValueTimestampTimeZone
-
The timezone offset in minutes.
- getTokenizer(String) - Static method in class org.h2.bnf.Bnf
-
Get the tokenizer for the given syntax.
- getTop(int) - Method in class org.h2.util.Profiler
-
Get the top stack traces.
- getTopFilters() - Method in class org.h2.command.dml.Select
-
- getTopic() - Method in class org.h2.bnf.RuleHead
-
- getTopQuery() - Method in class org.h2.table.TableView
-
- getTopTableFilter() - Method in class org.h2.command.dml.Select
-
- getTotalCount() - Method in class org.h2.mvstore.Page
-
Get the total number of key-value pairs, including child pages.
- getTrace(int) - Method in class org.h2.engine.Database
-
Get the trace object for the given module id.
- getTrace() - Method in class org.h2.engine.Session
-
- getTrace() - Method in interface org.h2.engine.SessionInterface
-
Get the trace object
- getTrace() - Method in class org.h2.engine.SessionRemote
-
- 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.
- getTrace() - Method in class org.h2.store.PageStore
-
- getTrace() - Method in interface org.h2.util.CacheWriter
-
Get the trace writer.
- 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 class org.h2.value.Value
-
Get a medium size SQL expression for debugging or tracing.
- getTraceSQL() - Method in class org.h2.value.ValueArray
-
- getTraceSQL() - Method in class org.h2.value.ValueLob
-
- getTraceSQL() - Method in class org.h2.value.ValueLobDb
-
- 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.Session
-
Get the transaction to use for this session.
- getTransaction() - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
- getTransactionId() - Method in class org.h2.engine.Session
-
- 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.
- getTransactionName() - Method in class org.h2.store.PageStoreInDoubtTransaction
-
- getTransactionStart() - Method in class org.h2.engine.Session
-
- getTransactionStore() - Method in class org.h2.mvstore.db.MVTableEngine.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.
- getTriggerSource() - Method in class org.h2.schema.TriggerObject
-
- 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() - 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.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.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.CreateUserDataType
-
- 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.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.DropUserDataType
-
- 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.AlterSequence
-
- 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.ExecuteProcedure
-
- getType() - Method in class org.h2.command.dml.Explain
-
- 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.Replace
-
- 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.Select
-
- getType() - Method in class org.h2.command.dml.SelectUnion
-
- getType() - Method in class org.h2.command.dml.Set
-
- getType(String) - Static method in class org.h2.command.dml.SetTypes
-
Get the set type number.
- 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.constraint.Constraint
-
- getType() - Method in class org.h2.engine.Comment
-
- getType() - Method in interface org.h2.engine.DbObject
-
Get the object type.
- getType() - Method in class org.h2.engine.FunctionAlias
-
- 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.engine.UserAggregate
-
- getType() - Method in class org.h2.engine.UserDataType
-
- getType() - Method in class org.h2.expression.Aggregate
-
- getType() - Method in class org.h2.expression.Alias
-
- getType() - Method in class org.h2.expression.Expression
-
Return 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
-
- getType() - Method in interface org.h2.expression.FunctionCall
-
Get the data type.
- getType() - Method in class org.h2.expression.JavaAggregate
-
- getType() - Method in class org.h2.expression.JavaFunction
-
- getType() - Method in class org.h2.expression.Operation
-
- getType() - Method in class org.h2.expression.Parameter
-
- getType() - Method in interface org.h2.expression.ParameterInterface
-
Get the expected data type of the parameter 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.Subquery
-
- 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.BaseIndex
-
- getType() - Method in class org.h2.index.MultiVersionIndex
-
- getType() - Method in class org.h2.jdbc.JdbcResultSet
-
Get the result set type.
- 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.schema.Constant
-
- 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.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.Value
-
Get the value type.
- getType() - Method in class org.h2.value.ValueArray
-
- getType() - Method in class org.h2.value.ValueBoolean
-
- getType() - Method in class org.h2.value.ValueByte
-
- getType() - Method in class org.h2.value.ValueBytes
-
- getType() - Method in class org.h2.value.ValueDate
-
- getType() - Method in class org.h2.value.ValueDecimal
-
- getType() - Method in class org.h2.value.ValueDouble
-
- getType() - Method in class org.h2.value.ValueEnumBase
-
- getType() - Method in class org.h2.value.ValueFloat
-
- getType() - Method in class org.h2.value.ValueGeometry
-
- getType() - Method in class org.h2.value.ValueInt
-
- getType() - Method in class org.h2.value.ValueJavaObject
-
- getType() - Method in class org.h2.value.ValueLob
-
- getType() - Method in class org.h2.value.ValueLobDb
-
- getType() - Method in class org.h2.value.ValueLong
-
- getType() - Method in class org.h2.value.ValueNull
-
- getType() - Method in class org.h2.value.ValueResultSet
-
- getType() - Method in class org.h2.value.ValueShort
-
- getType() - Method in class org.h2.value.ValueString
-
- getType() - Method in class org.h2.value.ValueStringFixed
-
- getType() - Method in class org.h2.value.ValueStringIgnoreCase
-
- 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.ValueUuid
-
- getTypeByName(String, Mode) - Static method in class org.h2.value.DataType
-
Get a data type object from a type name.
- getTypeClassName(int) - Static method in class org.h2.value.DataType
-
Get the name of the Java class for the given value type.
- getTypeFromClass(Class<?>) - Static method in class org.h2.value.DataType
-
Get the value type for the given Java class.
- getTypeIdFromClass(Class<?>) - Method in interface org.h2.api.CustomDataTypesHandler
-
Get custom data type identifier given corresponding Java class
- getTypeInfo() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the list of data types.
- getTypeMap() - Method in class org.h2.jdbc.JdbcConnection
-
Gets the type map.
- getTypeName(int) - Static method in class org.h2.command.dml.SetTypes
-
Get the set type name.
- getTypeNameList() - Method in class org.h2.schema.TriggerObject
-
- getTypes() - Static method in class org.h2.command.dml.SetTypes
-
- getTypes() - Static method in class org.h2.value.DataType
-
Get the list of data types.
- getUDTs(String, String, String, int[]) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Gets the list of user-defined data types.
- getUnicodeStream(int) - Method in class org.h2.jdbc.JdbcResultSet
-
- getUnicodeStream(String) - Method in class org.h2.jdbc.JdbcResultSet
-
- getUnicodeStream(int) - Method in class org.h2.tools.SimpleResultSet
-
- getUnicodeStream(String) - Method in class org.h2.tools.SimpleResultSet
-
- getUnionType() - Method in class org.h2.command.dml.SelectUnion
-
- getUniqueConstraintName(Session, Table) - Method in class org.h2.schema.Schema
-
Create a unique constraint name.
- getUniqueId() - Method in class org.h2.store.FileLock
-
- getUniqueIndex() - Method in class org.h2.constraint.Constraint
-
Get the unique index used to enforce this constraint, or null if no index
is used.
- getUniqueIndex() - Method in class org.h2.constraint.ConstraintCheck
-
- getUniqueIndex() - Method in class org.h2.constraint.ConstraintReferential
-
- getUniqueIndex() - Method in class org.h2.constraint.ConstraintUnique
-
- getUniqueIndex() - Method in class org.h2.mvstore.db.MVTable
-
- getUniqueIndex() - Method in class org.h2.table.FunctionTable
-
- getUniqueIndex() - Method in class org.h2.table.MetaTable
-
- getUniqueIndex() - Method in class org.h2.table.RangeTable
-
- getUniqueIndex() - Method in class org.h2.table.RegularTable
-
- getUniqueIndex() - Method in class org.h2.table.Table
-
Get any unique index for this table if one exists.
- getUniqueIndex() - Method in class org.h2.table.TableLink
-
- getUniqueIndex() - Method in class org.h2.table.TableView
-
- getUniqueIndexName(Session, Table, String) - Method in class org.h2.schema.Schema
-
Create a unique index name.
- getUnsavedMemory() - Method in class org.h2.mvstore.MVStore
-
Get the estimated memory (in bytes) of unsaved data.
- getUnsupportedException(String) - Static method in exception org.h2.message.DbException
-
Gets a SQL exception meaning this feature is not supported.
- getUpdateAction() - Method in class org.h2.constraint.ConstraintReferential
-
- getUpdateCommand() - Method in class org.h2.command.dml.MergeUsing
-
- 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.
- getUpper() - Method in class org.h2.table.SubQueryInfo
-
- getURL() - Method in class org.h2.engine.ConnectionInfo
-
Get the database URL.
- getURL(int) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported]
- getURL(String) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported]
- getURL() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Returns the database URL for this connection.
- getURL(int) - Method in class org.h2.jdbc.JdbcResultSet
-
[Not supported]
- getURL(String) - Method in class org.h2.jdbc.JdbcResultSet
-
[Not supported]
- getURL() - Method in class org.h2.jdbcx.JdbcDataSource
-
Get the current URL.
- 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.tools.SimpleResultSet
-
INTERNAL
- 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(String) - Method in class org.h2.engine.Database
-
Get user with the given name.
- getUser() - Method in class org.h2.engine.Session
-
- getUser() - Method in class org.h2.jdbcx.JdbcDataSource
-
Get the current user name.
- getUserById(Connection, int) - Static method in class org.h2.server.pg.PgServer
-
Get the user name for this id.
- 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).
- getValue(int, Object, DataHandler) - Method in interface org.h2.api.CustomDataTypesHandler
-
Get
Value
object
corresponding to given data type identifier and data.
- getValue(Column) - Method in class org.h2.command.dml.SelectListColumnResolver
-
- getValue(Session, Expression[], boolean) - Method in class org.h2.engine.FunctionAlias.JavaMethod
-
Call the user-defined function and return the value.
- getValue(Session) - Method in class org.h2.expression.Aggregate
-
- getValue(Session) - Method in class org.h2.expression.Alias
-
- getValue(Session) - Method in class org.h2.expression.CompareLike
-
- getValue(Session) - Method in class org.h2.expression.Comparison
-
- getValue(Session) - Method in class org.h2.expression.ConditionAndOr
-
- getValue(Session) - Method in class org.h2.expression.ConditionExists
-
- getValue(Session) - Method in class org.h2.expression.ConditionIn
-
- getValue(Session) - Method in class org.h2.expression.ConditionInConstantSet
-
- getValue(Session) - Method in class org.h2.expression.ConditionInParameter
-
- getValue(Session) - Method in class org.h2.expression.ConditionInSelect
-
- getValue(Session) - Method in class org.h2.expression.ConditionNot
-
- getValue(Session) - Method in class org.h2.expression.Expression
-
Return the resulting value for the current row.
- getValue(Session) - Method in class org.h2.expression.ExpressionColumn
-
- getValue(Session) - Method in class org.h2.expression.ExpressionList
-
- getValue(Session) - Method in class org.h2.expression.Function
-
- getValue(Session) - Method in class org.h2.expression.JavaAggregate
-
- getValue(Session) - Method in class org.h2.expression.JavaFunction
-
- getValue(Session) - Method in class org.h2.expression.Operation
-
- getValue(Session) - Method in class org.h2.expression.Parameter
-
- getValue(Session) - Method in class org.h2.expression.Rownum
-
- getValue(Session) - Method in class org.h2.expression.SequenceValue
-
- getValue(Session) - Method in class org.h2.expression.Subquery
-
- getValue(Session) - Method in class org.h2.expression.TableFunction
-
- getValue(Session) - Method in class org.h2.expression.ValueExpression
-
- getValue(Session) - Method in class org.h2.expression.Variable
-
- getValue(Session) - Method in class org.h2.expression.Wildcard
-
- getValue() - Method in class org.h2.mvstore.Cursor
-
Get the last read value if there was one.
- getValue() - Method in class org.h2.mvstore.DataUtils.MapEntry
-
- getValue(int) - Method in class org.h2.mvstore.Page
-
Get the value at the given index.
- getValue(int) - Method in class org.h2.result.RowImpl
-
- getValue(int) - Method in interface org.h2.result.SearchRow
-
Get the value for the column
- getValue(int) - Method in class org.h2.result.SimpleRow
-
- getValue(int) - Method in class org.h2.result.SimpleRowValue
-
- getValue() - Method in class org.h2.schema.Constant
-
- getValue(Column) - Method in interface org.h2.table.ColumnResolver
-
Get the value for the given column.
- getValue(int, Column) - Method in class org.h2.table.JoinBatch
-
Get the value for the given column.
- getValue(Column) - Method in class org.h2.table.SingleColumnResolver
-
- getValue(Column) - Method in class org.h2.table.TableFilter
-
- getValueForColumnList(Session, Expression[]) - Method in class org.h2.expression.Function
-
- getValueForColumnList(Session, Expression[]) - Method in interface org.h2.expression.FunctionCall
-
Get an empty result set with the column names set.
- getValueForColumnList(Session, Expression[]) - Method in class org.h2.expression.JavaFunction
-
- getValueForColumnList(Session, Expression[]) - Method in class org.h2.expression.TableFunction
-
- getValueLen(Value) - Method in class org.h2.store.Data
-
Calculate the number of bytes required to encode the given value.
- getValueLen(Value, DataHandler) - Static method in class org.h2.store.Data
-
Calculate the number of bytes required to encode the given value.
- getValueList() - Method in interface org.h2.result.Row
-
Get values.
- getValueList() - Method in class org.h2.result.RowImpl
-
- getValueType() - Method in class org.h2.mvstore.MVMap.Builder
-
- getValueType() - Method in class org.h2.mvstore.MVMap
-
Get the value type.
- 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.Session
-
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.Session
-
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.
- getVarLongLen(long) - Static method in class org.h2.store.Data
-
The number of bytes required for a variable size long.
- getVersion() - Static method in class org.h2.engine.Constants
-
Get the version of this product, consisting of major version, minor
version, and build id.
- 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
-
- getVersion() - Method in class org.h2.result.RowImpl
-
- getVersion() - Method in interface org.h2.result.SearchRow
-
Get the version of the row.
- getVersion() - Method in class org.h2.result.SimpleRow
-
- getVersion() - Method in class org.h2.result.SimpleRowValue
-
- getVersion() - Static method in class org.h2.server.pg.PgServer
-
Get the version.
- getVersionColumns(String, String, String) - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Get the list of columns that are update when any value is updated.
- getVersionStable() - Static method in class org.h2.engine.Constants
-
Get the last stable version name.
- 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.Session
-
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
-
- getWaitForLock() - Method in class org.h2.engine.Session
-
- getWaitForLockThread() - Method in class org.h2.engine.Session
-
- 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.
- getWKB() - Method in class org.h2.value.ValueGeometry
-
Get the value in Well-Known-Binary format.
- getWKT() - Method in class org.h2.value.ValueGeometry
-
Get the value in Well-Known-Text format.
- 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.
- getWriteCount() - Method in class org.h2.store.PageStore
-
Get the file write count since the database was opened.
- getWriteCountTotal() - Method in class org.h2.store.PageStore
-
Get the file write count since the database was created.
- 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.
- getYear() - Method in class org.h2.api.TimestampWithTimeZone
-
Gets the year.
- getYMD() - Method in class org.h2.api.TimestampWithTimeZone
-
- 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(Session) - 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
-
- 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.
- IDENTIFIER - Static variable in class org.h2.util.ParserUtil
-
An identifier (table name, column name,...).
- IDENTITY - Static variable in class org.h2.expression.Function
-
- IFNULL - Static variable in class org.h2.expression.Function
-
- IGNORECASE - Static variable in class org.h2.command.dml.SetTypes
-
The type of a SET IGNORECASE statement.
- implCloseChannel() - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
-
- implCloseChannel() - Method in class org.h2.store.fs.FakeFileChannel
-
- implCloseChannel() - Method in class org.h2.store.fs.FileBase
-
- implCloseChannel() - Method in class org.h2.store.fs.FilePathEncrypt.FileEncrypt
-
- IMPLICIT_RELATIVE_PATH - Static variable in class org.h2.engine.SysProperties
-
System property h2.implicitRelativePath
(default: true for version 1.3, false for version 1.4).
If disabled, relative paths in database URLs need to be written as
jdbc:h2:./test instead of jdbc:h2:test.
- 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.Comparison
-
This is a pseudo comparison type that is only used for index conditions.
- IN_QUERY - Static variable in class org.h2.expression.Comparison
-
This is a pseudo comparison type that is only used for index conditions.
- increaseBounds(Object, Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
-
Increase the bounds in the given spatial object.
- incrementChangeCount() - Method in class org.h2.store.PageStore
-
Increment the change count.
- 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(String) - Static method in class org.h2.util.StringUtils
-
Indents a string with 4 spaces.
- indent(String, int, boolean) - Static method in class org.h2.util.StringUtils
-
Indents a string with spaces.
- 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 - Static variable in interface org.h2.engine.DbObject
-
This object is an index.
- Index - Interface in org.h2.index
-
An index.
- index - Variable in class org.h2.index.PageBtree
-
The index.
- INDEX - Static variable in class org.h2.message.Trace
-
The trace module id for indexes.
- index - Variable in class org.h2.mvstore.CursorPos
-
The current index.
- 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 - Class in org.h2.table
-
This represents a column item of an index.
- IndexColumn() - Constructor for class org.h2.table.IndexColumn
-
- indexColumns - Variable in class org.h2.fulltext.IndexInfo
-
The column indexes of the index columns.
- indexColumns - Variable in class org.h2.index.BaseIndex
-
- 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(TableFilter) - 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
-
- IndexLookupBatch - Interface in org.h2.index
-
Support for asynchronous batched lookups in indexes.
- 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.BaseIndex
-
- 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(String) - Method in class org.h2.message.Trace
-
Write a message with trace level INFO to the trace system.
- 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.
- 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.
- infoCode(String) - Method in class org.h2.message.Trace
-
Write Java source code with trace level INFO to the trace system.
- infoSQL(String, String, int, long) - Method in class org.h2.message.Trace
-
Write a SQL statement with trace level INFO to the trace system.
- 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(String) - Method in interface org.h2.api.DatabaseEventListener
-
This method is called just after creating the object.
- 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() - Method in class org.h2.command.dml.Query
-
Initialize the query.
- init() - Method in class org.h2.command.dml.Select
-
- init() - Method in class org.h2.command.dml.SelectUnion
-
- init(Connection, String, String, String, boolean, int) - Method in class org.h2.fulltext.FullText.FullTextTrigger
-
INTERNAL
- init(Connection) - Static method in class org.h2.fulltext.FullText
-
Initializes full text search functionality for this database.
- init(Connection, String, String, String, boolean, int) - Method in class org.h2.fulltext.FullTextLucene.FullTextTrigger
-
INTERNAL
- init(Connection) - Static method in class org.h2.fulltext.FullTextLucene
-
Initializes full text search functionality for this database.
- init(Database) - Static method in class org.h2.mvstore.db.MVTableEngine
-
Initialize the MVStore.
- init() - Method in class org.h2.mvstore.db.TransactionStore
-
Initialize the store.
- init(MVStore, int, long) - Method in class org.h2.mvstore.MVMap
-
Open this map with the given store and configuration.
- 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() - Method in class org.h2.server.web.WebServlet
-
- init() - Method in class org.h2.store.FileStore
-
Initialize the file.
- init() - Method in class org.h2.store.LobStorageBackend
-
- init() - Method in class org.h2.store.LobStorageFrontend
-
- init() - Method in interface org.h2.store.LobStorageInterface
-
Initialize the lob storage.
- init() - Method in class org.h2.store.LobStorageMap
-
- init(String) - Static method in class org.h2.store.RecoverTester
-
Initialize the recover test.
- 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() - Static method in class org.h2.util.ThreadDeadlockDetector
-
Initialize the detector.
- init() - Method in class org.h2.value.Transfer
-
Initialize the transfer object.
- initBaseIndex(Table, int, String, IndexColumn[], IndexType) - Method in class org.h2.index.BaseIndex
-
Initialize the base index.
- initDbObjectBase(Database, int, String, int) - Method in class org.h2.engine.DbObjectBase
-
Initialize some attributes of this object.
- INITIAL_LOCK_TIMEOUT - Static variable in class org.h2.engine.Constants
-
For testing, the lock timeout is smaller than for interactive use cases.
- initialize(Table) - Method in class org.h2.engine.GeneratedKeys
-
Initializes processing of the specified table.
- 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.
- initSchemaObjectBase(Schema, int, String, int) - Method in class org.h2.schema.SchemaObjectBase
-
Initialize some attributes of this object.
- initTransactions() - Method in class org.h2.mvstore.db.MVTableEngine.Store
-
Commit all transactions that are in the committing state, and
rollback all open transactions.
- 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 a INSERT statement.
- Insert - Class in org.h2.command.dml
-
This class represents the statement
INSERT
- Insert(Session) - Constructor for class org.h2.command.dml.Insert
-
- 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.engine.UndoLogRecord
-
Operation type meaning the row was inserted.
- INSERT - Static variable in class org.h2.expression.Function
-
- insert(Connection, Object[]) - Method in class org.h2.fulltext.FullText.FullTextTrigger
-
Add a row to the index.
- insert(Object[], boolean) - Method in class org.h2.fulltext.FullTextLucene.FullTextTrigger
-
Add a row to the index.
- insert(T[], int, int, T) - Static method in class org.h2.store.Page
-
Insert a value in an array.
- insert(long[], int, int, long) - Static method in class org.h2.store.Page
-
Insert a value in an array.
- insert(int[], int, int, int) - Static method in class org.h2.store.Page
-
Insert a value in an array.
- insertLeaf(int, Object, Object) - Method in class org.h2.mvstore.Page
-
Insert a key-value pair into this leaf.
- insertNode(int, Object, Page) - Method in class org.h2.mvstore.Page
-
Insert a child page into this node.
- insertRow() - Method in class org.h2.jdbc.JdbcResultSet
-
Inserts the current row.
- insertRow(Value[]) - Method in class org.h2.result.UpdatableRow
-
Insert a new row into the database.
- insertRow() - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- 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.type.StringDataType
-
- INSTANCE - Static variable in class org.h2.value.ValueNull
-
The main NULL instance.
- INSTANT - Static variable in class org.h2.util.LocalDateTimeUtils
-
Class<java.time.Instant>
or null
.
- instantToValue(Object) - Static method in class org.h2.util.LocalDateTimeUtils
-
Converts a Instant to a Value.
- INSTR - Static variable in class org.h2.expression.Function
-
- INT - Static variable in class org.h2.value.Value
-
The value type for INT values.
- 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.
- 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.
- 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
-
- IntIntHashMap - Class in org.h2.util
-
A hash map with int key and int values.
- IntIntHashMap() - Constructor for class org.h2.util.IntIntHashMap
-
- 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_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_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_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_SCALE_PRECISION - Static variable in class org.h2.api.ErrorCode
-
The error with code 90051
is thrown when
trying to use a scale that is > precision.
- invalidate() - Method in class org.h2.engine.DbObjectBase
-
Set the main attributes to null to make sure the object is no longer
used.
- invalidateCache() - Method in class org.h2.result.RowList
-
Do not use the cache.
- 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.
- IS_NOT_NULL - Static variable in class org.h2.expression.Comparison
-
The comparison type meaning IS NOT NULL as in NAME IS NOT NULL.
- IS_NULL - Static variable in class org.h2.expression.Comparison
-
The comparison type meaning IS NULL as in NAME IS NULL.
- 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.FilePathDisk
-
- isAbsolute() - Method in class org.h2.store.fs.FilePathMem
-
- isAbsolute() - Method in class org.h2.store.fs.FilePathNioMem
-
- isAbsolute() - Method in class org.h2.store.fs.FilePathWrapper
-
- isAbsolute() - Method in class org.h2.store.fs.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
-
- isAffinity() - Method in class org.h2.index.IndexType
-
Does this index represent an affinity key?
- 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.LazyResult
-
- 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.ResultRemote
-
- isAfterLast() - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- isAllowBuiltinAliasOverride() - Method in class org.h2.engine.Database
-
- 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.
- isAutoIncrement() - Method in class org.h2.expression.Alias
-
- isAutoIncrement() - Method in class org.h2.expression.Expression
-
Check if this is an auto-increment column.
- isAutoIncrement() - Method in class org.h2.expression.ExpressionColumn
-
- isAutoIncrement(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
-
Checks if this an autoincrement column.
- isAutoIncrement(int) - Method in class org.h2.result.LazyResult
-
- isAutoIncrement(int) - Method in class org.h2.result.LocalResult
-
- isAutoIncrement(int) - Method in interface org.h2.result.ResultInterface
-
Check if this is an auto-increment column.
- isAutoIncrement(int) - Method in class org.h2.result.ResultRemote
-
- isAutoIncrement() - Method in class org.h2.table.Column
-
- isAutoIncrement(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns false.
- isBatchFull() - Method in interface org.h2.index.IndexLookupBatch
-
Check if this batch is full.
- 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.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
- isBinaryUnsigned() - Method in class org.h2.value.CompareMode
-
- 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)
- isBufferResultSetToLocalTemp() - Method in class org.h2.engine.FunctionAlias
-
Should the return value ResultSet be buffered in a local temporary file?
- isBufferResultSetToLocalTemp() - Method in class org.h2.expression.Function
-
- isBufferResultSetToLocalTemp() - Method in interface org.h2.expression.FunctionCall
-
Should the return value ResultSet be buffered in a local temporary file?
- isBufferResultSetToLocalTemp() - Method in class org.h2.expression.JavaFunction
-
- isBufferResultSetToLocalTemp() - Method in class org.h2.table.FunctionTable
-
- 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.Delete
-
- isCacheable() - Method in class org.h2.command.dml.Insert
-
- isCacheable() - Method in class org.h2.command.dml.Merge
-
- isCacheable() - Method in class org.h2.command.dml.Replace
-
- isCacheable() - Method in class org.h2.command.dml.Select
-
- isCacheable() - Method in class org.h2.command.dml.TransactionCommand
-
- isCacheable() - Method in class org.h2.command.dml.Update
-
- isCacheable() - Method in class org.h2.command.Prepared
-
- isCancelled() - Method in class org.h2.jdbc.JdbcStatement
-
Check whether the statement was cancelled.
- isCancelled() - Method in class org.h2.util.DoneFuture
-
- isCancelled() - Method in class org.h2.util.LazyFuture
-
- 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.
- isClassPresent(String) - Static method in class org.h2.util.Utils
-
Returns true if the class is present in the current class loader.
- isClosed() - Method in class org.h2.engine.Session
-
- isClosed() - Method in interface org.h2.engine.SessionInterface
-
Check if close was called.
- 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.db.TransactionStore.TransactionMap
-
Check whether this map is closed.
- isClosed() - Method in class org.h2.mvstore.MVMap
-
- isClosed() - Method in class org.h2.mvstore.MVStore
-
- 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.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
-
[Not supported]
- 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
-
- isCommon(int) - Static method in class org.h2.api.ErrorCode
-
INTERNAL
- isCompressed() - Method in class org.h2.value.ValueLob
-
Check if this lob value is compressed.
- 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.Parameter
-
- isConstant() - Method in class org.h2.expression.ValueExpression
-
- 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.
- 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
-
- isDatePart(String) - Static method in class org.h2.util.DateTimeFunctions
-
Check if a given string is a valid date part string.
- 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.
- 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.
- isDeleted() - Method in interface org.h2.result.Row
-
Check if the row is deleted.
- isDeleted() - Method in class org.h2.result.RowImpl
-
- isDerby() - Method in class org.h2.bnf.context.DbContents
-
- isDeterministic() - Method in class org.h2.engine.FunctionAlias
-
- isDeterministic() - Method in class org.h2.expression.Function
-
- isDeterministic() - Method in interface org.h2.expression.FunctionCall
-
Whether the function always returns the same result for the same
parameters.
- isDeterministic() - Method in class org.h2.expression.JavaFunction
-
- isDeterministic() - Method in class org.h2.mvstore.db.MVTable
-
- 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.RegularTable
-
- 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.TableView
-
- 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.FilePathDisk
-
- isDirectory() - Method in class org.h2.store.fs.FilePathMem
-
- isDirectory() - Method in class org.h2.store.fs.FilePathNioMem
-
- isDirectory() - Method in class org.h2.store.fs.FilePathWrapper
-
- isDirectory() - Method in class org.h2.store.fs.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.command.dml.Query
-
- isDone() - Method in class org.h2.util.DoneFuture
-
- isDone() - Method in class org.h2.util.LazyFuture
-
- 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 interface org.h2.result.Row
-
Check if this is an empty row.
- isEmpty() - Method in class org.h2.result.RowImpl
-
- isEmpty() - Method in class org.h2.schema.Schema
-
Return whether is this schema is empty (does not contain any objects).
- 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.
- isEnumerated() - Method in class org.h2.table.Column
-
- 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.dml.Query
-
Check if this expression and all sub-expressions can fulfill a criteria.
- isEverything(ExpressionVisitor) - Method in class org.h2.command.dml.Select
-
- isEverything(ExpressionVisitor) - Method in class org.h2.command.dml.SelectUnion
-
- 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.expression.Aggregate
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.Alias
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.CompareLike
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.Comparison
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.ConditionAndOr
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.ConditionExists
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.ConditionIn
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.ConditionInConstantSet
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.ConditionInParameter
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.ConditionInSelect
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.ConditionNot
-
- 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
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.JavaAggregate
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.JavaFunction
-
- isEverything(ExpressionVisitor) - Method in class org.h2.expression.Operation
-
- 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.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
-
- 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
-
- isFileLockSerialized() - Method in class org.h2.engine.Database
-
- isFindUsingFullTableScan() - Method in class org.h2.index.BaseIndex
-
- isFindUsingFullTableScan() - Method in class org.h2.index.FunctionIndex
-
- isFindUsingFullTableScan() - Method in interface 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.MultiVersionIndex
-
- isFinished() - Method in class org.h2.util.Task
-
Whether the call method has returned (with or without exception).
- 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.BaseIndex
-
- isFirstColumn(Column) - Method in interface 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.index.MultiVersionIndex
-
- isFirstColumn(Column) - Method in class org.h2.index.PageDataIndex
-
- isFirstColumn(Column) - Method in class org.h2.index.PageDelegateIndex
-
- isFirstColumn(Column) - Method in class org.h2.index.ScanIndex
-
- isFirstColumn(Column) - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- isFirstColumn(Column) - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- isForceJoinOrder() - Method in class org.h2.engine.Session
-
- isFree(long, int) - Method in class org.h2.mvstore.FreeSpaceBitSet
-
Check whether one of the blocks is free.
- isGenerateUniqueColumnNames() - Method in class org.h2.util.ColumnNamerConfiguration
-
- isGeometry(Object) - Static method in class org.h2.value.DataType
-
Check whether a given object is a Geometry object.
- isGeometryClass(Class<?>) - Static method in class org.h2.value.DataType
-
Check whether a given class matches the Geometry class.
- isGlobalTemporary() - Method in class org.h2.table.Table
-
- isGlobalTemporary() - Method in class org.h2.table.TableBase
-
- isH2() - Method in class org.h2.bnf.context.DbContents
-
- isH2ModeMySQL() - 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() - Method in class org.h2.constraint.Constraint
-
- isHidden() - Method in class org.h2.index.BaseIndex
-
- isHidden() - Method in class org.h2.index.MultiVersionIndex
-
- isHidden() - Method in interface 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.schema.SchemaObjectBase
-
- 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.table.Table
-
- 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.
- 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.
- isInvalid() - Method in class org.h2.table.TableSynonym
-
- isInvalid() - Method in class org.h2.table.TableView
-
Check if this view is currently invalid.
- isJava8DateApiPresent() - Static method in class org.h2.util.LocalDateTimeUtils
-
Checks if the Java 8 Date and Time API is present.
- isJavaxScriptSource(String) - Static method in class org.h2.util.SourceCompiler
-
- isJoinBatchEnabled() - Method in class org.h2.engine.Session
-
- 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).
- isKeyword(String) - 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
-
- isLazyQueryExecution() - Method in class org.h2.engine.Session
-
- isLeaf() - Method in class org.h2.mvstore.Page
-
Check whether this is a leaf page.
- isLinkedToTable() - Method in class org.h2.value.Value
-
Check if this value is linked to a specific table.
- isLinkedToTable() - Method in class org.h2.value.ValueLob
-
- isLinkedToTable() - Method in class org.h2.value.ValueLobDb
-
- isLocalAddress(Socket) - Static method in class org.h2.util.NetUtils
-
Check if a socket is connected to a local address.
- isLockedExclusively() - Method in class org.h2.mvstore.db.MVTable
-
- isLockedExclusively() - Method in class org.h2.table.FunctionTable
-
- isLockedExclusively() - Method in class org.h2.table.MetaTable
-
- isLockedExclusively() - Method in class org.h2.table.RangeTable
-
- isLockedExclusively() - Method in class org.h2.table.RegularTable
-
- isLockedExclusively() - Method in class org.h2.table.Table
-
Check if this table is locked exclusively.
- isLockedExclusively() - Method in class org.h2.table.TableLink
-
- isLockedExclusively() - Method in class org.h2.table.TableView
-
- isLockedExclusivelyBy(Session) - Method in class org.h2.mvstore.db.MVTable
-
- isLockedExclusivelyBy(Session) - Method in class org.h2.table.RegularTable
-
- isLockedExclusivelyBy(Session) - Method in class org.h2.table.Table
-
Check if the table is exclusively locked by this session.
- isMSSQLServer() - Method in class org.h2.bnf.context.DbContents
-
- isMultiThreaded() - Method in class org.h2.engine.Database
-
- isMultiThreaded() - Method in class org.h2.jmx.DatabaseInfo
-
- isMultiThreaded() - Method in interface org.h2.jmx.DatabaseInfoMBean
-
Is multi-threading enabled?
- isMultiVersion() - Method in class org.h2.engine.Database
-
Check if multi version concurrency is enabled for this database.
- isMultiVersion - Variable in class org.h2.index.BaseIndex
-
- isMvcc() - Method in class org.h2.jmx.DatabaseInfo
-
- isMvcc() - Method in interface org.h2.jmx.DatabaseInfoMBean
-
Is MVCC (multi version concurrency) enabled?
- isMVStore() - Method in class org.h2.mvstore.db.MVTable
-
- isMVStore() - Method in class org.h2.table.Table
-
- isMySQL() - Method in class org.h2.bnf.context.DbContents
-
- isNaturalJoinColumn(Column) - Method in class org.h2.table.TableFilter
-
Check if the given column is a natural join column.
- isNeverLazy() - Method in class org.h2.command.dml.Query
-
- isNew() - Method in class org.h2.store.PageStore
-
Check whether this is a new database.
- isNoWait() - Method in class org.h2.schema.TriggerObject
-
- isNull() - Method in class org.h2.mvstore.rtree.SpatialKey
-
- 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() - Method in class org.h2.table.Column
-
- isNullable(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns ResultSetMetaData.columnNullableUnknown.
- isNullOrEmpty(String) - Static method in class org.h2.util.StringUtils
-
Check if a String is null or empty (the length is null).
- isNumber(String) - Static method in class org.h2.util.StringUtils
-
Check if this string is a decimal number.
- ISO_DAY_OF_WEEK - Static variable in class org.h2.expression.Function
-
- ISO_WEEK - Static variable in class org.h2.expression.Function
-
- ISO_YEAR - Static variable in class org.h2.expression.Function
-
- isolationLevelInSelectOrInsertStatement - Variable in class org.h2.engine.Mode
-
can set the isolation level using WITH {RR|RS|CS|UR}
- 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
-
- isOverlap(Object, Object) - Method in class org.h2.mvstore.rtree.SpatialDataType
-
Check whether the two objects overlap.
- isParsingCreateView() - Method in class org.h2.engine.Session
-
- 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.table.TableView
-
- isPersistIndexes() - Method in class org.h2.table.Table
-
- isPoolable() - Method in class org.h2.jdbc.JdbcStatement
-
Returns whether this object is poolable.
- isPostgreSQL() - Method in class org.h2.bnf.context.DbContents
-
- isPreparingQueryExpression() - Method in class org.h2.engine.Session
-
- 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
-
- 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.Query
-
- isQuery() - Method in class org.h2.command.dml.ScriptCommand
-
- isQuery() - Method in class org.h2.command.Prepared
-
Check if this object is a 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.dml.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.
- 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.NoOperation
-
- isReadOnly() - Method in class org.h2.command.dml.Select
-
- isReadOnly() - Method in class org.h2.command.dml.SelectUnion
-
- isReadOnly() - Method in class org.h2.command.Prepared
-
Check if this command is read only.
- 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(int) - Method in class org.h2.jdbc.JdbcResultSetMetaData
-
Checks if this column is read only.
- 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.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.LobStorageBackend
-
- isReadOnly() - Method in class org.h2.store.LobStorageFrontend
-
- isReadOnly() - Method in interface org.h2.store.LobStorageInterface
-
Whether the storage is read-only
- isReadOnly() - Method in class org.h2.store.LobStorageMap
-
- isReadOnly(int) - Method in class org.h2.tools.SimpleResultSet
-
Returns true.
- isReconnectNeeded() - Method in class org.h2.engine.Database
-
Check if the contents of the database was changed and therefore it is
required to re-connect.
- isReconnectNeeded(boolean) - Method in class org.h2.engine.Session
-
- isReconnectNeeded(boolean) - Method in interface org.h2.engine.SessionInterface
-
Check if the database changed and therefore reconnecting is required.
- isReconnectNeeded(boolean) - Method in class org.h2.engine.SessionRemote
-
- isRecoveryReference() - Method in class org.h2.value.ValueLobDb
-
- isRecoveryRunning() - Method in class org.h2.store.PageStore
-
Check whether the recovery process is currently running.
- 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.
- isRedoLogBinaryEnabled() - Method in class org.h2.engine.Session
-
- isRemote() - Method in class org.h2.engine.ConnectionInfo
-
Check if this is a remote connection.
- isRemote() - Method in class org.h2.engine.Session
-
- isRemote() - Method in interface org.h2.engine.SessionInterface
-
Check if this session is remote or embedded.
- isRemote() - Method in class org.h2.engine.SessionRemote
-
- isReturnsResult() - Method in class org.h2.bnf.context.DbProcedure
-
- isRightMode() - Method in class org.h2.command.ddl.GrantRevoke
-
- isRoleGranted(Role) - Method in class org.h2.engine.RightOwner
-
Check if a role has been granted for this right owner.
- isRoleMode() - Method in class org.h2.command.ddl.GrantRevoke
-
- isRoot() - Method in class org.h2.store.fs.FilePathNioMem
-
- isRowIdIndex() - Method in class org.h2.index.BaseIndex
-
- isRowIdIndex() - Method in interface org.h2.index.Index
-
Does this index support lookup by row id?
- isRowIdIndex() - Method in class org.h2.index.MultiVersionIndex
-
- isRowIdIndex() - Method in class org.h2.index.PageDataIndex
-
- isRowIdIndex() - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- 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.db.TransactionStore.TransactionMap
-
Whether the entry for this key was added or removed from this
session.
- 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) - 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
-
- 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
-
- isStored() - Method in class org.h2.value.ValueLobDb
-
- isStream() - Method in class org.h2.index.PageDataLeaf
-
- isStream() - Method in class org.h2.index.PageDataOverflow
-
- 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,...).
- isSupportsGeneratedKeys() - Method in class org.h2.engine.Session
-
- isSupportsGeneratedKeys() - Method in interface org.h2.engine.SessionInterface
-
Returns is this session supports generated keys.
- isSupportsGeneratedKeys() - Method in class org.h2.engine.SessionRemote
-
- isSysTableLocked() - Method in class org.h2.engine.Database
-
Checks if the system table (containing the catalog) is locked.
- isSysTableLockedBy(Session) - 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 interface org.h2.engine.DbObject
-
Check if this object is temporary (for example, a temporary table).
- isTemporary() - Method in class org.h2.engine.DbObjectBase
-
- isTemporary() - Method in class org.h2.index.MultiVersionIndex
-
- isTrace() - Method in class org.h2.store.fs.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.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.AlterSequence
-
- 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.Delete
-
- 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.Insert
-
- isTransactional() - Method in class org.h2.command.dml.Merge
-
- isTransactional() - Method in class org.h2.command.dml.MergeUsing
-
- isTransactional() - Method in class org.h2.command.dml.NoOperation
-
- isTransactional() - Method in class org.h2.command.dml.Query
-
- isTransactional() - Method in class org.h2.command.dml.Replace
-
- isTransactional() - Method in class org.h2.command.dml.Set
-
- isTransactional() - Method in class org.h2.command.dml.TransactionCommand
-
- isTransactional() - Method in class org.h2.command.dml.Update
-
- isTransactional() - Method in class org.h2.command.Prepared
-
Check if this command is transactional.
- isUncommittedFromOtherSession(Session, Row) - Method in class org.h2.index.MultiVersionIndex
-
Check if there is an uncommitted row with the given key
within a different session.
- isUndoLogEnabled() - Method in class org.h2.engine.Session
-
- isUnion() - Method in class org.h2.command.dml.Query
-
Check if this is a UNION query.
- isUnion() - Method in class org.h2.command.dml.Select
-
- isUnion() - Method in class org.h2.command.dml.SelectUnion
-
- 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(long, int) - Method in class org.h2.mvstore.FreeSpaceBitSet
-
Check whether one of the blocks is in use.
- isUsed() - Method in class org.h2.table.TableFilter
-
- isValid() - Method in class org.h2.engine.DbObjectBase
-
- isValid(int) - Method in class org.h2.jdbc.JdbcConnection
-
Returns true if this connection is still valid.
- isValid(String[], Value) - Static method in class org.h2.value.ValueEnum
-
Evaluates whether a valid ENUM can be constructed
from the provided enumerators and value.
- isValidDate(int, int, int) - Static method in class org.h2.util.DateTimeUtils
-
Verify if the specified date is valid.
- 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.engine.FunctionAlias.JavaMethod
-
- isView() - Method in class org.h2.bnf.context.DbTableOrView
-
- 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.
- 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.
- isWildcard() - Method in class org.h2.expression.Expression
-
Only returns true if the expression is a wildcard.
- isWildcard() - Method in class org.h2.expression.Wildcard
-
- 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
-
[Not supported] 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
-
INTERNAL
- 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.
- iterator() - Method in class org.h2.mvstore.ConcurrentArrayList
-
Get an iterator over all entries.
- RADIANS - Static variable in class org.h2.expression.Function
-
- RAND - Static variable in class org.h2.expression.Function
-
- RANDOM_UUID - Static variable in class org.h2.expression.Function
-
- randomAccessResult - Variable in class org.h2.command.dml.Query
-
Whether the result needs to support random access.
- 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 - 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 - 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 end point.
- RangeTable(Schema, Expression, Expression, boolean) - Constructor for class org.h2.table.RangeTable
-
Create a new range with the given start and end expressions.
- RangeTable(Schema, Expression, Expression, Expression, boolean) - Constructor for class org.h2.table.RangeTable
-
- RAWTOHEX - Static variable in class org.h2.expression.Function
-
- read() - Method in class org.h2.compress.LZFInputStream
-
- read(byte[]) - Method in class org.h2.compress.LZFInputStream
-
- read(byte[], int, int) - Method in class org.h2.compress.LZFInputStream
-
- read(PageBtreeIndex, Data, int) - Static method in class org.h2.index.PageBtreeLeaf
-
Read a b-tree leaf page.
- read(PageBtreeIndex, Data, int) - Static method in class org.h2.index.PageBtreeNode
-
Read a b-tree node page.
- read(PageDataIndex, Data, int) - Static method in class org.h2.index.PageDataLeaf
-
Read a data leaf page.
- read(PageDataIndex, Data, int) - Static method in class org.h2.index.PageDataNode
-
Read a data node page.
- read(PageStore, Data, int) - Static method in class org.h2.index.PageDataOverflow
-
Read an overflow page.
- read(ByteBuffer) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
-
- read(ByteBuffer, long) - Method in class org.h2.mvstore.cache.FilePathCache.FileCache
-
- read(ByteBuffer, Object[], int, boolean) - Method in class org.h2.mvstore.db.TransactionStore.ArrayType
-
- read(ByteBuffer) - Method in class org.h2.mvstore.db.TransactionStore.ArrayType
-
- read(ByteBuffer, Object[], int, boolean) - Method in class org.h2.mvstore.db.TransactionStore.VersionedValueType
-
- read(ByteBuffer) - Method in class org.h2.mvstore.db.TransactionStore.VersionedValueType
-
- read(ByteBuffer, Object[], int, boolean) - Method in class org.h2.mvstore.db.ValueDataType
-
- read(ByteBuffer) - Method in class org.h2.mvstore.db.ValueDataType
-
- read(ByteBuffer, Object[], int, boolean) - Method in class org.h2.mvstore.rtree.SpatialDataType
-
- read(ByteBuffer) - Method in class org.h2.mvstore.rtree.SpatialDataType
-
- read(ByteBuffer) - Method in interface org.h2.mvstore.type.DataType
-
Read an object.
- read(ByteBuffer, Object[], int, boolean) - Method in interface org.h2.mvstore.type.DataType
-
Read a list of objects.
- read(ByteBuffer, Object[], int, boolean) - Method in class org.h2.mvstore.type.ObjectDataType
-
- read(ByteBuffer) - Method in class org.h2.mvstore.type.ObjectDataType
-
- read(ByteBuffer, Object[], int, boolean) - Method in class org.h2.mvstore.type.StringDataType
-
- read(ByteBuffer) - Method in class org.h2.mvstore.type.StringDataType
-
- read(Session, ResultSet, int) - Static method in class org.h2.result.LocalResult
-
Construct a local result set by reading all data from a regular result
set.
- read(byte[], int, int) - Method in class org.h2.store.CountingReaderInputStream
-
- read() - 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(char[], int, int) - Method in class org.h2.store.DataReader
-
- read(byte[]) - Method in class org.h2.store.FileStoreInputStream
-
- read(byte[], int, int) - Method in class org.h2.store.FileStoreInputStream
-
- read() - Method in class org.h2.store.FileStoreInputStream
-
- read(ByteBuffer) - Method in class org.h2.store.fs.FakeFileChannel
-
- read(ByteBuffer, long) - Method in class org.h2.store.fs.FakeFileChannel
-
- read(ByteBuffer[], int, int) - Method in class org.h2.store.fs.FakeFileChannel
-
- read(ByteBuffer) - Method in class org.h2.store.fs.FileBase
-
- read(ByteBuffer, long) - Method in class org.h2.store.fs.FileBase
-
- read(ByteBuffer[], int, int) - Method in class org.h2.store.fs.FileBase
-
- read() - Method in class org.h2.store.fs.FileChannelInputStream
-
- read(byte[]) - Method in class org.h2.store.fs.FileChannelInputStream
-
- read(byte[], int, int) - Method in class org.h2.store.fs.FileChannelInputStream
-
- read(ByteBuffer) - Method in class org.h2.store.fs.FilePathEncrypt.FileEncrypt
-
- read(ByteBuffer, long) - Method in class org.h2.store.fs.FilePathEncrypt.FileEncrypt
-
- read() - Method in class org.h2.store.LobStorageBackend.LobInputStream
-
- read(byte[]) - Method in class org.h2.store.LobStorageBackend.LobInputStream
-
- read(byte[], int, int) - Method in class org.h2.store.LobStorageBackend.LobInputStream
-
- read() - Method in class org.h2.store.PageInputStream
-
- read(byte[]) - Method in class org.h2.store.PageInputStream
-
- read(byte[], int, int) - Method in class org.h2.store.PageInputStream
-
- read() - Method in class org.h2.store.RangeInputStream
-
- read(byte[], int, int) - Method in class org.h2.store.RangeInputStream
-
- read() - Method in class org.h2.store.RangeReader
-
- read(char[], int, int) - Method in class org.h2.store.RangeReader
-
- read(String, String[], String) - Method in class org.h2.tools.Csv
-
Reads from the CSV file and returns a result set.
- read(Reader, String[]) - Method in class org.h2.tools.Csv
-
Reads CSV data from a reader and returns a result set.
- readAllRows() - Method in class org.h2.index.PageBtree
-
Ensure all rows are read in memory.
- readBlob(String) - Static method in class org.h2.tools.Recover
-
INTERNAL
- readBlobDb(Connection, long, long) - Static method in class org.h2.tools.Recover
-
INTERNAL
- 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.
- 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.
- readClob(String) - Static method in class org.h2.tools.Recover
-
INTERNAL
- readClobDb(Connection, long, long) - Static method in class org.h2.tools.Recover
-
INTERNAL
- readClobMap(Connection, long, long) - Static method in class org.h2.tools.Recover
-
INTERNAL
- readColumns(DatabaseMetaData) - 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.
- readFully(FileChannel, long, ByteBuffer) - Static method in class org.h2.mvstore.DataUtils
-
Read from a file channel until the buffer is full.
- 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(byte[], int, int) - Method in class org.h2.security.SecureFileStore
-
- readFully(byte[], int) - Method in class org.h2.store.DataReader
-
Read a number of bytes.
- readFully(byte[], int, int) - Method in class org.h2.store.FileStore
-
Read a number of bytes.
- readFully(FileChannel, ByteBuffer) - Static method in class org.h2.store.fs.FileUtils
-
Fully read from the file.
- 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.
- 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.
- readHexInt(HashMap<String, ?>, String, int) - Static method in class org.h2.mvstore.DataUtils
-
Read a hex int value from a map.
- readHexLong(Map<String, ?>, 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(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.
- readInt() - Method in class org.h2.value.Transfer
-
Read an int.
- 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.store.Data
-
Read a long value.
- 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.
- readLong() - Method in class org.h2.value.Transfer
-
Read a long.
- readMetaData(Transfer) - Method in class org.h2.expression.ParameterRemote
-
Write the parameter meta data from the transfer object.
- 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
-
- readOnly - Variable in class org.h2.mvstore.FileStore
-
Whether this store is read-only.
- readOnly() - Method in class org.h2.mvstore.MVStore.Builder
-
Open the file in read-only mode.
- READONLY_VISITOR - Static variable in class org.h2.expression.ExpressionVisitor
-
The visitor singleton for the type EVALUATABLE.
- readPage(int) - Method in class org.h2.store.PageStore
-
Read a page.
- readProcedures(DatabaseMetaData) - Method in class org.h2.bnf.context.DbSchema
-
Read all procedures in the dataBase.
- readRow(Value[]) - Method in class org.h2.result.UpdatableRow
-
Re-reads a row from the database and updates the values in the array.
- readRow(RowFactory, DataReader, Data) - Static method in class org.h2.store.PageLog
-
Read a row from an input stream.
- readRow() - Method in class org.h2.tools.Csv
-
INTERNAL
- readRow() - Method in interface org.h2.tools.SimpleRowSource
-
Get the next row.
- readShortInt() - Method in class org.h2.store.Data
-
Read an short integer at the current position.
- readStatement() - Method in class org.h2.util.ScriptReader
-
Read a statement from the reader.
- readString(ByteBuffer, int) - Static method in class org.h2.mvstore.DataUtils
-
Read a string.
- readString() - Method in class org.h2.store.Data
-
Read a String value.
- readString() - Method in class org.h2.store.DataReader
-
Read a string from the stream.
- readString() - Method in class org.h2.value.Transfer
-
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.
- readValue() - Method in class org.h2.store.Data
-
Read a value.
- readValue(SessionInterface, ResultSet, int, int) - Static method in class org.h2.value.DataType
-
Read a value from the given result set.
- readValue() - 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(ByteBuffer) - Static method in class org.h2.mvstore.DataUtils
-
Read a variable size int.
- readVarInt() - Method in class org.h2.store.Data
-
Read a variable size int.
- readVarInt() - Method in class org.h2.store.DataReader
-
Read a variable size integer.
- readVarLong(ByteBuffer) - Static method in class org.h2.mvstore.DataUtils
-
Read a variable size long.
- readVarLong() - Method in class org.h2.store.Data
-
Read a variable size long.
- readVarLong() - Method in class org.h2.store.DataReader
-
Read a variable size long.
- ready() - Method in class org.h2.store.RangeReader
-
- 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.ConstraintReferential
-
- rebuild() - Method in class org.h2.constraint.ConstraintUnique
-
- recompile(Session, 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).
Always recompile prepared statements.
- reconnect(boolean) - Method in class org.h2.engine.Session
-
- reconnect(boolean) - Method in interface org.h2.engine.SessionInterface
-
Close the connection and open a new connection.
- reconnect(boolean) - Method in class org.h2.engine.SessionRemote
-
- reconnectCheckDelay - Variable in class org.h2.engine.DbSettings
-
Database setting RECONNECT_CHECK_DELAY
(default: 200).
Check the .lock.db file every this many milliseconds to detect that the
database was changed.
- 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
-
- REDO_LOG_BINARY - Static variable in class org.h2.command.dml.SetTypes
-
The type of a SET REDO_LOG_BINARY statement.
- 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
- REGEXP_LIKE - Static variable in class org.h2.expression.Function
-
- REGEXP_REPLACE - Static variable in class org.h2.expression.Function
-
- regexpReplaceBackslashReferences - Variable in class org.h2.engine.Mode
-
The function REGEXP_REPLACE() uses \ for back-references.
- register(Connection) - Static method in class org.h2.mode.FunctionsMySQL
-
Register the functionality in the database.
- register(FilePath) - Static method in class org.h2.store.fs.FilePath
-
Register a file provider.
- register() - Static method in class org.h2.store.fs.FilePathEncrypt
-
Register this file system.
- register() - Static method in class org.h2.store.fs.FilePathRec
-
Register the file system.
- register(TableFilter, IndexLookupBatch) - Method in class org.h2.table.JoinBatch
-
Register the table filter and lookup batch.
- register(Object, Closeable, boolean) - Static method in class org.h2.util.CloseWatcher
-
Register an object.
- 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, String) - 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(String, int, String) - 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) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Registers the given OUT parameter.
- RegularTable - Class in org.h2.table
-
Most tables are an instance of this class.
- RegularTable(CreateTableData) - Constructor for class org.h2.table.RegularTable
-
- rehash(int) - Method in class org.h2.util.HashBase
-
Increase the size of the underlying table and re-distribute the elements.
- rehash(int) - Method in class org.h2.util.IntIntHashMap
-
- rehash(int) - Method in class org.h2.util.ValueHashMap
-
- 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
- relativeKey(K, long) - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Get one of the previous or next keys.
- releaseLock() - Method in class org.h2.store.FileStore
-
Release the file lock.
- releaseSavepoint(Savepoint) - Method in class org.h2.jdbc.JdbcConnection
-
Releases a savepoint.
- remapChildren() - Method in class org.h2.index.PageBtreeNode
-
- remapChildren(int) - Method in class org.h2.index.PageDataLeaf
-
- remapChildren(int) - Method in class org.h2.index.PageDataNode
-
- 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.
- remove() - Method in interface org.h2.api.Trigger
-
This method is called when the trigger is dropped.
- remove() - Method in class org.h2.fulltext.FullText.FullTextTrigger
-
INTERNAL
- remove() - Method in class org.h2.fulltext.FullTextLucene.FullTextTrigger
-
INTERNAL
- remove(Session, Row) - Method in class org.h2.index.FunctionIndex
-
- remove(Session) - Method in class org.h2.index.FunctionIndex
-
- remove(Session, Row) - Method in class org.h2.index.HashIndex
-
- remove(Session) - Method in class org.h2.index.HashIndex
-
- remove(Session, Row) - Method in interface org.h2.index.Index
-
Remove a row from the index.
- remove(Session) - Method in interface org.h2.index.Index
-
Remove the index.
- remove(Session) - Method in class org.h2.index.LinkedIndex
-
- remove(Session, Row) - Method in class org.h2.index.LinkedIndex
-
- remove(Session, Row) - Method in class org.h2.index.MetaIndex
-
- remove(Session) - Method in class org.h2.index.MetaIndex
-
- remove(Session, Row) - Method in class org.h2.index.MultiVersionIndex
-
- remove(Session) - Method in class org.h2.index.MultiVersionIndex
-
- remove(Session, Row) - Method in class org.h2.index.NonUniqueHashIndex
-
- remove(Session) - Method in class org.h2.index.NonUniqueHashIndex
-
- remove(Session, Row) - Method in class org.h2.index.PageBtreeIndex
-
- remove(Session) - Method in class org.h2.index.PageBtreeIndex
-
- remove(Session, Row) - Method in class org.h2.index.PageDataIndex
-
- remove(Session) - Method in class org.h2.index.PageDataIndex
-
- remove(Session, Row) - Method in class org.h2.index.PageDelegateIndex
-
- remove(Session) - Method in class org.h2.index.PageDelegateIndex
-
- remove(Session, Row) - Method in class org.h2.index.RangeIndex
-
- remove(Session) - Method in class org.h2.index.RangeIndex
-
- remove(Session) - Method in class org.h2.index.ScanIndex
-
- remove(Session, Row) - Method in class org.h2.index.ScanIndex
-
- remove(Session, Row) - Method in class org.h2.index.SpatialTreeIndex
-
- remove(Session) - Method in class org.h2.index.SpatialTreeIndex
-
- remove(Session, Row) - Method in class org.h2.index.TreeIndex
-
- remove(Session) - Method in class org.h2.index.TreeIndex
-
- remove(Session, Row) - Method in class org.h2.index.ViewIndex
-
- remove(Session) - Method in class org.h2.index.ViewIndex
-
- remove(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
-
Remove an entry.
- remove() - Method in class org.h2.mvstore.Cursor
-
- remove(Session, Row) - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- remove(Session) - Method in class org.h2.mvstore.db.MVDelegateIndex
-
- remove(Session, Row) - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- remove(Session) - Method in class org.h2.mvstore.db.MVPrimaryIndex
-
- remove(Session, Row) - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- remove(Session) - Method in class org.h2.mvstore.db.MVSecondaryIndex
-
- remove(Session, Row) - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- remove(Session) - Method in class org.h2.mvstore.db.MVSpatialIndex
-
- remove(K) - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Remove an entry.
- remove(Object) - Method in class org.h2.mvstore.MVMap
-
Remove a key-value pair, if the key exists.
- remove(Object, Object) - Method in class org.h2.mvstore.MVMap
-
Remove a key-value pair if the value matches the stored one.
- remove(Page, long, Object) - Method in class org.h2.mvstore.MVMap
-
Remove a key-value pair.
- remove(int) - Method in class org.h2.mvstore.Page
-
Remove the key and value (or child) at the given index.
- remove(Page, long, Object) - Method in class org.h2.mvstore.rtree.MVRTreeMap
-
- remove() - Method in class org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
-
- remove(byte[]) - Method in class org.h2.mvstore.StreamStore
-
Remove all stored blocks for the given id.
- remove(SchemaObject) - Method in class org.h2.schema.Schema
-
Remove an object from this schema.
- remove(T[], int, int) - Static method in class org.h2.store.Page
-
Delete a value in an array.
- remove(long[], int, int) - Static method in class org.h2.store.Page
-
Delete a value in an array.
- remove(int[], int, int) - Static method in class org.h2.store.Page
-
Delete a value in an array.
- REMOVE - Static variable in class org.h2.store.PageLog
-
Remove a record from a table.
- remove() - Method in class org.h2.tools.TriggerAdapter
-
This method is called when the database is closed.
- 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() - Method in class org.h2.util.DebuggingThreadLocal
-
Remove the value for the current thread.
- remove(int) - Method in class org.h2.util.IntArray
-
Remove the value at the given index.
- remove(int) - Method in class org.h2.util.IntIntHashMap
-
Remove the key-value pair with the given key.
- remove(Object) - Method in class org.h2.util.SoftHashMap
-
Remove an object.
- remove(Value) - Method in class org.h2.util.ValueHashMap
-
Remove a key value pair.
- remove(Object) - Method in class org.h2.value.CaseInsensitiveConcurrentMap
-
- remove(Object) - Method in class org.h2.value.CaseInsensitiveMap
-
- remove(Object) - Method in class org.h2.value.NullableKeyConcurrentMap
-
- remove() - Method in class org.h2.value.Value
-
Remove the underlying resource, if any.
- remove() - Method in class org.h2.value.ValueLob
-
- remove() - Method in class org.h2.value.ValueLobDb
-
- removeAllForTable(int) - Method in class org.h2.store.LobStorageBackend
-
- removeAllForTable(int) - Method in class org.h2.store.LobStorageFrontend
-
- removeAllForTable(int) - Method in interface org.h2.store.LobStorageInterface
-
Remove all LOBs for this table.
- removeAllForTable(int) - Method in class org.h2.store.LobStorageMap
-
- 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(Value) - Method in class org.h2.engine.Session
-
Remember that the given LOB value must be removed at commit.
- removeAtCommitStop(Value) - Method in class org.h2.engine.Session
-
Do not remove this LOB value at commit any longer.
- removeCheckConstraint() - Method in class org.h2.table.Column
-
Remove the check constraint if there is one.
- removeChildrenAndResources(Session) - Method in class org.h2.constraint.ConstraintCheck
-
- removeChildrenAndResources(Session) - Method in class org.h2.constraint.ConstraintReferential
-
- removeChildrenAndResources(Session) - Method in class org.h2.constraint.ConstraintUnique
-
- removeChildrenAndResources(Session) - Method in class org.h2.engine.Comment
-
- removeChildrenAndResources(Session) - Method in interface org.h2.engine.DbObject
-
Delete all dependent children objects and resources of this object.
- removeChildrenAndResources(Session) - Method in class org.h2.engine.DbObjectBase
-
Remove all dependent objects and free all resources (files, blocks in
files) of this object.
- removeChildrenAndResources(Session) - Method in class org.h2.engine.FunctionAlias
-
- removeChildrenAndResources(Session) - Method in class org.h2.engine.Right
-
- removeChildrenAndResources(Session) - Method in class org.h2.engine.Role
-
- removeChildrenAndResources(Session) - Method in class org.h2.engine.Setting
-
- removeChildrenAndResources(Session) - Method in class org.h2.engine.User
-
- removeChildrenAndResources(Session) - Method in class org.h2.engine.UserAggregate
-
- removeChildrenAndResources(Session) - Method in class org.h2.engine.UserDataType
-
- removeChildrenAndResources(Session) - Method in class org.h2.index.BaseIndex
-
- removeChildrenAndResources(Session) - Method in class org.h2.index.MultiVersionIndex
-
- removeChildrenAndResources(Session) - Method in class org.h2.mvstore.db.MVTable
-
- removeChildrenAndResources(Session) - Method in class org.h2.schema.Constant
-
- removeChildrenAndResources(Session) - Method in class org.h2.schema.Schema
-
- removeChildrenAndResources(Session) - Method in class org.h2.schema.Sequence
-
- removeChildrenAndResources(Session) - Method in class org.h2.schema.TriggerObject
-
- removeChildrenAndResources(Session) - Method in class org.h2.table.MetaTable
-
- removeChildrenAndResources(Session) - Method in class org.h2.table.RegularTable
-
- removeChildrenAndResources(Session) - Method in class org.h2.table.Table
-
- removeChildrenAndResources(Session) - Method in class org.h2.table.TableLink
-
- removeChildrenAndResources(Session) - Method in class org.h2.table.TableSynonym
-
- removeChildrenAndResources(Session) - Method in class org.h2.table.TableView
-
- removeClassFactory(Utils.ClassFactory) - Static method in class org.h2.util.JdbcUtils
-
Remove a class factory
- removeConnectionEventListener(ConnectionEventListener) - Method in class org.h2.jdbcx.JdbcXAConnection
-
Remove the event listener.
- removeConstraint(Constraint) - Method in class org.h2.table.Table
-
Remove the given constraint from the list.
- removeDatabaseObject(Session, 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<K, V>) - Method in class org.h2.util.SmallLRUCache
-
- removeFilterCondition() - Method in class org.h2.table.TableFilter
-
Remove the filter condition.
- removeFirst(K) - Method in class org.h2.mvstore.ConcurrentArrayList
-
Remove the first element, if it matches.
- removeFromCache(int) - Method in class org.h2.store.PageStore
-
Remove a page from the cache.
- 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(Session, 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.
- removeLast(K) - Method in class org.h2.mvstore.ConcurrentArrayList
-
Remove the last element, if it matches.
- removeLob(ValueLobDb) - Method in class org.h2.store.LobStorageBackend
-
- removeLob(ValueLobDb) - Method in class org.h2.store.LobStorageFrontend
-
- removeLob(ValueLobDb) - Method in interface org.h2.store.LobStorageInterface
-
Delete a LOB (from the database, if it is stored there).
- removeLob(ValueLobDb) - Method in class org.h2.store.LobStorageMap
-
- removeLocalTempTable(Table) - Method in class org.h2.engine.Session
-
Drop and remove the given local temporary table from this session.
- removeLocalTempTableIndex(Index) - Method in class org.h2.engine.Session
-
Drop and remove the given local temporary index from this session.
- removeMap(TransactionStore.TransactionMap<K, V>) - Method in class org.h2.mvstore.db.TransactionStore.Transaction
-
Remove the map.
- removeMap(MVMap<?, ?>) - Method in class org.h2.mvstore.MVStore
-
Remove a map.
- removeMeta(Session, int) - Method in class org.h2.engine.Database
-
Remove the given object from the meta data.
- removeMeta(Index, Session) - Method in class org.h2.store.PageStore
-
Remove the meta data of an index.
- removePage(long, int) - Method in class org.h2.mvstore.MVMap
-
Remove the given page (make the space available).
- removePage() - Method in class org.h2.mvstore.Page
-
Remove the page.
- removeProcedure(String) - Method in class org.h2.engine.Session
-
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(Session, Row) - Method in class org.h2.mvstore.db.MVTable
-
- removeRow(Value[]) - Method in interface org.h2.result.ResultExternal
-
Remove the row with the given values from this object if such a row
exists.
- removeRow(Value[]) - Method in class org.h2.result.ResultTempTable
-
- removeRow(Session, Row) - Method in class org.h2.table.FunctionTable
-
- removeRow(Session, Row) - Method in class org.h2.table.MetaTable
-
- removeRow(Session, Row) - Method in class org.h2.table.RangeTable
-
- removeRow(Session, Row) - Method in class org.h2.table.RegularTable
-
- removeRow(Session, Row) - Method in class org.h2.table.Table
-
Remove a row from the table and all indexes.
- removeRow(Session, Row) - Method in class org.h2.table.TableLink
-
- removeRow(Session, Row) - Method in class org.h2.table.TableView
-
- removeSchemaObject(Session, 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(Session) - 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.MVTableEngine.Store
-
Remove a table.
- removeTemporaryMaps(BitField) - Method in class org.h2.mvstore.db.MVTableEngine.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 interface org.h2.engine.DbObject
-
Rename the object.
- rename(String) - Method in class org.h2.engine.DbObjectBase
-
- rename(String) - Method in class org.h2.index.MultiVersionIndex
-
- 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.
- 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
-
- renameColumn(Column, String) - Method in class org.h2.table.Table
-
Rename a column of this table.
- renameDatabaseObject(Session, 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(Session, 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 - Static variable in class org.h2.expression.Function
-
- REPLACE - Static variable in interface org.h2.command.CommandInterface
-
The type of a REPLACE statement.
- Replace - Class in org.h2.command.dml
-
This class represents the MySQL-compatibility REPLACE statement
- Replace(Session) - Constructor for class org.h2.command.dml.Replace
-
- REPLACE - Static variable in class org.h2.expression.Function
-
- replace(K, V, V) - Method in class org.h2.mvstore.MVMap
-
Replace a value for an existing key, if the value matches.
- replace(K, V) - Method in class org.h2.mvstore.MVMap
-
Replace a value for an existing key.
- replace(String, Column[], Session, 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.
- replaceAll(String, String, String) - Static method in class org.h2.util.StringUtils
-
Replace all occurrences of the before string with the after string.
- reset(boolean) - Method in interface org.h2.index.IndexLookupBatch
-
Reset this batch to clear 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.ResultTempTable
-
- reset() - Method in class org.h2.result.RowList
-
Remove all rows from the list.
- 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(boolean) - Method in class org.h2.table.JoinBatch
-
Reset state of this batch.
- 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.
- reset(int) - Method in class org.h2.util.HashBase
-
Clear the map and reset the level to the specified value.
- reset(int) - Method in class org.h2.util.IntIntHashMap
-
- reset() - Method in class org.h2.util.LazyFuture
-
Reset this future to the initial state.
- reset(int) - Method in class org.h2.util.ValueHashMap
-
- resetCalendar() - Static method in class org.h2.util.DateTimeUtils
-
Reset the cached calendar for default timezone, for example after
changing the default timezone.
- resetCount() - Method in class org.h2.util.StatementBuilder
-
Reset the loop counter.
- resetDefaultLegacyAlgorithms() - Static method in class org.h2.security.CipherFactory
-
Attempts to resets the security property to the default value.
- resolveTableOrView(Session, 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
-
- 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 - Static variable in class org.h2.value.Value
-
The value type for RESULT_SET values.
- 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
-
- resultSetType - Variable in class org.h2.jdbc.JdbcStatement
-
- ResultTarget - Interface in org.h2.result
-
A object where rows are written to.
- ResultTempTable - Class in org.h2.result
-
This class implements the temp table buffer for the LocalResult class.
- 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;
- RETENTION_TIME - Static variable in class org.h2.command.dml.SetTypes
-
The type of a SET RETENTION_TIME statement.
- 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).
If disabled, all changes are appended to the database file, and existing
content is never overwritten.
- REVOKE - Static variable in interface org.h2.command.CommandInterface
-
The type of a REVOKE statement.
- RIGHT - Static variable in interface org.h2.engine.DbObject
-
This object is a right.
- Right - Class in org.h2.engine
-
An access right.
- Right(Database, int, RightOwner, Role) - Constructor for class org.h2.engine.Right
-
- Right(Database, int, RightOwner, int, DbObject) - Constructor for class org.h2.engine.Right
-
- RIGHT - Static variable in class org.h2.expression.Function
-
- 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 - Static variable in interface org.h2.engine.DbObject
-
This object is a role.
- Role - Class in org.h2.engine
-
Represents a role.
- Role(Database, int, String, boolean) - Constructor for class org.h2.engine.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 - Static variable in interface org.h2.command.CommandInterface
-
The type of a ROLLBACK statement.
- rollback() - Method in class org.h2.engine.Session
-
Fully roll back the current transaction.
- rollback() - Method in class org.h2.jdbc.JdbcConnection
-
Rolls back the current transaction.
- 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() - Method in class org.h2.mvstore.db.TransactionStore.Transaction
-
Roll the transaction back.
- rollback() - Method in class org.h2.mvstore.MVStore
-
Revert to the beginning of the current version, reverting all uncommitted
changes.
- rollback(String, long, Writer) - Static method in class org.h2.mvstore.MVStoreTool
-
Roll back to a given revision into a a file called *.temp.
- ROLLBACK - Static variable in interface org.h2.store.InDoubtTransaction
-
The transaction state meaning this transaction is rolled back.
- ROLLBACK - Static variable in class org.h2.store.PageLog
-
Roll back a prepared transaction.
- 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(Session.Savepoint, boolean) - Method in class org.h2.engine.Session
-
Partially roll back the current transaction.
- rollbackTo(long) - Method in class org.h2.mvstore.MVStore
-
Revert to the beginning of the given version.
- rollbackToSavepoint(String) - Method in class org.h2.engine.Session
-
Undo all operations back to the log position of the given savepoint.
- rollbackToSavepoint(long) - Method in class org.h2.mvstore.db.TransactionStore.Transaction
-
Roll back to the given savepoint.
- root - Variable in class org.h2.mvstore.MVMap
-
The current root page (may not be null).
- rootPageId - Variable in class org.h2.index.PageIndex
-
The root page of this index.
- ROUND - Static variable in class org.h2.expression.Function
-
- ROUNDMAGIC - Static variable in class org.h2.expression.Function
-
- 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 - Interface in org.h2.result
-
Represents a row in a table.
- ROW_COUNT_APPROXIMATION - Static variable in class org.h2.table.MetaTable
-
The approximate number of rows of a meta table.
- ROW_FACTORY - Static variable in class org.h2.command.dml.SetTypes
-
The type of a SET ROW_FACTORY statement.
- 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 - Static variable in class org.h2.expression.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.
- 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
-
- rowId - Variable in class org.h2.engine.DbSettings
-
Database setting ROWID
(default: true).
If set, each table has a pseudo-column _ROWID_.
- ROWID - Static variable in class org.h2.table.Column
-
The name of the rowid pseudo column.
- RowImpl - Class in org.h2.result
-
Default row implementation.
- RowImpl(Value[], int) - Constructor for class org.h2.result.RowImpl
-
- rowInserted() - Method in class org.h2.jdbc.JdbcResultSet
-
Detects if the row was inserted.
- rowInserted() - Method in class org.h2.tools.SimpleResultSet
-
INTERNAL
- RowList - Class in org.h2.result
-
A list of rows.
- RowList(Session) - Constructor for class org.h2.result.RowList
-
Construct a new row list for this session.
- 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 - Variable in class org.h2.index.PageBtree
-
The index data
- 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
-
- RTreeCursor(Page, SpatialKey) - Constructor for class org.h2.mvstore.rtree.MVRTreeMap.RTreeCursor
-
- RTRIM - Static variable in class org.h2.expression.Function
-
- 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
-
- 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.store.WriterThread
-
- 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.LazyFuture
-
Run computation and produce the result.
- run() - Method in class org.h2.util.Profiler
-
- run() - Method in class org.h2.util.Task
-
- RUNSCRIPT - Static variable in interface org.h2.command.CommandInterface
-
The type of a RUNSCRIPT statement.
- RunScript - Class in org.h2.tools
-
Runs a SQL script against a database.
- RunScript() - Constructor for class org.h2.tools.RunScript
-
- RunScriptCommand - Class in org.h2.command.dml
-
This class represents the statement
RUNSCRIPT
- RunScriptCommand(Session) - 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(Connection, String...) - Method in class org.h2.tools.Shell
-
Run the shell tool with the given connection and command line settings.
- runTool(String...) - Method in class org.h2.util.Tool
-
Run the tool with the given output stream and arguments.
- SALT_LEN - Static variable in class org.h2.engine.Constants
-
The number of bytes in random salt that is used to hash passwords.
- sampleSizeExpr - Variable in class org.h2.command.dml.Query
-
The sample size expression as specified in the SAMPLE_SIZE clause.
- save() - Method in class org.h2.store.FileLock
-
Save the lock file.
- saveCommandHistoryList(ArrayList<String>) - Method in class org.h2.server.web.WebServer
-
Save the command history to the properties file.
- SAVEPOINT - Static variable in interface org.h2.command.CommandInterface
-
The type of a SAVEPOINT statement.
- Savepoint() - Constructor for class org.h2.engine.Session.Savepoint
-
- 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_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.
- scaleForAvailableMemory(int) - Static method in class org.h2.util.Utils
-
Scale the value with the available memory.
- ScanCursor - Class in org.h2.index
-
The cursor implementation for the scan index.
- ScanIndex - Class in org.h2.index
-
The scan index is not really an 'index' in the strict sense, because it can
not be used for direct lookup.
- ScanIndex(RegularTable, int, IndexColumn[], IndexType) - Constructor for class org.h2.index.ScanIndex
-
- SCHEMA - Static variable in class org.h2.bnf.context.DbContextRule
-
- schema - Variable in class org.h2.command.ddl.CreateSynonymData
-
The schema.
- schema - Variable in class org.h2.command.ddl.CreateTableData
-
The schema.
- SCHEMA - Static variable in class org.h2.command.dml.SetTypes
-
The type of a SET SCHEMA statement.
- SCHEMA - Static variable in interface org.h2.engine.DbObject
-
This object is a schema.
- SCHEMA - Static variable in class org.h2.expression.Function
-
- schema - Variable in class org.h2.fulltext.IndexInfo
-
The schema name.
- SCHEMA - Static variable in class org.h2.message.Trace
-
The trace module id for schemas.
- Schema - Class in org.h2.schema
-
A schema as created by the SQL statement
CREATE SCHEMA
- Schema(Database, int, String, User, boolean) - Constructor for class org.h2.schema.Schema
-
Create a new schema object.
- 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_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(Session, 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 - Interface in org.h2.schema
-
Any database object that is stored in a schema.
- SchemaObjectBase - Class in org.h2.schema
-
The base class for classes implementing SchemaObject.
- SchemaObjectBase() - Constructor for class org.h2.schema.SchemaObjectBase
-
- SCOPE_IDENTITY - Static variable in class org.h2.expression.Function
-
- SCRIPT - Static variable in interface org.h2.command.CommandInterface
-
The type of a SCRIPT statement.
- 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
-
- ScriptCommand - Class in org.h2.command.dml
-
This class represents the statement
SCRIPT
- ScriptCommand(Session) - 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, boolean) - Static method in class org.h2.fulltext.FullText
-
Do the search.
- 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.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.
- SearchRow - Interface in org.h2.result
-
The interface for rows stored in a table, and for partial rows stored in the
index.
- SECOND - Static variable in class org.h2.expression.Function
-
- 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
-
- 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 - 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 - Class in org.h2.command.dml
-
This class represents a simple SELECT statement.
- Select(Session) - Constructor for class org.h2.command.dml.Select
-
- SELECT - Static variable in class org.h2.engine.Right
-
The right bit mask that means: selecting from a table is allowed.
- selectForUpdateMvcc - Variable in class org.h2.engine.DbSettings
-
Database setting SELECT_FOR_UPDATE_MVCC
(default: true).
If set, SELECT ..
- 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.dml
-
This class represents a column resolver for the column list of a SELECT
statement.
- SelectOrderBy - Class in org.h2.command.dml
-
Describes one element of the ORDER BY clause of a query.
- SelectOrderBy() - Constructor for class org.h2.command.dml.SelectOrderBy
-
- SelectUnion - Class in org.h2.command.dml
-
Represents a union SELECT statement.
- SelectUnion(Session, Query) - Constructor for class org.h2.command.dml.SelectUnion
-
- SelectUnion.UnionType - Enum in org.h2.command.dml
-
- Sentence - Class in org.h2.bnf
-
A query context object.
- Sentence() - Constructor for class org.h2.bnf.Sentence
-
- SEQUENCE - Static variable in interface 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 - Class in org.h2.schema
-
A sequence is created using the statement
CREATE SEQUENCE
- Sequence(Schema, int, String, long, long) - Constructor for class org.h2.schema.Sequence
-
Creates a new sequence for an auto-increment column.
- Sequence(Schema, int, String, Long, Long, Long, Long, Long, boolean, boolean) - Constructor for class org.h2.schema.Sequence
-
Creates a new sequence.
- 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 - 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.
- SequenceValue - Class in org.h2.expression
-
Wraps a sequence when used in a statement.
- SequenceValue(Sequence) - Constructor for class org.h2.expression.SequenceValue
-
- serialColumnIsNotPK - Variable in class org.h2.engine.Mode
-
SERIAL and BIGSERIAL columns are not automatically primary keys.
- 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, DataHandler) - 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.
- serializeJavaObject - Static variable in class org.h2.engine.SysProperties
-
System property h2.serializeJavaObject
(default: true).
If true, values of type OTHER will be stored in serialized form
and have the semantics of binary data for all operations (such as sorting
and conversion to string).
- 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).
TCP Server: number of cached objects per session.
- 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).
The default result set fetch size when using the server mode.
- 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 - Class in org.h2.engine
-
A session represents an embedded database connection.
- Session(Database, User, int) - Constructor for class org.h2.engine.Session
-
- session - Variable in class org.h2.jdbc.JdbcStatement
-
- session - Variable in class org.h2.server.web.WebApp
-
The session.
- Session.Savepoint - Class in org.h2.engine
-
Represents a savepoint (a position in a transaction to where one can roll
back to).
- Session.TimeoutValue - Class in org.h2.engine
-
An object with a timeout.
- 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
-
- SESSION_PREPARE - Static variable in class org.h2.engine.SessionRemote
-
- SESSION_PREPARE_READ_PARAMS - 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
-
- SessionInterface - Interface in org.h2.engine
-
A local or remote session.
- 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 - Static variable in interface org.h2.command.CommandInterface
-
The type of a SET statement.
- Set - Class in org.h2.command.dml
-
This class represents the statement
SET
- Set(Session, int) - Constructor for class org.h2.command.dml.Set
-
- SET - Static variable in class org.h2.expression.Function
-
- set(Row) - Method in class org.h2.table.TableFilter
-
Set the current row.
- set(int) - Method in class org.h2.util.BitField
-
Set bit at the given index to 'true'.
- set(int, int, boolean) - Method in class org.h2.util.BitField
-
Enable or disable a number of bits.
- set(T) - Method in class org.h2.util.DebuggingThreadLocal
-
- set(PreparedStatement, int) - Method in class org.h2.value.Value
-
Set the value as a parameter in a prepared statement.
- set(PreparedStatement, int) - Method in class org.h2.value.ValueArray
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueBoolean
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueByte
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueBytes
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueDate
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueDecimal
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueDouble
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueEnumBase
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueFloat
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueGeometry
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueInt
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueJavaObject
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueLob
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueLobDb
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueLong
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueNull
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueResultSet
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueShort
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueString
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueTime
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueTimestamp
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueTimestampTimeZone
-
- set(PreparedStatement, int) - Method in class org.h2.value.ValueUuid
-
- 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_MAX_DATA_MODIFICATION_ID - Static variable in class org.h2.expression.ExpressionVisitor
-
Request to set the latest modification id (addDataModificationId).
- 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
-
- setAffinity(boolean) - Method in class org.h2.command.ddl.CreateIndex
-
- 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(int) - Method in class org.h2.engine.Database
-
- setAllowLiterals(boolean) - Method in class org.h2.engine.Session
-
- setArray(int, Array) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter as an Array.
- setArrayAggOrder(ArrayList<SelectOrderBy>) - Method in class org.h2.expression.Aggregate
-
Set the order for ARRAY_AGG() aggregate.
- setAsciiStream(String, InputStream, long) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter as an ASCII 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(long) - Method in class org.h2.jdbc.JdbcClob
-
[Not supported] Returns an output 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(int, InputStream) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter as an ASCII stream.
- setAssignment(Column, Expression) - Method in class org.h2.command.dml.Update
-
Add an assignment of the form column = expression.
- 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.engine.Session
-
- setAutoCommit(boolean) - Method in interface org.h2.engine.SessionInterface
-
Set the auto-commit mode.
- setAutoCommit(boolean) - Method in class org.h2.engine.SessionRemote
-
- setAutoCommit(boolean) - Method in class org.h2.jdbc.JdbcConnection
-
Switches auto commit on or off.
- 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
-
- setAutoIncrement(boolean, long, long) - Method in class org.h2.table.Column
-
Set the autoincrement flag and related properties of this column.
- setBackgroundException(DbException) - Method in class org.h2.engine.Database
-
- setBackup(boolean) - Method in class org.h2.store.PageStore
-
- 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(String, BigDecimal) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter.
- setBigDecimal(int, BigDecimal) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter.
- setBinaryStream(long) - Method in class org.h2.jdbc.JdbcBlob
-
Get a writer to update the Blob.
- setBinaryStream(String, InputStream, int) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter as an input stream.
- setBinaryStream(String, InputStream) - 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.
- setBinaryStream(int, InputStream, long) - 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) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter as an input stream.
- 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.
- setBlob(String, InputStream) - Method in class org.h2.jdbc.JdbcCallableStatement
-
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(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.
- setBoolean(String, boolean) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter.
- setBoolean(int, boolean) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter.
- setBufferResultSetToLocalTemp(boolean) - Method in class org.h2.command.ddl.CreateFunctionAlias
-
Should the return value ResultSet be buffered in a local temporary file?
- setByte(String, byte) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter.
- setByte(int, byte) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter.
- setByte(int, int) - Method in class org.h2.util.BitField
-
Combine the next 8 bits at the given index with OR.
- 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.
- setBytes(int, byte[]) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter as a byte array.
- setCacheSize(Expression) - Method in class org.h2.command.ddl.CreateSequence
-
- setCacheSize(Expression) - Method in class org.h2.command.dml.AlterSequence
-
- setCacheSize(int) - Method in class org.h2.engine.Database
-
- setCacheSize(int) - Method in class org.h2.mvstore.db.MVTableEngine.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(long) - Method in class org.h2.schema.Sequence
-
- 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(String, Reader, int) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter as a character stream.
- setCharacterStream(String, Reader) - 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.
- setCharacterStream(long) - Method in class org.h2.jdbc.JdbcClob
-
Get a writer to update the Clob.
- setCharacterStream(int, Reader, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter as a character stream.
- setCharacterStream(int, Reader) - 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.
- 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.AlterTableAddConstraint
-
- setCheckExisting(boolean) - Method in class org.h2.command.dml.AlterTableSet
-
- setCheckExpression(Expression) - Method in class org.h2.command.ddl.AlterTableAddConstraint
-
- setCheckForeignKeyConstraints(Session, 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.
- 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(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.
- setClob(String, Reader) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter as a character stream.
- setClob(int, Clob) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter as a Clob.
- 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.
- setCloseDelay(int) - Method in class org.h2.engine.Database
-
- setCluster(String) - Method in class org.h2.engine.Database
-
- setColumn(Column) - Method in class org.h2.command.ddl.CreateUserDataType
-
- setColumn(boolean) - Method in class org.h2.command.ddl.SetComment
-
- setColumn(Column) - Method in class org.h2.command.dml.AlterSequence
-
- setColumn(Column) - Method in class org.h2.engine.UserDataType
-
- setColumn(Column) - Method in class org.h2.expression.Parameter
-
- setColumnName(String) - Method in class org.h2.command.ddl.SetComment
-
- setColumnNamerConfiguration(ColumnNamerConfiguration) - Method in class org.h2.engine.Session
-
- setColumnNames(String[]) - Method in class org.h2.command.ddl.CreateView
-
- 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.command.dml.Replace
-
- setColumns(IndexColumn[]) - Method in class org.h2.constraint.ConstraintReferential
-
- setColumns(IndexColumn[]) - Method in class org.h2.constraint.ConstraintUnique
-
- setColumns(ArrayList<Column>) - Method in class org.h2.expression.TableFunction
-
- setColumns(int[], ArrayList<String>, ArrayList<String>) - Static method in class org.h2.fulltext.FullText
-
Set the column indices of a set of keys.
- setColumns(Column[]) - Method in class org.h2.table.Table
-
- setColumnsToRemove(ArrayList<Column>) - Method in class org.h2.command.ddl.AlterTableAlterColumn
-
- setColumnType(String) - Method in class org.h2.bnf.context.DbContextRule
-
- setCommand(Prepared) - Method in class org.h2.command.dml.Explain
-
- 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.dml.Replace
-
- setCommand(Command) - Method in class org.h2.command.Prepared
-
Set the command.
- setCommandHistoryAllowed(boolean) - Method in class org.h2.server.web.WebServer
-
- setComment(String) - Method in class org.h2.command.ddl.AlterTableAddConstraint
-
- 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 - Class in org.h2.command.ddl
-
This class represents the statement
COMMENT
- SetComment(Session) - Constructor for class org.h2.command.ddl.SetComment
-
- setComment(String) - Method in interface org.h2.engine.DbObject
-
Change the comment of this object.
- setComment(String) - Method in class org.h2.engine.DbObjectBase
-
- setComment(String) - Method in class org.h2.index.MultiVersionIndex
-
- setComment(String) - Method in class org.h2.table.Column
-
- 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.Session
-
- setCompactMode(int) - Method in class org.h2.engine.Database
-
- setCompareMode(CompareMode) - Method in class org.h2.engine.Database
-
- setCompareMode(CompareMode) - Method in class org.h2.table.RegularTable
-
- setCompiledRegularExpressionMatchAllowed(Pattern) - Method in class org.h2.util.ColumnNamerConfiguration
-
- setCompiledRegularExpressionMatchDisallowed(Pattern) - Method in class org.h2.util.ColumnNamerConfiguration
-
- setComputedExpression(Expression) - Method in class org.h2.table.Column
-
Set the default value in the form of a computed expression of other
columns.
- setCondition(Expression) - Method in class org.h2.command.dml.Delete
-
- setCondition(Expression) - Method in class org.h2.command.dml.Update
-
- setConnectionInfo(ConnectionInfo) - Method in class org.h2.engine.Session
-
- 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.AlterTableAddConstraint
-
- setConstraintName(String) - Method in class org.h2.command.ddl.AlterTableDropConstraint
-
- setConstraintName(String) - Method in class org.h2.command.ddl.AlterTableRenameConstraint
-
- setConvertNullToDefault(boolean) - Method in class org.h2.table.Column
-
- setCteCleanups(List<TableView>) - Method in class org.h2.command.Prepared
-
Set the temporary views created for CTE's.
- setCurrentCommand(Command, Object) - Method in class org.h2.engine.Session
-
Set the current command of this session.
- setCurrentRowNumber(int) - Method in class org.h2.command.Prepared
-
Set the current row number.
- setCurrentSchema(Schema) - Method in class org.h2.engine.Session
-
- setCurrentSchemaName(String) - Method in class org.h2.engine.Session
-
- setCurrentSchemaName(String) - Method in interface org.h2.engine.SessionInterface
-
Set current schema.
- 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(boolean) - Method in class org.h2.command.ddl.CreateSequence
-
- setCycle(Boolean) - Method in class org.h2.command.dml.AlterSequence
-
- setCycle(boolean) - Method in class org.h2.schema.Sequence
-
- setData(boolean) - Method in class org.h2.command.dml.ScriptCommand
-
- setDataType(Column) - Method in class org.h2.expression.Function
-
- setDate(String, Date, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
-
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(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.
- setDefaultColumnNamePattern(String) - Method in class org.h2.util.ColumnNamerConfiguration
-
- setDefaultConnection(Connection) - Static method in class org.h2.Driver
-
INTERNAL
Sets, on a per-thread basis, the default-connection for
user-defined functions.
- setDefaultExpression(Expression) - Method in class org.h2.command.ddl.AlterTableAlterColumn
-
Set default or on update expression.
- setDefaultExpression(Session, Expression) - Method in class org.h2.table.Column
-
Set the default expression.
- 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.
- setDeleteCommand(Delete) - Method in class org.h2.command.dml.MergeUsing
-
- setDeleted(boolean) - Method in interface org.h2.result.Row
-
Mark the row as deleted.
- setDeleted(boolean) - Method in class org.h2.result.RowImpl
-
- setDeleteFiles(boolean) - Method in class org.h2.command.ddl.DropDatabase
-
- setDeleteFilesOnDisconnect(boolean) - Method in class org.h2.engine.Database
-
- setDeleteOldDb(boolean) - Static method in class org.h2.upgrade.DbUpgrade
-
Old files will be renamed to .backup after a successful conversion.
- setDerivedColumns(ArrayList<String>) - Method in class org.h2.table.TableFilter
-
Set derived column list.
- setDescription(String) - Method in class org.h2.jdbcx.JdbcDataSource
-
Set the description.
- setDetect(Class<?>, boolean) - Static method in class org.h2.util.SynchronizedVerifier
-
Enable or disable detection for a given class.
- setDeterministic(boolean) - Method in class org.h2.command.ddl.CreateFunctionAlias
-
- setDeterministic(boolean) - Method in class org.h2.engine.FunctionAlias
-
- setDistinct(boolean) - Method in class org.h2.command.dml.Query
-
Set the distinct flag.
- setDistinct() - Method in class org.h2.result.LocalResult
-
Remove duplicate rows.
- setDouble(String, double) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter.
- setDouble(int, double) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
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.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
-
- setEnumerators(String[]) - Method in class org.h2.table.Column
-
- 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(TableFilter, boolean) - Method in class org.h2.command.dml.Query
-
Change the evaluatable flag.
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.command.dml.Select
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.command.dml.SelectUnion
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Aggregate
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Alias
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.CompareLike
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Comparison
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ConditionAndOr
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ConditionExists
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ConditionIn
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ConditionInConstantSet
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ConditionInParameter
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ConditionInSelect
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ConditionNot
-
- 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
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.JavaAggregate
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.JavaFunction
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Operation
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Parameter
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Rownum
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.SequenceValue
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Subquery
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.ValueExpression
-
- setEvaluatable(TableFilter, boolean) - Method in class org.h2.expression.Variable
-
- 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.
- setEvaluatable(boolean) - Method in class org.h2.table.TableFilter
-
- setEventListener(DatabaseEventListener) - Method in class org.h2.engine.Database
-
- setEventListenerClass(String) - Method in class org.h2.engine.Database
-
- setExclusiveSession(Session, 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
-
- setExecutingStatement(Statement) - Method in class org.h2.jdbc.JdbcConnection
-
INTERNAL
- setExecutingStatement(CommandInterface) - Method in class org.h2.jdbc.JdbcStatement
-
INTERNAL.
- setExpression(Expression) - Method in class org.h2.command.ddl.CreateConstant
-
- setExpression(Expression) - Method in class org.h2.command.dml.Call
-
- setExpression(int, Expression) - Method in class org.h2.command.dml.ExecuteProcedure
-
Set the expression at the given index.
- setExpression(Expression) - Method in class org.h2.command.dml.Set
-
- setExpression(Expression) - Method in class org.h2.constraint.ConstraintCheck
-
- setExpressions(ArrayList<Expression>) - Method in class org.h2.command.dml.Select
-
- 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
- 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.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(Expression) - Method in class org.h2.command.dml.BackupCommand
-
- setFileName(String) - Method in class org.h2.message.TraceSystem
-
Set the trace file name.
- setFilePasswordHash(byte[]) - Method in class org.h2.engine.ConnectionInfo
-
Set the file password hash.
- setFilterCondition(Expression) - Method in class org.h2.expression.Aggregate
-
Sets the FILTER condition.
- setFloat(String, float) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter.
- setFloat(int, float) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
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
-
- setForceJoinOrder(boolean) - Method in class org.h2.engine.Session
-
- setForUpdate(boolean) - Method in class org.h2.command.dml.Query
-
Set the 'for update' flag.
- setForUpdate(boolean) - Method in class org.h2.command.dml.Select
-
- setForUpdate(boolean) - Method in class org.h2.command.dml.SelectUnion
-
- setFullCondition(Expression) - Method in class org.h2.table.TableFilter
-
- setGenerateUniqueColumnNames(boolean) - Method in class org.h2.util.ColumnNamerConfiguration
-
- 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<Expression>) - Method in class org.h2.command.dml.Select
-
- setGroupConcatOrder(ArrayList<SelectOrderBy>) - Method in class org.h2.expression.Aggregate
-
Set the order for GROUP_CONCAT() aggregate.
- setGroupConcatSeparator(Expression) - Method in class org.h2.expression.Aggregate
-
Set the separator for the GROUP_CONCAT() aggregate.
- setGroupQuery() - Method in class org.h2.command.dml.Select
-
Called if this query contains aggregate functions.
- setHash(Expression) - Method in class org.h2.command.ddl.AlterUser
-
- setHash(boolean) - Method in class org.h2.command.ddl.CreateIndex
-
- setHash(Expression) - Method in class org.h2.command.ddl.CreateUser
-
- setHaving(Expression) - Method in class org.h2.command.dml.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.
- setIfExists(boolean) - Method in class org.h2.command.ddl.AlterIndexRename
-
- 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.DropUserDataType
-
- setIfExists(boolean) - Method in class org.h2.command.ddl.DropView
-
- setIfExists(boolean) - Method in class org.h2.command.dml.AlterSequence
-
- 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.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.CreateUserDataType
-
- setIfNotExists(boolean) - Method in class org.h2.command.ddl.CreateView
-
- setIfTableExists(boolean) - Method in class org.h2.command.ddl.AlterTableAddConstraint
-
- setIfTableExists(boolean) - Method in class org.h2.command.ddl.AlterTableAlterColumn
-
- setIfTableExists(boolean) - Method in class org.h2.command.ddl.AlterTableRename
-
- setIfTableExists(boolean) - Method in class org.h2.command.ddl.AlterTableRenameColumn
-
- 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
- setIgnoreCase(boolean) - Method in class org.h2.engine.Database
-
- setIgnoreList(Connection, String) - Static method in class org.h2.fulltext.FullText
-
Change the ignore list.
- setIn(InputStream) - Method in class org.h2.tools.Shell
-
Redirects the standard input.
- setIncrement(Expression) - Method in class org.h2.command.ddl.CreateSequence
-
- setIncrement(Expression) - Method in class org.h2.command.dml.AlterSequence
-
- setIndex(Index) - Method in class org.h2.command.ddl.AlterTableAddConstraint
-
- 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.
- setIndex(Index) - Method in class org.h2.index.IndexCursor
-
- setIndex(Index) - Method in class org.h2.table.TableFilter
-
- 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.ConstraintReferential
-
- setIndexOwner(Index) - Method in class org.h2.constraint.ConstraintUnique
-
- setInDoubtTransactionState(int, int, boolean) - Method in class org.h2.store.PageStore
-
Commit or rollback a prepared transaction after opening a database with
in-doubt transactions.
- setInitialPowerOffCount(int) - Static method in class org.h2.engine.Database
-
- setInReader(BufferedReader) - Method in class org.h2.tools.Shell
-
Redirects the standard input.
- setInsertCommand(Insert) - Method in class org.h2.command.dml.MergeUsing
-
- 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(String, int) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter.
- setInt(int, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter.
- setInt(int, int) - Method in class org.h2.store.Data
-
Update an integer at the given position.
- setIntValue(int) - Method in class org.h2.engine.Setting
-
- 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.
- setJoinBatchEnabled(boolean) - Method in class org.h2.engine.Session
-
- setKey(int, Object) - Method in class org.h2.mvstore.Page
-
Replace the key at an index in this page.
- setKey(long) - Method in class org.h2.result.RowImpl
-
- setKey(long) - Method in interface org.h2.result.SearchRow
-
Set the unique key of the row.
- setKey(long) - Method in class org.h2.result.SimpleRow
-
- setKey(long) - Method in class org.h2.result.SimpleRowValue
-
- 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
-
- setKeyAndVersion(SearchRow) - Method in class org.h2.result.RowImpl
-
- setKeyAndVersion(SearchRow) - Method in interface org.h2.result.SearchRow
-
Set the position and version to match another row.
- setKeyAndVersion(SearchRow) - Method in class org.h2.result.SimpleRow
-
- setKeyAndVersion(SearchRow) - Method in class org.h2.result.SimpleRowValue
-
- setKeys(Column[]) - Method in class org.h2.command.dml.Merge
-
- setKeys(Column[]) - Method in class org.h2.command.dml.Replace
-
- setLargeMaxRows(long) - Method in class org.h2.jdbc.JdbcStatement
-
Gets the maximum number of rows for a ResultSet.
- setLargeMaxRows(long) - Method in interface org.h2.jdbc.JdbcStatementBackwardsCompat
-
Gets the maximum number of rows for a ResultSet.
- setLastIdentity(Value) - Method in class org.h2.engine.Session
-
- 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.
- setLastScopeIdentity(Value) - Method in class org.h2.engine.Session
-
- setLastTriggerIdentity(Value) - Method in class org.h2.engine.Session
-
- setLazyQueryExecution(boolean) - Method in class org.h2.engine.Session
-
- 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(Expression) - Method in class org.h2.command.dml.Delete
-
- setLimit(Expression) - Method in class org.h2.command.dml.Query
-
- setLimit(Expression) - Method in class org.h2.command.dml.Update
-
- setLimit(int) - Method in class org.h2.result.LazyResult
-
- setLimit(int) - 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<String, RuleHead>) - Method in class org.h2.bnf.context.DbContextRule
-
- setLinks(HashMap<String, RuleHead>) - Method in interface org.h2.bnf.Rule
-
Update cross references.
- setLinks(HashMap<String, RuleHead>) - Method in class org.h2.bnf.RuleElement
-
- setLinks(HashMap<String, RuleHead>) - Method in class org.h2.bnf.RuleFixed
-
- setLinks(HashMap<String, RuleHead>) - Method in class org.h2.bnf.RuleList
-
- setLinks(HashMap<String, RuleHead>) - Method in class org.h2.bnf.RuleOptional
-
- setLinks(HashMap<String, RuleHead>) - 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
-
- setLobCompressionAlgorithm(String) - Method in class org.h2.engine.Database
-
- setLockFile(boolean) - Method in class org.h2.store.PageStore
-
- setLockMode(int) - Method in class org.h2.engine.Database
-
- setLockTimeout(int) - Method in class org.h2.engine.Session
-
- 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.
- setLogMode(int) - Method in class org.h2.engine.Database
-
- setLogMode(int) - Method in class org.h2.jmx.DatabaseInfo
-
- setLogMode(int) - Method in interface org.h2.jmx.DatabaseInfoMBean
-
Set the transaction log mode.
- setLogMode(int) - Method in class org.h2.store.PageStore
-
- 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(String, long) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter.
- setLong(int, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter.
- setMainIndexColumn(int) - Method in class org.h2.index.PageDataIndex
-
- 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.rtree.SpatialKey
-
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.
- setMaxIdentiferLength(int) - Method in class org.h2.util.ColumnNamerConfiguration
-
- setMaxLengthInplaceLob(int) - Method in class org.h2.engine.Database
-
- setMaxLogSize(long) - Method in class org.h2.engine.Database
-
- setMaxLogSize(long) - Method in class org.h2.store.PageStore
-
Set the maximum transaction log size in megabytes.
- setMaxMemory(long) - Method in class org.h2.mvstore.cache.CacheLongKeyLIRS
-
Set the maximum memory this cache should use.
- 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
-
- setMaxMemoryRows(int) - Method in class org.h2.engine.Database
-
- setMaxMemoryRows(int) - Method in class org.h2.result.LocalResult
-
- setMaxMemoryUndo(int) - Method in class org.h2.engine.Database
-
- 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.db.TransactionStore
-
Set the maximum transaction id, after which ids are re-used.
- setMaxValue(Expression) - Method in class org.h2.command.ddl.CreateSequence
-
- setMaxValue(Expression) - Method in class org.h2.command.dml.AlterSequence
-
- setMin(int, float) - Method in class org.h2.mvstore.rtree.SpatialKey
-
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.CreateSequence
-
- setMinValue(Expression) - Method in class org.h2.command.dml.AlterSequence
-
- setMode(Mode) - Method in class org.h2.engine.Database
-
- setModified() - Method in class org.h2.engine.DbObjectBase
-
Tell the object that is was modified.
- setMultiThreaded(boolean) - Method in class org.h2.engine.Database
-
- setMultiVersion(boolean) - Method in class org.h2.engine.Database
-
- setMvStore(MVTableEngine.Store) - Method in class org.h2.engine.Database
-
- 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.db.TransactionStore.Transaction
-
- setNCharacterStream(String, Reader, long) - Method in class org.h2.jdbc.JdbcCallableStatement
-
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(int, Reader, long) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter as a character stream.
- setNCharacterStream(int, Reader) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter as a character stream.
- setNClob(String, NClob) - 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, Reader) - Method in class org.h2.jdbc.JdbcCallableStatement
-
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(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.
- setNestedJoin(TableFilter) - Method in class org.h2.table.TableFilter
-
Set a nested joined table.
- setNetworkTimeout(Executor, int) - Method in class org.h2.jdbc.JdbcConnection
-
[Not supported]
- setNeverLazy(boolean) - Method in class org.h2.command.dml.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.AlterTableRenameConstraint
-
- 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
-
- setNoWait(boolean) - Method in class org.h2.command.ddl.CreateTrigger
-
- setNoWait(boolean) - Method in class org.h2.schema.TriggerObject
-
- setNString(String, String) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter.
- setNString(int, String) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
Sets the value of a parameter.
- setNull(String, int, String) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets a parameter to null.
- setNull(String, int) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets a parameter to null.
- 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.
- 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(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(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.
- setObjectId(int) - Method in class org.h2.command.Prepared
-
Set the object id for this statement.
- setObjectName(String) - Method in class org.h2.command.ddl.SetComment
-
- setObjectName(String) - Method in class org.h2.engine.DbObjectBase
-
- setObjectType(int) - Method in class org.h2.command.ddl.SetComment
-
- setOffset(Expression) - Method in class org.h2.command.dml.Query
-
- setOffset(int) - Method in class org.h2.result.LocalResult
-
Set the offset of the first row to return.
- setOldColumn(Column) - Method in class org.h2.command.ddl.AlterTableAlterColumn
-
- setOldColumnName(String) - Method in class org.h2.command.ddl.AlterTableRenameColumn
-
- 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
-
- setOldTableName(String) - Method in class org.h2.command.ddl.AlterTableRename
-
- 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
-
- setOnRollback(boolean) - Method in class org.h2.command.ddl.CreateTrigger
-
- setOnRollback(boolean) - Method in class org.h2.schema.TriggerObject
-
- setOnUpdateExpression(Session, Expression) - Method in class org.h2.table.Column
-
Set the on update expression.
- 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.
- setOrder(ArrayList<SelectOrderBy>) - Method in class org.h2.command.dml.Query
-
Set the order by list.
- setOrder(ArrayList<SelectOrderBy>) - Method in class org.h2.command.dml.Select
-
- setOrder(ArrayList<SelectOrderBy>) - Method in class org.h2.command.dml.SelectUnion
-
- setOriginalSchema(String) - Method in class org.h2.command.ddl.CreateLinkedTable
-
- setOriginalSQL(String) - Method in class org.h2.table.Column
-
- 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.
- setPageSize(int) - Method in class org.h2.store.PageStore
-
Set the page size.
- setParameter(int, Expression) - Method in class org.h2.expression.Function
-
Set the parameter expression at the given index.
- setParameterList(ArrayList<Parameter>) - Method in class org.h2.command.Prepared
-
Set the parameter list of this statement.
- setParsingCreateView(boolean, String) - Method in class org.h2.engine.Session
-
Stores name of currently parsed view in a stack so it can be determined
during prepare()
.
- setPassword(Expression) - Method in class org.h2.command.ddl.AlterUser
-
- setPassword(String) - Method in class org.h2.command.ddl.CreateLinkedTable
-
- setPassword(Expression) - Method in class org.h2.command.ddl.CreateUser
-
- setPassword(String) - Method in class org.h2.jdbcx.JdbcDataSource
-
Set the current password.
- 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
-
- setPersistIndexes(boolean) - Method in class org.h2.command.ddl.CreateTable
-
- 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
-
- setPowerOffCount(int) - Method in class org.h2.engine.Session
-
- setPowerOffCount(int) - Method in interface org.h2.engine.SessionInterface
-
Set the number of disk operations before power failure is simulated.
- setPowerOffCount(int) - Method in class org.h2.engine.SessionRemote
-
- setPowerOffCount(int) - Method in class org.h2.jdbc.JdbcConnection
-
INTERNAL
- setPrecision(long) - Method in class org.h2.table.Column
-
- 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.Session
-
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, int, int) - 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, int, int) - 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
-
- 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
-
- setQuery(Query) - Method in class org.h2.command.dml.MergeUsing
-
- setQuery(Query) - Method in class org.h2.command.dml.Replace
-
- setQueryAlias(String) - Method in class org.h2.command.dml.MergeUsing
-
- 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.Session
-
- setQueryTimeout(int) - Method in class org.h2.jdbc.JdbcConnection
-
INTERNAL
- 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
-
- setRandomAccess() - Method in class org.h2.result.LocalResult
-
Random access is required (containsDistinct).
- setRandomAccessResult(boolean) - Method in class org.h2.command.dml.Query
-
Whether results need to support random access.
- 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() - Method in class org.h2.store.fs.FilePath
-
Disable the ability to write.
- setReadOnly() - Method in class org.h2.store.fs.FilePathDisk
-
- setReadOnly() - Method in class org.h2.store.fs.FilePathMem
-
- setReadOnly() - Method in class org.h2.store.fs.FilePathNioMem
-
- setReadOnly() - Method in class org.h2.store.fs.FilePathSplit
-
- setReadOnly() - Method in class org.h2.store.fs.FilePathWrapper
-
- setReadOnly() - Method in class org.h2.store.fs.FilePathZip
-
- setReadOnly(String) - Static method in class org.h2.store.fs.FileUtils
-
Disable the ability to write.
- setReadOnly(boolean) - Method in class org.h2.table.TableLink
-
- setRecorder(Recorder) - Static method in class org.h2.store.fs.FilePathRec
-
Set the recorder class.
- setRecoveryReference(boolean) - Method in class org.h2.value.ValueLobDb
-
- setRecursive(boolean) - Method in class org.h2.index.ViewIndex
-
- setRecursiveResult(ResultInterface) - Method in class org.h2.table.TableView
-
- setRedoLogBinary(boolean) - Method in class org.h2.engine.Session
-
- 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
-
- setReferentialIntegrity(boolean) - Method in class org.h2.engine.Database
-
- setRefIndex(Index) - Method in class org.h2.command.ddl.AlterTableAddConstraint
-
- setRefIndex(Index, boolean) - Method in class org.h2.constraint.ConstraintReferential
-
Set the index of the referenced table to use for this constraint.
- 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.
- setRegularExpressionMatchAllowed(String) - Method in class org.h2.util.ColumnNamerConfiguration
-
- setRegularExpressionMatchDisallowed(String) - Method in class org.h2.util.ColumnNamerConfiguration
-
- 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.
- setRight(Query) - Method in class org.h2.command.dml.SelectUnion
-
- 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, int, 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
-
- setRowCount(long) - Method in class org.h2.table.RegularTable
-
Set the row count of this table.
- setRowFactory(RowFactory) - Method in class org.h2.engine.Database
-
- setRowId(String, RowId) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported] Sets the value of a parameter as a row id.
- setRowId(int, RowId) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
[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.
- setSampleSize(Expression) - Method in class org.h2.command.dml.Query
-
- setSavepoint() - Method in class org.h2.engine.Session
-
Create a savepoint to allow rolling back to this state.
- setSavepoint() - Method in class org.h2.jdbc.JdbcConnection
-
Creates a new unnamed savepoint.
- setSavepoint(String) - Method in class org.h2.jdbc.JdbcConnection
-
Creates a new named savepoint.
- setSavepoint() - Method in class org.h2.mvstore.db.TransactionStore.Transaction
-
Create a new savepoint.
- setSavepoint(long) - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Set the savepoint.
- setSavepointName(String) - Method in class org.h2.command.dml.TransactionCommand
-
- setScale(BigDecimal, int) - Static method in class org.h2.value.ValueDecimal
-
Set the scale of a BigDecimal value.
- setSchema(Schema) - Method in class org.h2.command.ddl.CreateAggregate
-
- setSchema(Schema) - Method in class org.h2.command.ddl.GrantRevoke
-
Set the specified schema
- setSchema(String) - Method in class org.h2.jdbc.JdbcConnection
-
Sets the given schema name to access.
- 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<String>) - Method in class org.h2.command.dml.ScriptCommand
-
- setSchemaSearchPath(String[]) - Method in class org.h2.engine.Session
-
- setScriptInTempDir(boolean) - Static method in class org.h2.upgrade.DbUpgrade
-
The conversion script file will per default be created in the db
directory.
- setSelect(Query) - Method in class org.h2.command.ddl.CreateView
-
- setSelectivity(Expression) - Method in class org.h2.command.ddl.AlterTableAlterColumn
-
- setSelectivity(int) - Method in class org.h2.table.Column
-
Set the new selectivity of a column.
- setSelectSQL(String) - Method in class org.h2.command.ddl.CreateView
-
- setSequence(Sequence) - Method in class org.h2.table.Column
-
- setSequenceName(String) - Method in class org.h2.command.ddl.CreateSequence
-
- setSequenceName(String) - Method in class org.h2.command.ddl.DropSequence
-
- setSequenceName(String) - Method in class org.h2.command.dml.AlterSequence
-
- 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.command.Prepared
-
Set the session for this statement.
- setSession(SessionInterface) - Method in class org.h2.value.Transfer
-
Set the session.
- setSessionId(int) - Method in interface org.h2.result.Row
-
Set session id.
- setSessionId(int) - Method in class org.h2.result.RowImpl
-
- setSettings(boolean) - Method in class org.h2.command.dml.ScriptCommand
-
- setShort(String, short) - Method in class org.h2.jdbc.JdbcCallableStatement
-
Sets the value of a parameter.
- setShort(int, short) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
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.
- setSortedInsertMode(boolean) - Method in class org.h2.command.ddl.CreateTable
-
- setSortedInsertMode(boolean) - Method in class org.h2.command.dml.Insert
-
- setSortedInsertMode(boolean) - Method in class org.h2.index.BaseIndex
-
- setSortedInsertMode(boolean) - Method in interface org.h2.index.Index
-
Enable or disable the 'sorted insert' optimizations (rows are inserted in
ascending or descending order) if applicable for this index
implementation.
- setSortedInsertMode(boolean) - Method in class org.h2.index.MultiVersionIndex
-
- setSortedInsertMode(boolean) - Method in class org.h2.index.PageIndex
-
- setSortOrder(SortOrder) - Method in class org.h2.result.LocalResult
-
Set the sort order.
- setSource(String) - Method in class org.h2.command.ddl.CreateFunctionAlias
-
- setSource(Object) - Method in exception org.h2.message.DbException
-
- 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.Delete
-
- setSourceTableFilter(TableFilter) - Method in class org.h2.command.dml.Insert
-
- setSourceTableFilter(TableFilter) - Method in class org.h2.command.dml.MergeUsing
-
- setSourceTableFilter(TableFilter) - Method in class org.h2.command.dml.Update
-
- setSpatial(boolean) - Method in class org.h2.command.ddl.CreateIndex
-
- setSQL(String) - Method in class org.h2.command.dml.SelectUnion
-
- setSQL(String) - Method in class org.h2.command.Prepared
-
Set the SQL statement.
- setSQL(String) - Method in exception org.h2.jdbc.JdbcSQLException
-
INTERNAL
- setSQLXML(String, SQLXML) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported] Sets the value of a parameter as a SQLXML object.
- setSQLXML(int, SQLXML) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
[Not supported] Sets the value of a parameter as a SQLXML object.
- setSSL(boolean) - Method in class org.h2.value.Transfer
-
Enable or disable SSL.
- setStartWith(Expression) - Method in class org.h2.command.ddl.CreateSequence
-
- setStartWith(Expression) - Method in class org.h2.command.dml.AlterSequence
-
- setState(int) - Method in interface org.h2.store.InDoubtTransaction
-
Change the state of this transaction.
- setState(int) - Method in class org.h2.store.PageStoreInDoubtTransaction
-
- setStoreVersion(int) - Method in class org.h2.mvstore.MVStore
-
Update the store version.
- setString(String) - Method in class org.h2.command.dml.Set
-
- setString(String, String) - Method in class org.h2.jdbc.JdbcCallableStatement
-
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(int, String) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
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
-
- setSuppliedParameterList(ArrayList<Parameter>) - 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.Replace
-
- 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<String>) - Method in class org.h2.command.ddl.CreateSchema
-
- setTableEngineParams(ArrayList<String>) - Method in class org.h2.command.ddl.CreateTable
-
- setTableEngineParams(ArrayList<String>) - 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
-
- setTableName(String) - Method in class org.h2.command.ddl.AlterTableAddConstraint
-
- setTableName(String) - Method in class org.h2.command.ddl.AlterTableAlterColumn
-
- setTableName(String) - Method in class org.h2.command.ddl.AlterTableRenameColumn
-
- 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.ddl.DropTable
-
- setTableName(String) - Method in class org.h2.command.dml.AlterTableSet
-
- setTables(Collection<Table>) - Method in class org.h2.command.dml.ScriptCommand
-
- setTargetMatchQuery(Select) - Method in class org.h2.command.dml.MergeUsing
-
- setTargetTable(Table) - Method in class org.h2.command.dml.Merge
-
- setTargetTable(Table) - Method in class org.h2.command.dml.MergeUsing
-
- setTargetTableFilter(TableFilter) - Method in class org.h2.command.dml.Merge
-
- setTargetTableFilter(TableFilter) - Method in class org.h2.command.dml.MergeUsing
-
- setTemporary(boolean) - Method in class org.h2.command.ddl.CreateLinkedTable
-
- setTemporary(boolean) - Method in class org.h2.command.ddl.CreateTable
-
- setTemporary(boolean) - Method in interface org.h2.engine.DbObject
-
Tell this object that it is temporary or not.
- setTemporary(boolean) - Method in class org.h2.engine.DbObjectBase
-
- setTemporary(boolean) - Method in class org.h2.index.MultiVersionIndex
-
- setTestEvery(int) - Method in class org.h2.store.RecoverTester
-
- setThreadContextClassLoader(Thread) - Static method in class org.h2.Driver
-
INTERNAL
- setThrottle(int) - Method in class org.h2.engine.Session
-
- setTime(String, Time, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
-
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(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.
- setTimestamp(String, Timestamp, Calendar) - Method in class org.h2.jdbc.JdbcCallableStatement
-
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(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.
- SETTING - Static variable in interface org.h2.engine.DbObject
-
This object is a setting.
- 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.message.Trace
-
The trace module id for settings.
- SettingsBase - Class in org.h2.engine
-
The base class for settings.
- SettingsBase(HashMap<String, String>) - Constructor for class org.h2.engine.SettingsBase
-
- setTop(int) - Method in class org.h2.command.ddl.Analyze
-
- setTrace(Trace, int, int) - Method in class org.h2.message.TraceObject
-
Set the options to use when writing trace message.
- setTrace(boolean) - Method in class org.h2.store.fs.FilePathRec
-
- setTraceLevel(int) - Method in class org.h2.jdbc.JdbcConnection
-
INTERNAL
- 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.
- setType(int) - Method in class org.h2.command.ddl.AlterTableAddConstraint
-
- setType(int) - Method in class org.h2.command.ddl.AlterTableAlterColumn
-
- setType(int) - Method in class org.h2.command.ddl.AlterUser
-
- setTypeMap(Map<String, Class<?>>) - 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.CreateUserDataType
-
- setTypeName(String) - Method in class org.h2.command.ddl.DropUserDataType
-
- SetTypes - Class in org.h2.command.dml
-
The list of setting for a SET statement.
- setUndoLogEnabled(boolean) - Method in class org.h2.engine.Session
-
- setUnicodeStream(int, InputStream, int) - Method in class org.h2.jdbc.JdbcPreparedStatement
-
- setUnionType(SelectUnion.UnionType) - Method in class org.h2.command.dml.SelectUnion
-
- setUnique(boolean) - 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.
- setUpdateCommand(Update) - Method in class org.h2.command.dml.MergeUsing
-
- setupQueryParameters(Session, 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, URL) - Method in class org.h2.jdbc.JdbcCallableStatement
-
[Not supported]
- 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) - Method in class org.h2.jdbcx.JdbcDataSource
-
Set the current URL.
- setUsed(boolean) - Method in class org.h2.table.TableFilter
-
- setUser(User) - Method in class org.h2.command.ddl.AlterUser
-
- setUser(String) - Method in class org.h2.command.ddl.CreateLinkedTable
-
- setUser(String) - Method in class org.h2.jdbcx.JdbcDataSource
-
Set the current user name.
- 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.
- setValue(Value, boolean) - Method in class org.h2.expression.Parameter
-
- setValue(Value) - 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
-
- setValue(V) - Method in class org.h2.mvstore.DataUtils.MapEntry
-
- setValue(int, Object) - Method in class org.h2.mvstore.Page
-
Replace the value at an index in this page.
- setValue(int, Value) - Method in class org.h2.result.RowImpl
-
- setValue(int, Value) - Method in interface org.h2.result.SearchRow
-
Set the value for given column
- setValue(int, Value) - Method in class org.h2.result.SimpleRow
-
- setValue(int, Value) - Method in class org.h2.result.SimpleRowValue
-
- setValue(Value) - Method in class org.h2.schema.Constant
-
- setVariable(String, Value) - Method in class org.h2.engine.Session
-
Set the value of the given variable for this session.
- setVersion(int) - Method in interface org.h2.result.Row
-
Set version.
- setVersion(int) - Method in class org.h2.result.RowImpl
-
- 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.command.ddl.AlterTableAlterColumn
-
- 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.Session
-
Set the table this session is waiting for, and the thread that is
waiting.
- setWhitespaceChars(Connection, String) - Static method in class org.h2.fulltext.FullText
-
Change the whitespace characters.
- 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
-
- setWriteDelay(int) - Method in class org.h2.store.WriterThread
-
Change the write delay
- SHA256 - Class in org.h2.security
-
This class implements the cryptographic hash function SHA-256.
- 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).
Linked connections should be shared, that means connections to the same
database should be used for all linked tables that connect to the same
database.
- Shell - Class in org.h2.tools
-
Interactive command line tool to access a database using JDBC.
- Shell() - Constructor for class org.h2.tools.Shell
-
- SHORT - Static variable in class org.h2.value.Value
-
The value type for SHORT values.
- 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 - Static variable in interface org.h2.command.CommandInterface
-
The type of a SHUTDOWN statement.
- shutdown() - Method in interface org.h2.server.ShutdownHandler
-
Tell the listener to shut down.
- shutdown(String, String, boolean, boolean) - Static method in class org.h2.server.TcpServer
-
Stop the TCP server with the given URL.
- shutdown() - Method in class org.h2.tools.Console
-
INTERNAL.
- shutdown() - Method in class org.h2.tools.Server
-
INTERNAL
- 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
-
- SIGNAL - Static variable in class org.h2.expression.Function
-
- SIGNED - Static variable in class org.h2.value.CompareMode
-
This constant means that the BINARY columns are sorted as if the bytes
were signed.
- 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
- SimpleRow - Class in org.h2.result
-
Represents a simple row without state.
- SimpleRow(Value[]) - Constructor for class org.h2.result.SimpleRow
-
- 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
-
- SIN - Static variable in class org.h2.expression.Function
-
- SingleColumnResolver - Class in org.h2.table
-
The single column resolver is like a table with exactly one row.
- 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.
- SINH - Static variable in class org.h2.expression.Function
-
- 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.result.RowList
-
Get the number of rows in this list.
- size() - Method in class org.h2.store.fs.FakeFileChannel
-
- size() - Method in class org.h2.store.fs.FileBase
-
- 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.FilePathDisk
-
- size() - Method in class org.h2.store.fs.FilePathEncrypt.FileEncrypt
-
- size() - Method in class org.h2.store.fs.FilePathEncrypt
-
- size() - Method in class org.h2.store.fs.FilePathMem
-
- size() - Method in class org.h2.store.fs.FilePathNioMem
-
- size() - Method in class org.h2.store.fs.FilePathSplit
-
- size() - Method in class org.h2.store.fs.FilePathWrapper
-
- size() - Method in class org.h2.store.fs.FilePathZip
-
- 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.
- size - Variable in class org.h2.util.HashBase
-
The number of occupied slots, excluding the zero key (if any).
- size() - Method in class org.h2.util.HashBase
-
Get the size of the map.
- size() - Method in class org.h2.util.IntArray
-
Get the size of the list.
- sizeAsLong() - Method in class org.h2.mvstore.db.TransactionStore.TransactionMap
-
Get the size of the map as seen by this transaction.
- sizeAsLong() - Method in class org.h2.mvstore.MVMap
-
Get the number of entries, as a long.
- sizeAsLongMax() - Method in class org.h2.mvstore.db.TransactionStore.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(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.LobStorageBackend.LobInputStream
-
- 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.
- 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.Comparison
-
The comparison type meaning < as in ID<1.
- SMALLER_EQUAL - Static variable in class org.h2.expression.Comparison
-
The comparison type meaning <= as in ID<=1.
- 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.
- SOCKET_CONNECT_RETRY - Static variable in class org.h2.engine.SysProperties
-
System property h2.socketConnectRetry
(default: 16).
The number of times to retry opening a socket.
- SOCKET_CONNECT_TIMEOUT - Static variable in class org.h2.engine.SysProperties
-
System property h2.socketConnectTimeout
(default: 2000).
The timeout in milliseconds to connect to a server.
- SoftHashMap<K,V> - Class in org.h2.util
-
Map which stores items using SoftReference.
- SoftHashMap() - Constructor for class org.h2.util.SoftHashMap
-
- sort(ArrayList<Value[]>) - Method in class org.h2.result.SortOrder
-
Sort a list of rows.
- sort(ArrayList<Value[]>, int, int) - Method in class org.h2.result.SortOrder
-
Sort a list of rows using offset and limit.
- SORT_BINARY_UNSIGNED - Static variable in class org.h2.engine.SysProperties
-
System property h2.sortBinaryUnsigned
(default: false with version 1.3, true with version 1.4).
Whether binary data should be sorted in unsigned mode
(0xff is larger than 0x00).
- SORT_NULLS_HIGH - Static variable in class org.h2.engine.SysProperties
-
System property h2.sortNullsHigh
(default: false).
Invert the default sorting behavior for NULL, such that NULL
is at the end of a result set in an ascending sort and at
the beginning of a result set in a descending sort.
- 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(Database, int[], int[], ArrayList<SelectOrderBy>) - Constructor for class org.h2.result.SortOrder
-
Construct a new sort order object.
- sortTopN(X[], int, int, Comparator<? super X>) - 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.table.IndexColumn
-
The sort type.
- SOUNDEX - Static variable in class org.h2.expression.Function
-
- 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
-
- SPATIAL_INTERSECTS - Static variable in class org.h2.expression.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.rtree
-
A unique spatial key.
- SpatialKey(long, float...) - Constructor for class org.h2.mvstore.rtree.SpatialKey
-
Create a new key.
- SpatialTreeIndex - Class in org.h2.index
-
This is an index based on a MVR-TreeMap.
- SpatialTreeIndex(Table, int, String, IndexColumn[], IndexType, boolean, boolean, Session) - Constructor for class org.h2.index.SpatialTreeIndex
-
Constructor.
- SPLIT_FILE_SIZE_SHIFT - Static variable in class org.h2.engine.SysProperties
-
System property h2.splitFileSizeShift
(default: 30).
The maximum file size of a split file is 1L << x.
- splitRootIfNeeded(Page, long) - Method in class org.h2.mvstore.MVMap
-
Split the root page if necessary.
- sqlStatement - Variable in class org.h2.command.Prepared
-
The SQL string.
- sqlStatement - Variable in class org.h2.engine.QueryStatisticsData.QueryEntry
-
The SQL statement.
- sqlType - Variable in class org.h2.value.DataType
-
The SQL type.
- sqlTypePos - Variable in class org.h2.value.DataType
-
How closely the data type maps to the corresponding JDBC SQL type (low is
best).
- SQRT - Static variable in class org.h2.expression.Function
-
- 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.
- standardDropTableRestrict - Variable in class org.h2.engine.DbSettings
-
Database setting STANDARD_DROP_TABLE_RESTRICT
(default:
false).
true
if DROP TABLE RESTRICT should fail if there's any
foreign key referencing the table to be dropped.
- start() - Method in class org.h2.bnf.Sentence
-
Start the timer to make sure processing doesn't take too long.
- START - Static variable in class org.h2.index.IndexCondition
-
A bit of a search mask meaning 'larger or equal'.
- start - Variable in class org.h2.index.PageBtree
-
The start of the data area.
- start(Xid, int) - Method in class org.h2.jdbcx.JdbcXAConnection
-
Start or continue to work on a transaction.
- 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(BundleContext) - Method in class org.h2.util.DbDriverActivator
-
Start the bundle.
- START_URL - Static variable in class org.h2.engine.Constants
-
The database URL prefix of this database.
- startCollecting() - Method in class org.h2.util.AbbaLockingDetector
-
Start collecting locking data.
- startCollecting() - Method in class org.h2.util.Profiler
-
Start collecting profiling data.
- startQuery(Session) - Method in class org.h2.table.TableFilter
-
Start the query.
- startStatementWithinTransaction() - Method in class org.h2.engine.Session
-
Start a new statement within a transaction.
- startsWithIgnoreCase(String, String) - Static method in class org.h2.util.StringUtils
-
Check is a string starts with another string, ignoring the case.
- startThread() - Method in class org.h2.store.WriterThread
-
Start the thread.
- 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.
- 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.
- StatementBuilder - Class in org.h2.util
-
A utility class to build a statement.
- StatementBuilder() - Constructor for class org.h2.util.StatementBuilder
-
Create a new builder.
- StatementBuilder(String) - Constructor for class org.h2.util.StatementBuilder
-
Create a new builder.
- statisticsEnd() - Method in class org.h2.mvstore.db.MVTableEngine.Store
-
Stop collecting statistics.
- statisticsEnd() - Method in class org.h2.store.PageStore
-
Stop collecting statistics.
- statisticsStart() - Method in class org.h2.mvstore.db.MVTableEngine.Store
-
Start collecting statistics.
- statisticsStart() - Method in class org.h2.store.PageStore
-
Start collecting statistics.
- STATUS_CLOSED - Static variable in class org.h2.engine.SessionRemote
-
- STATUS_CLOSED - Static variable in class org.h2.mvstore.db.TransactionStore.Transaction
-
The status of a closed transaction (committed or rolled back).
- STATUS_COMMITTING - Static variable in class org.h2.mvstore.db.TransactionStore.Transaction
-
The status of a transaction that is being committed, but possibly not
yet finished.
- 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.db.TransactionStore.Transaction
-
The status of an open transaction.
- STATUS_PREPARED - Static variable in class org.h2.mvstore.db.TransactionStore.Transaction
-
The status of a prepared transaction.
- 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() - 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 - Variable in class org.h2.server.web.WebApp
-
Whether to close the connection.
- 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.
- stop - Variable in class org.h2.util.Task
-
A flag indicating the get() method has been called.
- stopAutoDelete() - Method in class org.h2.store.FileStore
-
No longer automatically delete the file once it is no longer in use.
- stopAutoDelete(Reference<?>, String) - Method in class org.h2.util.TempFileDeleter
-
This method is called if a file should no longer be deleted 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.
- stopThread() - Method in class org.h2.store.WriterThread
-
Stop the thread.
- Store() - Constructor for class org.h2.mvstore.db.MVTableEngine.Store
-
- store - Variable in class org.h2.mvstore.MVMap
-
The store.
- store(String) - Method in class org.h2.util.SortedProperties
-
Store a properties file.
- 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.
- storesMixedCaseQuotedIdentifiers() - Method in class org.h2.jdbc.JdbcDatabaseMetaData
-
Checks if for CREATE TABLE "Test"(ID INT), getTables returns Test as the
table name.
- 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<Long, byte[]>) - Constructor for class org.h2.mvstore.StreamStore
-
Create a stream store instance.
- STRING - Static variable in class org.h2.value.Value
-
The value type for STRING values.
- STRING_FIXED - Static variable in class org.h2.value.Value
-
The value type for string values with a fixed size.
- 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.
- STRING_IGNORECASE - Static variable in class org.h2.value.Value
-
The value type for case insensitive STRING values.
- 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
-
- STRINGENCODE - Static variable in class org.h2.expression.Function
-
- STRINGTOUTF8 - Static variable in class org.h2.expression.Function
-
- StringUtils - Class in org.h2.util
-
A few String utility functions.
- 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 subquery that is used as a value contains more than one column.
- SubQueryInfo - Class in org.h2.table
-
Information about current sub-query being prepared.
- SubQueryInfo(SubQueryInfo, int[], TableFilter[], int, SortOrder) - Constructor for class org.h2.table.SubQueryInfo
-
- SUBSTR - Static variable in class org.h2.expression.Function
-
- SUBSTRING - Static variable in class org.h2.expression.Function
-
- subtract(Value) - Method in class org.h2.value.Value
-
Subtract a value and return the result.
- subtract(Value) - Method in class org.h2.value.ValueByte
-
- subtract(Value) - Method in class org.h2.value.ValueDecimal
-
- 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.ValueFloat
-
- subtract(Value) - Method in class org.h2.value.ValueInt
-
- subtract(Value) - Method in class org.h2.value.ValueLong
-
- subtract(Value) - Method in class org.h2.value.ValueShort
-
- 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.ValueTimestampTimeZone
-
- suffix - Variable in class org.h2.value.DataType
-
The suffix required for the SQL literal representation.
- SUFFIX_DB_FILE - Static variable in class org.h2.engine.Constants
-
The file name suffix of all database files.
- SUFFIX_LOB_FILE - Static variable in class org.h2.engine.Constants
-
The file name suffix of large object files.
- SUFFIX_LOBS_DIRECTORY - Static variable in class org.h2.engine.Constants
-
The suffix of the directory name used if LOB objects are stored in a
directory.
- 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_PAGE_FILE - Static variable in class org.h2.engine.Constants
-
The file name suffix of page files.
- 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_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
- supportsAdd(int) - Method in interface org.h2.api.CustomDataTypesHandler
-
Checks if type supports add operation
- supportsAdd(int) - Static method in class org.h2.value.DataType
-
Check if the given value type supports the add operation.
- 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.
- 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.
- 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.
- swapConvertFunctionParameters - Variable in class org.h2.engine.Mode
-
Swap the parameters of the CONVERT function.
- sync() - Method in class org.h2.engine.Database
-
Synchronize the files with the file system.
- sync() - Method in class org.h2.mvstore.db.MVTableEngine.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.
- sync() - Method in class org.h2.store.PageStore
-
Flush the transaction log and sync the file.
- SYNC_METHOD - Static variable in class org.h2.engine.SysProperties
-
System property h2.syncMethod
(default: sync).
What method to call when closing the database, on checkpoint, and on
CHECKPOINT SYNC.
- SynchronizedVerifier - Class in org.h2.util
-
A utility class that allows to verify access to a resource is synchronized.
- SynchronizedVerifier() - Constructor for class org.h2.util.SynchronizedVerifier
-
- SYNONYM - Static variable in interface 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.
- SysProperties - Class in org.h2.engine
-
The constants defined in this class are initialized from system properties.
- systemColumns - Variable in class org.h2.engine.Mode
-
The system columns 'CTID' and 'OID' are supported.