| Home >> All >> org >> hsqldb >> [ lib Javadoc ] |
org.hsqldb.lib: Javadoc index of package org.hsqldb.lib.
Package Samples:
org.hsqldb.lib
Classes:
HsqlDateTime: collection of static methods to convert Date, Time and Timestamp strings into corresponding Java objects. Also accepts SQL literals such as NOW, TODAY as valid strings and returns the current date / time / datetime. Compatible with jdk 1.1.x
HsqlDeque: jdk 1.1 compatible minimal implementation of a list object suitable for stack, queue and deque usage patterns backed by an Object[]. The memory footprint of the HsqlDeque doubles when it gets full but does not shrink when it gets empty.
AsciiStringInputStream: minimal InputStream subclass to fetch low order bytes form a String
StringInputStream: minimal InputStream subclass to fetch bytes form a String
ArrayUtil: Collection of static methods for operations on arrays
StringUtil
| Home | Contact Us | Privacy Policy | Terms of Service |