Uses of Package
org.hsqldb.lib
Packages that use org.hsqldb.lib
Package
Description
Contains shared classes used by other HyperSQL classes.
Contains the DbBackupMain class, for offline backing up HyperSQL databases.
Contains the HyperSQL network listener classes.
-
Classes in org.hsqldb.lib used by org.hsqldb.libClassDescriptionA basic collection of values.A variation on
CountDownLatch
to allow counting up as well as down.Maintains an orderedinteger->integer
lookup table, consisting of two columns, one for keys, the other for values.Maintains an orderedlong->long
lookup table, consisting of two columns, one for keys, the other for values.Interface for logging events.Interface for abstraction of file access.A collection of file management methods.A logging framework wrapper that supports java.util.logging and log4j.This class does not store null keys.This class does not store null keys.Intended as an asynchronous alternative to Vector.This class is a replacement for both java.io.ByteArrayOuputStream (without synchronization) and java.io.DataOutputStreamProvides the HyperSQL interface for Heap ADT implementations.An interface with methods similar tojava.io.InputStream
.A set of int primitives.A Map of int primitives to Object values.A Map of int primitive keys to int primitive values.A Map of int primitive keys to long primitive values.A Map of Object keys to int primitive values.Interface for HyperSQL iterators.Uses a LineNumberReader and returns multiple consecutive lines which conform to the specified group demarcation characteristics.Interface for List collections.A deque of long values.A Map of long primitives to Object values.A Map of long primitives to int primitives.A Map of long primitives to long primitive.Interface for long to long lookup.A Map of Object keys to long primitives.Interface for collections of mapped key - value pairs.Interface for a key - value pair.A Map of Object keys to Object values which stores multiple values per key.Interface for equality comparison.A Map which maintains the insertion order of the key/value pairs and allows access by index.A list which is also a Set which maintains the inserted order of elements and allows access by index.A list which is also a set of int primitives which maintains the insertion order of the elements and allows access by index.A list which is also a set of long primitives which maintains the insertion order of the elements and allows access by index.Marker interface for iterators supporting nextInt or nextLong methods.Just like PropertyResourceBundle, except keys mapped to nothing in the properties file will load the final String value from a text file.Marker interface for a Collection that is a Set of values.Interface for a simple thread factory. -
Classes in org.hsqldb.lib used by org.hsqldb.lib.tarClassDescriptionAn interface with methods similar to
java.io.InputStream
. -
Classes in org.hsqldb.lib used by org.hsqldb.server