Uses of Package
org.h2.util
-
Packages that use org.h2.util Package Description org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.constraint Database constraints such as check constraints, unique constraints, and referential constraints.org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.aggregate Aggregate functions.org.h2.expression.analysis Base classes for data analysis operations and implementations of window functions.org.h2.expression.condition Condition expressions.org.h2.expression.function Functions.org.h2.expression.function.table Table value functions.org.h2.fulltext The native full text search implementation, and the wrapper for the Lucene full text search implementation.org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.result Implementation of row and internal result sets.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.server A small FTP server.org.h2.server.pg PostgreSQL server implementation of this database.org.h2.server.web The H2 Console tool.org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.org.h2.table Classes related to a table and table meta data.org.h2.tools Various tools.org.h2.util Internal utility classes.org.h2.util.json Internal utility classes for JSON data type.org.h2.value Data type and value implementations. -
Classes in org.h2.util used by org.h2.command.dml Class Description HasSQL An object that has an SQL representation.TimeZoneProvider Provides access to time zone API. -
Classes in org.h2.util used by org.h2.constraint Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.engine Class Description HasSQL An object that has an SQL representation.NetworkConnectionInfo Network connection information.SmallLRUCache This class implements a small LRU object cache.SourceCompiler This class allows to convert source code to a class.TempFileDeleter This class deletes temporary files when they are not used any longer.TimeZoneProvider Provides access to time zone API. -
Classes in org.h2.util used by org.h2.expression Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.expression.aggregate Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.expression.analysis Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.expression.condition Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.expression.function Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.expression.function.table Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.fulltext Class Description SoftValuesHashMap Map which stores items using SoftReference. -
Classes in org.h2.util used by org.h2.index Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.jdbc Class Description CloseWatcher A phantom reference to watch for unclosed objects.Task A method call that is executed in a separate thread.TimeZoneProvider Provides access to time zone API. -
Classes in org.h2.util used by org.h2.mode Class Description HasSQL An object that has an SQL representation.TimeZoneProvider Provides access to time zone API. -
Classes in org.h2.util used by org.h2.mvstore.db Class Description DebuggingThreadLocal Similar to ThreadLocal, except that it allows its data to be read from other threads - useful for debugging info.HasSQL An object that has an SQL representation.TempFileDeleter This class deletes temporary files when they are not used any longer. -
Classes in org.h2.util used by org.h2.result Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.schema Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.server Class Description SmallLRUCache This class implements a small LRU object cache.SmallMap A simple hash table with an optimization for the last recently used object. -
Classes in org.h2.util used by org.h2.server.pg Class Description TimeZoneProvider Provides access to time zone API. -
Classes in org.h2.util used by org.h2.server.web Class Description NetworkConnectionInfo Network connection information.Profiler A simple CPU profiling tool similar to java -Xrunhprof. -
Classes in org.h2.util used by org.h2.store Class Description SmallLRUCache This class implements a small LRU object cache.TempFileDeleter This class deletes temporary files when they are not used any longer. -
Classes in org.h2.util used by org.h2.table Class Description HasSQL An object that has an SQL representation. -
Classes in org.h2.util used by org.h2.tools Class Description SimpleColumnInfo Metadata of a column.SmallLRUCache This class implements a small LRU object cache.TempFileDeleter This class deletes temporary files when they are not used any longer.Tool Command line tools implement the tool interface so that they can be used in the H2 Console. -
Classes in org.h2.util used by org.h2.util Class Description AbbaLockingDetector Utility to detect AB-BA deadlocks.Cache The cache keeps frequently used objects in the main memory.CacheObject The base object for all cached objects.CacheWriter The cache writer is called by the cache to persist changed data that needs to be removed from the cache.CloseWatcher A phantom reference to watch for unclosed objects.NetworkConnectionInfo Network connection information.Permutations A class to iterate over all permutations of an array.Profiler A simple CPU profiling tool similar to java -Xrunhprof.SmallLRUCache This class implements a small LRU object cache.SoftValuesHashMap.SoftValue A soft reference that has a hard reference to the key.SortedProperties Sorted properties file.SourceCompiler.JavaClassObject An in-memory java class object.Task A method call that is executed in a separate thread.TempFileDeleter This class deletes temporary files when they are not used any longer.ThreadDeadlockDetector Detects deadlocks between threads.TimeZoneProvider Provides access to time zone API.Utils.ClassFactory The utility methods will try to use the provided class factories to convert binary name of class to Class object. -
Classes in org.h2.util used by org.h2.util.json Class Description ByteStack The stack of byte values. -
Classes in org.h2.util used by org.h2.value Class Description HasSQL An object that has an SQL representation.SmallLRUCache This class implements a small LRU object cache.