| Class name | Qualified name |
|---|
| Driver | org.h2.Driver |
| AggregateFunction | org.h2.api.AggregateFunction |
| DatabaseEventListener | org.h2.api.DatabaseEventListener |
| Trigger | org.h2.api.Trigger |
| Bnf | org.h2.bnf.Bnf |
| Rule | org.h2.bnf.Rule |
| RuleElement | org.h2.bnf.RuleElement |
| RuleFixed | org.h2.bnf.RuleFixed |
| RuleHead | org.h2.bnf.RuleHead |
| RuleList | org.h2.bnf.RuleList |
| RuleOptional | org.h2.bnf.RuleOptional |
| RuleRepeat | org.h2.bnf.RuleRepeat |
| Sentence | org.h2.bnf.Sentence |
| Command | org.h2.command.Command |
| CommandContainer | org.h2.command.CommandContainer |
| CommandInterface | org.h2.command.CommandInterface |
| CommandList | org.h2.command.CommandList |
| CommandRemote | org.h2.command.CommandRemote |
| Parser | org.h2.command.Parser |
| Prepared | org.h2.command.Prepared |
| AlterIndexRename | org.h2.command.ddl.AlterIndexRename |
| AlterSequence | org.h2.command.ddl.AlterSequence |
| AlterTableAddConstraint | org.h2.command.ddl.AlterTableAddConstraint |
| AlterTableAlterColumn | org.h2.command.ddl.AlterTableAlterColumn |
| AlterTableDropConstraint | org.h2.command.ddl.AlterTableDropConstraint |
| AlterTableRename | org.h2.command.ddl.AlterTableRename |
| AlterTableRenameColumn | org.h2.command.ddl.AlterTableRenameColumn |
| AlterUser | org.h2.command.ddl.AlterUser |
| AlterView | org.h2.command.ddl.AlterView |
| Analyze | org.h2.command.ddl.Analyze |
| CreateAggregate | org.h2.command.ddl.CreateAggregate |
| CreateConstant | org.h2.command.ddl.CreateConstant |
| CreateFunctionAlias | org.h2.command.ddl.CreateFunctionAlias |
| CreateIndex | org.h2.command.ddl.CreateIndex |
| CreateLinkedTable | org.h2.command.ddl.CreateLinkedTable |
| CreateRole | org.h2.command.ddl.CreateRole |
| CreateSchema | org.h2.command.ddl.CreateSchema |
| CreateSequence | org.h2.command.ddl.CreateSequence |
| CreateTable | org.h2.command.ddl.CreateTable |
| CreateTrigger | org.h2.command.ddl.CreateTrigger |
| CreateUser | org.h2.command.ddl.CreateUser |
| CreateUserDataType | org.h2.command.ddl.CreateUserDataType |
| CreateView | org.h2.command.ddl.CreateView |
| DeallocateProcedure | org.h2.command.ddl.DeallocateProcedure |
| DefineCommand | org.h2.command.ddl.DefineCommand |
| DropAggregate | org.h2.command.ddl.DropAggregate |
| DropConstant | org.h2.command.ddl.DropConstant |
| DropDatabase | org.h2.command.ddl.DropDatabase |
| DropFunctionAlias | org.h2.command.ddl.DropFunctionAlias |
| DropIndex | org.h2.command.ddl.DropIndex |
| DropRole | org.h2.command.ddl.DropRole |
| DropSchema | org.h2.command.ddl.DropSchema |
| DropSequence | org.h2.command.ddl.DropSequence |
| DropTable | org.h2.command.ddl.DropTable |
| DropTrigger | org.h2.command.ddl.DropTrigger |
| DropUser | org.h2.command.ddl.DropUser |
| DropUserDataType | org.h2.command.ddl.DropUserDataType |
| DropView | org.h2.command.ddl.DropView |
| GrantRevoke | org.h2.command.ddl.GrantRevoke |
| PrepareProcedure | org.h2.command.ddl.PrepareProcedure |
| SchemaCommand | org.h2.command.ddl.SchemaCommand |
| SetComment | org.h2.command.ddl.SetComment |
| TruncateTable | org.h2.command.ddl.TruncateTable |
| AlterTableSet | org.h2.command.dml.AlterTableSet |
| BackupCommand | org.h2.command.dml.BackupCommand |
| Call | org.h2.command.dml.Call |
| Delete | org.h2.command.dml.Delete |
| ExecuteProcedure | org.h2.command.dml.ExecuteProcedure |
| ExplainPlan | org.h2.command.dml.ExplainPlan |
| Insert | org.h2.command.dml.Insert |
| Merge | org.h2.command.dml.Merge |
| NoOperation | org.h2.command.dml.NoOperation |
| Optimizer | org.h2.command.dml.Optimizer |
| Query | org.h2.command.dml.Query |
| RunScriptCommand | org.h2.command.dml.RunScriptCommand |
| ScriptBase | org.h2.command.dml.ScriptBase |
| ScriptCommand | org.h2.command.dml.ScriptCommand |
| Select | org.h2.command.dml.Select |
| SelectOrderBy | org.h2.command.dml.SelectOrderBy |
| SelectUnion | org.h2.command.dml.SelectUnion |
| Set | org.h2.command.dml.Set |
| SetTypes | org.h2.command.dml.SetTypes |
| TransactionCommand | org.h2.command.dml.TransactionCommand |
| Update | org.h2.command.dml.Update |
| CompressDeflate | org.h2.compress.CompressDeflate |
| CompressLZF | org.h2.compress.CompressLZF |
| CompressNo | org.h2.compress.CompressNo |
| Compressor | org.h2.compress.Compressor |
| LZFInputStream | org.h2.compress.LZFInputStream |
| LZFOutputStream | org.h2.compress.LZFOutputStream |
| ErrorCode | org.h2.constant.ErrorCode |
| SysProperties | org.h2.constant.SysProperties |
| Constraint | org.h2.constraint.Constraint |
| ConstraintCheck | org.h2.constraint.ConstraintCheck |
| ConstraintReferential | org.h2.constraint.ConstraintReferential |
| ConstraintUnique | org.h2.constraint.ConstraintUnique |
| Comment | org.h2.engine.Comment |
| ConnectionInfo | org.h2.engine.ConnectionInfo |
| Constants | org.h2.engine.Constants |
| Database | org.h2.engine.Database |
| DatabaseCloser | org.h2.engine.DatabaseCloser |
| DbObject | org.h2.engine.DbObject |
| DbObjectBase | org.h2.engine.DbObjectBase |
| Engine | org.h2.engine.Engine |
| FunctionAlias | org.h2.engine.FunctionAlias |
| MetaRecord | org.h2.engine.MetaRecord |
| Mode | org.h2.engine.Mode |
| Procedure | org.h2.engine.Procedure |
| Right | org.h2.engine.Right |
| RightOwner | org.h2.engine.RightOwner |
| Role | org.h2.engine.Role |
| Session | org.h2.engine.Session |
| SessionInterface | org.h2.engine.SessionInterface |
| SessionRemote | org.h2.engine.SessionRemote |
| Setting | org.h2.engine.Setting |
| User | org.h2.engine.User |
| UserAggregate | org.h2.engine.UserAggregate |
| UserDataType | org.h2.engine.UserDataType |
| Aggregate | org.h2.expression.Aggregate |
| AggregateData | org.h2.expression.AggregateData |
| Alias | org.h2.expression.Alias |
| CompareLike | org.h2.expression.CompareLike |
| Comparison | org.h2.expression.Comparison |
| Condition | org.h2.expression.Condition |
| ConditionAndOr | org.h2.expression.ConditionAndOr |
| ConditionExists | org.h2.expression.ConditionExists |
| ConditionIn | org.h2.expression.ConditionIn |
| ConditionInSelect | org.h2.expression.ConditionInSelect |
| ConditionNot | org.h2.expression.ConditionNot |
| Expression | org.h2.expression.Expression |
| ExpressionColumn | org.h2.expression.ExpressionColumn |
| ExpressionList | org.h2.expression.ExpressionList |
| ExpressionVisitor | org.h2.expression.ExpressionVisitor |
| Function | org.h2.expression.Function |
| FunctionCall | org.h2.expression.FunctionCall |
| FunctionInfo | org.h2.expression.FunctionInfo |
| JavaAggregate | org.h2.expression.JavaAggregate |
| JavaFunction | org.h2.expression.JavaFunction |
| Operation | org.h2.expression.Operation |
| Parameter | org.h2.expression.Parameter |
| ParameterInterface | org.h2.expression.ParameterInterface |
| ParameterRemote | org.h2.expression.ParameterRemote |
| Rownum | org.h2.expression.Rownum |
| SequenceValue | org.h2.expression.SequenceValue |
| Subquery | org.h2.expression.Subquery |
| TableFunction | org.h2.expression.TableFunction |
| ValueExpression | org.h2.expression.ValueExpression |
| Variable | org.h2.expression.Variable |
| Wildcard | org.h2.expression.Wildcard |
| FullText | org.h2.fulltext.FullText |
| FullTextLucene | org.h2.fulltext.FullTextLucene |
| FullTextSettings | org.h2.fulltext.FullTextSettings |
| IndexInfo | org.h2.fulltext.IndexInfo |
| BaseIndex | org.h2.index.BaseIndex |
| BtreeCursor | org.h2.index.BtreeCursor |
| BtreeHead | org.h2.index.BtreeHead |
| BtreeIndex | org.h2.index.BtreeIndex |
| BtreeLeaf | org.h2.index.BtreeLeaf |
| BtreeNode | org.h2.index.BtreeNode |
| BtreePage | org.h2.index.BtreePage |
| BtreePosition | org.h2.index.BtreePosition |
| Cursor | org.h2.index.Cursor |
| FunctionCursor | org.h2.index.FunctionCursor |
| FunctionIndex | org.h2.index.FunctionIndex |
| HashCursor | org.h2.index.HashCursor |
| HashIndex | org.h2.index.HashIndex |
| Index | org.h2.index.Index |
| IndexCondition | org.h2.index.IndexCondition |
| IndexType | org.h2.index.IndexType |
| LinearHashBucket | org.h2.index.LinearHashBucket |
| LinearHashCursor | org.h2.index.LinearHashCursor |
| LinearHashEntry | org.h2.index.LinearHashEntry |
| LinearHashHead | org.h2.index.LinearHashHead |
| LinearHashIndex | org.h2.index.LinearHashIndex |
| LinkedCursor | org.h2.index.LinkedCursor |
| LinkedIndex | org.h2.index.LinkedIndex |
| MetaCursor | org.h2.index.MetaCursor |
| MetaIndex | org.h2.index.MetaIndex |
| MultiVersionCursor | org.h2.index.MultiVersionCursor |
| MultiVersionIndex | org.h2.index.MultiVersionIndex |
| RangeCursor | org.h2.index.RangeCursor |
| RangeIndex | org.h2.index.RangeIndex |
| ScanCursor | org.h2.index.ScanCursor |
| ScanIndex | org.h2.index.ScanIndex |
| TreeCursor | org.h2.index.TreeCursor |
| TreeIndex | org.h2.index.TreeIndex |
| TreeNode | org.h2.index.TreeNode |
| ViewCursor | org.h2.index.ViewCursor |
| ViewIndex | org.h2.index.ViewIndex |
| JdbcArray | org.h2.jdbc.JdbcArray |
| JdbcBatchUpdateException | org.h2.jdbc.JdbcBatchUpdateException |
| JdbcBlob | org.h2.jdbc.JdbcBlob |
| JdbcCallableStatement | org.h2.jdbc.JdbcCallableStatement |
| JdbcClob | org.h2.jdbc.JdbcClob |
| JdbcConnection | org.h2.jdbc.JdbcConnection |
| JdbcDatabaseMetaData | org.h2.jdbc.JdbcDatabaseMetaData |
| JdbcParameterMetaData | org.h2.jdbc.JdbcParameterMetaData |
| JdbcPreparedStatement | org.h2.jdbc.JdbcPreparedStatement |
| JdbcResultSet | org.h2.jdbc.JdbcResultSet |
| JdbcResultSetMetaData | org.h2.jdbc.JdbcResultSetMetaData |
| JdbcSQLException | org.h2.jdbc.JdbcSQLException |
| JdbcSavepoint | org.h2.jdbc.JdbcSavepoint |
| JdbcStatement | org.h2.jdbc.JdbcStatement |
| JdbcDataSource | org.h2.jdbcx.JdbcDataSource |
| JdbcDataSourceFactory | org.h2.jdbcx.JdbcDataSourceFactory |
| JdbcXAConnection | org.h2.jdbcx.JdbcXAConnection |
| JdbcXid | org.h2.jdbcx.JdbcXid |
| InDoubtTransaction | org.h2.log.InDoubtTransaction |
| LogFile | org.h2.log.LogFile |
| LogRecord | org.h2.log.LogRecord |
| LogSystem | org.h2.log.LogSystem |
| RedoLogRecord | org.h2.log.RedoLogRecord |
| SessionState | org.h2.log.SessionState |
| UndoLog | org.h2.log.UndoLog |
| UndoLogRecord | org.h2.log.UndoLogRecord |
| InternalException | org.h2.message.InternalException |
| Message | org.h2.message.Message |
| Trace | org.h2.message.Trace |
| TraceObject | org.h2.message.TraceObject |
| TraceSystem | org.h2.message.TraceSystem |
| LocalResult | org.h2.result.LocalResult |
| ResultColumn | org.h2.result.ResultColumn |
| ResultDiskBuffer | org.h2.result.ResultDiskBuffer |
| ResultInterface | org.h2.result.ResultInterface |
| ResultRemote | org.h2.result.ResultRemote |
| Row | org.h2.result.Row |
| RowList | org.h2.result.RowList |
| SearchRow | org.h2.result.SearchRow |
| SimpleRow | org.h2.result.SimpleRow |
| SimpleRowValue | org.h2.result.SimpleRowValue |
| SortOrder | org.h2.result.SortOrder |
| UpdatableRow | org.h2.result.UpdatableRow |
| Constant | org.h2.schema.Constant |
| Schema | org.h2.schema.Schema |
| SchemaObject | org.h2.schema.SchemaObject |
| SchemaObjectBase | org.h2.schema.SchemaObjectBase |
| Sequence | org.h2.schema.Sequence |
| TriggerObject | org.h2.schema.TriggerObject |
| AES | org.h2.security.AES |
| BlockCipher | org.h2.security.BlockCipher |
| CipherFactory | org.h2.security.CipherFactory |
| SHA256 | org.h2.security.SHA256 |
| SecureFileStore | org.h2.security.SecureFileStore |
| SecureSocketFactory | org.h2.security.SecureSocketFactory |
| XTEA | org.h2.security.XTEA |
| Service | org.h2.server.Service |
| ShutdownHandler | org.h2.server.ShutdownHandler |
| TcpServer | org.h2.server.TcpServer |
| TcpServerThread | org.h2.server.TcpServerThread |
| FtpControl | org.h2.server.ftp.FtpControl |
| FtpData | org.h2.server.ftp.FtpData |
| FtpEvent | org.h2.server.ftp.FtpEvent |
| FtpEventListener | org.h2.server.ftp.FtpEventListener |
| FtpServer | org.h2.server.ftp.FtpServer |
| PgServer | org.h2.server.pg.PgServer |
| PgServerThread | org.h2.server.pg.PgServerThread |
| ConnectionInfo | org.h2.server.web.ConnectionInfo |
| DbColumn | org.h2.server.web.DbColumn |
| DbContents | org.h2.server.web.DbContents |
| DbContextRule | org.h2.server.web.DbContextRule |
| DbSchema | org.h2.server.web.DbSchema |
| DbStarter | org.h2.server.web.DbStarter |
| DbTableOrView | org.h2.server.web.DbTableOrView |
| PageParser | org.h2.server.web.PageParser |
| WebServer | org.h2.server.web.WebServer |
| WebServlet | org.h2.server.web.WebServlet |
| WebSession | org.h2.server.web.WebSession |
| WebThread | org.h2.server.web.WebThread |
| DataHandler | org.h2.store.DataHandler |
| DataPage | org.h2.store.DataPage |
| DataPageBinary | org.h2.store.DataPageBinary |
| DataPageText | org.h2.store.DataPageText |
| DiskFile | org.h2.store.DiskFile |
| FileLister | org.h2.store.FileLister |
| FileLock | org.h2.store.FileLock |
| FileStore | org.h2.store.FileStore |
| FileStoreInputStream | org.h2.store.FileStoreInputStream |
| FileStoreOutputStream | org.h2.store.FileStoreOutputStream |
| Record | org.h2.store.Record |
| RecordReader | org.h2.store.RecordReader |
| Storage | org.h2.store.Storage |
| WriterThread | org.h2.store.WriterThread |
| FileObject | org.h2.store.fs.FileObject |
| FileObjectDatabase | org.h2.store.fs.FileObjectDatabase |
| FileObjectDisk | org.h2.store.fs.FileObjectDisk |
| FileObjectInputStream | org.h2.store.fs.FileObjectInputStream |
| FileObjectMemory | org.h2.store.fs.FileObjectMemory |
| FileObjectOutputStream | org.h2.store.fs.FileObjectOutputStream |
| FileObjectZip | org.h2.store.fs.FileObjectZip |
| FileSystem | org.h2.store.fs.FileSystem |
| FileSystemDatabase | org.h2.store.fs.FileSystemDatabase |
| FileSystemDisk | org.h2.store.fs.FileSystemDisk |
| FileSystemMemory | org.h2.store.fs.FileSystemMemory |
| FileSystemZip | org.h2.store.fs.FileSystemZip |
| Column | org.h2.table.Column |
| ColumnResolver | org.h2.table.ColumnResolver |
| FunctionTable | org.h2.table.FunctionTable |
| IndexColumn | org.h2.table.IndexColumn |
| LinkSchema | org.h2.table.LinkSchema |
| MetaTable | org.h2.table.MetaTable |
| Plan | org.h2.table.Plan |
| PlanItem | org.h2.table.PlanItem |
| RangeTable | org.h2.table.RangeTable |
| SingleColumnResolver | org.h2.table.SingleColumnResolver |
| Table | org.h2.table.Table |
| TableData | org.h2.table.TableData |
| TableFilter | org.h2.table.TableFilter |
| TableLink | org.h2.table.TableLink |
| TableView | org.h2.table.TableView |
| Backup | org.h2.tools.Backup |
| ChangePassword | org.h2.tools.ChangePassword |
| CompressTool | org.h2.tools.CompressTool |
| Console | org.h2.tools.Console |
| ConvertTraceFile | org.h2.tools.ConvertTraceFile |
| CreateCluster | org.h2.tools.CreateCluster |
| Csv | org.h2.tools.Csv |
| DeleteDbFiles | org.h2.tools.DeleteDbFiles |
| MultiDimension | org.h2.tools.MultiDimension |
| Recover | org.h2.tools.Recover |
| Restore | org.h2.tools.Restore |
| RunScript | org.h2.tools.RunScript |
| Script | org.h2.tools.Script |
| Server | org.h2.tools.Server |
| SimpleResultSet | org.h2.tools.SimpleResultSet |
| SimpleRowSource | org.h2.tools.SimpleRowSource |
| PrepareTranslation | org.h2.tools.i18n.PrepareTranslation |
| PropertiesToUTF8 | org.h2.tools.i18n.PropertiesToUTF8 |
| Base64 | org.h2.tools.net.Base64 |
| PgTcpRedirect | org.h2.tools.net.PgTcpRedirect |
| SecureKeyStoreBuilder | org.h2.tools.security.SecureKeyStoreBuilder |
| AutoCloseInputStream | org.h2.util.AutoCloseInputStream |
| BitField | org.h2.util.BitField |
| ByteUtils | org.h2.util.ByteUtils |
| Cache | org.h2.util.Cache |
| Cache2Q | org.h2.util.Cache2Q |
| CacheHead | org.h2.util.CacheHead |
| CacheLRU | org.h2.util.CacheLRU |
| CacheObject | org.h2.util.CacheObject |
| CacheWriter | org.h2.util.CacheWriter |
| ClassUtils | org.h2.util.ClassUtils |
| DateTimeUtils | org.h2.util.DateTimeUtils |
| ExactUTF8InputStreamReader | org.h2.util.ExactUTF8InputStreamReader |
| FileUtils | org.h2.util.FileUtils |
| HashBase | org.h2.util.HashBase |
| IOUtils | org.h2.util.IOUtils |
| IntArray | org.h2.util.IntArray |
| IntHashMap | org.h2.util.IntHashMap |
| IntIntHashMap | org.h2.util.IntIntHashMap |
| JdbcConnectionListener | org.h2.util.JdbcConnectionListener |
| JdbcUtils | org.h2.util.JdbcUtils |
| MathUtils | org.h2.util.MathUtils |
| MemoryUtils | org.h2.util.MemoryUtils |
| NetUtils | org.h2.util.NetUtils |
| ObjectArray | org.h2.util.ObjectArray |
| ObjectUtils | org.h2.util.ObjectUtils |
| Permutations | org.h2.util.Permutations |
| RandomUtils | org.h2.util.RandomUtils |
| ReaderInputStream | org.h2.util.ReaderInputStream |
| ResourceData | org.h2.util.ResourceData |
| Resources | org.h2.util.Resources |
| ScriptReader | org.h2.util.ScriptReader |
| SmallLRUCache | org.h2.util.SmallLRUCache |
| SmallMap | org.h2.util.SmallMap |
| SortedProperties | org.h2.util.SortedProperties |
| StartBrowser | org.h2.util.StartBrowser |
| StringCache | org.h2.util.StringCache |
| StringUtils | org.h2.util.StringUtils |
| TempFileDeleter | org.h2.util.TempFileDeleter |
| ValueHashMap | org.h2.util.ValueHashMap |
| CompareMode | org.h2.value.CompareMode |
| DataType | org.h2.value.DataType |
| Transfer | org.h2.value.Transfer |
| Value | org.h2.value.Value |
| ValueArray | org.h2.value.ValueArray |
| ValueBoolean | org.h2.value.ValueBoolean |
| ValueByte | org.h2.value.ValueByte |
| ValueBytes | org.h2.value.ValueBytes |
| ValueBytesBase | org.h2.value.ValueBytesBase |
| ValueDate | org.h2.value.ValueDate |
| ValueDecimal | org.h2.value.ValueDecimal |
| ValueDouble | org.h2.value.ValueDouble |
| ValueFloat | org.h2.value.ValueFloat |
| ValueInt | org.h2.value.ValueInt |
| ValueJavaObject | org.h2.value.ValueJavaObject |
| ValueLob | org.h2.value.ValueLob |
| ValueLong | org.h2.value.ValueLong |
| ValueNull | org.h2.value.ValueNull |
| ValueResultSet | org.h2.value.ValueResultSet |
| ValueShort | org.h2.value.ValueShort |
| ValueString | org.h2.value.ValueString |
| ValueStringBase | org.h2.value.ValueStringBase |
| ValueStringFixed | org.h2.value.ValueStringFixed |
| ValueStringIgnoreCase | org.h2.value.ValueStringIgnoreCase |
| ValueTime | org.h2.value.ValueTime |
| ValueTimestamp | org.h2.value.ValueTimestamp |
| ValueUuid | org.h2.value.ValueUuid |