Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.h2
,
org.h2.api
,
org.h2.bnf
,
org.h2.command
,
org.h2.command.ddl
,
org.h2.command.dml
,
org.h2.compress
,
org.h2.constant
,
org.h2.constraint
,
org.h2.engine
,
org.h2.expression
,
org.h2.fulltext
,
org.h2.index
,
org.h2.jdbc
,
org.h2.jdbcx
,
org.h2.message
,
org.h2.result
,
org.h2.schema
,
org.h2.security
,
org.h2.server
,
org.h2.server.pg
,
org.h2.server.web
,
org.h2.store
,
org.h2.store.fs
,
org.h2.table
,
org.h2.tools
,
org.h2.upgrade
,
org.h2.util
,
org.h2.value
Class Hierarchy
java.lang.Object
java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
org.h2.util.
SmallLRUCache
<K,V>
org.h2.util.
SoftHashMap
<K,V>
org.h2.security.
AES
(implements org.h2.security.
BlockCipher
)
org.h2.util.
BitField
org.h2.bnf.
Bnf
org.h2.util.
CacheLRU
(implements org.h2.util.
Cache
)
org.h2.util.
CacheObject
(implements java.lang.Comparable<T>)
org.h2.util.
CacheHead
org.h2.store.
Page
org.h2.index.
PageBtree
org.h2.index.
PageBtreeLeaf
org.h2.index.
PageBtreeNode
org.h2.index.
PageDataLeaf
org.h2.index.
PageDataNode
org.h2.index.
PageDataOverflow
org.h2.store.
PageFreeList
org.h2.store.
PageStreamData
org.h2.store.
PageStreamTrunk
org.h2.security.
CipherFactory
org.h2.table.
Column
org.h2.command.
Command
(implements org.h2.command.
CommandInterface
)
org.h2.command.
CommandContainer
org.h2.command.
CommandList
org.h2.command.
CommandRemote
(implements org.h2.command.
CommandInterface
)
org.h2.value.
CompareMode
org.h2.compress.
CompressDeflate
(implements org.h2.compress.
Compressor
)
org.h2.compress.
CompressLZF
(implements org.h2.compress.
Compressor
)
org.h2.compress.
CompressNo
(implements org.h2.compress.
Compressor
)
org.h2.tools.
CompressTool
org.h2.engine.
ConnectionInfo
(implements java.lang.Cloneable)
org.h2.server.web.
ConnectionInfo
(implements java.lang.Comparable<T>)
org.h2.engine.
Constants
org.h2.command.ddl.
CreateTableData
org.h2.tools.
Csv
(implements org.h2.tools.
SimpleRowSource
)
org.h2.store.
Data
org.h2.engine.
Database
(implements org.h2.store.
DataHandler
)
org.h2.store.
DataReader
org.h2.value.
DataType
org.h2.util.
DateTimeUtils
org.h2.server.web.
DbContents
org.h2.server.web.
DbContextRule
(implements org.h2.bnf.
Rule
)
org.h2.util.
DbDriverActivator
org.h2.engine.
DbObjectBase
(implements org.h2.engine.
DbObject
)
org.h2.engine.
Comment
org.h2.engine.
Right
org.h2.engine.
RightOwner
org.h2.engine.
Role
org.h2.engine.
User
org.h2.schema.
Schema
org.h2.schema.
SchemaObjectBase
(implements org.h2.schema.
SchemaObject
)
org.h2.index.
BaseIndex
(implements org.h2.index.
Index
)
org.h2.index.
FunctionIndex
org.h2.index.
HashIndex
org.h2.index.
NonUniqueHashIndex
org.h2.index.
LinkedIndex
org.h2.index.
MetaIndex
org.h2.index.
PageIndex
org.h2.index.
PageBtreeIndex
org.h2.index.
PageDataIndex
org.h2.index.
PageDelegateIndex
org.h2.index.
RangeIndex
org.h2.index.
ScanIndex
org.h2.index.
TreeIndex
org.h2.index.
ViewIndex
org.h2.schema.
Constant
org.h2.constraint.
Constraint
(implements java.lang.Comparable<T>)
org.h2.constraint.
ConstraintCheck
org.h2.constraint.
ConstraintReferential
org.h2.constraint.
ConstraintUnique
org.h2.engine.
FunctionAlias
org.h2.schema.
Sequence
org.h2.table.
Table
org.h2.table.
FunctionTable
org.h2.table.
MetaTable
org.h2.table.
RangeTable
org.h2.table.
TableBase
org.h2.table.
RegularTable
org.h2.table.
TableLink
org.h2.table.
TableView
org.h2.schema.
TriggerObject
org.h2.engine.
Setting
org.h2.engine.
UserAggregate
org.h2.engine.
UserDataType
org.h2.server.web.
DbSchema
org.h2.server.web.
DbStarter
org.h2.server.web.
DbTableOrView
org.h2.upgrade.
DbUpgrade
org.h2.upgrade.
DbUpgradeFromVersion1
java.util.Dictionary<K,V>
java.util.Hashtable<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
java.util.Properties
org.h2.util.
SortedProperties
org.h2.
Driver
(implements java.sql.Driver)
org.h2.engine.
Engine
(implements org.h2.engine.
SessionFactory
)
org.h2.constant.
ErrorCode
org.h2.expression.
Expression
org.h2.expression.
Aggregate
org.h2.expression.
Alias
org.h2.expression.
Condition
org.h2.expression.
CompareLike
org.h2.expression.
Comparison
org.h2.expression.
ConditionAndOr
org.h2.expression.
ConditionExists
org.h2.expression.
ConditionIn
org.h2.expression.
ConditionInSelect
org.h2.expression.
ConditionNot
org.h2.expression.
ExpressionColumn
org.h2.expression.
ExpressionList
org.h2.expression.
Function
(implements org.h2.expression.
FunctionCall
)
org.h2.expression.
TableFunction
org.h2.expression.
JavaAggregate
org.h2.expression.
JavaFunction
(implements org.h2.expression.
FunctionCall
)
org.h2.expression.
Operation
org.h2.expression.
Parameter
(implements org.h2.expression.
ParameterInterface
)
org.h2.expression.
Rownum
org.h2.expression.
SequenceValue
org.h2.expression.
Subquery
org.h2.expression.
ValueExpression
org.h2.expression.
Variable
org.h2.expression.
Wildcard
org.h2.expression.
ExpressionVisitor
org.h2.store.
FileLister
org.h2.store.
FileLock
(implements java.lang.Runnable)
org.h2.store.fs.
FileObjectDiskChannel
(implements org.h2.store.fs.
FileObject
)
org.h2.store.fs.
FileObjectDiskMapped
(implements org.h2.store.fs.
FileObject
)
org.h2.store.fs.
FileObjectMemory
(implements org.h2.store.fs.
FileObject
)
org.h2.store.fs.
FileObjectSplit
(implements org.h2.store.fs.
FileObject
)
org.h2.store.fs.
FileObjectZip
(implements org.h2.store.fs.
FileObject
)
org.h2.store.
FileStore
org.h2.security.
SecureFileStore
org.h2.store.fs.
FileSystem
org.h2.store.fs.
FileSystemDisk
org.h2.store.fs.
FileSystemDiskNio
org.h2.store.fs.
FileSystemDiskNioMapped
org.h2.store.fs.
FileSystemMemory
org.h2.store.fs.
FileSystemSplit
org.h2.store.fs.
FileSystemZip
org.h2.security.
Fog
(implements org.h2.security.
BlockCipher
)
org.h2.fulltext.
FullText
org.h2.fulltext.
FullTextLucene
org.h2.fulltext.
FullText.FullTextTrigger
(implements org.h2.api.
Trigger
)
org.h2.fulltext.
FullTextLucene.FullTextTrigger
(implements org.h2.api.
Trigger
)
org.h2.fulltext.
FullTextSettings
org.h2.engine.
FunctionAlias.JavaMethod
(implements java.lang.Comparable<T>)
org.h2.index.
FunctionCursor
(implements org.h2.index.
Cursor
)
org.h2.util.
HashBase
org.h2.util.
IntIntHashMap
org.h2.util.
ValueHashMap
<V>
HttpServlet
org.h2.server.web.
WebServlet
org.h2.table.
IndexColumn
org.h2.index.
IndexCondition
org.h2.index.
IndexCursor
(implements org.h2.index.
Cursor
)
org.h2.fulltext.
IndexInfo
org.h2.index.
IndexType
org.h2.store.
InDoubtTransaction
java.io.InputStream (implements java.io.Closeable)
org.h2.util.
AutoCloseInputStream
org.h2.store.fs.
FileObjectInputStream
org.h2.store.
FileStoreInputStream
org.h2.store.
LobStorage.LobInputStream
org.h2.compress.
LZFInputStream
org.h2.store.
PageInputStream
org.h2.util.
IntArray
org.h2.util.
IOUtils
org.h2.jdbcx.
JdbcConnectionPool
(implements javax.sql.ConnectionEventListener, javax.sql.DataSource)
org.h2.jdbcx.
JdbcDataSourceFactory
(implements javax.naming.spi.ObjectFactory)
org.h2.util.
JdbcUtils
org.h2.index.
LinkedCursor
(implements org.h2.index.
Cursor
)
org.h2.table.
LinkSchema
org.h2.store.
LobStorage
org.h2.result.
LocalResult
(implements org.h2.result.
ResultInterface
, org.h2.result.
ResultTarget
)
org.h2.util.
MathUtils
org.h2.index.
MetaCursor
(implements org.h2.index.
Cursor
)
org.h2.engine.
MetaRecord
(implements java.lang.Comparable<T>)
org.h2.engine.
Mode
org.h2.tools.
MultiDimension
(implements java.util.Comparator<T>)
org.h2.index.
MultiVersionCursor
(implements org.h2.index.
Cursor
)
org.h2.index.
MultiVersionIndex
(implements org.h2.index.
Index
)
org.h2.util.
NetUtils
org.h2.util.
New
org.h2.index.
NonUniqueHashCursor
(implements org.h2.index.
Cursor
)
org.h2.command.dml.
Optimizer
java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
org.h2.store.fs.
FileObjectOutputStream
org.h2.store.
FileStoreOutputStream
org.h2.compress.
LZFOutputStream
org.h2.index.
PageBtreeCursor
(implements org.h2.index.
Cursor
)
org.h2.store.
PageLog
org.h2.store.
PageOutputStream
org.h2.server.web.
PageParser
org.h2.store.
PageStore
(implements org.h2.util.
CacheWriter
)
org.h2.expression.
ParameterRemote
(implements org.h2.expression.
ParameterInterface
)
org.h2.command.
Parser
org.h2.util.
Permutations
<T>
org.h2.server.pg.
PgServer
(implements org.h2.server.
Service
)
org.h2.server.pg.
PgServerThread
(implements java.lang.Runnable)
org.h2.table.
Plan
org.h2.table.
PlanItem
org.h2.command.
Prepared
org.h2.command.dml.
BackupCommand
org.h2.command.dml.
Call
org.h2.command.ddl.
DefineCommand
org.h2.command.ddl.
AlterIndexRename
org.h2.command.ddl.
AlterSchemaRename
org.h2.command.ddl.
AlterTableRenameColumn
org.h2.command.ddl.
AlterUser
org.h2.command.ddl.
AlterView
org.h2.command.ddl.
Analyze
org.h2.command.ddl.
CreateAggregate
org.h2.command.ddl.
CreateRole
org.h2.command.ddl.
CreateSchema
org.h2.command.ddl.
CreateUser
org.h2.command.ddl.
CreateUserDataType
org.h2.command.ddl.
DeallocateProcedure
org.h2.command.ddl.
DropAggregate
org.h2.command.ddl.
DropDatabase
org.h2.command.ddl.
DropRole
org.h2.command.ddl.
DropSchema
org.h2.command.ddl.
DropUser
org.h2.command.ddl.
DropUserDataType
org.h2.command.ddl.
GrantRevoke
org.h2.command.ddl.
PrepareProcedure
org.h2.command.ddl.
SchemaCommand
org.h2.command.dml.
AlterSequence
org.h2.command.ddl.
AlterTableAddConstraint
org.h2.command.ddl.
AlterTableAlterColumn
org.h2.command.ddl.
AlterTableDropConstraint
org.h2.command.ddl.
AlterTableRename
org.h2.command.dml.
AlterTableSet
org.h2.command.ddl.
CreateConstant
org.h2.command.ddl.
CreateFunctionAlias
org.h2.command.ddl.
CreateIndex
org.h2.command.ddl.
CreateLinkedTable
org.h2.command.ddl.
CreateSequence
org.h2.command.ddl.
CreateTable
org.h2.command.ddl.
CreateTrigger
org.h2.command.ddl.
CreateView
org.h2.command.ddl.
DropConstant
org.h2.command.ddl.
DropFunctionAlias
org.h2.command.ddl.
DropIndex
org.h2.command.ddl.
DropSequence
org.h2.command.ddl.
DropTable
org.h2.command.ddl.
DropTrigger
org.h2.command.ddl.
DropView
org.h2.command.ddl.
SetComment
org.h2.command.ddl.
TruncateTable
org.h2.command.dml.
Delete
org.h2.command.dml.
ExecuteProcedure
org.h2.command.dml.
Explain
org.h2.command.dml.
Insert
(implements org.h2.result.
ResultTarget
)
org.h2.command.dml.
Merge
org.h2.command.dml.
NoOperation
org.h2.command.dml.
Query
org.h2.command.dml.
Select
org.h2.command.dml.
SelectUnion
org.h2.command.dml.
ScriptBase
(implements org.h2.store.
DataHandler
)
org.h2.command.dml.
RunScriptCommand
org.h2.command.dml.
ScriptCommand
org.h2.command.dml.
Set
org.h2.command.dml.
TransactionCommand
org.h2.command.dml.
Update
org.h2.engine.
Procedure
org.h2.util.
Profiler
(implements java.lang.Runnable)
java.io.RandomAccessFile (implements java.io.Closeable, java.io.DataInput, java.io.DataOutput)
org.h2.store.fs.
FileObjectDisk
(implements org.h2.store.fs.
FileObject
)
java.io.Reader (implements java.io.Closeable, java.lang.Readable)
org.h2.util.
ExactUTF8InputStreamReader
org.h2.result.
ResultColumn
org.h2.result.
ResultRemote
(implements org.h2.result.
ResultInterface
)
org.h2.result.
ResultTempTable
(implements org.h2.result.
ResultExternal
)
org.h2.result.
Row
(implements org.h2.result.
SearchRow
)
org.h2.result.
RowList
org.h2.bnf.
RuleElement
(implements org.h2.bnf.
Rule
)
org.h2.bnf.
RuleFixed
(implements org.h2.bnf.
Rule
)
org.h2.bnf.
RuleHead
org.h2.bnf.
RuleList
(implements org.h2.bnf.
Rule
)
org.h2.bnf.
RuleOptional
(implements org.h2.bnf.
Rule
)
org.h2.bnf.
RuleRepeat
(implements org.h2.bnf.
Rule
)
org.h2.index.
ScanCursor
(implements org.h2.index.
Cursor
)
org.h2.util.
ScriptReader
org.h2.command.dml.
SelectListColumnResolver
(implements org.h2.table.
ColumnResolver
)
org.h2.command.dml.
SelectOrderBy
org.h2.bnf.
Sentence
org.h2.engine.
SessionWithState
(implements org.h2.engine.
SessionInterface
)
org.h2.engine.
Session
org.h2.engine.
SessionRemote
(implements org.h2.store.
DataHandler
)
org.h2.engine.
SettingsBase
org.h2.constant.
DbSettings
org.h2.command.dml.
SetTypes
org.h2.security.
SHA256
org.h2.tools.
SimpleResultSet
(implements java.sql.ResultSet, java.sql.ResultSetMetaData)
org.h2.tools.
SimpleResultSet.SimpleArray
(implements java.sql.Array)
org.h2.result.
SimpleRow
(implements org.h2.result.
SearchRow
)
org.h2.result.
SimpleRowValue
(implements org.h2.result.
SearchRow
)
org.h2.table.
SingleColumnResolver
(implements org.h2.table.
ColumnResolver
)
org.h2.index.
SingleRowCursor
(implements org.h2.index.
Cursor
)
org.h2.util.
SmallMap
org.h2.result.
SortOrder
(implements java.util.Comparator<T>)
org.h2.util.
SourceCompiler
org.h2.util.
StatementBuilder
org.h2.util.
StringUtils
org.h2.constant.
SysProperties
org.h2.table.
TableFilter
(implements org.h2.table.
ColumnResolver
)
org.h2.table.
TableLinkConnection
org.h2.server.
TcpServer
(implements org.h2.server.
Service
)
org.h2.server.
TcpServerThread
(implements java.lang.Runnable)
org.h2.util.
TempFileDeleter
java.lang.Thread (implements java.lang.Runnable)
org.h2.engine.
DatabaseCloser
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
org.h2.message.
DbException
java.sql.SQLException (implements java.lang.Iterable<T>)
java.sql.BatchUpdateException
org.h2.jdbc.
JdbcBatchUpdateException
org.h2.jdbc.
JdbcSQLException
org.h2.util.
Tool
org.h2.tools.
Backup
org.h2.tools.
ChangeFileEncryption
org.h2.tools.
Console
(implements java.awt.event.ActionListener, java.awt.event.MouseListener, org.h2.server.
ShutdownHandler
, java.awt.event.WindowListener)
org.h2.tools.
ConvertTraceFile
org.h2.tools.
CreateCluster
org.h2.tools.
DeleteDbFiles
org.h2.tools.
Recover
(implements org.h2.store.
DataHandler
)
org.h2.tools.
Restore
org.h2.tools.
RunScript
org.h2.tools.
Script
org.h2.tools.
Server
(implements java.lang.Runnable, org.h2.server.
ShutdownHandler
)
org.h2.tools.
Shell
(implements java.lang.Runnable)
org.h2.message.
Trace
org.h2.message.
TraceObject
org.h2.jdbc.
JdbcArray
(implements java.sql.Array)
org.h2.jdbc.
JdbcBlob
(implements java.sql.Blob)
org.h2.jdbc.
JdbcClob
(implements java.sql.Clob, java.sql.NClob)
org.h2.jdbc.
JdbcConnection
(implements java.sql.Connection)
org.h2.jdbc.
JdbcDatabaseMetaData
(implements java.sql.DatabaseMetaData)
org.h2.jdbcx.
JdbcDataSource
(implements javax.sql.ConnectionPoolDataSource, javax.sql.DataSource, javax.naming.Referenceable, java.io.Serializable, javax.sql.XADataSource)
org.h2.jdbc.
JdbcParameterMetaData
(implements java.sql.ParameterMetaData)
org.h2.jdbc.
JdbcResultSet
(implements java.sql.ResultSet)
org.h2.jdbc.
JdbcResultSetMetaData
(implements java.sql.ResultSetMetaData)
org.h2.jdbc.
JdbcSavepoint
(implements java.sql.Savepoint)
org.h2.jdbc.
JdbcStatement
(implements java.sql.Statement)
org.h2.jdbc.
JdbcPreparedStatement
(implements java.sql.PreparedStatement)
org.h2.jdbc.
JdbcCallableStatement
(implements java.sql.CallableStatement)
org.h2.jdbcx.
JdbcXAConnection
(implements javax.sql.XAConnection, javax.transaction.xa.XAResource)
org.h2.jdbcx.
JdbcXid
(implements javax.transaction.xa.Xid)
org.h2.message.
TraceSystem
org.h2.message.
TraceWriterAdapter
org.h2.value.
Transfer
org.h2.index.
TreeCursor
(implements org.h2.index.
Cursor
)
org.h2.tools.
TriggerAdapter
(implements org.h2.api.
Trigger
)
org.h2.engine.
UndoLog
org.h2.engine.
UndoLogRecord
org.h2.result.
UpdatableRow
org.h2.util.
Utils
org.h2.value.
Value
org.h2.value.
ValueArray
org.h2.value.
ValueBoolean
org.h2.value.
ValueByte
org.h2.value.
ValueBytes
org.h2.value.
ValueJavaObject
org.h2.value.
ValueDate
org.h2.value.
ValueDecimal
org.h2.value.
ValueDouble
org.h2.value.
ValueFloat
org.h2.value.
ValueInt
org.h2.value.
ValueLob
org.h2.value.
ValueLobDb
(implements org.h2.value.
Value.ValueBlob
, org.h2.value.
Value.ValueClob
)
org.h2.value.
ValueLong
org.h2.value.
ValueNull
org.h2.value.
ValueResultSet
org.h2.value.
ValueShort
org.h2.value.
ValueString
org.h2.value.
ValueStringFixed
org.h2.value.
ValueStringIgnoreCase
org.h2.value.
ValueTime
org.h2.value.
ValueTimestamp
org.h2.value.
ValueUuid
org.h2.index.
ViewCursor
(implements org.h2.index.
Cursor
)
org.h2.server.web.
WebApp
org.h2.server.web.
WebServer
(implements org.h2.server.
Service
)
org.h2.store.
WriterThread
(implements java.lang.Runnable)
org.h2.security.
XTEA
(implements org.h2.security.
BlockCipher
)
Interface Hierarchy
org.h2.api.
AggregateFunction
org.h2.security.
BlockCipher
org.h2.bnf.
BnfVisitor
org.h2.util.
Cache
org.h2.util.
CacheWriter
org.h2.table.
ColumnResolver
org.h2.command.
CommandInterface
org.h2.compress.
Compressor
org.h2.index.
Cursor
org.h2.store.
DataHandler
org.h2.engine.
DbObject
org.h2.index.
Index
org.h2.schema.
SchemaObject
org.h2.index.
Index
java.util.EventListener
org.h2.api.
DatabaseEventListener
org.h2.store.fs.
FileObject
org.h2.expression.
FunctionCall
org.h2.expression.
ParameterInterface
org.h2.result.
ResultExternal
org.h2.result.
ResultInterface
org.h2.result.
ResultTarget
org.h2.bnf.
Rule
org.h2.result.
SearchRow
org.h2.server.
Service
org.h2.engine.
SessionFactory
org.h2.engine.
SessionInterface
org.h2.server.
ShutdownHandler
org.h2.tools.
SimpleRowSource
org.h2.api.
TableEngine
org.h2.table.
TableFilter.TableFilterVisitor
org.h2.api.
Trigger
org.h2.value.
Value.ValueBlob
org.h2.value.
Value.ValueClob
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes