Uses of Package
org.h2.util
Packages that use org.h2.util
Package
Description
Contains DML (data manipulation language) and related SQL statements.
Database constraints such as check constraints, unique constraints, and referential constraints.
Contains high level classes of the database and classes that don't fit in another sub-package.
Expressions include mathematical operations, simple values, and others.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
Condition expressions.
Functions.
Table value functions.
Various table index implementations, as well as cursors to navigate in an index.
Implementation of the JDBC API (package java.sql).
Utility classes for compatibility with other database, for example MySQL.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
Classes related to a table and table meta data.
Various tools.
Internal utility classes.
Data type and value implementations.
-
Classes in org.h2.util used by org.h2.command.dml
-
Classes in org.h2.util used by org.h2.constraint
-
Classes in org.h2.util used by org.h2.engineClassDescriptionAn object that has an SQL representation.Network connection information.This class implements a small LRU object cache.This class allows to convert source code to a class.This class deletes temporary files when they are not used any longer.Provides access to time zone API.
-
Classes in org.h2.util used by org.h2.expression
-
Classes in org.h2.util used by org.h2.expression.aggregate
-
Classes in org.h2.util used by org.h2.expression.analysis
-
Classes in org.h2.util used by org.h2.expression.condition
-
Classes in org.h2.util used by org.h2.expression.function
-
Classes in org.h2.util used by org.h2.expression.function.table
-
Classes in org.h2.util used by org.h2.index
-
Classes in org.h2.util used by org.h2.jdbc
-
Classes in org.h2.util used by org.h2.mode
-
Classes in org.h2.util used by org.h2.mvstore.dbClassDescriptionSimilar to ThreadLocal, except that it allows its data to be read from other threads - useful for debugging info.An object that has an SQL representation.
-
Classes in org.h2.util used by org.h2.result
-
Classes in org.h2.util used by org.h2.schema
-
Classes in org.h2.util used by org.h2.storeClassDescriptionThis class implements a small LRU object cache.This class deletes temporary files when they are not used any longer.
-
Classes in org.h2.util used by org.h2.table
-
Classes in org.h2.util used by org.h2.toolsClassDescriptionThis class implements a small LRU object cache.This class deletes temporary files when they are not used any longer.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.utilClassDescriptionUtility to detect AB-BA deadlocks.The cache keeps frequently used objects in the main memory.The base object for all cached objects.The cache writer is called by the cache to persist changed data that needs to be removed from the cache.A phantom reference to watch for unclosed objects.Network connection information.A class to iterate over all permutations of an array.A simple CPU profiling tool similar to java -Xrunhprof.This class implements a small LRU object cache.Sorted properties file.A method call that is executed in a separate thread.This class deletes temporary files when they are not used any longer.Provides access to time zone API.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.value