A B C D E F G H I J K L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(Executor) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Terminates an open connection.
- absolute(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor to the given row number in this
ResultSet
object. - absolutePath(String) - Method in class org.hsqldb.lib.FileUtil
-
Retrieves the absolute path, given some path specification.
- acceptsURL(String) - Method in class org.hsqldb.jdbc.JDBCDriver
-
Retrieves whether the driver thinks that it can open a connection to the given URL.
- AclFormatException(String) - Constructor for exception org.hsqldb.server.ServerAcl.AclFormatException
- actionPerformed(ActionEvent) - Method in class org.hsqldb.util.DatabaseManager
- actionPerformed(ActionEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- actionPerformed(ActionEvent) - Method in class org.hsqldb.util.Transfer
- add(int) - Method in class org.hsqldb.lib.IntHashSet
- add(int) - Method in class org.hsqldb.lib.IntIndex
-
Adds a key, maintaining sort order on current search target column.
- add(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Adds a pair, maintaining sort order on current search target column.
- add(int, int) - Method in interface org.hsqldb.lib.IntLookup
- add(int, E) - Method in class org.hsqldb.lib.HsqlArrayList
-
Inserts an element at the given index
- add(int, E) - Method in class org.hsqldb.lib.HsqlDeque
- add(int, E) - Method in interface org.hsqldb.lib.List
- add(int, E) - Method in class org.hsqldb.lib.OrderedHashSet
- add(long) - Method in class org.hsqldb.lib.LongDeque
- add(long) - Method in class org.hsqldb.lib.OrderedLongHashSet
- add(long, long) - Method in class org.hsqldb.lib.DoubleIntIndex
- add(long, long) - Method in class org.hsqldb.lib.DoubleLongIndex
- add(long, long) - Method in interface org.hsqldb.lib.LongLookup
- add(E) - Method in interface org.hsqldb.lib.Collection
- add(E) - Method in class org.hsqldb.lib.HashSet
-
returns true if element is added
- add(E) - Method in class org.hsqldb.lib.HsqlArrayHeap
- add(E) - Method in class org.hsqldb.lib.HsqlArrayList
-
Appends an element to the end of the list
- add(E) - Method in class org.hsqldb.lib.HsqlDeque
- add(E) - Method in interface org.hsqldb.lib.HsqlHeap
-
Adds the specified element to this Heap.
- add(E) - Method in interface org.hsqldb.lib.List
- add(Integer) - Method in class org.hsqldb.lib.IntHashSet
- add(K, V) - Method in class org.hsqldb.lib.OrderedHashMap
- add(OrderedHashSet<E>, E) - Static method in class org.hsqldb.lib.OrderedHashSet
-
add value to first.
- addAll(int[]) - Method in class org.hsqldb.lib.IntHashSet
- addAll(E[]) - Method in class org.hsqldb.lib.HashSet
-
returns true if any element is added
- addAll(E[], int, int) - Method in class org.hsqldb.lib.HashSet
-
returns true if any added
- addAll(Collection<? extends E>) - Method in interface org.hsqldb.lib.Collection
- addAll(Collection<? extends E>) - Method in class org.hsqldb.lib.HashSet
-
returns true if any element is added
- addAll(Collection<Integer>) - Method in class org.hsqldb.lib.IntHashSet
- addAll(IntHashSet) - Method in class org.hsqldb.lib.IntHashSet
- addAll(LongDeque) - Method in class org.hsqldb.lib.LongDeque
- addAll(OrderedHashSet<E>, OrderedHashSet<E>) - Static method in class org.hsqldb.lib.OrderedHashSet
-
add all elements of second to first.
- addAll(OrderedIntHashSet) - Method in class org.hsqldb.lib.OrderedIntHashSet
- addAll(OrderedLongHashSet) - Method in class org.hsqldb.lib.OrderedLongHashSet
- addBatch() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Adds a set of parameters to this
PreparedStatement
object's batch of commands. - addBatch(String) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
This method should always throw if called for a PreparedStatement or CallableStatement.
- addBatch(String) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Adds the given SQL command to the current list of commands for this
Statement
object. - addConnectionEventListener(ConnectionEventListener) - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
- addCount(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- addCount(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Used for values as counters.
- addFirst(long) - Method in class org.hsqldb.lib.LongDeque
- addFirst(E) - Method in class org.hsqldb.lib.HsqlDeque
- addLast(long) - Method in class org.hsqldb.lib.LongDeque
- addLast(E) - Method in class org.hsqldb.lib.HsqlDeque
- addOrReplaceUnique(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Updates the value if key is present, or adds the key/value paire.
- addRecord(String, boolean) - Method in class org.hsqldb.lib.tar.PIFGenerator
-
Convenience wrapper for addRecord(String, String).
- addRecord(String, int) - Method in class org.hsqldb.lib.tar.PIFGenerator
-
Convenience wrapper for addRecord(String, String).
- addRecord(String, long) - Method in class org.hsqldb.lib.tar.PIFGenerator
-
Convenience wrapper for addRecord(String, String).
- addRecord(String, String) - Method in class org.hsqldb.lib.tar.PIFGenerator
-
I guess the "initial length" field is supposed to be in units of characters, not bytes?
- addResource(Xid, JDBCXAResource) - Method in class org.hsqldb.jdbc.pool.JDBCXADataSource
- addSorted(int) - Method in class org.hsqldb.lib.IntIndex
-
Adds a key into the table with the guarantee that the key is equal or larger than the largest existing key.
- addSorted(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Adds a key, value pair into the table with the guarantee that the key is equal or larger than the largest existing key.
- addStatementEventListener(StatementEventListener) - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
- addUnique(int) - Method in class org.hsqldb.lib.IntIndex
-
Adds a key, ensuring no duplicate key already exists in the current search target column.
- addUnique(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Adds a pair, ensuring no duplicate key xor value already exists in the current search target column.
- addUnsorted(int) - Method in class org.hsqldb.lib.IntIndex
-
Adds a key into the table.
- addUnsorted(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Adds a pair into the table.
- addUnsorted(int, int) - Method in interface org.hsqldb.lib.IntLookup
- addUnsorted(long, long) - Method in class org.hsqldb.lib.DoubleIntIndex
- addUnsorted(long, long) - Method in class org.hsqldb.lib.DoubleLongIndex
- addUnsorted(long, long) - Method in interface org.hsqldb.lib.LongLookup
- addUnsorted(LongLookup) - Method in class org.hsqldb.lib.DoubleIntIndex
- addUnsorted(LongLookup) - Method in class org.hsqldb.lib.DoubleLongIndex
- addUnsorted(LongLookup) - Method in interface org.hsqldb.lib.LongLookup
- adjustArray(int, Object, int, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Moves the contents of an array to allow both addition and removal of elements.
- afterLast() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor to the end of this
ResultSet
object, just after the last row. - allProceduresAreCallable() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether the current user can call all the procedures returned by the method
getProcedures
. - allTablesAreSelectable() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether the current user can use all the tables returned by the method
getTables
in aSELECT
statement. - AppendableException - Exception in org.hsqldb.lib
-
Allows additional messages to be appended.
- AppendableException() - Constructor for exception org.hsqldb.lib.AppendableException
- AppendableException(String) - Constructor for exception org.hsqldb.lib.AppendableException
- AppendableException(String, Throwable) - Constructor for exception org.hsqldb.lib.AppendableException
- AppendableException(Throwable) - Constructor for exception org.hsqldb.lib.AppendableException
- appendages - Variable in exception org.hsqldb.lib.AppendableException
- appendMessage(String) - Method in exception org.hsqldb.lib.AppendableException
- archive(String, String, FileAccess, int) - Static method in class org.hsqldb.lib.FileArchiver
- areAllIntIndexesAsBooleanArray(int[], boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns true if all indexes and no other positions are true in arrb.
- areAllIntIndexesInBooleanArray(int[], boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
- areEqualSets(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns true if arra and arrb contain the same set of integers, not necessarily in the same order.
- ArrayCounter - Class in org.hsqldb.lib
-
Collection of routines for counting the distribution of the values in an int[] array.
- ArrayCounter() - Constructor for class org.hsqldb.lib.ArrayCounter
- ArrayListIdentity<E> - Class in org.hsqldb.lib
-
Extends HsqlArrayList.
- ArrayListIdentity() - Constructor for class org.hsqldb.lib.ArrayListIdentity
- arraySlice(int[], int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns a range of elements of source from start to end of the array.
- ArraySort - Class in org.hsqldb.lib
-
FastQSorts the [l,r] partition (inclusive) of the specified array of Rows, using the comparator.
- ArraySort() - Constructor for class org.hsqldb.lib.ArraySort
- arrayToString(Object) - Static method in class org.hsqldb.lib.StringUtil
-
Builds a bracketed CSV list from the array
- ArrayUtil - Class in org.hsqldb.lib
-
Collection of static methods for operations on arrays
- ArrayUtil() - Constructor for class org.hsqldb.lib.ArrayUtil
- ASCENDING - Static variable in class org.hsqldb.util.TableSorter
- ASCII_BITS - Static variable in class org.hsqldb.lib.AsciiInputStream
-
is 7;
- ASCII_BITS - Static variable in class org.hsqldb.lib.AsciiOutputStream
-
is 7;
- ASCII_MASK - Static variable in class org.hsqldb.lib.AsciiInputStream
-
is 0b01111111
- ASCII_MASK - Static variable in class org.hsqldb.lib.AsciiOutputStream
-
is 0b01111111
- ASCII_MAX - Static variable in class org.hsqldb.lib.AsciiInputStream
-
is 2^7 - 1 (127)
- ASCII_MAX - Static variable in class org.hsqldb.lib.AsciiOutputStream
-
is 2^7 - 1 (127)
- AsciiInputStream - Class in org.hsqldb.lib
-
An input stream that reads US-ASCII values from a Reader, in compliance with the Java US_ASCII Charset encoder, including utf-16-surrogate-pairs.
- AsciiInputStream(Reader) - Constructor for class org.hsqldb.lib.AsciiInputStream
-
Constructs a new instance for the given reader.
- AsciiOutputStream - Class in org.hsqldb.lib
-
An OutputStream that writes 7-bit US-ASCII values to a Writer, in compliance with the Java US_ASCII Charset decoder.
- AsciiOutputStream(Writer) - Constructor for class org.hsqldb.lib.AsciiOutputStream
- assertAtBlockBoundary() - Method in class org.hsqldb.lib.tar.TarFileOutputStream
- AuthBeanMultiplexer - Class in org.hsqldb.auth
-
This class provides a method which can be used directly as a HyperSQL static Java function method.
- authenticate(String, String) - Method in interface org.hsqldb.auth.AuthFunctionBean
-
Return a list of authorized roles or null to indicate that the implementation does not intend to produce a specific role list but only to indicate whether to allow access or not.
- authenticate(String, String) - Method in class org.hsqldb.auth.HsqldbSlaveAuthBean
- authenticate(String, String) - Method in class org.hsqldb.auth.JaasAuthBean
- authenticate(String, String) - Method in class org.hsqldb.auth.LdapAuthBean
- authenticate(String, String, String) - Static method in class org.hsqldb.auth.AuthBeanMultiplexer
-
HyperSQL Java Function Method.
- AuthFunctionBean - Interface in org.hsqldb.auth
-
AuthFunctionBeans are NOT directly usable as HyperSQL Authentication Function methods, they are POJO beans to be managed by AuthBeanMultiplexer (which does have a real HyperSQL Authentication Function static method).
- AuthUtils - Class in org.hsqldb.auth
-
Static external-auth-related utilities.
- autoCommitFailureClosesAllResultSets() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a
SQLException
while autoCommit istrue
indicates that all open ResultSets are closed, even ones that are holdable. - available() - Method in class org.hsqldb.lib.CountdownInputStream
- available() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- available() - Method in interface org.hsqldb.lib.InputStreamInterface
- available() - Method in class org.hsqldb.lib.InputStreamWrapper
- available() - Method in class org.hsqldb.lib.StringInputStream
- await() - Method in class org.hsqldb.lib.CountUpDownLatch
-
Causes the current thread to wait until
count
reaches zero, unless the thread is interrupted. - await(long, TimeUnit) - Method in class org.hsqldb.lib.CountUpDownLatch
-
Causes the current thread to wait until
count
reaches zero, unless the thread is interrupted, or the specified waiting time elapses.
B
- bad_block_write_len - org.hsqldb.lib.tar.RB
- bad_header_value - org.hsqldb.lib.tar.RB
- bad_numeric_header_value - org.hsqldb.lib.tar.RB
- BasicTextJdkLogFormatter - Class in org.hsqldb.lib
-
An implementation of java.util.logging.Formatter very close to SimpleFormatter.
- BasicTextJdkLogFormatter() - Constructor for class org.hsqldb.lib.BasicTextJdkLogFormatter
- BasicTextJdkLogFormatter(boolean) - Constructor for class org.hsqldb.lib.BasicTextJdkLogFormatter
- beforeFirst() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor to the front of this
ResultSet
object, just before the first row. - beginRequest() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Hints to the driver that a request, an independent unit of work, is beginning on this connection.
- booleanArrayToIntIndexes(boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Set elements of arrb true if their indexes appear in arrb.
- bpr_write - org.hsqldb.lib.tar.RB
- byteArrayToBitString(byte[], int) - Static method in class org.hsqldb.lib.StringConverter
-
Converts a byte array into a bit string
- byteArrayToChars(byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
- byteArrayToChars(byte[], int) - Static method in class org.hsqldb.lib.ArrayUtil
- byteArrayToHexString(byte[]) - Static method in class org.hsqldb.lib.StringConverter
-
Converts a byte array into a hexadecimal string
- byteArrayToSQLBitString(byte[], int) - Static method in class org.hsqldb.lib.StringConverter
-
Converts a byte array into an SQL binary string
- byteArrayToSQLHexString(byte[]) - Static method in class org.hsqldb.lib.StringConverter
-
Converts a byte array into an SQL hexadecimal string
- byteArrayToString(byte[], String) - Static method in class org.hsqldb.lib.StringConverter
- byteSequenceToLong(byte[], int) - Static method in class org.hsqldb.lib.ArrayUtil
- bytesLeftInBlock() - Method in class org.hsqldb.lib.tar.TarFileOutputStream
C
- cancel() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Cancels this
Statement
object if both the DBMS and driver support aborting an SQL statement. - cancel() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Cancels this
Statement
object if both the DBMS and driver support aborting an SQL statement. - cancel(Object) - Static method in class org.hsqldb.lib.HsqlTimer
-
Causes the task referenced by the supplied argument to be cancelled.
- cancelRowUpdates() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Cancels the updates made to the current row in this
ResultSet
object. - canonicalFile(File) - Method in class org.hsqldb.lib.FileUtil
-
Retrieves the canonical file for the given file, in a JDK 1.1 compliant way.
- canonicalFile(String) - Method in class org.hsqldb.lib.FileUtil
-
Retrieves the canonical file for the given path, in a JDK 1.1 compliant way.
- canonicalOrAbsolutePath(String) - Method in class org.hsqldb.lib.FileUtil
-
Retrieves the canonical path for the given path, or the absolute path if attempting to retrieve the canonical path fails.
- canonicalPath(File) - Method in class org.hsqldb.lib.FileUtil
-
Retrieves the canonical path for the given File, in a JDK 1.1 compliant way.
- canonicalPath(String) - Method in class org.hsqldb.lib.FileUtil
-
Retrieves the canonical path for the given path, in a JDK 1.1 compliant way.
- cant_overwrite - org.hsqldb.lib.tar.RB
- cant_write_dir - org.hsqldb.lib.tar.RB
- cant_write_parent - org.hsqldb.lib.tar.RB
- capacity() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Returns the current capacity of this stream's data buffer.
- capacity() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Returns the current capacity of this writer's data buffer.
- capacity() - Method in class org.hsqldb.lib.DoubleIntIndex
- capacity() - Method in class org.hsqldb.lib.HashSet
- capacity() - Method in class org.hsqldb.lib.IntIndex
- catalogName - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The column's table's catalog name.
- cdiv(int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
a and b must be both positive returns (a / b) or (a / b) + 1 if remainder is larger than zero
- cdiv(long, long) - Static method in class org.hsqldb.lib.ArrayUtil
- characters(char[], int, int) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Receive notification of character data.
- charArrayToBytes(char[]) - Static method in class org.hsqldb.lib.ArrayUtil
- charArrayToBytes(char[], int) - Static method in class org.hsqldb.lib.ArrayUtil
- CharArrayWriter - Class in org.hsqldb.lib
-
A writer for char strings.
- CharArrayWriter(char[]) - Constructor for class org.hsqldb.lib.CharArrayWriter
- CharArrayWriter(int) - Constructor for class org.hsqldb.lib.CharArrayWriter
- CharArrayWriter(Reader) - Constructor for class org.hsqldb.lib.CharArrayWriter
- CharArrayWriter(Reader, int) - Constructor for class org.hsqldb.lib.CharArrayWriter
- charset - Variable in class org.hsqldb.util.RCData
- checkRunning(boolean) - Method in class org.hsqldb.server.Server
-
Checks if this Server object is or is not running and throws if the current state does not match the specified value.
- checksum - org.hsqldb.lib.tar.TarHeaderField
- checksum_mismatch - org.hsqldb.lib.tar.RB
- CLASS_CODE_BOOLEAN - Static variable in class org.hsqldb.lib.ArrayUtil
- CLASS_CODE_BYTE - Static variable in class org.hsqldb.lib.ArrayUtil
- CLASS_CODE_CHAR - Static variable in class org.hsqldb.lib.ArrayUtil
- CLASS_CODE_DOUBLE - Static variable in class org.hsqldb.lib.ArrayUtil
- CLASS_CODE_FLOAT - Static variable in class org.hsqldb.lib.ArrayUtil
- CLASS_CODE_INT - Static variable in class org.hsqldb.lib.ArrayUtil
- CLASS_CODE_LONG - Static variable in class org.hsqldb.lib.ArrayUtil
- CLASS_CODE_OBJECT - Static variable in class org.hsqldb.lib.ArrayUtil
- CLASS_CODE_SHORT - Static variable in class org.hsqldb.lib.ArrayUtil
- cleanup_rmfail - org.hsqldb.lib.tar.RB
- clear() - Method in class org.hsqldb.auth.AuthBeanMultiplexer
-
Clear the set of AuthFunctionBeans
- clear() - Method in interface org.hsqldb.lib.Collection
- clear() - Method in class org.hsqldb.lib.DoubleIntIndex
- clear() - Method in class org.hsqldb.lib.DoubleLongIndex
- clear() - Method in class org.hsqldb.lib.HsqlArrayHeap
- clear() - Method in class org.hsqldb.lib.HsqlArrayList
- clear() - Method in class org.hsqldb.lib.HsqlDeque
- clear() - Method in interface org.hsqldb.lib.HsqlHeap
-
Removes all elements from this Heap.
- clear() - Method in class org.hsqldb.lib.IntIndex
- clear() - Method in interface org.hsqldb.lib.IntLookup
- clear() - Method in class org.hsqldb.lib.LongDeque
- clear() - Method in class org.hsqldb.lib.LongKeyHashMap
- clear() - Method in interface org.hsqldb.lib.LongLookup
- clear() - Method in interface org.hsqldb.lib.Map
- clearArray(int, Object, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Clears an area of the given array of the given type.
- clearBatch() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Empties this
Statement
object's current list of SQL commands. - clearBatch() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Empties this
Statement
object's current list of SQL commands. - clearLoggers(String) - Static method in class org.hsqldb.lib.FrameworkLogger
-
Frees Logger(s), if any, with the specified category, or that begins with the specified prefix + dot.
- clearParameters() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Clears the current parameter values immediately.
- clearUpdates() - Method in class org.hsqldb.jdbc.JDBCBlobClient
- clearUpdates() - Method in class org.hsqldb.jdbc.JDBCClobClient
- clearWarnings() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Clears all warnings reported for this
Connection
object. - clearWarnings() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Clears all the warnings reported on this
Statement
object. - clearWarnings() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Clears all warnings reported on this
ResultSet
object. - clearWarnings() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Clears all the warnings reported on this
Statement
object. - ClosableByteArrayOutputStream - Class in org.hsqldb.lib
-
Provides true Closable semantics ordinarily missing in a
ByteArrayOutputStream
. - ClosableByteArrayOutputStream() - Constructor for class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Creates a new output stream.
- ClosableByteArrayOutputStream(int) - Constructor for class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Creates a new output stream with a buffer capacity of the specified
size
, in bytes. - ClosableCharArrayWriter - Class in org.hsqldb.lib
-
Provides Closable semantics ordinarily missing in a
CharArrayWriter
. - ClosableCharArrayWriter() - Constructor for class org.hsqldb.lib.ClosableCharArrayWriter
-
Creates a new writer.
- ClosableCharArrayWriter(int) - Constructor for class org.hsqldb.lib.ClosableCharArrayWriter
-
Creates a new writer with a buffer capacity of the specified
size
, in characters. - close() - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Does the specialized work required to free this object's resources and that of its parent classes.
- close() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Releases this
Connection
object's database and JDBC resources immediately instead of waiting for them to be automatically released. - close() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Does the specialized work required to free this object's resources and that of its parent class.
- close() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Releases this
ResultSet
object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed. - close() - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Closes this object.
- close() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Releases this
Statement
object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed. - close() - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
- close() - Method in class org.hsqldb.jdbc.pool.JDBCXAConnection
- close() - Method in class org.hsqldb.lib.AsciiInputStream
- close() - Method in class org.hsqldb.lib.AsciiOutputStream
- close() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Closes this object for further writing.
- close() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Closes this object for further writing.
- close() - Method in class org.hsqldb.lib.CountdownInputStream
- close() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- close() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- close() - Method in interface org.hsqldb.lib.InputStreamInterface
- close() - Method in class org.hsqldb.lib.InputStreamWrapper
- close() - Method in class org.hsqldb.lib.LineGroupReader
- close() - Method in class org.hsqldb.lib.LineReader
- close() - Method in class org.hsqldb.lib.SimpleLog
- close() - Method in class org.hsqldb.lib.tar.TarFileInputStream
-
Implements java.io.Closeable.
- close() - Method in class org.hsqldb.lib.tar.TarFileOutputStream
-
Implements java.io.Closeable.
- close(int) - Method in class org.hsqldb.jdbc.JDBCPool
-
Closes the pool immediately.
- closeFully() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Completely closes a pooled connection
- closeOnCompletion() - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- CodeSwitcher - Class in org.hsqldb.util
-
Modifies the source code to support different JDK or profile settings.
- Collection<E> - Interface in org.hsqldb.lib
-
A basic collection of values.
- colonNotation(byte[]) - Static method in class org.hsqldb.server.ServerAcl
- columnClassName - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
- columnDisplaySize - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The column's normal max width in chars.
- columnLabel - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The suggested column title for use in printouts and displays.
- columnName - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The column's name.
- columnType - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The column's SQL type.
- comment(char[], int, int) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
- commit() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this
Connection
object. - commit() - Method in class org.hsqldb.jdbc.pool.JDBCXAConnectionWrapper
-
Interceptor method, because this method is prohibited within any global transaction.
- commit(Xid, boolean) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
-
Per the JDBC 3.0 spec, this commits the transaction for the specified Xid, not necessarily for the transaction associated with this XAResource object.
- commitThis(boolean) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
-
This commits the connection associated with this XAResource.
- commonElements(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns an int[] containing elements shared between the two arrays arra and arrb.
- compactLookupAsIntervals() - Method in class org.hsqldb.lib.DoubleIntIndex
- compactLookupAsIntervals() - Method in class org.hsqldb.lib.DoubleLongIndex
- compactLookupAsIntervals() - Method in interface org.hsqldb.lib.LongLookup
- COMPARABLE_COMPARATOR - Static variable in class org.hsqldb.util.TableSorter
- compare(byte[], byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Compares two arrays.
- compare(byte[], int, int, byte[], int, int) - Static method in class org.hsqldb.lib.ArrayUtil
- compare(Object, Object) - Method in class org.hsqldb.lib.HsqlTimer
-
Required to back the priority queue for scheduled tasks.
- compare(String, String) - Method in class org.hsqldb.lib.StringComparator
- COMPRESSION_GZIP - Static variable in class org.hsqldb.lib.FileArchiver
- COMPRESSION_NONE - Static variable in class org.hsqldb.lib.FileArchiver
- compression_unknown - org.hsqldb.lib.tar.RB
- COMPRESSION_ZIP - Static variable in class org.hsqldb.lib.FileArchiver
- computeTable(byte[]) - Static method in class org.hsqldb.lib.KMPSearchAlgorithm
-
computes the table used to optimize octet pattern search
- computeTable(char[]) - Static method in class org.hsqldb.lib.KMPSearchAlgorithm
-
computes the table used to optimize octet pattern search
- computeTable(String) - Static method in class org.hsqldb.lib.KMPSearchAlgorithm
-
computes the table used to optimize octet pattern search
- concat(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns an array that contains all the elements of the two arrays.
- configureSocket(Socket) - Method in class org.hsqldb.server.HsqlSocketFactory
- configureSocket(Socket) - Method in class org.hsqldb.server.HsqlSocketFactorySecure
- connect(String, Properties) - Method in class org.hsqldb.jdbc.JDBCDriver
-
Attempts to make a database connection to the given URL.
- connect(Connection) - Method in class org.hsqldb.util.DatabaseManager
- connect(Connection) - Method in class org.hsqldb.util.DatabaseManagerSwing
-
This stuff is all quick, except for the refreshTree().
- connectionClosed() - Method in interface org.hsqldb.jdbc.JDBCConnectionEventListener
- connectionClosed() - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
- connectionClosed(ConnectionEvent) - Method in class org.hsqldb.jdbc.JDBCPool
- connectionClosedException() - Static method in class org.hsqldb.jdbc.JDBCUtil
- connectionErrorOccurred(SQLException) - Method in interface org.hsqldb.jdbc.JDBCConnectionEventListener
- connectionErrorOccurred(SQLException) - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
- connectionErrorOccurred(ConnectionEvent) - Method in class org.hsqldb.jdbc.JDBCPool
- ConnectionSetting - Class in org.hsqldb.util
-
ConnectionSetting represents the various parameters of a data source connection.
- contains(int) - Method in class org.hsqldb.lib.IntHashSet
- contains(long) - Method in class org.hsqldb.lib.LongDeque
- contains(long) - Method in class org.hsqldb.lib.OrderedLongHashSet
- contains(Object) - Method in interface org.hsqldb.lib.Collection
- contains(Object) - Method in class org.hsqldb.lib.HashSet
- contains(Object) - Method in class org.hsqldb.lib.HsqlArrayList
- contains(Object) - Method in class org.hsqldb.lib.HsqlDeque
- contains(Object) - Method in class org.hsqldb.lib.IntHashSet
- containsAll(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
returns true if arra contains all elements of arrb
- containsAll(Object[], Object[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
returns true if arra contains all elements of arrb
- containsAll(Collection<E>) - Method in class org.hsqldb.lib.HashSet
- containsAll(IntHashSet) - Method in class org.hsqldb.lib.IntHashSet
- containsAllAtStart(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
returns true if arra contains all elements of arrb at its start
- containsAllTrueElements(boolean[], boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Return true if for each true element in arrb, the corresponding element in arra is true
- containsAny(Object[], Object[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
returns true if arra contains any element of arrb
- containsAt(byte[], int, byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns true if arra from position start contains all elements of arrb in sequential order.
- containsAt(char[], int, char[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns true if arra from position start contains all elements of arrb in sequential order.
- containsKey(int) - Method in class org.hsqldb.lib.IntKeyHashMap
- containsKey(int) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- containsKey(int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- containsKey(int) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- containsKey(long) - Method in class org.hsqldb.lib.LongKeyHashMap
- containsKey(long) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- containsKey(long) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- containsKey(long) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- containsKey(Object) - Method in class org.hsqldb.lib.HashMap
- containsKey(Object) - Method in class org.hsqldb.lib.IntKeyHashMap
- containsKey(Object) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- containsKey(Object) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- containsKey(Object) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- containsKey(Object) - Method in class org.hsqldb.lib.IntValueHashMap
- containsKey(Object) - Method in class org.hsqldb.lib.LongKeyHashMap
- containsKey(Object) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- containsKey(Object) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- containsKey(Object) - Method in class org.hsqldb.lib.LongValueHashMap
- containsKey(Object) - Method in interface org.hsqldb.lib.Map
- containsKey(Object) - Method in class org.hsqldb.lib.MultiValueHashMap
- containsKey(Object) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- containsValue(int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- containsValue(int) - Method in class org.hsqldb.lib.IntValueHashMap
- containsValue(int) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- containsValue(long) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- containsValue(long) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- containsValue(long) - Method in class org.hsqldb.lib.LongValueHashMap
- containsValue(Object) - Method in class org.hsqldb.lib.HashMap
- containsValue(Object) - Method in class org.hsqldb.lib.IntKeyHashMap
- containsValue(Object) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- containsValue(Object) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- containsValue(Object) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- containsValue(Object) - Method in class org.hsqldb.lib.IntValueHashMap
- containsValue(Object) - Method in class org.hsqldb.lib.LongKeyHashMap
- containsValue(Object) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- containsValue(Object) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- containsValue(Object) - Method in interface org.hsqldb.lib.Map
- containsValue(Object) - Method in class org.hsqldb.lib.MultiValueHashMap
- containsValue(Object) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- convertToString(HsqlArrayList<String>, int) - Static method in class org.hsqldb.lib.LineGroupReader
- copy(InputStream, OutputStream) - Static method in class org.hsqldb.lib.InOutUtil
- copy(InputStream, OutputStream, long) - Static method in class org.hsqldb.lib.InOutUtil
- copy(InputStream, OutputStream, long, int) - Static method in class org.hsqldb.lib.InOutUtil
-
the specified
amount
from the given input stream to the given output stream, using a buffer of the given size. - copy(Reader, Writer) - Static method in class org.hsqldb.lib.InOutUtil
- copy(Reader, Writer, long) - Static method in class org.hsqldb.lib.InOutUtil
- copy(Reader, Writer, long, int) - Static method in class org.hsqldb.lib.InOutUtil
-
the specified
amount
from the given input stream to the given output stream, using a buffer of the given size. - copyAdjustArray(Object[], Object[], int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Similar to single slot adjusted copy, with multiple slots added or removed.
- copyAdjustArray(Object, Object, Object, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
For arrays of Objects or primitives.
- copyArray(Object, Object, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Convenience wrapper for System.arraycopy().
- copyBytes(byte[], byte[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Copy the source to dest, returning dest or an enlarged array of result is larger than dest.
- copyBytes(long, byte[], int, int, long, byte[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Byte arrays source and dest each begin at an offset in the common space.
- copyFile(String, String, FileAccess) - Static method in class org.hsqldb.lib.FileArchiver
- copyMoveSegment(Object, Object, int, int, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
- copyTo(DoubleIntIndex) - Method in class org.hsqldb.lib.DoubleIntIndex
- copyTo(DoubleLongIndex) - Method in class org.hsqldb.lib.DoubleLongIndex
- countCommonElements(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the number of elements shared between the two arrays containing sets.
- countCommonElements(Object[], int, Object[]) - Static method in class org.hsqldb.lib.ArrayUtil
- countDown() - Method in class org.hsqldb.lib.CountUpDownLatch
-
Decrements the count of the latch, releasing all waiting threads if the count transitions to zero.
- countDown(int) - Method in class org.hsqldb.lib.CountUpDownLatch
-
Decrements the
count
of the latch by the givenamount
, releasing all waiting threads ifcount
transitions to zero. - CountdownInputStream - Class in org.hsqldb.lib
-
Counts down from a specified value the number of bytes actually read from the wrapped InputStream.
- CountdownInputStream(InputStream) - Constructor for class org.hsqldb.lib.CountdownInputStream
- countNonStartElementsAt(byte[], int, byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the count of elements in arra from position start that are not among the elements of arrb.
- countSameElements(byte[], int, byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the count of elements in arra from position start that are sequentially equal to the elements of arrb.
- countSameElements(char[], int, char[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the count of elements in arra from position start that are sequentially equal to the elements of arrb.
- countSameElements(int[], int, int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the count of elements in arra from position start that are sequentially equal to the elements of arrb.
- countSegments(int[], int, int, int, int, int) - Static method in class org.hsqldb.lib.ArrayCounter
-
Returns an int[] array of length segments containing the distribution count of the elements in unsorted int[] array with values between min and max (range).
- countSmallerElements(int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the count of elements in arra that are smaller than the value.
- countSmallerEqualElements(int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the count of elements in arra that are smaller/equal than the value.
- countStartElementsAt(byte[], int, byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the count of elements in arra from position start that are among the elements of arrb.
- countStartIntIndexesInBooleanArray(int[], boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Return array of indexes of boolean elements that are true.
- countTrueElements(boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Return count of true elements in array
- countUp() - Method in class org.hsqldb.lib.CountUpDownLatch
-
Increments the count of the latch.
- countUp(int) - Method in class org.hsqldb.lib.CountUpDownLatch
-
Increments the count of the latch by the given
amount
. - CountUpDownLatch - Class in org.hsqldb.lib
-
A variation on
CountDownLatch
to allow counting up as well as down. - CountUpDownLatch() - Constructor for class org.hsqldb.lib.CountUpDownLatch
-
Default constructor.
- CountUpDownLatch(int) - Constructor for class org.hsqldb.lib.CountUpDownLatch
-
Constructs a new
CountUpDownLatch
initialized with the giveninitialCount
. - create_only_normal - org.hsqldb.lib.tar.RB
- createArrayOf(String, Object[]) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Factory method for creating Array objects.
- createBlob() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Constructs an object that implements the
Blob
interface. - createClob() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Constructs an object that implements the
Clob
interface. - createDataSource(Properties) - Static method in class org.hsqldb.jdbc.JDBCDataSourceFactory
-
Static method to create a JDBCDataSource instance using the given properties for url, user, password, etc.
- createHsqlServer(String, boolean, boolean) - Static method in class org.hsqldb.server.HsqlServerFactory
- createNClob() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Constructs an object that implements the
NClob
interface. - createParentDirs(String) - Method in interface org.hsqldb.lib.FileAccess
- createParentDirs(String) - Method in class org.hsqldb.lib.FileAccessRes
- createParentDirs(String) - Method in class org.hsqldb.lib.FileUtil
- createServerSocket(int) - Method in class org.hsqldb.server.HsqlSocketFactory
-
Returns a server socket bound to the specified port.
- createServerSocket(int) - Method in class org.hsqldb.server.HsqlSocketFactorySecure
-
Creates a secure server socket bound to the specified port.
- createServerSocket(int, String) - Method in class org.hsqldb.server.HsqlSocketFactory
-
Returns a server socket bound to the specified port.
- createServerSocket(int, String) - Method in class org.hsqldb.server.HsqlSocketFactorySecure
-
Creates a secure server socket bound to the specified port.
- createSocket(String, int) - Method in class org.hsqldb.server.HsqlSocketFactory
-
Creates a socket and connects it to the specified remote host at the specified remote port.
- createSocket(String, int) - Method in class org.hsqldb.server.HsqlSocketFactorySecure
-
Creates a secure Socket and connects it to the specified remote host at the specified remote port.
- createSocket(Socket, String, int) - Method in class org.hsqldb.server.HsqlSocketFactory
-
If socket argument is not null, returns it.
- createSocket(Socket, String, int) - Method in class org.hsqldb.server.HsqlSocketFactorySecure
-
if socket argument is not null, creates a secure Socket as a wrapper for the normal, non-SSL socket.
- createSQLXML() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Constructs an object that implements the
SQLXML
interface. - createStatement() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a
Statement
object for sending SQL statements to the database. - createStatement(int, int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a
Statement
object that will generateResultSet
objects with the given type and concurrency. - createStatement(int, int, int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a
Statement
object that will generateResultSet
objects with the given type, concurrency, and holdability. - createStruct(String, Object[]) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Factory method for creating Struct objects.
- currentElapsedNanos() - Method in class org.hsqldb.lib.StopWatch
-
Retrieves the accumulated nanoseconds this object has spent running since it was last started.
- currentElapsedNanosToMessage(String) - Method in class org.hsqldb.lib.StopWatch
-
Retrieves prefix + " in " + elapsedTime() + " ns."
- currentElapsedTime() - Method in class org.hsqldb.lib.StopWatch
-
Retrieves the accumulated milliseconds this object has spent running since it was last started.
- currentElapsedTimeToMessage(String) - Method in class org.hsqldb.lib.StopWatch
-
Retrieves prefix + " in " + elapsedTime() + " ms."
D
- data_changed - org.hsqldb.lib.tar.RB
- data_size_unknown - org.hsqldb.lib.tar.RB
- DatabaseManager - Class in org.hsqldb.util
-
AWT Tool for manageing a JDBC database.
- DatabaseManager() - Constructor for class org.hsqldb.util.DatabaseManager
- DatabaseManagerSwing - Class in org.hsqldb.util
-
Swing Tool for managing a JDBC database.
- DatabaseManagerSwing() - Constructor for class org.hsqldb.util.DatabaseManagerSwing
- DatabaseManagerSwing(JFrame) - Constructor for class org.hsqldb.util.DatabaseManagerSwing
- DatabaseManagerSwing.DBMPrefs - Class in org.hsqldb.util
-
Persisted User Preferences for DatabaseManagerSwing.
- dataDefinitionCausesTransactionCommit() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a data definition statement within a transaction forces the transaction to commit.
- dataDefinitionIgnoredInTransactions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database ignores a data definition statement within a transaction.
- DataOutputStream - Class in org.hsqldb.lib
-
A wrapper for OutputStream
- DataOutputStream(OutputStream) - Constructor for class org.hsqldb.lib.DataOutputStream
- DbBackup - Class in org.hsqldb.lib.tar
-
Works with tar archives containing HyperSQL database instance backups.
- DbBackup(File, String) - Constructor for class org.hsqldb.lib.tar.DbBackup
-
Instantiate a DbBackup instance for creating a Database Instance backup.
- DbBackup(File, String, boolean) - Constructor for class org.hsqldb.lib.tar.DbBackup
-
Used for SCRIPT backup
- DbBackup_syntax - org.hsqldb.lib.tar.RB
- DbBackup_syntaxerr - org.hsqldb.lib.tar.RB
- DbBackupMain - Class in org.hsqldb.lib.tar
-
This class is used for offline backup of HyperSQL databases.
- DbBackupMain() - Constructor for class org.hsqldb.lib.tar.DbBackupMain
- DBMPrefs(boolean) - Constructor for class org.hsqldb.util.DatabaseManagerSwing.DBMPrefs
- debug - Static variable in class org.hsqldb.lib.tar.TarFileOutputStream
- decompression_ranout - org.hsqldb.lib.tar.RB
- deDuplicate(Object[], int, Comparator) - Static method in class org.hsqldb.lib.ArraySort
- DEFAULT_BLOCKS_PER_RECORD - Static variable in interface org.hsqldb.lib.tar.TarFileOutputStream.Compression
- DEFAULT_COMPRESSION - Static variable in interface org.hsqldb.lib.tar.TarFileOutputStream.Compression
- DEFAULT_COPY_AMOUNT - Static variable in class org.hsqldb.lib.InOutUtil
- DEFAULT_COPY_BUFFER_SIZE - Static variable in class org.hsqldb.lib.InOutUtil
- DEFAULT_JDBC_DRIVER - Static variable in class org.hsqldb.util.RCData
- defaultComparator - Static variable in interface org.hsqldb.lib.ObjectComparator
- DefaultComparator() - Constructor for class org.hsqldb.lib.ObjectComparator.DefaultComparator
- delete(String) - Method in class org.hsqldb.lib.FileUtil
-
Delete the named file
- DELETE_AFTER - Static variable in interface org.hsqldb.trigger.Trigger
- DELETE_AFTER_ROW - Static variable in interface org.hsqldb.trigger.Trigger
- DELETE_BEFORE_ROW - Static variable in interface org.hsqldb.trigger.Trigger
- deleteOnExit(File) - Method in class org.hsqldb.lib.FileUtil
-
Requests, in a JDK 1.1 compliant way, that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates.
- deleteOrRenameDatabaseFiles(String) - Static method in class org.hsqldb.lib.FileUtil
-
Utility method for user applications.
- deleteRow() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Deletes the current row from this
ResultSet
object and from the underlying database. - deletesAreDetected(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether or not a visible row delete can be detected by calling the method
ResultSet.rowDeleted
. - DenyException - Exception in org.hsqldb.auth
-
Exception raised when authentication is denied.
- DenyException() - Constructor for exception org.hsqldb.auth.DenyException
- DESCENDING - Static variable in class org.hsqldb.util.TableSorter
- descendingIterator() - Method in class org.hsqldb.lib.HsqlDeque
- deserialize(byte[]) - Static method in class org.hsqldb.lib.InOutUtil
-
Deserializes the specified byte array to an
Object
instance. - dest_exists - org.hsqldb.lib.tar.RB
- dir_x_conflict - org.hsqldb.lib.tar.RB
- doesMaxRowSizeIncludeBlobs() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether the return value for the method
getMaxRowSize
includes the SQL data typesLONGVARCHAR
andLONGVARBINARY
. - dottedNotation(byte[]) - Static method in class org.hsqldb.server.ServerAcl
- DoubleIntIndex - Class in org.hsqldb.lib
-
Maintains an ordered
integer->integer
lookup table, consisting of two columns, one for keys, the other for values. - DoubleIntIndex(int) - Constructor for class org.hsqldb.lib.DoubleIntIndex
- DoubleIntIndex(int, boolean) - Constructor for class org.hsqldb.lib.DoubleIntIndex
- DoubleLongIndex - Class in org.hsqldb.lib
-
Maintains an ordered
long->long
lookup table, consisting of two columns, one for keys, the other for values. - DoubleLongIndex(int) - Constructor for class org.hsqldb.lib.DoubleLongIndex
- driver - Variable in class org.hsqldb.util.RCData
- driverInstance - Static variable in class org.hsqldb.jdbc.JDBCDriver
- duplicate() - Method in class org.hsqldb.lib.DoubleIntIndex
- duplicate() - Method in class org.hsqldb.lib.DoubleLongIndex
- duplicate() - Method in interface org.hsqldb.lib.LongLookup
- duplicateArray(Object) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns a duplicates of an array.
E
- elapsedNanos() - Method in class org.hsqldb.lib.StopWatch
-
Retrieves the accumulated nanoseconds this object has spent running since it was last zeroed.
- elapsedNanosToMessage(String) - Method in class org.hsqldb.lib.StopWatch
-
Retrieves prefix + " in " + elapsedNanos() + " ns."
- elapsedTime() - Method in class org.hsqldb.lib.StopWatch
-
Retrieves the accumulated milliseconds this object has spent running since it was last zeroed.
- elapsedTimeToMessage(String) - Method in class org.hsqldb.lib.StopWatch
-
Retrieves prefix + " in " + elapsedTime() + " ms."
- element() - Method in class org.hsqldb.lib.HsqlDeque
- ELEMENT_READ - Static variable in interface org.hsqldb.lib.FileAccess
- ELEMENT_READWRITE - Static variable in interface org.hsqldb.lib.FileAccess
- ELEMENT_SEEKABLEREAD - Static variable in interface org.hsqldb.lib.FileAccess
- ELEMENT_TRUNCATE - Static variable in interface org.hsqldb.lib.FileAccess
- ELEMENT_WRITE - Static variable in interface org.hsqldb.lib.FileAccess
- EMPTYSTRING_BEHAVIOR - Static variable in class org.hsqldb.lib.RefCapablePropertyResourceBundle
- EMPTYSTRING_BEHAVIOR - Static variable in class org.hsqldb.lib.ValidatingResourceBundle
- end(Xid, int) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
- endDocument() - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Receive notification of the end of a document.
- endElement(String, String, String) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Receive notification of the end of an element.
- endPrefixMapping(String) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
End the scope of a prefix-URI mapping.
- endRequest() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Hints to the driver that a request, an independent unit of work, has completed.
- enduserlog(Level, String) - Method in class org.hsqldb.lib.FrameworkLogger
- ensureRoom(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- entrySet() - Method in class org.hsqldb.lib.HashMap
- entrySet() - Method in class org.hsqldb.lib.IntKeyHashMap
- entrySet() - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- entrySet() - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- entrySet() - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- entrySet() - Method in class org.hsqldb.lib.IntValueHashMap
- entrySet() - Method in class org.hsqldb.lib.LongKeyHashMap
- entrySet() - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- entrySet() - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- entrySet() - Method in class org.hsqldb.lib.LongValueHashMap
- entrySet() - Method in interface org.hsqldb.lib.Map
- entrySet() - Method in class org.hsqldb.lib.MultiValueHashMap
- entrySet() - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- equals(Object) - Method in class org.hsqldb.jdbc.JDBCRowId
-
Compares this
RowId
to the specified object. - equals(Object) - Method in class org.hsqldb.jdbc.pool.JDBCXID
- equals(Object) - Method in class org.hsqldb.lib.CountUpDownLatch
-
Returns true if and only if
this
andobj
refer to the same object (this == obj
has the valuetrue
). - equals(Object) - Method in class org.hsqldb.lib.MapEntry
- equals(Object) - Method in class org.hsqldb.util.ConnectionSetting
- equals(CountUpDownLatch) - Method in class org.hsqldb.lib.CountUpDownLatch
-
Returns true if and only if
this
andobj
refer to the same object (this == obj
has the valuetrue
). - equals(T, T) - Method in class org.hsqldb.lib.ObjectComparator.DefaultComparator
- equals(T, T) - Method in interface org.hsqldb.lib.ObjectComparator
- equals(T, T) - Method in class org.hsqldb.lib.ObjectComparator.IdentityComparator
- error(String) - Method in class org.hsqldb.lib.FrameworkLogger
-
This is just a wrapper for FrameworkLogger.warning(), because java.util.logging lacks a method for this critical purpose.
- error(String, Throwable) - Method in class org.hsqldb.lib.FrameworkLogger
-
Just like FrameworkLogger.error(String), but also logs a stack trace.
- EventLogInterface - Interface in org.hsqldb.lib
-
Interface for logging events.
- except(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns an array containing the elements of source except any element shared with the other.
- execute() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Executes the SQL statement in this
PreparedStatement
object, which may be any kind of SQL statement. - execute(Runnable) - Method in class org.hsqldb.lib.HsqlTaskQueue
- execute(String) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
This method should always throw if called for a PreparedStatement or CallableStatement.
- execute(String) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement, which may return multiple results.
- execute(String, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- execute(String, int) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
- execute(String, int[]) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- execute(String, int[]) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
- execute(String, String[]) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- execute(String, String[]) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
- executeBatch() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
- executeBatch() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
- executeLargeBatch() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
- executeLargeBatch() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
- executeLargeUpdate() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Executes the SQL statement in this
PreparedStatement
object, which must be an SQL Data Manipulation Language (DML) statement, such asINSERT
,UPDATE
orDELETE
; or an SQL statement that returns nothing, such as a DDL statement. - executeLargeUpdate(String) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement, which may be an
INSERT
,UPDATE
, orDELETE
statement or an SQL statement that returns nothing, such as an SQL DDL statement. - executeLargeUpdate(String, int) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this
Statement
object should be made available for retrieval. - executeLargeUpdate(String, int[]) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
- executeLargeUpdate(String, String[]) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
- executeQuery() - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Executes the SQL query in this
PreparedStatement
object and returns theResultSet
object generated by the query. - executeQuery() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Executes the SQL query in this
PreparedStatement
object and returns theResultSet
object generated by the query. - executeQuery(String) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
This method should always throw if called for a PreparedStatement or CallableStatement.
- executeQuery(String) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement, which returns a single
ResultSet
object. - executeUpdate() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Executes the SQL statement in this
PreparedStatement
object, which must be an SQL Data Manipulation Language (DML) statement, such asINSERT
,UPDATE
orDELETE
; or an SQL statement that returns nothing, such as a DDL statement. - executeUpdate(String) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
This method should always throw if called for a PreparedStatement or CallableStatement.
- executeUpdate(String) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement, which may be an
INSERT
,UPDATE
, orDELETE
statement or an SQL statement that returns nothing, such as an SQL DDL statement. - executeUpdate(String, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Statement methods that must be overridden in this class and throw an exception.
- executeUpdate(String, int) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this
Statement
object should be made available for retrieval. - executeUpdate(String, int[]) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- executeUpdate(String, int[]) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
- executeUpdate(String, String[]) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- executeUpdate(String, String[]) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
- exists(String) - Method in class org.hsqldb.lib.FileUtil
-
Return true or false based on whether the named file exists.
- exists(String, boolean, Class) - Method in class org.hsqldb.lib.FileUtil
- expandSysPropVars(String) - Static method in class org.hsqldb.util.RCData
-
Returns a copy of the given String with System property names in the format
${system.property}
replaced by the corresponding Java System Properties. - EXTRACT_MODE - Static variable in class org.hsqldb.lib.tar.TarReader
-
EXTRACT_MODE refuses to overwrite existing files.
- extraction_exists - org.hsqldb.lib.tar.RB
- extraction_exists_notfile - org.hsqldb.lib.tar.RB
- extraction_parent_mkfail - org.hsqldb.lib.tar.RB
- extraction_parent_not_dir - org.hsqldb.lib.tar.RB
- extraction_parent_not_writable - org.hsqldb.lib.tar.RB
F
- file_appeared - org.hsqldb.lib.tar.RB
- file_changed - org.hsqldb.lib.tar.RB
- file_disappeared - org.hsqldb.lib.tar.RB
- file_missing - org.hsqldb.lib.tar.RB
- FileAccess - Interface in org.hsqldb.lib
-
Interface for abstraction of file access.
- FileAccess.FileSync - Interface in org.hsqldb.lib
- FileAccessRes - Class in org.hsqldb.lib
-
Implementation of FileAccess for resources.
- FileAccessRes() - Constructor for class org.hsqldb.lib.FileAccessRes
- FileArchiver - Class in org.hsqldb.lib
-
Creates a direct, compressed or decompressed copy of a file.
- FileArchiver() - Constructor for class org.hsqldb.lib.FileArchiver
- FileUtil - Class in org.hsqldb.lib
-
A collection of file management methods.
- FileUtil.FileSync - Class in org.hsqldb.lib
- fill(int, int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- fillArray(boolean[], boolean) - Static method in class org.hsqldb.lib.ArrayUtil
-
Fills the int array with a value
- fillArray(byte[], int, byte) - Static method in class org.hsqldb.lib.ArrayUtil
-
Fills part of the array with a value.
- fillArray(char[], int, char) - Static method in class org.hsqldb.lib.ArrayUtil
-
Fills part of the array with a value.
- fillArray(double[], double) - Static method in class org.hsqldb.lib.ArrayUtil
-
Fills the double array with a value.
- fillArray(int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Fills the int array with a value.
- fillArray(Object[], Object) - Static method in class org.hsqldb.lib.ArrayUtil
-
Fills the array with a value.
- fillSequence(int[]) - Static method in class org.hsqldb.lib.ArrayUtil
- FilteredIterator<E> - Class in org.hsqldb.lib
-
An iterator with an added filter.
- FilteredIterator(Iterator<E>, FilteredIterator.Filter<E>) - Constructor for class org.hsqldb.lib.FilteredIterator
- FilteredIterator.Filter<E> - Interface in org.hsqldb.lib
- find(byte[], int, int, byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the index of the first occurrence of arrb in arra.
- find(byte[], int, int, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the index of b or c in arra.
- find(char[], int) - Static method in class org.hsqldb.lib.ArrayUtil
- find(int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Finds index of value in small array.
- find(int[], int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Finds index of value in the first count elements of small array.
- find(short[], int) - Static method in class org.hsqldb.lib.ArrayUtil
- find(short[], int, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
- find(Object[], Object) - Static method in class org.hsqldb.lib.ArrayUtil
-
Basic find for small arrays of Object.
- findColumn(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Maps the given
ResultSet
column label to itsResultSet
column index. - findFirstConsecutiveKeys(int) - Method in class org.hsqldb.lib.IntIndex
- findFirstEqualKeyIndex(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- findFirstEqualKeyIndex(int) - Method in class org.hsqldb.lib.IntIndex
- findFirstEqualKeyIndex(long) - Method in class org.hsqldb.lib.DoubleLongIndex
- findFirstGreaterEqualKeyIndex(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- findFirstGreaterEqualKeyIndex(int) - Method in class org.hsqldb.lib.IntIndex
- findFirstGreaterEqualKeyIndex(long) - Method in class org.hsqldb.lib.DoubleLongIndex
- findFirstGreaterEqualSlotIndex(int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
This method is similar to findFirstGreaterEqualKeyIndex(int) but returns the index of the empty row past the end of the array if the search value is larger than all the values / keys in the searched column.
- findFirstGreaterEqualSlotIndex(int) - Method in class org.hsqldb.lib.IntIndex
-
This method is similar to findFirstGreaterEqualKeyIndex(int) but returns the index of the empty row past the end of the array if the search value is larger than all the values / keys in the searched column.
- findFirstGreaterEqualSlotIndex(long) - Method in class org.hsqldb.lib.DoubleLongIndex
-
This method is similar to findFirstGreaterEqualKeyIndex(int) but returns the index of the empty row past the end of the array if the search value is larger than all the values / keys in the searched column.
- findFirstIndexUnsorted(int) - Method in class org.hsqldb.lib.IntIndex
- findIn(byte[], int, int, byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns an index into arra (or -1) where the character is in the byteSet byte array.
- findNot(int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Finds the first element of the array that is not equal to the given value.
- findNotIn(byte[], int, int, byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns an index into arra (or -1) where the character is not in the charset byte array.
- finer(String) - Method in class org.hsqldb.lib.FrameworkLogger
- finer(String, Throwable) - Method in class org.hsqldb.lib.FrameworkLogger
-
Just like FrameworkLogger.finer(String), but also logs a stack trace.
- finest(String) - Method in class org.hsqldb.lib.FrameworkLogger
- finest(String, Throwable) - Method in class org.hsqldb.lib.FrameworkLogger
-
Just like FrameworkLogger.finest(String), but also logs a stack trace.
- finish() - Method in class org.hsqldb.lib.tar.TarFileOutputStream
-
(Only) when this method returns successfully, the generated file will be a valid tar file.
- fire(int, String, String, Object[], Object[]) - Method in interface org.hsqldb.trigger.Trigger
-
Old fire method.
- fire(int, String, String, String[], Object[], Object[]) - Method in interface org.hsqldb.trigger.Trigger
-
The method invoked upon each triggered action.
- first() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor to the first row in this
ResultSet
object. - flush() - Method in class org.hsqldb.lib.AsciiOutputStream
- flush() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
By default, does nothing.
- flush() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
By default, does nothing.
- flush() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
-
does nothing
- flush() - Method in class org.hsqldb.lib.SimpleLog
- flush() - Method in class org.hsqldb.lib.tar.TarFileOutputStream
-
Implements java.io.Flushable.
- forget(Xid) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
-
The XAResource API spec indicates implies that this is only for 2-phase transactions.
- format(LogRecord) - Method in class org.hsqldb.lib.BasicTextJdkLogFormatter
- FrameworkLogger - Class in org.hsqldb.lib
-
A logging framework wrapper that supports java.util.logging and log4j.
- free() - Method in class org.hsqldb.jdbc.JDBCArray
-
This method frees the
Array
object and releases the resources that it holds. - free() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
This method frees the
Array
object and releases the resources that it holds. - free() - Method in class org.hsqldb.jdbc.JDBCBlob
-
This method frees the
Blob
object and releases the resources that it holds. - free() - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
This method frees the
Blob
object and releases the resources that it holds. - free() - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
This method frees the
Blob
object and releases the resources that it holds. - free() - Method in class org.hsqldb.jdbc.JDBCClob
-
This method releases the resources that the
Clob
object holds. - free() - Method in class org.hsqldb.jdbc.JDBCClobClient
-
This method frees the
Clob
object and releases the resources that it holds. - free() - Method in class org.hsqldb.jdbc.JDBCClobFile
-
This method frees the
Clob
object and releases the resources that it holds. - free() - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
This method closes this object and releases the resources that it held.
- free() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Closes this object and releases the underlying buffer for garbage collection.
- free() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Closes this object and releases the underlying buffer for garbage collection.
- fsIsIgnoreCase - Variable in class org.hsqldb.lib.FileUtil
- fsNormalizesPosixSeparator - Variable in class org.hsqldb.lib.FileUtil
G
- generatedKeyAlwaysReturned() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a generated key will always be returned if the column name(s) or index(es) specified for the auto generated key column(s) are valid and the statement succeeds.
- get(int) - Method in class org.hsqldb.lib.HsqlArrayList
-
Gets the element at given position
- get(int) - Method in class org.hsqldb.lib.HsqlDeque
- get(int) - Method in class org.hsqldb.lib.IntKeyHashMap
- get(int) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- get(int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- get(int) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- get(int) - Method in interface org.hsqldb.lib.List
- get(int) - Method in class org.hsqldb.lib.LongDeque
- get(int) - Method in class org.hsqldb.lib.OrderedHashMap
-
Same as getValueAt(index).
- get(int) - Method in class org.hsqldb.lib.OrderedHashSet
- get(int) - Method in class org.hsqldb.lib.OrderedIntHashSet
- get(int) - Method in class org.hsqldb.lib.OrderedLongHashSet
- get(int, int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- get(int, int[]) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- get(int, long) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- get(int, long[]) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- get(long) - Method in class org.hsqldb.lib.LongKeyHashMap
- get(long) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- get(long) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- get(long) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- get(long, int) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- get(long, int[]) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- get(long, long) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- get(long, long[]) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- get(E) - Method in class org.hsqldb.lib.HashSet
- get(Integer) - Method in class org.hsqldb.lib.IntKeyHashMap
- get(Integer) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- get(Integer) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- get(Integer) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- get(Long) - Method in class org.hsqldb.lib.LongKeyHashMap
- get(Long) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- get(Long) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- get(Long) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- get(Object) - Method in class org.hsqldb.lib.HashMap
- get(Object) - Method in class org.hsqldb.lib.IntValueHashMap
- get(Object) - Method in class org.hsqldb.lib.LongValueHashMap
- get(Object, int) - Method in class org.hsqldb.lib.IntValueHashMap
- get(Object, int) - Method in class org.hsqldb.lib.LongValueHashMap
- get(Object, int[]) - Method in class org.hsqldb.lib.IntValueHashMap
- get(Object, long[]) - Method in class org.hsqldb.lib.LongValueHashMap
- get(K) - Method in interface org.hsqldb.lib.Map
- get(K) - Method in class org.hsqldb.lib.MultiValueHashMap
-
Returns one of the values associated with the given key.
- getAbortUponModify() - Method in class org.hsqldb.lib.tar.DbBackup
- getAddress() - Method in class org.hsqldb.server.Server
-
Retrieves, in string form, this server's host address.
- getArray() - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves the contents of the SQL
ARRAY
value designated by thisArray
object in the form of an array in the Java programming language. - getArray() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves the contents of the SQL
ARRAY
value designated by thisArray
object in the form of an array in the Java programming language. - getArray() - Method in class org.hsqldb.lib.HsqlArrayList
- getArray(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
ARRAY
parameter as anArray
object in the Java programming language. - getArray(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as anArray
object in the Java programming language. - getArray(long, int) - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves a slice of the SQL
ARRAY
value designated by thisArray
object, beginning with the specifiedindex
and containing up tocount
successive elements of the SQL array. - getArray(long, int) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves a slice of the SQL
ARRAY
value designated by thisArray
object, beginning with the specifiedindex
and containing up tocount
successive elements of the SQL array. - getArray(long, int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves a slice of the SQL
ARRAY
value designated by thisArray
object, beginning with the specifiedindex
and containing up tocount
successive elements of the SQL array. - getArray(long, int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves a slice of the SQL
ARRAY
value designated by thisArray
object, beginning with the specifiedindex
and containing up tocount
successive elements of the SQL array. - getArray(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
ARRAY
parameter as anArray
object in the Java programming language. - getArray(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as anArray
object in the Java programming language. - getArray(Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves the contents of the SQL
ARRAY
value designated by thisArray
object. - getArray(Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves the contents of the SQL
ARRAY
value designated by thisArray
object. - getArrayInternal() - Method in class org.hsqldb.jdbc.JDBCArray
- getAsciiStream() - Method in class org.hsqldb.jdbc.JDBCClob
-
Retrieves the
CLOB
value designated by thisClob
object as an ascii stream. - getAsciiStream() - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Retrieves the
CLOB
value designated by thisClob
object as an ascii stream. - getAsciiStream() - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves the
CLOB
value designated by thisClob
object as an ASCII stream. - getAsciiStream(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as a stream of ASCII characters. - getAsciiStream(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as a stream of ASCII characters. - getAsMap() - Method in class org.hsqldb.lib.LineGroupReader
-
Returns a map/list which contains the first line of each line group as key and the rest of the lines as a String value.
- getAttributes(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
- getAutoCommit() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves the current auto-commit mode for this
Connection
object. - getBaseType() - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves the JDBC type of the elements in the array designated by this
Array
object. - getBaseType() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves the JDBC type of the elements in the array designated by this
Array
object. - getBaseTypeName() - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves the SQL type name of the elements in the array designated by this
Array
object. - getBaseTypeName() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves the SQL type name of the elements in the array designated by this
Array
object. - getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of a table's optimal set of columns that uniquely identifies a row.
- getBigDecimal(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
NUMERIC
parameter as ajava.math.BigDecimal
object with as many digits to the right of the decimal point as the value contains. - getBigDecimal(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.math.BigDecimal
with full precision. - getBigDecimal(int, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Deprecated.use
getBigDecimal(int parameterIndex)
orgetBigDecimal(String parameterName)
- getBigDecimal(int, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Deprecated.Use
getBigDecimal(int columnIndex)
orgetBigDecimal(String columnLabel)
- getBigDecimal(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
NUMERIC
parameter as ajava.math.BigDecimal
object with as many digits to the right of the decimal point as the value contains. - getBigDecimal(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.math.BigDecimal
with full precision. - getBigDecimal(String, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Deprecated.Use
getBigDecimal(int columnIndex)
orgetBigDecimal(String columnLabel)
- getBinaryMultipleCeiling(long, long) - Static method in class org.hsqldb.lib.ArrayUtil
-
uses 2**scale form and returns a multiple of unit that is larger or equal to value
- getBinaryNormalisedCeiling(long) - Static method in class org.hsqldb.lib.ArrayUtil
-
returns the smallest value that is a power of 2 and larger or equal to value
- getBinaryNormalisedCeiling(long, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
uses 2**scale form and returns a multiple of this that is larger or equal to value
- getBinaryStream() - Method in class org.hsqldb.jdbc.JDBCBlob
-
Retrieves the
BLOB
value designated by thisBlob
instance as a stream. - getBinaryStream() - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Retrieves the
BLOB
value designated by thisBlob
instance as a stream. - getBinaryStream() - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Retrieves the
BLOB
value designated by thisBlob
instance as a stream. - getBinaryStream() - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Retrieves the XML value designated by this SQLXML instance as a stream.
- getBinaryStream(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as a stream of uninterpreted bytes. - getBinaryStream(long, long) - Method in class org.hsqldb.jdbc.JDBCBlob
-
Returns an
InputStream
object that contains a partialBlob
value, starting with the byte specified by pos, which is length bytes in length. - getBinaryStream(long, long) - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Returns an
InputStream
object that contains a partialBlob
value, starting with the byte specified by pos, which is length bytes in length. - getBinaryStream(long, long) - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Returns an
InputStream
object that contains a partialBlob
value, starting with the byte specified by pos, which is length bytes in length. - getBinaryStream(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as a stream of uninterpretedbyte
s. - getBlob() - Method in class org.hsqldb.jdbc.JDBCBlobClient
- getBlob(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
BLOB
parameter as aBlob
object in the Java programming language. - getBlob(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aBlob
object in the Java programming language. - getBlob(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
BLOB
parameter as aBlob
object in the Java programming language. - getBlob(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aBlob
object in the Java programming language. - getBoolean(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
BIT
orBOOLEAN
parameter as aboolean
in the Java programming language. - getBoolean(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aboolean
in the Java programming language. - getBoolean(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
BIT
orBOOLEAN
parameter as aboolean
in the Java programming language. - getBoolean(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aboolean
in the Java programming language. - getBranchQualifier() - Method in class org.hsqldb.jdbc.pool.JDBCXID
- getBuffer() - Method in class org.hsqldb.lib.CharArrayWriter
- getBuffer() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- getBundle(String, ClassLoader, Class<? extends Enum<?>>) - Static method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
-
Use like java.util.ResourceBundle.getBundle(String).
- getBundle(String, Locale, ClassLoader, Class<? extends Enum<?>>) - Static method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
-
Use exactly like java.util.ResourceBundle.get(String, Locale, ClassLoader).
- getByte(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
TINYINT
parameter as abyte
in the Java programming language. - getByte(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as abyte
in the Java programming language. - getByte(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
TINYINT
parameter as abyte
in the Java programming language. - getByte(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as abyte
in the Java programming language. - getBytes() - Method in class org.hsqldb.jdbc.JDBCRowId
-
Returns an array of bytes representing the value of the SQL
ROWID
designated by thisjava.sql.RowId
object. - getBytes(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
BINARY
orVARBINARY
parameter as an array ofbyte
values in the Java programming language. - getBytes(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as abyte
array in the Java programming language. - getBytes(long, int) - Method in class org.hsqldb.jdbc.JDBCBlob
-
Retrieves all or part of the
BLOB
value that thisBlob
object represents, as an array of bytes. - getBytes(long, int) - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Retrieves all or part of the
BLOB
value that thisBlob
object represents, as an array of bytes. - getBytes(long, int) - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Retrieves all or part of the
BLOB
value that thisBlob
object represents, as an array of bytes. - getBytes(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
BINARY
orVARBINARY
parameter as an array ofbyte
values in the Java programming language. - getBytes(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as abyte
array in the Java programming language. - getBytesWritten() - Method in class org.hsqldb.lib.tar.TarFileOutputStream
- getCatalog() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves this
Connection
object's current catalog name. - getCatalogName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Gets the designated column's table's catalog name.
- getCatalogs() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the catalog names available in this database.
- getCatalogSeparator() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the
String
that this database uses as the separator between a catalog and table name. - getCatalogTerm() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the database vendor's preferred term for "catalog".
- getCharacterStream() - Method in class org.hsqldb.jdbc.JDBCClob
-
Retrieves the
CLOB
value designated by thisClob
object as ajava.io.Reader
object (or as a stream of characters). - getCharacterStream() - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Retrieves the
CLOB
value designated by thisClob
object as ajava.io.Reader
object (or as a stream of characters). - getCharacterStream() - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves the
CLOB
value designated by thisClob
object as ajava.io.Reader
object (or as a stream of characters). - getCharacterStream() - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
- getCharacterStream(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader
object in the Java programming language. - getCharacterStream(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.io.Reader
object. - getCharacterStream(long, long) - Method in class org.hsqldb.jdbc.JDBCClob
-
Returns a
Reader
object that contains a partialClob
value, starting with the character specified by pos, which is length characters in length. - getCharacterStream(long, long) - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Returns a
Reader
object that contains a partialClob
value, starting with the character specified by pos, which is length characters in length. - getCharacterStream(long, long) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Returns a
Reader
object that contains a partialClob
value, starting with the character specified by pos, which is length characters in length. - getCharacterStream(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader
object in the Java programming language. - getCharacterStream(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.io.Reader
object. - getClientInfo() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Returns a list containing the name and current value of each client info property supported by the driver.
- getClientInfo(String) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Returns the value of the client info property specified by name.
- getClientInfoProperties() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a list of the client info properties that the driver supports.
- getClob() - Method in class org.hsqldb.jdbc.JDBCClobClient
- getClob(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
CLOB
parameter as ajava.sql.Clob
object in the Java programming language. - getClob(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aClob
object in the Java programming language. - getClob(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
CLOB
parameter as aClob
object in the Java programming language. - getClob(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aClob
object in the Java programming language. - getColumnClass(int) - Method in class org.hsqldb.util.TableSorter
- getColumnClassName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Returns the fully-qualified name of the Java class whose instances are manufactured if the method
ResultSet.getObject
is called to retrieve a value from the column. - getColumnCount() - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Returns the number of columns in this
ResultSet
object. - getColumnCount() - Method in class org.hsqldb.util.TableSorter
- getColumnDisplaySize(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates the designated column's normal maximum width in characters.
- getColumnLabel(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Gets the designated column's suggested title for use in printouts and displays.
- getColumnName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Get the designated column's name.
- getColumnName(int) - Method in class org.hsqldb.util.TableSorter
- getColumnPrivileges(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the access rights for a table's columns.
- getColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of table columns available in the specified catalog.
- getColumnType(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Retrieves the designated column's SQL type.
- getColumnTypeName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Retrieves the designated column's database-specific type name.
- getCommonElementCount(Set<E>) - Method in class org.hsqldb.lib.HashSet
- getCommonElementCount(Set<E>) - Method in class org.hsqldb.lib.OrderedHashSet
- getConcurrency() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the concurrency mode of this
ResultSet
object. - getConnection() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the connection that produced this metadata object.
- getConnection() - Method in class org.hsqldb.jdbc.JDBCDataSource
-
Retrieves a new connection using the properties that have already been set.
- getConnection() - Method in class org.hsqldb.jdbc.JDBCPool
-
Retrieves a new connection using the properties that have already been set.
- getConnection() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the
Connection
object that produced thisStatement
object. - getConnection() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the
Connection
object that produced thisStatement
object. - getConnection() - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
- getConnection() - Method in class org.hsqldb.jdbc.pool.JDBCXAConnection
-
Returns a connection that can be used by the user application.
- getConnection() - Method in class org.hsqldb.util.RCData
-
Gets a JDBC Connection using the data of this RCData object.
- getConnection(String, String) - Method in class org.hsqldb.jdbc.JDBCDataSource
-
Retrieves a new connection using the given username and password, and the database url that has been set.
- getConnection(String, String) - Method in class org.hsqldb.jdbc.JDBCPool
-
Retrieves a new connection using the given username and password, and the database url that has been set.
- getConnection(String, String) - Method in class org.hsqldb.util.RCData
-
Gets a JDBC Connection using the data of this RCData object with specified override elements
- getConnection(String, Properties) - Static method in class org.hsqldb.jdbc.JDBCDriver
-
The static equivalent of the
connect(String,Properties)
method. - getConnProperties() - Method in class org.hsqldb.jdbc.JDBCConnection
- getCount() - Method in class org.hsqldb.lib.CountdownInputStream
- getCount() - Method in class org.hsqldb.lib.CountUpDownLatch
-
Returns the current count.
- getCrossReference(String, String, String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key or the columns representing a unique constraint of the parent table (could be the same or a different table).
- getCursorName() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the name of the SQL cursor used by this
ResultSet
object. - getDatabase() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Synonym for getUrl().
- getDatabase() - Method in class org.hsqldb.jdbc.JDBCPool
-
Synonym for getUrl().
- getDatabaseDefaultCollation() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Returns the name of the default collation for database.
- getDatabaseFileList(String) - Static method in class org.hsqldb.lib.FileUtil
-
Utility method for user applications.
- getDatabaseMainFileList(String) - Static method in class org.hsqldb.lib.FileUtil
-
Returns a list of existing main files for a database.
- getDatabaseMajorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the major version number of the underlying database.
- getDatabaseMinorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the minor version number of the underlying database.
- getDatabaseName() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Synonym for getUrl().
- getDatabaseName() - Method in class org.hsqldb.jdbc.JDBCPool
-
Synonym for getUrl().
- getDatabaseName(int, boolean) - Method in class org.hsqldb.server.Server
-
Retrieves the url alias (network name) of the i'th database that this Server hosts.
- getDatabasePath(int, boolean) - Method in class org.hsqldb.server.Server
-
Retrieves the HSQLDB path descriptor (uri) of the i'th Database that this Server hosts.
- getDatabaseProductName() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the name of this database product.
- getDatabaseProductVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the version number of this database product.
- getDatabaseType(int) - Method in class org.hsqldb.server.Server
- getDataSourceName() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Retrieves the name of the data source.
- getDataSourceName() - Method in class org.hsqldb.jdbc.JDBCPool
-
Retrieves the name of the data source.
- getDate(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
DATE
parameter as ajava.sql.Date
object. - getDate(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Date
object in the Java programming language. - getDate(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
DATE
parameter as ajava.sql.Date
object, using the givenCalendar
object to construct the date. - getDate(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Date
object in the Java programming language. - getDate(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
DATE
parameter as ajava.sql.Date
object. - getDate(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Date
object in the Java programming language. - getDate(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
DATE
parameter as ajava.sql.Date
object, using the givenCalendar
object to construct the date. - getDate(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Date
object in the Java programming language. - getDefaultJdbcDriverName() - Method in class org.hsqldb.util.RCData
- getDefaultPort(int, boolean) - Static method in class org.hsqldb.server.ServerConfiguration
-
Retrieves the default port that a Server will try to use in the absence of an explicitly specified one, given the specified value for whether or not to use secure sockets.
- getDefaultTransactionIsolation() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves this database's default transaction isolation level.
- getDefaultWebPage() - Method in class org.hsqldb.server.Server
-
Retrieves the name of the web page served when no page is specified.
- getDefaultWebPage() - Method in class org.hsqldb.server.WebServer
-
Retrieves the name of the web page served when no page is specified.
- getDescription() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Retrieves the description of the data source.
- getDescription() - Method in class org.hsqldb.jdbc.JDBCPool
-
Retrieves the description of the data source.
- getDocumentLocator() - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Retrieves the Locator.
- getDouble(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
DOUBLE
parameter as adouble
in the Java programming language. - getDouble(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as adouble
in the Java programming language. - getDouble(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
DOUBLE
parameter as adouble
in the Java programming language. - getDouble(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as adouble
in the Java programming language. - getDriverMajorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves this JDBC driver's major version number.
- getDriverMinorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves this JDBC driver's minor version number.
- getDriverName() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the name of this JDBC driver.
- getDriverVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the version number of this JDBC driver as a
String
. - getEncoding() - Method in class org.hsqldb.jdbc.JDBCClobFile
- getErrWriter() - Method in class org.hsqldb.server.Server
-
Retrieves the PrintWriter to which server errors are printed.
- getExpandedString() - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getExpandedString() - Method in enum org.hsqldb.lib.tar.RB
- getExpandedString(Enum<?>) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getExpandedString(Enum<?>, String...) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getExpandedString(String...) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getExpandedString(String...) - Method in enum org.hsqldb.lib.tar.RB
- getExpandedString(String, int) - Method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
-
Same as getString(), but expands System Variables specified in property values like ${sysvarname}.
- getExpandedString(String, String[], int, int) - Method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
- getExportedKeys(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
- getExtraNameCharacters() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
- getFetchDirection() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this
Statement
object. - getFetchDirection() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the fetch direction for this
ResultSet
object. - getFetchDirection() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this
Statement
object. - getFetchSize() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the number of result set rows that is the default fetch size for
ResultSet
objects generated from thisStatement
object. - getFetchSize() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the fetch size for this
ResultSet
object. - getFetchSize() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the number of result set rows that is the default fetch size for
ResultSet
objects generated from thisStatement
object. - getFile() - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Retrieves the canonical
File
object denoting the file that backs this BLOB. - getFile() - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves the canonical
File
object denoting the file that backs this CLOB. - getFileAccess(boolean) - Static method in class org.hsqldb.lib.FileUtil
- getFileSync(OutputStream) - Method in interface org.hsqldb.lib.FileAccess
- getFileSync(OutputStream) - Method in class org.hsqldb.lib.FileAccessRes
- getFileSync(OutputStream) - Method in class org.hsqldb.lib.FileUtil
- getFileUtil() - Static method in class org.hsqldb.lib.FileUtil
- getFirst() - Method in class org.hsqldb.lib.HsqlDeque
- getFirst() - Method in class org.hsqldb.lib.LongDeque
- getFloat(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
FLOAT
parameter as afloat
in the Java programming language. - getFloat(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as afloat
in the Java programming language. - getFloat(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
FLOAT
parameter as afloat
in the Java programming language. - getFloat(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as afloat
in the Java programming language. - getFormatId() - Method in class org.hsqldb.jdbc.pool.JDBCXID
- getFourthValueAt(int) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- getFunctionColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the given catalog's system or user function parameters and return type.
- getFunctions(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the system and user functions available in the given catalog.
- getGeneratedKeys() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves any auto-generated keys created as a result of executing this
Statement
object. - getGeneratedKeys() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves any auto-generated keys created as a result of executing this
Statement
object. - getGlobalTransactionId() - Method in class org.hsqldb.jdbc.pool.JDBCXID
- getGroupReader(String) - Static method in class org.hsqldb.lib.LineGroupReader
- getGroupReader(String, String[]) - Static method in class org.hsqldb.lib.LineGroupReader
- getHelpString() - Method in class org.hsqldb.server.Server
-
Retrieves a String object describing the command line and properties options for this Server.
- getHelpString() - Method in class org.hsqldb.server.WebServer
-
Retrieves a String object describing the command line and properties options for this Server.
- getHoldability() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves the current holdability of
ResultSet
objects created using thisConnection
object. - getHoldability() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the holdability of this
ResultSet
object - getIdentifierQuoteString() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the string used to quote SQL identifiers.
- getIdForColumn(int, ResultMetaData) - Static method in class org.hsqldb.server.OdbcUtil
-
Temporary hack.
- getImportedKeys(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the primary key columns that are referenced by the given table's foreign key columns (the primary keys imported by a table).
- getIndex(int) - Method in class org.hsqldb.lib.OrderedIntHashSet
- getIndex(int) - Method in class org.hsqldb.lib.OrderedIntKeyHashMap
- getIndex(long) - Method in class org.hsqldb.lib.OrderedLongHashSet
- getIndex(long) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- getIndex(Object) - Method in class org.hsqldb.lib.OrderedHashSet
- getIndex(K) - Method in class org.hsqldb.lib.OrderedHashMap
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the given table's indices and statistics.
- getInstance(boolean) - Static method in class org.hsqldb.server.HsqlSocketFactory
-
Retrieves an HsqlSocketFactory whose subclass and attributes are determined by the specified argument, tls.
- getInt(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
INTEGER
parameter as anint
in the Java programming language. - getInt(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as anint
in the Java programming language. - getInt(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
INTEGER
parameter as anint
in the Java programming language. - getInt(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as anint
in the Java programming language. - getJDBCMajorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the major JDBC version number for this driver.
- getJDBCMinorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the minor JDBC version number for this driver.
- getKey() - Method in interface org.hsqldb.lib.Map.Entry
- getKey() - Method in class org.hsqldb.lib.MapEntry
- getKey(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- getKey(int) - Method in class org.hsqldb.lib.IntIndex
- getKey(int) - Method in class org.hsqldb.lib.IntValueHashMap
- getKey(long) - Method in class org.hsqldb.lib.LongValueHashMap
- getKeyArray() - Method in class org.hsqldb.lib.IntKeyHashMap
- getKeyAt(int) - Method in class org.hsqldb.lib.OrderedHashMap
-
Returns the key stored in the entry at index position.
- getKeyAt(int) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- getKeyAt(int, int) - Method in class org.hsqldb.lib.OrderedIntKeyHashMap
- getKeys() - Method in class org.hsqldb.lib.DoubleIntIndex
- getKeys() - Method in class org.hsqldb.lib.IntIndex
- getKeys() - Method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
- getLargeMaxRows() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the maximum number of rows that a
ResultSet
object produced by thisStatement
object can contain. - getLargeMaxRows() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the maximum number of rows that a
ResultSet
object produced by thisStatement
object can contain. - getLargestIndex(OrderedHashSet<E>) - Method in class org.hsqldb.lib.OrderedHashSet
- getLargeUpdateCount() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the current result as an update count; if the result is a
ResultSet
object or there are no more results, -1 is returned. - getLargeUpdateCount() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the current result as an update count; if the result is a
ResultSet
object or there are no more results, -1 is returned. - getLast() - Method in class org.hsqldb.lib.HsqlDeque
- getLast() - Method in class org.hsqldb.lib.LongDeque
- getLastScheduled(Object) - Static method in class org.hsqldb.lib.HsqlTimer
-
Retrieves the last time the referenced task was executed, as a Date object.
- getLevel() - Method in class org.hsqldb.lib.SimpleLog
- getList(int[], String, String) - Static method in class org.hsqldb.lib.StringUtil
-
Builds a CSV list from the specified int[], separator String and quote String.
- getList(long[], String, String) - Static method in class org.hsqldb.lib.StringUtil
- getList(String[][], String, String) - Static method in class org.hsqldb.lib.StringUtil
-
Builds a CSV list from the specified String[][], separator string and quote string.
- getList(String[], String, String) - Static method in class org.hsqldb.lib.StringUtil
-
Builds a CSV list from the specified String[], separator string and quote string.
- getLocalPort() - Method in class org.hsqldb.server.Server
-
Retrieves this server socket's actual host port.
- getLog(Class) - Static method in class org.hsqldb.lib.FrameworkLogger
-
User's entry-point into this logging system.
- getLog(Class, String) - Static method in class org.hsqldb.lib.FrameworkLogger
-
This method just defers to the getLog(Class) method unless default (no local configuration) JDK logging is being used; In that case, this method assures that the returned logger has an associated FileHander using the supplied String identifier.
- getLog(String) - Static method in class org.hsqldb.lib.FrameworkLogger
-
Alternative entry-point into this logging system, for cases where you want to share a single logger instance among multiple classes, or you want to use multiple logger instances from a single class.
- getLog(String, String) - Static method in class org.hsqldb.lib.FrameworkLogger
-
This method just defers to the getLog(String) method unless default (no local configuration) JDK logging is being used; In that case, this method assures that the returned logger has an associated FileHander using the supplied String identifier.
- getLoginTimeout() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
- getLoginTimeout() - Method in class org.hsqldb.jdbc.JDBCPool
-
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
- getLogWriter() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Retrieves the log writer for this
DataSource
object. - getLogWriter() - Method in class org.hsqldb.jdbc.JDBCPool
-
Retrieves the log writer for this
DataSource
object. - getLogWriter() - Method in class org.hsqldb.server.Server
-
Retrieves the PrintWriter to which server messages are printed.
- getLong(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
BIGINT
parameter as along
in the Java programming language. - getLong(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as along
in the Java programming language. - getLong(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
BIGINT
parameter as along
in the Java programming language. - getLong(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as along
in the Java programming language. - getLongKey(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- getLongKey(int) - Method in class org.hsqldb.lib.DoubleLongIndex
- getLongKey(int) - Method in interface org.hsqldb.lib.LongLookup
- getLongValue(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- getLongValue(int) - Method in class org.hsqldb.lib.DoubleLongIndex
- getLongValue(int) - Method in interface org.hsqldb.lib.LongLookup
- getLookup(long) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- getLookup(long) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- getLPConstraint() - Method in class org.hsqldb.server.PgType
- getMajorVersion() - Method in class org.hsqldb.jdbc.JDBCDriver
-
Retrieves the driver's major version number.
- getMaxBinaryLiteralLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of hex characters this database allows in an inline binary literal.
- getMaxCatalogNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a catalog name.
- getMaxCharLiteralLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of characters this database allows for a character literal.
- getMaxColumnNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of characters this database allows for a column name.
- getMaxColumnsInGroupBy() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a
GROUP BY
clause. - getMaxColumnsInIndex() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in an index.
- getMaxColumnsInOrderBy() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in an
ORDER BY
clause. - getMaxColumnsInSelect() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a
SELECT
list. - getMaxColumnsInTable() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a table.
- getMaxConnections() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of concurrent connections to this database that are possible.
- getMaxCursorNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a cursor name.
- getMaxFieldSize() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the maximum number of bytes that can be returned for character and binary column values in a
ResultSet
object produced by thisStatement
object. - getMaxFieldSize() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the maximum number of bytes that can be returned for character and binary column values in a
ResultSet
object produced by thisStatement
object. - getMaxIndexLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of bytes this database allows for an index, including all of the parts of the index.
- getMaxLogicalLobSize() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of bytes this database allows for the logical size for a
LOB
. - getMaxProcedureNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a procedure name.
- getMaxRows() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the maximum number of rows that a
ResultSet
object produced by thisStatement
object can contain. - getMaxRows() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the maximum number of rows that a
ResultSet
object produced by thisStatement
object can contain. - getMaxRowSize() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of bytes this database allows in a single row.
- getMaxSchemaNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a schema name.
- getMaxStatementLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of characters this database allows in an SQL statement.
- getMaxStatements() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of active statements to this database that can be open at the same time.
- getMaxTableNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of characters this database allows in a table name.
- getMaxTablesInSelect() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of tables this database allows in a
SELECT
statement. - getMaxUserNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the maximum number of characters this database allows in a user name.
- getMaxWait() - Method in class org.hsqldb.server.Server
-
Retrieves this server socket's max wait time for connection handshake in milliseconds.
- getMessage() - Method in exception org.hsqldb.lib.AppendableException
- getMetaData() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves a
DatabaseMetaData
object that contains metadata about the database to which thisConnection
object represents a connection. - getMetaData() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves a
ResultSetMetaData
object that contains information about the columns of theResultSet
object that will be returned when thisPreparedStatement
object is executed. - getMetaData() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the number, types and properties of this
ResultSet
object's columns. - getMinorVersion() - Method in class org.hsqldb.jdbc.JDBCDriver
-
Gets the driver's minor version number.
- getMissingPosValueBehavior() - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getMissingPropertyBehavior() - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getMoreResults() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Moves to this
Statement
object's next result, returnstrue
if it is aResultSet
object, and implicitly closes any currentResultSet
object(s) obtained with the methodgetResultSet
. - getMoreResults() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Moves to this
Statement
object's next result, returnstrue
if it is aResultSet
object, and implicitly closes any currentResultSet
object(s) obtained with the methodgetResultSet
. - getMoreResults(int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Moves to this
Statement
object's next result, deals with any currentResultSet
object(s) according to the instructions specified by the given flag, and returnstrue
if the next result is aResultSet
object. - getMoreResults(int) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Moves to this
Statement
object's next result, deals with any currentResultSet
object(s) according to the instructions specified by the given flag, and returnstrue
if the next result is aResultSet
object. - getName() - Method in class org.hsqldb.lib.tar.PIFGenerator
- getNCharacterStream(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader
object in the Java programming language. - getNCharacterStream(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.io.Reader
object. - getNCharacterStream(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader
object in the Java programming language. - getNCharacterStream(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.io.Reader
object. - getNClob(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
NCLOB
parameter as ajava.sql.NClob
object in the Java programming language. - getNClob(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aNClob
object in the Java programming language. - getNClob(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
NCLOB
parameter as ajava.sql.NClob
object in the Java programming language. - getNClob(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aNClob
object in the Java programming language. - getNetworkProtocol() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Retrieves the network protocol of the data source.
- getNetworkTimeout() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves the number of milliseconds the driver will wait for a database request to complete.
- getNextScheduled(Object) - Static method in class org.hsqldb.lib.HsqlTimer
-
Retrieves the next time the referenced task is due to be executed, as a Date object.
- getNextSection() - Method in class org.hsqldb.lib.LineGroupReader
- getNString(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated
NCHAR
,NVARCHAR
orLONGNVARCHAR
parameter as aString
in the Java programming language. - getNString(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aString
in the Java programming language. - getNString(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated
NCHAR
,NVARCHAR
orLONGNVARCHAR
parameter as aString
in the Java programming language. - getNString(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aString
in the Java programming language. - getNumericFunctions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a comma-separated list of math functions available with this database.
- getObject(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated parameter as an
Object
in the Java programming language. - getObject(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Gets the value of the designated column in the current row of this
ResultSet
object as anObject
in the Java programming language. - getObject(int, Class<T>) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Returns an object representing the value of OUT parameter
parameterIndex
and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported. - getObject(int, Class<T>) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported. - getObject(int, Map) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as anObject
in the Java programming language. - getObject(int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Returns an object representing the value of OUT parameter
parameterIndex
and usesmap
for the custom mapping of the parameter value. - getObject(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a parameter as an
Object
in the Java programming language. - getObject(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Gets the value of the designated column in the current row of this
ResultSet
object as anObject
in the Java programming language. - getObject(String, Class<T>) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Returns an object representing the value of OUT parameter
parameterName
and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported. - getObject(String, Class<T>) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported. - getObject(String, Map) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as anObject
in the Java programming language. - getObject(String, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Returns an object representing the value of OUT parameter
parameterName
and usesmap
for the custom mapping of the parameter value. - getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.hsqldb.jdbc.JDBCDataSourceFactory
-
Creates a DataSource object using the javax.naming.Reference object specified.
- getOid() - Method in class org.hsqldb.server.PgType
- getOrAdd(E) - Method in class org.hsqldb.lib.HashSet
-
returns existing value or null if added can be used as an Object cache
- getOrderedKeyMatchCount(int[]) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- getOrderedStartMatchCount(int[]) - Method in class org.hsqldb.lib.OrderedIntHashSet
- getOrderedStartMatchCount(long[]) - Method in class org.hsqldb.lib.OrderedLongHashSet
- getOverWrite() - Method in class org.hsqldb.lib.tar.DbBackup
- getParameter(String, Session) - Method in class org.hsqldb.server.PgType
-
This method copied from JDBCPreparedStatement.java.
- getParameterClassName(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method
PreparedStatement.setObject
. - getParameterCount() - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves the number of parameters in the
PreparedStatement
object for which thisParameterMetaData
object contains information. - getParameterMetaData() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the number, types and properties of this
PreparedStatement
object's parameters. - getParameterMetaDataDirect() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- getParameterMode(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves the designated parameter's mode.
- getParameterType(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves the designated parameter's SQL type.
- getParameterTypeName(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves the designated parameter's database-specific type name.
- getParentLogger() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Return the parent Logger of all the Loggers used by this data source.
- getParentLogger() - Method in class org.hsqldb.jdbc.JDBCDriver
-
Return the parent Logger of all the Loggers used by this driver.
- getParentLogger() - Method in class org.hsqldb.jdbc.JDBCPool
-
Return the parent Logger of all the Loggers used by this data source.
- getPaxThreshold() - Method in class org.hsqldb.lib.tar.TarGenerator
- getPgType(Type) - Static method in class org.hsqldb.server.PgType
- getPooledConnection() - Method in class org.hsqldb.jdbc.pool.JDBCPooledDataSource
- getPooledConnection(String, String) - Method in class org.hsqldb.jdbc.pool.JDBCPooledDataSource
- getPort() - Method in class org.hsqldb.server.Server
-
Retrieves this server's host port as configured.
- getPos() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- getPrecision(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves the designated parameter's specified column size.
- getPrecision(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Get the designated column's specified column size.
- getPrimaryKeys(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the given table's primary key columns.
- getPrintWriter() - Method in class org.hsqldb.lib.SimpleLog
- getProcedureColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the given catalog's stored procedure parameter and result columns.
- getProcedures(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the stored procedures available in the given catalog.
- getProcedureTerm() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the database vendor's preferred term for "procedure".
- getProductName() - Method in class org.hsqldb.server.Server
-
Retrieves this server's product name.
- getProductName() - Method in class org.hsqldb.server.WebServer
-
Retrieves this server's product name.
- getProductVersion() - Method in class org.hsqldb.server.Server
-
Retrieves the server's product version, as a String.
- getPropertiesFromFile(int, String, String) - Static method in class org.hsqldb.server.ServerConfiguration
-
Retrieves a new HsqlProperties object, if possible, loaded from the specified file.
- getPropertyInfo(String, Properties) - Method in class org.hsqldb.jdbc.JDBCDriver
-
Gets information about the possible properties for this driver.
- getProtocol() - Method in class org.hsqldb.server.Server
-
Retrieves a string resresentaion of the network protocol this server offers, typically one of 'HTTP', HTTPS', 'HSQL' or 'HSQLS'.
- getProtocol() - Method in class org.hsqldb.server.WebServer
-
Retrieves a string representation of the network protocol this server offers, typically one of 'HTTP', HTTPS', 'HSQL' or 'HSQLS'.
- getPseudoColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
- getQueryTimeout() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the number of seconds the driver will wait for a
Statement
object to execute. - getQueryTimeout() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the number of seconds the driver will wait for a
Statement
object to execute. - getReadBufferBlocks() - Method in class org.hsqldb.lib.tar.TarFileInputStream
- getReadLock() - Method in class org.hsqldb.lib.LongKeyHashMap
- getRef(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
REF(<structured-type>)
parameter as aRef
object in the Java programming language. - getRef(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aRef
object in the Java programming language. - getRef(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
REF(<structured-type>)
parameter as aRef
object in the Java programming language. - getRef(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aRef
object in the Java programming language. - getReference() - Method in class org.hsqldb.jdbc.JDBCDataSource
-
Retrieves the Reference of this object.
- getReference() - Method in class org.hsqldb.jdbc.JDBCPool
-
Retrieves the Reference of this object.
- getReference() - Method in class org.hsqldb.jdbc.pool.JDBCPooledDataSource
-
Retrieves the Reference of this object.
- getReference() - Method in class org.hsqldb.jdbc.pool.JDBCXADataSource
-
Retrieves the Reference of this object.
- getResultSet() - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves a result set that contains the elements of the SQL
ARRAY
value designated by thisArray
object. - getResultSet() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves a result set that contains the elements of the SQL
ARRAY
value designated by thisArray
object. - getResultSet() - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- getResultSet() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the current result as a
ResultSet
object. - getResultSet() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the current result as a
ResultSet
object. - getResultSet(long, int) - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves a result set holding the elements of the subarray that starts at index
index
and contains up tocount
successive elements. - getResultSet(long, int) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves a result set holding the elements of the subarray that starts at index
index
and contains up tocount
successive elements. - getResultSet(long, int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves a result set holding the elements of the subarray that starts at index
index
and contains up tocount
successive elements. - getResultSet(long, int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves a result set holding the elements of the subarray that starts at index
index
and contains up tocount
successive elements. - getResultSet(Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArray
-
Retrieves a result set that contains the elements of the SQL
ARRAY
value designated by thisArray
object. - getResultSet(Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Retrieves a result set that contains the elements of the SQL
ARRAY
value designated by thisArray
object. - getResultSetConcurrency() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the result set concurrency for
ResultSet
objects generated by thisStatement
object. - getResultSetConcurrency() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the result set concurrency for
ResultSet
objects generated by thisStatement
object. - getResultSetHoldability() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves this database's default holdability for
ResultSet
objects. - getResultSetHoldability() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the result set holdability for
ResultSet
objects generated by thisStatement
object. - getResultSetHoldability() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the result set holdability for
ResultSet
objects generated by thisStatement
object. - getResultSetMetaData() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- getResultSetScrollability() - Method in class org.hsqldb.jdbc.JDBCStatement
- getResultSetType() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the result set type for
ResultSet
objects generated by thisStatement
object. - getResultSetType() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the result set type for
ResultSet
objects generated by thisStatement
object. - getRow() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the current row number.
- getRowCount() - Method in class org.hsqldb.util.TableSorter
- getRowId(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
ROWID
parameter as ajava.sql.RowId
object. - getRowId(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.RowId
object in the Java programming language. - getRowId(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
ROWID
parameter as ajava.sql.RowId
object. - getRowId(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.RowId
object in the Java programming language. - getRowIdLifetime() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Indicates whether this data source supports the SQL
ROWID
type, and the lifetime for which ajava.sql.RowId
object remains valid. - getSavepointId() - Method in class org.hsqldb.jdbc.JDBCSavepoint
-
Retrieves the generated ID for the savepoint that this
Savepoint
object represents. - getSavepointName() - Method in class org.hsqldb.jdbc.JDBCSavepoint
-
Retrieves the name of the savepoint that this
Savepoint
object represents. - getScale(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves the designated parameter's number of digits to right of the decimal point.
- getScale(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Gets the designated column's number of digits to right of the decimal point.
- getSchema() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves this
Connection
object's current schema name. - getSchemaName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Get the designated column's table's schema.
- getSchemas() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the schema names available in this database.
- getSchemas(String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the schema names available in this database.
- getSchemaTerm() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the database vendor's preferred term for "schema".
- getSearchStringEscape() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the string that can be used to escape wildcard characters.
- getSecondValueAt(int) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- getSectionAsString() - Method in class org.hsqldb.lib.LineGroupReader
- getServerError() - Method in class org.hsqldb.server.Server
-
Retrieves a Throwable indicating the last server error, if any.
- getServerId() - Method in class org.hsqldb.server.Server
-
Retrieves a String identifying this Server object.
- getServerName() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Retrieves the server name attribute.
- getServerThread() - Method in class org.hsqldb.server.Server
-
Returns thread object for "HSQLDB Server" thread
- getSession() - Method in class org.hsqldb.jdbc.JDBCConnection
-
provides cross-package access to the proprietary (i.e.
- getShort(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
SMALLINT
parameter as ashort
in the Java programming language. - getShort(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ashort
in the Java programming language. - getShort(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
SMALLINT
parameter as ashort
in the Java programming language. - getShort(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ashort
in the Java programming language. - getSingleton() - Static method in class org.hsqldb.auth.AuthBeanMultiplexer
- getSize() - Method in class org.hsqldb.lib.tar.PIFData
-
N.b.
- getSizeLimit() - Method in interface org.hsqldb.lib.InputStreamInterface
-
Invariant.
- getSizeLimit() - Method in class org.hsqldb.lib.InputStreamWrapper
- getSmallestIndex(OrderedHashSet<E>) - Method in class org.hsqldb.lib.OrderedHashSet
- getSortingStatus(int) - Method in class org.hsqldb.util.TableSorter
- getSource(Class<T>) - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Returns a Source for reading the XML value designated by this SQLXML instance.
- getSQL() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- getSQLKeywords() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a comma-separated list of all of this database's SQL keywords that are NOT also SQL:2003 keywords.
- getSQLStateType() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Indicates whether the SQLSTATE returned by
SQLException.getSQLState
is X/Open (now known as Open Group) SQL CLI or SQL:2003. - getSQLXML(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated
SQL XML
parameter as ajava.sql.SQLXML
object in the Java programming language. - getSQLXML(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
as ajava.sql.SQLXML
object in the Java programming language. - getSQLXML(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated
SQL XML
parameter as ajava.sql.SQLXML
object in the Java programming language. - getSQLXML(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
as ajava.sql.SQLXML
object in the Java programming language. - getStart() - Method in enum org.hsqldb.lib.tar.TarHeaderField
- getStartLineNumber() - Method in class org.hsqldb.lib.LineGroupReader
- getStartMatchCount(int[]) - Method in class org.hsqldb.lib.IntHashSet
- getStartMatchCount(long[]) - Method in class org.hsqldb.lib.OrderedLongHashSet
- getState() - Method in class org.hsqldb.server.Server
-
Retrieves current state of this server in numerically coded form.
- getStateDescriptor() - Method in class org.hsqldb.server.Server
-
Retrieves a character sequence describing this server's current state, including the message of the last exception, if there is one, and it is still in context.
- getStatement() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the
Statement
object that produced thisResultSet
object. - getStatementID() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- getStatementMap(String) - Static method in class org.hsqldb.lib.LineGroupReader
- getStop() - Method in enum org.hsqldb.lib.tar.TarHeaderField
- getString() - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Returns a string representation of the XML value designated by this SQLXML instance.
- getString() - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString() - Method in enum org.hsqldb.lib.tar.RB
- getString(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
CHAR
,VARCHAR
, orLONGVARCHAR
parameter as aString
in the Java programming language. - getString(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aString
in the Java programming language. - getString(int) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(int) - Method in enum org.hsqldb.lib.tar.RB
- getString(int, int) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(int, int) - Method in enum org.hsqldb.lib.tar.RB
- getString(int, int, int) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(int, int, int) - Method in enum org.hsqldb.lib.tar.RB
- getString(int, int, String) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(int, int, String) - Method in enum org.hsqldb.lib.tar.RB
- getString(int, String) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(int, String) - Method in enum org.hsqldb.lib.tar.RB
- getString(int, String, int) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(int, String, int) - Method in enum org.hsqldb.lib.tar.RB
- getString(int, String, String) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(int, String, String) - Method in enum org.hsqldb.lib.tar.RB
- getString(Enum<?>) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, int) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, int, int) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, int, int, int) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, int, int, String) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, int, String) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, int, String, int) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, int, String, String) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, String...) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, String, int) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, String, int, int) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, String, int, String) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(Enum<?>, String, String, int) - Method in class org.hsqldb.lib.ValidatingResourceBundle
- getString(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
CHAR
,VARCHAR
, orLONGVARCHAR
parameter as aString
in the Java programming language. - getString(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as aString
in the Java programming language. - getString(String) - Method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
-
Returns value defined in this RefCapablePropertyResourceBundle's .properties file, unless that value is empty.
- getString(String...) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(String...) - Method in enum org.hsqldb.lib.tar.RB
- getString(String, int) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(String, int) - Method in enum org.hsqldb.lib.tar.RB
- getString(String, int, int) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(String, int, int) - Method in enum org.hsqldb.lib.tar.RB
- getString(String, int, String) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(String, int, String) - Method in enum org.hsqldb.lib.tar.RB
- getString(String, String[], int) - Method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
- getString(String, String, int) - Method in interface org.hsqldb.lib.RefCapableRBInterface
- getString(String, String, int) - Method in enum org.hsqldb.lib.tar.RB
- getStringFunctions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a comma-separated list of string functions available with this database.
- getSubString(long, int) - Method in class org.hsqldb.jdbc.JDBCClob
-
Retrieves a copy of the specified substring in the
CLOB
value designated by thisClob
object. - getSubString(long, int) - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Retrieves a copy of the specified substring in the
CLOB
value designated by thisClob
object. - getSubString(long, int) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves a copy of the specified substring in the
CLOB
value designated by thisClob
object. - getSuperTables(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the table hierarchies defined in a particular schema in this database.
- getSuperTypes(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
- getSystemFunctions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a comma-separated list of system functions available with this database.
- getTableHeader() - Method in class org.hsqldb.util.TableSorter
- getTableModel() - Method in class org.hsqldb.util.TableSorter
- getTableName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Gets the designated column's table name.
- getTableOidForColumn(int, ResultMetaData) - Static method in class org.hsqldb.server.OdbcUtil
- getTablePrivileges(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the access rights for each table available in a catalog.
- getTables(String, String, String, String[]) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the tables available in the given catalog.
- getTableTypes() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the table types available in this database.
- getTaskRunnerThread() - Method in class org.hsqldb.lib.HsqlTaskQueue
- getThirdValueAt(int) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- getThread() - Method in class org.hsqldb.lib.HsqlTimer
-
Retrieves the background execution thread.
- getTime(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
TIME
parameter as ajava.sql.Time
object. - getTime(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Time
object in the Java programming language. - getTime(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
TIME
parameter as ajava.sql.Time
object, using the givenCalendar
object to construct the time. - getTime(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Time
object in the Java programming language. - getTime(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
TIME
parameter as ajava.sql.Time
object. - getTime(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Time
object in the Java programming language. - getTime(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
TIME
parameter as ajava.sql.Time
object, using the givenCalendar
object to construct the time. - getTime(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Time
object in the Java programming language. - getTimeDateFunctions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a comma-separated list of the time and date functions available with this database.
- getTimestamp(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
TIMESTAMP
parameter as ajava.sql.Timestamp
object. - getTimestamp(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Timestamp
object in the Java programming language. - getTimestamp(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
TIMESTAMP
parameter as ajava.sql.Timestamp
object, using the givenCalendar
object to construct theTimestamp
object. - getTimestamp(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Timestamp
object in the Java programming language. - getTimestamp(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
TIMESTAMP
parameter as ajava.sql.Timestamp
object. - getTimestamp(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Timestamp
object in the Java programming language. - getTimestamp(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
TIMESTAMP
parameter as ajava.sql.Timestamp
object, using the givenCalendar
object to construct theTimestamp
object. - getTimestamp(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.sql.Timestamp
object in the Java programming language. - getTotalValues() - Method in class org.hsqldb.lib.DoubleIntIndex
- getTotalValues() - Method in class org.hsqldb.lib.DoubleLongIndex
- getTotalValues() - Method in class org.hsqldb.lib.IntIndex
- getTotalValues() - Method in interface org.hsqldb.lib.LongLookup
- getTransactionIsolation() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves this
Connection
object's current transaction isolation level. - getTransactionTimeout() - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
- getTwoPowerFloor(int) - Static method in class org.hsqldb.lib.ArrayUtil
-
returns the largest value that is 0 or a power of 2 and is smaller or equal to n
- getTwoPowerScale(int) - Static method in class org.hsqldb.lib.ArrayUtil
-
returns the log2 of largest value that is 0 or a power of 2 and is smaller or equal to n
- getType() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the type of this
ResultSet
object. - getTypeInfo() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of all the data types supported by this database.
- getTypeMap() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves the
Map
object associated with thisConnection
object. - getTypeWidth() - Method in class org.hsqldb.server.PgType
- getUDTs(String, String, String, int[]) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
- getUnicodeStream(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Deprecated.use
getCharacterStream
in place ofgetUnicodeStream
- getUnicodeStream(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Deprecated.use
getCharacterStream
instead - getUniqueXid(int) - Static method in class org.hsqldb.jdbc.pool.JDBCXID
-
Retrieves a randomly generated JDBCXID.
- getUpdateCount() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the current result as an update count; if the result is a
ResultSet
object or there are no more results, -1 is returned. - getUpdateCount() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the current result as an update count; if the result is a
ResultSet
object or there are no more results, -1 is returned. - getUrl() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Retrieves the jdbc database connection url attribute.
- getUrl() - Method in class org.hsqldb.jdbc.JDBCPool
-
Retrieves the jdbc database connection url attribute.
- getURL() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Retrieves the jdbc database connection url attribute.
- getURL() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves this connection's JDBC url.
- getURL() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the URL for this DBMS.
- getURL() - Method in class org.hsqldb.jdbc.JDBCPool
-
Retrieves the jdbc database connection url attribute.
- getURL(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of the designated JDBC
DATALINK
parameter as ajava.net.URL
object. - getURL(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.net.URL
object in the Java programming language. - getURL(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves the value of a JDBC
DATALINK
parameter as ajava.net.URL
object. - getURL(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet
object as ajava.net.URL
object in the Java programming language. - getUser() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Retrieves the user name for the connection.
- getUser() - Method in class org.hsqldb.jdbc.JDBCPool
-
Retrieves the user name for the connection.
- getUserName() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves the user name as known to this database.
- getUTFSize(String) - Static method in class org.hsqldb.lib.StringConverter
- getValue() - Method in interface org.hsqldb.lib.Map.Entry
- getValue() - Method in class org.hsqldb.lib.MapEntry
- getValue(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- getValueArray() - Method in class org.hsqldb.lib.IntKeyHashMap
- getValueAt(int) - Method in class org.hsqldb.lib.OrderedHashMap
-
Returns the value stored in the entry at index position.
- getValueAt(int) - Method in class org.hsqldb.lib.OrderedIntKeyHashMap
- getValueAt(int) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- getValueAt(int, int) - Method in class org.hsqldb.util.TableSorter
- getValues() - Method in class org.hsqldb.lib.DoubleIntIndex
- getValuesIterator(Object) - Method in class org.hsqldb.lib.MultiValueHashMap
-
Returns an iterator on all values associated with the key.
- getVersionColumns(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
- getWarnings() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves the first warning reported by calls on this
Connection
object. - getWarnings() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves the first warning reported by calls on this
Statement
object. - getWarnings() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves the first warning reported by calls on this
ResultSet
object. - getWarnings() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves the first warning reported by calls on this
Statement
object. - getWebRoot() - Method in class org.hsqldb.server.Server
-
Retrieves the root context (directory) from which web content is served.
- getWebRoot() - Method in class org.hsqldb.server.WebServer
-
Retrieves the root context (directory) from which web content is served.
- getWriteLock() - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- getWriteLock() - Method in class org.hsqldb.lib.LongKeyHashMap
- getWriter() - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
- getXAConnection() - Method in class org.hsqldb.jdbc.pool.JDBCXADataSource
-
Get new XAConnection connection, to be managed by a connection manager.
- getXAConnection(String, String) - Method in class org.hsqldb.jdbc.pool.JDBCXADataSource
-
Gets a new XAConnection after validating the given username and password.
- getXAResource() - Method in class org.hsqldb.jdbc.pool.JDBCXAConnection
- gid - org.hsqldb.lib.tar.TarHeaderField
- gname - org.hsqldb.lib.tar.TarHeaderField
- GZIP_COMPRESSION - Static variable in interface org.hsqldb.lib.tar.TarFileOutputStream.Compression
H
- handle(Callback[]) - Method in class org.hsqldb.auth.JaasAuthBean.UPCallbackHandler
- handleConnection(Socket) - Method in interface org.hsqldb.server.HsqlSocketRequestHandler
- handleConnection(Socket) - Method in class org.hsqldb.server.Server
-
Assigns the specified socket to a new connection handler and starts the handler in a new Thread.
- handlePopup(MouseEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- handshakeCompleted(HandshakeCompletedEvent) - Method in class org.hsqldb.server.HsqlSocketFactorySecure
- hasAllNull(Object[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
- hashCode() - Method in class org.hsqldb.jdbc.JDBCRowId
-
Returns a hash code value of this
RowId
object. - hashCode() - Method in class org.hsqldb.jdbc.pool.JDBCXID
- hashCode() - Method in class org.hsqldb.lib.CountUpDownLatch
-
As much as is reasonably practical, returns distinct integers for distinct objects.
- hashCode() - Method in class org.hsqldb.lib.MapEntry
- hashCode() - Method in class org.hsqldb.util.ConnectionSetting
- hashCode(T) - Method in class org.hsqldb.lib.ObjectComparator.DefaultComparator
- hashCode(T) - Method in interface org.hsqldb.lib.ObjectComparator
- hashCode(T) - Method in class org.hsqldb.lib.ObjectComparator.IdentityComparator
- HashMap<K,V> - Class in org.hsqldb.lib
-
This class does not store null keys.
- HashMap() - Constructor for class org.hsqldb.lib.HashMap
- HashMap(int) - Constructor for class org.hsqldb.lib.HashMap
- HashMap(int, ObjectComparator<K>) - Constructor for class org.hsqldb.lib.HashMap
- HashSet<E> - Class in org.hsqldb.lib
-
This class does not store null keys.
- HashSet() - Constructor for class org.hsqldb.lib.HashSet
- HashSet(int) - Constructor for class org.hsqldb.lib.HashSet
- HashSet(int, ObjectComparator<E>) - Constructor for class org.hsqldb.lib.HashSet
- HashSet(E[]) - Constructor for class org.hsqldb.lib.HashSet
- hasNext() - Method in class org.hsqldb.lib.FilteredIterator
- hasNext() - Method in interface org.hsqldb.lib.Iterator
- hasNext() - Method in class org.hsqldb.lib.WrapperIterator
-
Tests if this iterator contains more elements.
- hasNull(Object[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Determines if the array has a null column for any of the positions given in the rowColMap array.
- haveCommonElement(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns true if arra and arrb share any element.
- haveEqualArrays(int[], int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns true if the first count elements of arra and arrb are identical subarrays of integers
- haveEqualArrays(Object[], Object[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns true if the first count elements of arra and arrb are identical subarrays of Objects
- haveEqualSets(int[], int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns true if the first count elements of arra and arrb are identical sets of integers (not necessarily in the same order).
- header_field_missing - org.hsqldb.lib.tar.RB
- hexCharsToOctalOctets(String) - Static method in class org.hsqldb.server.OdbcUtil
- hexStringToByteArray(String) - Static method in class org.hsqldb.lib.StringConverter
-
Converts a hexadecimal string into a byte array
- HsqlArrayHeap<E> - Class in org.hsqldb.lib
-
An HsqlHeap implementation backed by an array of objects and an
ObjectComparator
. - HsqlArrayHeap(int, Comparator<E>) - Constructor for class org.hsqldb.lib.HsqlArrayHeap
-
Creates a new HsqlArrayHeap with the given initial capacity, using the specified ObjectComparator to maintain the heap invariant.
- HsqlArrayList<E> - Class in org.hsqldb.lib
-
Intended as an asynchronous alternative to Vector.
- HsqlArrayList() - Constructor for class org.hsqldb.lib.HsqlArrayList
-
Creates a new instance of HsqlArrayList
- HsqlArrayList(int) - Constructor for class org.hsqldb.lib.HsqlArrayList
-
Creates a new instance with the given initial capacity
- HsqlArrayList(int, boolean) - Constructor for class org.hsqldb.lib.HsqlArrayList
-
Creates a new instance of HsqlArrayList that minimizes the size when empty
- HsqlArrayList(E[], int, boolean) - Constructor for class org.hsqldb.lib.HsqlArrayList
- HsqlByteArrayInputStream - Class in org.hsqldb.lib
-
This class is a replacement for both java.io.ByteArrayInputStream (without synchronization) and java.io.DataInputStream
- HsqlByteArrayInputStream(byte[]) - Constructor for class org.hsqldb.lib.HsqlByteArrayInputStream
- HsqlByteArrayInputStream(byte[], int, int) - Constructor for class org.hsqldb.lib.HsqlByteArrayInputStream
- HsqlByteArrayOutputStream - Class in org.hsqldb.lib
-
This class is a replacement for both java.io.ByteArrayOuputStream (without synchronization) and java.io.DataOutputStream
- HsqlByteArrayOutputStream() - Constructor for class org.hsqldb.lib.HsqlByteArrayOutputStream
- HsqlByteArrayOutputStream(byte[]) - Constructor for class org.hsqldb.lib.HsqlByteArrayOutputStream
- HsqlByteArrayOutputStream(int) - Constructor for class org.hsqldb.lib.HsqlByteArrayOutputStream
- HsqlByteArrayOutputStream(InputStream) - Constructor for class org.hsqldb.lib.HsqlByteArrayOutputStream
- HsqlByteArrayOutputStream(InputStream, int) - Constructor for class org.hsqldb.lib.HsqlByteArrayOutputStream
-
Constructor from an InputStream limits size to the length argument.
- HsqlConsoleHandler - Class in org.hsqldb.lib
- HsqlConsoleHandler() - Constructor for class org.hsqldb.lib.HsqlConsoleHandler
- HsqldbSlaveAuthBean - Class in org.hsqldb.auth
-
Delegates authentication decisions, and optionally determination of user roles and schema, to a different HyperSQL catalog, which may be in the same JVM or remote.
- HsqldbSlaveAuthBean() - Constructor for class org.hsqldb.auth.HsqldbSlaveAuthBean
- HsqlDeque<E> - Class in org.hsqldb.lib
-
A
List<E>
that also implementsDeque<E>
andQueue<E>
and methods for usage as stack. - HsqlDeque() - Constructor for class org.hsqldb.lib.HsqlDeque
- HsqlHeap<E> - Interface in org.hsqldb.lib
-
Provides the HyperSQL interface for Heap ADT implementations.
- HsqlServerFactory - Class in org.hsqldb.server
-
HsqlServerFactory
- HsqlSocketFactory - Class in org.hsqldb.server
-
Base class for producing the Socket objects used by HSQLDB.
- HsqlSocketFactorySecure - Class in org.hsqldb.server
-
The default secure socket factory implementation.
- HsqlSocketRequestHandler - Interface in org.hsqldb.server
-
Interface HsqlSocketRequestHandler
- HsqlTaskQueue - Class in org.hsqldb.lib
-
Provides very simple queued execution of Runnable objects in a background thread.
- HsqlTaskQueue() - Constructor for class org.hsqldb.lib.HsqlTaskQueue
- HsqlTimer - Class in org.hsqldb.lib
-
Facility to schedule tasks for future execution in a background thread.
- HsqlTimer() - Constructor for class org.hsqldb.lib.HsqlTimer
-
Constructs a new HsqlTimer using the default thread factory implementation.
- HsqlTimer(ThreadFactory) - Constructor for class org.hsqldb.lib.HsqlTimer
-
Constructs a new HsqlTimer.
I
- id - Variable in class org.hsqldb.util.RCData
- identityComparator - Static variable in interface org.hsqldb.lib.ObjectComparator
- IdentityComparator() - Constructor for class org.hsqldb.lib.ObjectComparator.IdentityComparator
- ignorableWhitespace(char[], int, int) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Receive notification of ignorable whitespace in element content.
- illegal_block_boundary - org.hsqldb.lib.tar.RB
- indexOf(long) - Method in class org.hsqldb.lib.LongDeque
- indexOf(E) - Method in class org.hsqldb.lib.HsqlArrayList
-
returns the index of given object or -1 if not found
- indexOf(E) - Method in class org.hsqldb.lib.HsqlDeque
- indexOf(Object) - Method in class org.hsqldb.lib.OrderedHashSet
- info(String) - Method in class org.hsqldb.lib.FrameworkLogger
- info(String, Throwable) - Method in class org.hsqldb.lib.FrameworkLogger
-
Just like FrameworkLogger.info(String), but also logs a stack trace.
- init() - Method in class org.hsqldb.auth.HsqldbSlaveAuthBean
- init() - Method in class org.hsqldb.auth.JaasAuthBean
- init() - Method in class org.hsqldb.auth.LdapAuthBean
- init() - Method in class org.hsqldb.util.DatabaseManager
- init() - Method in class org.hsqldb.util.Transfer
- InOutUtil - Class in org.hsqldb.lib
-
Input / Output utility
- InputStreamInterface - Interface in org.hsqldb.lib
-
An interface with methods similar to
java.io.InputStream
. - inputStreamToString(InputStream, String) - Static method in class org.hsqldb.lib.StringConverter
-
Using an output stream, returns a String from an InputStream.
- InputStreamWrapper - Class in org.hsqldb.lib
-
A wrapper for a java.io.InputStream object.
- InputStreamWrapper(InputStream) - Constructor for class org.hsqldb.lib.InputStreamWrapper
- insert(int, int) - Method in class org.hsqldb.lib.OrderedIntHashSet
- insert(int, int, V) - Method in class org.hsqldb.lib.OrderedIntKeyHashMap
- insert(int, long) - Method in class org.hsqldb.lib.OrderedLongHashSet
- insert(int, long, V) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- insert(int, E) - Method in class org.hsqldb.lib.OrderedHashSet
- insert(int, K, V) - Method in class org.hsqldb.lib.OrderedHashMap
- INSERT_AFTER - Static variable in interface org.hsqldb.trigger.Trigger
- INSERT_AFTER_ROW - Static variable in interface org.hsqldb.trigger.Trigger
- INSERT_BEFORE_ROW - Static variable in interface org.hsqldb.trigger.Trigger
- insertionSort(Object[], Comparator, int, int) - Static method in class org.hsqldb.lib.ArraySort
- insertRow() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Inserts the contents of the insert row into this
ResultSet
object and into the database. - insertsAreDetected(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether or not a visible row insert can be detected by calling the method
ResultSet.rowInserted
. - insufficient_read - org.hsqldb.lib.tar.RB
- IntHashSet - Class in org.hsqldb.lib
-
A set of int primitives.
- IntHashSet() - Constructor for class org.hsqldb.lib.IntHashSet
- IntHashSet(int) - Constructor for class org.hsqldb.lib.IntHashSet
- IntHashSet(int[]) - Constructor for class org.hsqldb.lib.IntHashSet
- IntHashSet(int[], int[]) - Constructor for class org.hsqldb.lib.IntHashSet
- IntIndex - Class in org.hsqldb.lib
-
Maintains an ordered integer index.
- IntIndex(int, boolean) - Constructor for class org.hsqldb.lib.IntIndex
- intIndexesToBooleanArray(int[], boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Set elements of arrb true if their indexes appear in arrb.
- IntKeyHashMap<V> - Class in org.hsqldb.lib
-
A Map of int primitives to Object values.
- IntKeyHashMap() - Constructor for class org.hsqldb.lib.IntKeyHashMap
- IntKeyHashMap(int) - Constructor for class org.hsqldb.lib.IntKeyHashMap
- IntKeyHashMapConcurrent<V> - Class in org.hsqldb.lib
-
A Map of int primitives to Object values, suitable for thread-safe access.
- IntKeyHashMapConcurrent() - Constructor for class org.hsqldb.lib.IntKeyHashMapConcurrent
- IntKeyHashMapConcurrent(int) - Constructor for class org.hsqldb.lib.IntKeyHashMapConcurrent
- IntKeyIntValueHashMap - Class in org.hsqldb.lib
-
A Map of int primitive keys to int primitive values.
- IntKeyIntValueHashMap() - Constructor for class org.hsqldb.lib.IntKeyIntValueHashMap
- IntKeyIntValueHashMap(int) - Constructor for class org.hsqldb.lib.IntKeyIntValueHashMap
- IntKeyLongValueHashMap - Class in org.hsqldb.lib
-
A Map of int primitive keys to long primitive values.
- IntKeyLongValueHashMap() - Constructor for class org.hsqldb.lib.IntKeyLongValueHashMap
- IntKeyLongValueHashMap(int) - Constructor for class org.hsqldb.lib.IntKeyLongValueHashMap
- IntLookup - Interface in org.hsqldb.lib
-
Interface for int to int lookup.
- IntValueHashMap<K> - Class in org.hsqldb.lib
-
A Map of Object keys to int primitive values.
- IntValueHashMap() - Constructor for class org.hsqldb.lib.IntValueHashMap
- IntValueHashMap(int) - Constructor for class org.hsqldb.lib.IntValueHashMap
- invalidArgument() - Static method in class org.hsqldb.jdbc.JDBCUtil
- invalidArgument(int) - Static method in class org.hsqldb.jdbc.JDBCUtil
- invalidArgument(String) - Static method in class org.hsqldb.jdbc.JDBCUtil
- invoke(String, String[]) - Static method in class org.hsqldb.util.MainInvoker
-
Invokes the static main(String[]) method from each specified class.
- isAfterLast() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves whether the cursor is after the last row in this
ResultSet
object. - isAnyIntIndexInBooleanArray(int[], boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
- isAutoIncrement - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
Whether the value of the column are automatically numbered.
- isAutoIncrement(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates whether the designated column is automatically numbered.
- isBeforeFirst() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves whether the cursor is before the first row in this
ResultSet
object. - isCancelled(Object) - Static method in class org.hsqldb.lib.HsqlTimer
-
Retrieves whether the specified argument references a cancelled task.
- isCaseSensitive - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
Whether the column's value's case matters.
- isCaseSensitive(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates whether a column's case matters.
- isCatalogAtStart() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a catalog appears at the start of a fully qualified table name.
- isCellEditable(int, int) - Method in class org.hsqldb.util.TableSorter
- isClosed() - Method in class org.hsqldb.jdbc.JDBCBlobClient
- isClosed() - Method in class org.hsqldb.jdbc.JDBCClobClient
- isClosed() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves whether this
Connection
object has been closed. - isClosed() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves whether this
Statement
object has been closed. - isClosed() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves whether this
ResultSet
object has been closed. - isClosed() - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Retrieves whether this object is closed.
- isClosed() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Retrieves whether this
Statement
object has been closed. - isClosed() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Retrieves whether this stream is closed.
- isClosed() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
- isCloseOnCompletion() - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- isCurrency - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
Whether the values in the column are cash values.
- isCurrency(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates whether the designated column is a cash value.
- isDefinitelyWritable - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
Whether a write on the column will definitely succeed.
- isDefinitelyWritable(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates whether a write on the designated column will definitely succeed.
- isDeleteOnFree() - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Retrieves whether an attempt to delete the backing file is made in response to invocation of
JDBCBlobFile.free()
. - isDeleteOnFree() - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves whether an attempt to delete the backing file is made in response to invocation of
JDBCClobFile.free()
. - isEmpty() - Method in interface org.hsqldb.lib.Collection
- isEmpty() - Method in class org.hsqldb.lib.HsqlArrayHeap
- isEmpty() - Method in interface org.hsqldb.lib.HsqlHeap
-
Retrieves whether this Heap is empty.
- isEmpty() - Method in interface org.hsqldb.lib.List
- isEmpty() - Method in class org.hsqldb.lib.LongDeque
- isEmpty() - Method in class org.hsqldb.lib.LongKeyHashMap
- isEmpty() - Method in interface org.hsqldb.lib.Map
- isEmpty(String) - Static method in class org.hsqldb.lib.StringUtil
-
Checks if text is empty (
characters <= space
) - isFirst() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves whether the cursor is on the first row of this
ResultSet
object. - isFixedDelay(Object) - Static method in class org.hsqldb.lib.HsqlTimer
-
Retrieves whether the specified argument references a task scheduled periodically using fixed delay scheduling.
- isFixedRate(Object) - Static method in class org.hsqldb.lib.HsqlTimer
-
Retrieves whether the specified argument references a task scheduled periodically using fixed rate scheduling.
- isFreed() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Retrieves whether this stream is freed.
- isFreed() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
- isFull() - Method in class org.hsqldb.lib.HsqlArrayHeap
- isFull() - Method in interface org.hsqldb.lib.HsqlHeap
-
Retrieves whether this Heap is full.
- isInSortedArray(char, char[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns true if char argument is in array.
- isInternal() - Method in class org.hsqldb.jdbc.JDBCConnection
- isInUse() - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
-
Returns true if getConnection() has been called and a leas has been given.
- isLast() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves whether the cursor is on the last row of this
ResultSet
object. - isNetwork() - Method in class org.hsqldb.jdbc.JDBCConnection
- isNoSystemExit() - Method in class org.hsqldb.server.Server
-
Retrieves whether this server calls System.exit() when shutdown.
- isNotRunning() - Method in class org.hsqldb.server.Server
-
Returns true if this server is not running
- isNullable - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The nullability of values in the column.
- isNullable(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves whether null values are allowed in the designated parameter.
- isNullable(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates the nullability of values in the designated column.
- isPeriodic(Object) - Static method in class org.hsqldb.lib.HsqlTimer
-
Retrieves whether the specified argument references a task scheduled for periodic execution.
- isPoolable() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Returns a value indicating whether the
Statement
is poolable or not. - isPoolable() - Method in class org.hsqldb.jdbc.JDBCStatement
-
Returns a value indicating whether this
Statement
will be closed when all its dependent result sets are closed. - isReadable() - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Retrieves the object's readability status.
- isReadOnly - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
Whether the column's values are definitely not writable.
- isReadOnly() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Retrieves whether this
Connection
object is in read-only mode. - isReadOnly() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database is in read-only mode.
- isReadOnly(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates whether the designated column is definitely not writable.
- isRestartOnShutdown() - Method in class org.hsqldb.server.Server
-
Retrieves whether this server restarts on shutdown.
- isRowCount() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- isSameRM(XAResource) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
-
Stub.
- isSearchable - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
Whether the column's values can be used in a where clause.
- isSearchable(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates whether the designated column can be used in a where clause.
- isSecure() - Method in class org.hsqldb.server.HsqlSocketFactory
-
Retrieves whether this factory produces secure sockets.
- isSecure() - Method in class org.hsqldb.server.HsqlSocketFactorySecure
-
Retrieves whether this factory produces secure sockets.
- isShutdown() - Method in class org.hsqldb.lib.HsqlTaskQueue
- isSigned - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
Whether values in the column are signed numbers.
- isSigned(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves whether values for the designated parameter can be signed numbers.
- isSigned(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates whether values in the designated column are signed numbers.
- isSilent() - Method in class org.hsqldb.server.Server
-
Retrieves whether silent mode operation was requested in the server properties.
- isSorting() - Method in class org.hsqldb.util.TableSorter
- isStreamElement(String) - Method in interface org.hsqldb.lib.FileAccess
- isStreamElement(String) - Method in class org.hsqldb.lib.FileAccessRes
- isStreamElement(String) - Method in class org.hsqldb.lib.FileUtil
- isTls() - Method in class org.hsqldb.server.Server
-
Retrieves whether the use of secure sockets was requested in the server properties.
- isTrace() - Method in class org.hsqldb.server.Server
-
Retrieves whether JDBC trace messages are to go to System.out or the DriverManger PrintStream/PrintWriter, if any.
- isTwoPower(int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
returns true if log2 n is in the range (0, max)
- isValid(int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Returns true if the connection has not been closed and is still valid.
- isWrapperFor(Class<?>) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWrapperFor(Class<?>) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWrapperFor(Class<?>) - Method in class org.hsqldb.jdbc.JDBCDataSource
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWrapperFor(Class<?>) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWrapperFor(Class<?>) - Method in class org.hsqldb.jdbc.JDBCPool
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWrapperFor(Class<?>) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWrapperFor(Class<?>) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWrapperFor(Class<?>) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWrapperFor(Class<?>) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWritable - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
Whether it is possible for a write on the column to succeed.
- isWritable() - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Retrieves the object's readability status.
- isWritable(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Indicates whether it is possible for a write on the designated column to succeed.
- itemStateChanged(ItemEvent) - Method in class org.hsqldb.util.Transfer
- iterator() - Method in interface org.hsqldb.lib.Collection
- iterator() - Method in class org.hsqldb.lib.HashSet
- iterator() - Method in class org.hsqldb.lib.IntHashSet
- iterator() - Method in interface org.hsqldb.lib.List
- iterator() - Method in class org.hsqldb.lib.OrderedLongHashSet
- Iterator<E> - Interface in org.hsqldb.lib
-
Interface for HyperSQL iterators.
J
- JaasAuthBean - Class in org.hsqldb.auth
-
Provides authentication and authorization (roles and initial schema) according to JAAS modules configured by the runtime JAAS implementation.
- JaasAuthBean() - Constructor for class org.hsqldb.auth.JaasAuthBean
- JaasAuthBean.UPCallbackHandler - Class in org.hsqldb.auth
- JDBC_MAJOR - Static variable in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- JDBC_MINOR - Static variable in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- JDBCArray - Class in org.hsqldb.jdbc
-
The mapping in the Java programming language for the SQL type
ARRAY
. - JDBCArray(Object[], Type, Type, SessionInterface) - Constructor for class org.hsqldb.jdbc.JDBCArray
- JDBCArrayBasic - Class in org.hsqldb.jdbc
-
The mapping in the Java programming language for the SQL type
ARRAY
. - JDBCArrayBasic(Object[], Type) - Constructor for class org.hsqldb.jdbc.JDBCArrayBasic
-
Public constructor to create an Array object from an Object[] and an HSQLDB org.hsqldb.types.Type object.
- JDBCBlob - Class in org.hsqldb.jdbc
-
The representation (mapping) in the Java programming language of an SQL
BLOB
value. - JDBCBlob(byte[]) - Constructor for class org.hsqldb.jdbc.JDBCBlob
-
Constructs a new JDBCBlob instance wrapping the given octet sequence.
- JDBCBlobClient - Class in org.hsqldb.jdbc
-
A wrapper for HSQLDB BlobData objects.
- JDBCBlobClient(SessionInterface, BlobDataID) - Constructor for class org.hsqldb.jdbc.JDBCBlobClient
- JDBCBlobFile - Class in org.hsqldb.jdbc
-
A client-side file-based implementation of Blob.
- JDBCBlobFile() - Constructor for class org.hsqldb.jdbc.JDBCBlobFile
-
Convenience constructor; equivalent to JDBCBlobFile(true);
- JDBCBlobFile(boolean) - Constructor for class org.hsqldb.jdbc.JDBCBlobFile
-
Constructs a new instance backed by a File object created in response to invoking File.createTempFile(TEMP_FILE_PREFIX,TEMP_FILE_SUFFIX).
- JDBCBlobFile(File) - Constructor for class org.hsqldb.jdbc.JDBCBlobFile
-
Convenience constructor; equivalent to JDBCBlobFile(file, false);
- JDBCBlobFile(File, boolean) - Constructor for class org.hsqldb.jdbc.JDBCBlobFile
-
Constructs a new instance backed by the given File object.
- JDBCCallableStatement - Class in org.hsqldb.jdbc
-
The interface used to execute SQL stored procedures.
- JDBCCallableStatement(JDBCConnection, String, int, int, int) - Constructor for class org.hsqldb.jdbc.JDBCCallableStatement
-
Constructs a new JDBCCallableStatement with the specified connection and result type.
- JDBCClob - Class in org.hsqldb.jdbc
-
The mapping in the Java programming language for the SQL
CLOB
type. - JDBCClob(String) - Constructor for class org.hsqldb.jdbc.JDBCClob
-
Constructs a new, read-only JDBCClob object wrapping the given character sequence.
- JDBCClobClient - Class in org.hsqldb.jdbc
-
A wrapper for HSQLDB ClobData objects.
- JDBCClobClient(SessionInterface, ClobDataID) - Constructor for class org.hsqldb.jdbc.JDBCClobClient
- JDBCClobFile - Class in org.hsqldb.jdbc
-
A client-side file-based implementation of Clob.
- JDBCClobFile() - Constructor for class org.hsqldb.jdbc.JDBCClobFile
-
Convenience constructor for
JDBCClobFile((String)null)
. - JDBCClobFile(File) - Constructor for class org.hsqldb.jdbc.JDBCClobFile
-
Convenience constructor for
JDBCClobFile(file,null)
. - JDBCClobFile(File, String) - Constructor for class org.hsqldb.jdbc.JDBCClobFile
-
Constructs a new JDBCClobFile instance backed by the given File object using the given encoding to read and write file content.
- JDBCClobFile(String) - Constructor for class org.hsqldb.jdbc.JDBCClobFile
-
Constructs a new JDBCClobFile instance backed by a File object created by File.createTempFile(TEMP_FILE_PREFIX, TEMP_FILE_SUFFIX), using the given encoding to read and write file content.
- JDBCColumnMetaData - Class in org.hsqldb.jdbc
-
Provides a site for holding the ResultSetMetaData for individual ResultSet columns.
- JDBCColumnMetaData() - Constructor for class org.hsqldb.jdbc.JDBCColumnMetaData
- JDBCCommonDataSource - Class in org.hsqldb.jdbc
-
Common base for DataSource implementations.
- JDBCCommonDataSource() - Constructor for class org.hsqldb.jdbc.JDBCCommonDataSource
- jdbcCompliant() - Method in class org.hsqldb.jdbc.JDBCDriver
-
Reports whether this driver is a genuine JDBC Compliant driver.
- JDBCConnection - Class in org.hsqldb.jdbc
-
A connection (session) with a specific database.
- JDBCConnection(JDBCConnection, JDBCConnectionEventListener) - Constructor for class org.hsqldb.jdbc.JDBCConnection
-
Constructor for use with connection pooling and XA.
- JDBCConnection(HsqlProperties) - Constructor for class org.hsqldb.jdbc.JDBCConnection
-
Constructs a new external
Connection
to an HSQLDBDatabase
. - JDBCConnection(SessionInterface) - Constructor for class org.hsqldb.jdbc.JDBCConnection
-
Constructs an
INTERNAL
Connection
, using the specifiedSessionInterface
. - JDBCConnectionEventListener - Interface in org.hsqldb.jdbc
- JDBCDatabaseMetaData - Class in org.hsqldb.jdbc
-
Comprehensive information about the database as a whole.
- JDBCDataSource - Class in org.hsqldb.jdbc
-
A factory for connections to the physical data source that this
DataSource
object represents. - JDBCDataSource() - Constructor for class org.hsqldb.jdbc.JDBCDataSource
- JDBCDataSourceFactory - Class in org.hsqldb.jdbc
-
A JNDI ObjectFactory for creating data sources supported by HyperSQL
JDBCDataSource
for plain connections for the end user. - JDBCDataSourceFactory() - Constructor for class org.hsqldb.jdbc.JDBCDataSourceFactory
- JDBCDriver - Class in org.hsqldb.jdbc
-
The interface that every driver class must implement.
- JDBCDriver() - Constructor for class org.hsqldb.jdbc.JDBCDriver
-
Default constructor
- JDBCNClob - Class in org.hsqldb.jdbc
-
The mapping in the Java™ programming language for the SQL
NCLOB
type. - JDBCNClob(String) - Constructor for class org.hsqldb.jdbc.JDBCNClob
- JDBCParameterMetaData - Class in org.hsqldb.jdbc
-
An object that can be used to get information about the types and properties for each parameter marker in a
PreparedStatement
object. - JDBCPool - Class in org.hsqldb.jdbc
-
A fast connection pool.
- JDBCPool() - Constructor for class org.hsqldb.jdbc.JDBCPool
-
Creates a connection pool with the maximum size of 8.
- JDBCPool(int) - Constructor for class org.hsqldb.jdbc.JDBCPool
-
Creates a connection pool with the given maximum size.
- JDBCPooledConnection - Class in org.hsqldb.jdbc.pool
-
An implementations of
PooledConnection
for use by connection pooling software. - JDBCPooledConnection(JDBCConnection) - Constructor for class org.hsqldb.jdbc.pool.JDBCPooledConnection
- JDBCPooledDataSource - Class in org.hsqldb.jdbc.pool
-
A data source that implements
ConnectionPoolDataSource
. - JDBCPooledDataSource() - Constructor for class org.hsqldb.jdbc.pool.JDBCPooledDataSource
- JDBCPreparedStatement - Class in org.hsqldb.jdbc
-
An object that represents a precompiled SQL statement.
- JDBCResultSet - Class in org.hsqldb.jdbc
-
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
- JDBCResultSet(JDBCConnection, JDBCStatementBase, Result, ResultMetaData) - Constructor for class org.hsqldb.jdbc.JDBCResultSet
-
Constructs a new
JDBCResultSet
object using the specified navigator andorg.hsqldb.result.ResultMetaData
. - JDBCResultSet(JDBCConnection, Result, ResultMetaData) - Constructor for class org.hsqldb.jdbc.JDBCResultSet
- JDBCResultSetMetaData - Class in org.hsqldb.jdbc
-
An object that can be used to get information about the types and properties of the columns in a
ResultSet
object. - JDBCRowId - Class in org.hsqldb.jdbc
-
The representation (mapping) in the Java programming language of an SQL ROWID value.
- JDBCRowId(byte[]) - Constructor for class org.hsqldb.jdbc.JDBCRowId
-
Constructs a new JDBCRowId instance wrapping the given octet sequence.
- JDBCRowId(String) - Constructor for class org.hsqldb.jdbc.JDBCRowId
-
Constructs a new JDBCRowId instance whose internal octet sequence is that represented by the given hexadecimal character sequence.
- JDBCRowId(RowId) - Constructor for class org.hsqldb.jdbc.JDBCRowId
-
Constructs a new JDBCRowId instance whose internal octet sequence is a copy of the octet sequence of the given RowId object.
- JDBCSavepoint - Class in org.hsqldb.jdbc
-
The representation of a savepoint, which is a point within the current transaction that can be referenced from the
Connection.rollback
method. - JDBCSQLXML - Class in org.hsqldb.jdbc
-
The mapping in the JavaTM programming language for the SQL XML type.
- JDBCSQLXML(Source) - Constructor for class org.hsqldb.jdbc.JDBCSQLXML
-
Constructs a new read-only JDBCSQLXML object from the given Source object.
- JDBCSQLXML.SAX2XMLStreamWriter - Class in org.hsqldb.jdbc
-
Writes to a
XMLStreamWriter
from SAX events. - JDBCStatement - Class in org.hsqldb.jdbc
-
The object used for executing a static SQL statement and returning the results it produces.
- JDBCUtil - Class in org.hsqldb.jdbc
-
Provides driver constants and a gateway from internal HsqlExceptions to external SQLExceptions.
- JDBCUtil() - Constructor for class org.hsqldb.jdbc.JDBCUtil
- JDBCXAConnection - Class in org.hsqldb.jdbc.pool
-
Subclass of JDBCPooledConnection implements the XAConnection interface.
- JDBCXAConnection(JDBCXADataSource, JDBCConnection) - Constructor for class org.hsqldb.jdbc.pool.JDBCXAConnection
- JDBCXAConnectionWrapper - Class in org.hsqldb.jdbc.pool
-
This is a wrapper class for JDBCConnection objects (not java.sql.XAConnection objects).
- JDBCXAConnectionWrapper(JDBCXAResource, JDBCXAConnection, JDBCConnection) - Constructor for class org.hsqldb.jdbc.pool.JDBCXAConnectionWrapper
- JDBCXADataSource - Class in org.hsqldb.jdbc.pool
-
Connection factory for JDBCXAConnections.
- JDBCXADataSource() - Constructor for class org.hsqldb.jdbc.pool.JDBCXADataSource
- JDBCXAResource - Class in org.hsqldb.jdbc.pool
-
Used by a global transaction service to control HSQLDB transactions.
- JDBCXAResource(JDBCXADataSource, JDBCConnection) - Constructor for class org.hsqldb.jdbc.pool.JDBCXAResource
-
Constructs a resource using the given data source and connection.
- JDBCXID - Class in org.hsqldb.jdbc.pool
-
Implementation of Xid for tests.
- JDBCXID(int, byte[], byte[]) - Constructor for class org.hsqldb.jdbc.pool.JDBCXID
K
- keyPressed(KeyEvent) - Method in class org.hsqldb.util.DatabaseManager
- keyPressed(KeyEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- keyReleased(KeyEvent) - Method in class org.hsqldb.util.DatabaseManager
- keyReleased(KeyEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- keySet() - Method in class org.hsqldb.lib.HashMap
- keySet() - Method in class org.hsqldb.lib.IntKeyHashMap
- keySet() - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- keySet() - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- keySet() - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- keySet() - Method in class org.hsqldb.lib.IntValueHashMap
- keySet() - Method in class org.hsqldb.lib.LongKeyHashMap
- keySet() - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- keySet() - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- keySet() - Method in class org.hsqldb.lib.LongValueHashMap
- keySet() - Method in interface org.hsqldb.lib.Map
- keySet() - Method in class org.hsqldb.lib.MultiValueHashMap
- keySet() - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- keysToArray(int[]) - Method in class org.hsqldb.lib.IntKeyHashMap
- keysToArray(int[]) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- keysToArray(int[]) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- keysToArray(int[]) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- keysToArray(long[]) - Method in class org.hsqldb.lib.LongKeyHashMap
- keysToArray(long[]) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- keysToArray(long[]) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- keysToArray(long[]) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- keysToArray(T[]) - Method in class org.hsqldb.lib.HashMap
- keysToArray(T[]) - Method in class org.hsqldb.lib.MultiValueHashMap
- keyTyped(KeyEvent) - Method in class org.hsqldb.util.DatabaseManager
- keyTyped(KeyEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- KMPSearchAlgorithm - Class in org.hsqldb.lib
-
Implements the Knuth-Morris-Pratt string search algorithm for searching streams or arrays of octets or characters.
L
- last() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor to the last row in this
ResultSet
object. - lastIndexOf(E) - Method in class org.hsqldb.lib.HsqlArrayList
- lastIndexOf(E) - Method in class org.hsqldb.lib.HsqlDeque
- lastIndexOf(Object) - Method in class org.hsqldb.lib.OrderedHashSet
- LdapAuthBean - Class in org.hsqldb.auth
-
Authenticates to a HyperSQL catalog according to entries in a LDAP database.
- LdapAuthBean() - Constructor for class org.hsqldb.auth.LdapAuthBean
- LdapAuthBeanTester - Class in org.hsqldb.auth
-
Tests the settings for LdapAuthBean.
- LdapAuthBeanTester() - Constructor for class org.hsqldb.auth.LdapAuthBeanTester
- length() - Method in class org.hsqldb.jdbc.JDBCBlob
-
Returns the number of bytes in the
BLOB
value designated by thisBlob
object. - length() - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Returns the number of bytes in the
BLOB
value designated by thisBlob
object. - length() - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Returns the number of bytes in the
BLOB
value designated by thisBlob
object. - length() - Method in class org.hsqldb.jdbc.JDBCClob
-
Retrieves the number of characters in the
CLOB
value designated by thisClob
object. - length() - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Retrieves the number of characters in the
CLOB
value designated by thisClob
object. - length() - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves the number of characters in the
CLOB
value designated by thisClob
object. - LEXICAL_COMPARATOR - Static variable in class org.hsqldb.util.TableSorter
- libpath - Variable in class org.hsqldb.util.RCData
- LineGroupReader - Class in org.hsqldb.lib
-
Uses a LineNumberReader and returns multiple consecutive lines which conform to the specified group demarcation characteristics.
- LineGroupReader(LineNumberReader) - Constructor for class org.hsqldb.lib.LineGroupReader
-
Default constructor for TestUtil usage.
- LineGroupReader(LineNumberReader, String[]) - Constructor for class org.hsqldb.lib.LineGroupReader
-
Constructor for sections starting with specified strings.
- LineReader - Class in org.hsqldb.lib
-
A converter for InputStream to return String objects using the given charset for conversion.
- LineReader(InputStream, Charset) - Constructor for class org.hsqldb.lib.LineReader
- List<E> - Interface in org.hsqldb.lib
-
Interface for List collections.
- LIST_MODE - Static variable in class org.hsqldb.lib.tar.TarReader
- listing_format - org.hsqldb.lib.tar.RB
- listLocalInetAddressNames() - Static method in class org.hsqldb.server.ServerConfiguration
-
Retrieves an array of Strings naming the distinct, known to be valid local InetAddress names for this machine.
- load() - Method in class org.hsqldb.util.DatabaseManagerSwing.DBMPrefs
- locatorsUpdateCopy() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
- lock() - Method in class org.hsqldb.lib.ReadWriteLockDummy.LockDummy
- LockDummy() - Constructor for class org.hsqldb.lib.ReadWriteLockDummy.LockDummy
- lockInterruptibly() - Method in class org.hsqldb.lib.ReadWriteLockDummy.LockDummy
- log(Level, String) - Method in class org.hsqldb.lib.FrameworkLogger
- log(Level, String, Throwable) - Method in class org.hsqldb.lib.FrameworkLogger
-
Just like FrameworkLogger.log(Level, String), but also logs a stack trace.
- LOG_DETAIL - Static variable in class org.hsqldb.lib.SimpleLog
- LOG_ERROR - Static variable in class org.hsqldb.lib.SimpleLog
- LOG_NONE - Static variable in class org.hsqldb.lib.SimpleLog
- LOG_NORMAL - Static variable in class org.hsqldb.lib.SimpleLog
- LOG_SQL_BASIC - Static variable in class org.hsqldb.lib.SimpleLog
- LOG_SQL_DETAIL - Static variable in class org.hsqldb.lib.SimpleLog
- LOG_SQL_NORMAL - Static variable in class org.hsqldb.lib.SimpleLog
- LOG_SQL_RESULT - Static variable in class org.hsqldb.lib.SimpleLog
- LOG_WARNING - Static variable in class org.hsqldb.lib.SimpleLog
- logContext(int, String) - Method in class org.hsqldb.lib.SimpleLog
- logContext(int, String, String, String) - Method in class org.hsqldb.lib.SimpleLog
- logContext(Throwable, String, int) - Method in class org.hsqldb.lib.SimpleLog
- logDetailEvent(String) - Method in interface org.hsqldb.lib.EventLogInterface
- logInfoEvent(String) - Method in interface org.hsqldb.lib.EventLogInterface
- logSevereEvent(String, Throwable) - Method in interface org.hsqldb.lib.EventLogInterface
- logTypeName - Static variable in class org.hsqldb.lib.SimpleLog
- logWarningEvent(String, Throwable) - Method in interface org.hsqldb.lib.EventLogInterface
- LongDeque - Class in org.hsqldb.lib
-
A deque of long values.
- LongDeque() - Constructor for class org.hsqldb.lib.LongDeque
- LongDeque(int) - Constructor for class org.hsqldb.lib.LongDeque
- longKey(T) - Method in class org.hsqldb.lib.ObjectComparator.DefaultComparator
- longKey(T) - Method in class org.hsqldb.lib.ObjectComparator.IdentityComparator
- longKey(T) - Method in interface org.hsqldb.lib.ObjectComparator
- LongKeyHashMap<V> - Class in org.hsqldb.lib
-
A Map of long primitives to Object values.
- LongKeyHashMap() - Constructor for class org.hsqldb.lib.LongKeyHashMap
- LongKeyHashMap(int) - Constructor for class org.hsqldb.lib.LongKeyHashMap
- LongKeyIntValueHashMap - Class in org.hsqldb.lib
-
A Map of long primitives to int primitives.
- LongKeyIntValueHashMap() - Constructor for class org.hsqldb.lib.LongKeyIntValueHashMap
- LongKeyIntValueHashMap(boolean) - Constructor for class org.hsqldb.lib.LongKeyIntValueHashMap
- LongKeyIntValueHashMap(int) - Constructor for class org.hsqldb.lib.LongKeyIntValueHashMap
- LongKeyLongValueHashMap - Class in org.hsqldb.lib
-
A Map of long primitives to long primitive.
- LongKeyLongValueHashMap() - Constructor for class org.hsqldb.lib.LongKeyLongValueHashMap
- LongKeyLongValueHashMap(boolean) - Constructor for class org.hsqldb.lib.LongKeyLongValueHashMap
- LongKeyLongValueHashMap(int) - Constructor for class org.hsqldb.lib.LongKeyLongValueHashMap
- LongLookup - Interface in org.hsqldb.lib
-
Interface for long to long lookup.
- LongValueHashMap<K> - Class in org.hsqldb.lib
-
A Map of Object keys to long primitives.
- LongValueHashMap() - Constructor for class org.hsqldb.lib.LongValueHashMap
- LongValueHashMap(int) - Constructor for class org.hsqldb.lib.LongValueHashMap
- LongValueHashMap(int, ObjectComparator<K>) - Constructor for class org.hsqldb.lib.LongValueHashMap
- lookup(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- lookup(int) - Method in interface org.hsqldb.lib.IntLookup
- lookup(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
- lookup(int, int) - Method in interface org.hsqldb.lib.IntLookup
- lookup(long) - Method in class org.hsqldb.lib.DoubleIntIndex
- lookup(long) - Method in class org.hsqldb.lib.DoubleLongIndex
- lookup(long) - Method in interface org.hsqldb.lib.LongLookup
- lookup(long, long) - Method in class org.hsqldb.lib.DoubleIntIndex
- lookup(long, long) - Method in class org.hsqldb.lib.DoubleLongIndex
- lookup(long, long) - Method in interface org.hsqldb.lib.LongLookup
- lookupFirstGreaterEqual(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- LS - Static variable in exception org.hsqldb.lib.AppendableException
- LS - Static variable in class org.hsqldb.lib.BasicTextJdkLogFormatter
- LS - Static variable in class org.hsqldb.lib.RefCapablePropertyResourceBundle
- LS - Static variable in class org.hsqldb.util.MainInvoker
M
- magic - org.hsqldb.lib.tar.TarHeaderField
- main() - Method in class org.hsqldb.util.DatabaseManager
- main() - Method in class org.hsqldb.util.DatabaseManagerSwing
- main(String[]) - Static method in class org.hsqldb.auth.LdapAuthBeanTester
-
Run this method to try and test configuration settings for LdapAuthBeans, or to troubleshoot.
- main(String[]) - Static method in class org.hsqldb.lib.tar.DbBackupMain
-
Command line invocation to create, examine, or extract HSQLDB database backup tar archives.
- main(String[]) - Static method in class org.hsqldb.lib.tar.TarGeneratorMain
-
Creates specified tar file to contain specified files, or stdin, using default blocks-per-record and replacing tar file if it already exists.
- main(String[]) - Static method in class org.hsqldb.lib.tar.TarReaderMain
-
Reads a specified tar file or stdin in order to either list or extract the file tar entries, depending on the first argument being "t" or "x", using default read buffer blocks.
- main(String[]) - Static method in class org.hsqldb.server.OdbcUtil
- main(String[]) - Static method in class org.hsqldb.server.Server
-
Creates and starts a new Server.
- main(String[]) - Static method in class org.hsqldb.server.ServerAcl
-
Utility method that allows interactive testing of individual ACL records, as well as the net effect of the ACL record list.
- main(String[]) - Static method in class org.hsqldb.server.WebServer
-
Starts a new WebServer.
- main(String[]) - Static method in class org.hsqldb.util.CodeSwitcher
- main(String[]) - Static method in class org.hsqldb.util.DatabaseManager
-
Run with --help switch for usage instructions.
- main(String[]) - Static method in class org.hsqldb.util.DatabaseManagerSwing
-
Run with --help switch for usage instructions.
- main(String[]) - Static method in class org.hsqldb.util.MainInvoker
-
Invokes the static main(String[]) method from each specified class.
- main(String[]) - Static method in class org.hsqldb.util.Transfer
- MainInvoker - Class in org.hsqldb.util
-
Invokes the static main(String[]) method from each class specified.
- MainInvoker() - Constructor for class org.hsqldb.util.MainInvoker
- makeDirectories(String) - Static method in class org.hsqldb.lib.FileUtil
- makeParentDirectories(File) - Method in class org.hsqldb.lib.FileUtil
- Map<K,V> - Interface in org.hsqldb.lib
-
Interface for collections of mapped key - value pairs.
- Map.Entry<K,V> - Interface in org.hsqldb.lib
-
Interface for a key - value pair.
- MapEntry<K,V> - Class in org.hsqldb.lib
-
A key - value pair.
- mark() - Method in class org.hsqldb.lib.StopWatch
- mark(int) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- markSupported() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- missing_supp_path - org.hsqldb.lib.tar.RB
- mode - org.hsqldb.lib.tar.TarHeaderField
- modelIndex(int) - Method in class org.hsqldb.util.TableSorter
- modified_property - org.hsqldb.lib.tar.RB
- mouseClicked(MouseEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- mouseEntered(MouseEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- mouseExited(MouseEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- mousePressed(MouseEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- mouseReleased(MouseEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- move_work_file - org.hsqldb.lib.tar.RB
- moveToCurrentRow() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor to the remembered cursor position, usually the current row.
- moveToInsertRow() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor to the insert row.
- mtime - org.hsqldb.lib.tar.TarHeaderField
- MultiValueHashMap<K,V> - Class in org.hsqldb.lib
-
A Map of Object keys to Object values which stores multiple values per key.
- MultiValueHashMap() - Constructor for class org.hsqldb.lib.MultiValueHashMap
- MultiValueHashMap(int) - Constructor for class org.hsqldb.lib.MultiValueHashMap
- MultiValueHashMap(int, ObjectComparator<K>) - Constructor for class org.hsqldb.lib.MultiValueHashMap
N
- name - org.hsqldb.lib.tar.TarHeaderField
- nativeSQL(String) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Converts the given SQL statement into the system's native SQL grammar.
- newCondition() - Method in class org.hsqldb.lib.ReadWriteLockDummy.LockDummy
- newDefaultProperties(int) - Static method in class org.hsqldb.server.ServerConfiguration
-
Retrieves a new default properties object for a server of the specified protocol
- newDiscardFileName(String) - Static method in class org.hsqldb.lib.FileUtil
- newEmptyResultSet() - Static method in class org.hsqldb.jdbc.JDBCResultSet
- newJDBCResultSet(Result, ResultMetaData) - Static method in class org.hsqldb.jdbc.JDBCResultSet
-
Factory method returns a new
JDBCResultSet
object for use with user defined functions that return a ResultSet object. - newThread(Runnable) - Method in class org.hsqldb.lib.HsqlTimer
-
Default ThreadFactory implementation.
- newThread(Runnable) - Method in interface org.hsqldb.lib.ThreadFactory
- next() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor forward one row from its current position.
- next() - Method in class org.hsqldb.lib.FilteredIterator
- next() - Method in interface org.hsqldb.lib.Iterator
- next() - Method in class org.hsqldb.lib.WrapperIterator
-
Returns the next element.
- nextInt() - Method in interface org.hsqldb.lib.Iterator
- nextLong() - Method in interface org.hsqldb.lib.Iterator
- NO_COMPRESSION - Static variable in interface org.hsqldb.lib.tar.TarFileOutputStream.Compression
- no_parent_dir - org.hsqldb.lib.tar.RB
- NON_ASCII_MIN - Static variable in class org.hsqldb.lib.AsciiInputStream
-
is 2^7 (128)
- NON_ASCII_MIN - Static variable in class org.hsqldb.lib.AsciiOutputStream
-
is 2^7 (128)
- NON_ASCII_REPLACEMENT - Static variable in class org.hsqldb.lib.AsciiInputStream
-
is '?'
- NON_ASCII_REPLACEMENT - Static variable in class org.hsqldb.lib.AsciiOutputStream
-
is '�' (65533), the Unicode replacement character.
- nonfile_entry - org.hsqldb.lib.tar.RB
- NOOP_BEHAVIOR - Static variable in class org.hsqldb.lib.RefCapablePropertyResourceBundle
- NOOP_BEHAVIOR - Static variable in class org.hsqldb.lib.ValidatingResourceBundle
- NOT_SORTED - Static variable in class org.hsqldb.util.TableSorter
- Notified - Interface in org.hsqldb.lib
- notify(int) - Method in interface org.hsqldb.lib.Notified
- notify(int) - Method in class org.hsqldb.server.Server
-
This is called from org.hsqldb.DatabaseManager when a database is shutdown.
- nullArgument() - Static method in class org.hsqldb.jdbc.JDBCUtil
- nullPlusNonNullIsNull() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports concatenations between
NULL
and non-NULL
values beingNULL
. - nullsAreSortedAtEnd() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether
NULL
values are sorted at the end regardless of sort order. - nullsAreSortedAtStart() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether
NULL
values are sorted at the start regardless of sort order. - nullsAreSortedHigh() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether
NULL
values are sorted high. - nullsAreSortedLow() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether
NULL
values are sorted low.
O
- ObjectComparator<T> - Interface in org.hsqldb.lib
-
Interface for equality comparison.
- ObjectComparator.DefaultComparator<T> - Class in org.hsqldb.lib
-
Comparator that uses the equals and hash code methods of Objects.
- ObjectComparator.IdentityComparator<T> - Class in org.hsqldb.lib
-
Comparator that uses identity for Object equality.
- OdbcUtil - Class in org.hsqldb.server
-
Static values and methods to facilitate servicing ODBC clients.
- OdbcUtil() - Constructor for class org.hsqldb.server.OdbcUtil
- offer(E) - Method in class org.hsqldb.lib.HsqlDeque
- offerFirst(E) - Method in class org.hsqldb.lib.HsqlDeque
- offerLast(E) - Method in class org.hsqldb.lib.HsqlDeque
- openInputStreamElement(String) - Method in interface org.hsqldb.lib.FileAccess
- openInputStreamElement(String) - Method in class org.hsqldb.lib.FileAccessRes
- openInputStreamElement(String) - Method in class org.hsqldb.lib.FileUtil
- openOutputStreamElement(String) - Method in interface org.hsqldb.lib.FileAccess
- openOutputStreamElement(String) - Method in class org.hsqldb.lib.FileAccessRes
- openOutputStreamElement(String) - Method in class org.hsqldb.lib.FileUtil
- openOutputStreamElementAppend(String) - Method in interface org.hsqldb.lib.FileAccess
- openOutputStreamElementAppend(String) - Method in class org.hsqldb.lib.FileAccessRes
- openOutputStreamElementAppend(String) - Method in class org.hsqldb.lib.FileUtil
- orBooleanArray(boolean[], boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
- OrderedHashMap<K,V> - Class in org.hsqldb.lib
-
A Map which maintains the insertion order of the key/value pairs and allows access by index.
- OrderedHashMap() - Constructor for class org.hsqldb.lib.OrderedHashMap
- OrderedHashMap(int) - Constructor for class org.hsqldb.lib.OrderedHashMap
- OrderedHashSet<E> - Class in org.hsqldb.lib
-
A list which is also a Set which maintains the inserted order of elements and allows access by index.
- OrderedHashSet() - Constructor for class org.hsqldb.lib.OrderedHashSet
- OrderedHashSet(int) - Constructor for class org.hsqldb.lib.OrderedHashSet
- OrderedHashSet(int, ObjectComparator<E>) - Constructor for class org.hsqldb.lib.OrderedHashSet
- OrderedHashSet(E[]) - Constructor for class org.hsqldb.lib.OrderedHashSet
- OrderedIntHashSet - Class in org.hsqldb.lib
-
A list which is also a set of int primitives which maintains the insertion order of the elements and allows access by index.
- OrderedIntHashSet() - Constructor for class org.hsqldb.lib.OrderedIntHashSet
- OrderedIntHashSet(int) - Constructor for class org.hsqldb.lib.OrderedIntHashSet
- OrderedIntHashSet(int[]) - Constructor for class org.hsqldb.lib.OrderedIntHashSet
- OrderedIntHashSet(int[], int[]) - Constructor for class org.hsqldb.lib.OrderedIntHashSet
- OrderedIntHashSet(int[], int[], int[]) - Constructor for class org.hsqldb.lib.OrderedIntHashSet
- OrderedIntKeyHashMap<V> - Class in org.hsqldb.lib
-
A Map of int primitives to Object values which maintains the insertion order of the key/value pairs and allows access by index.
- OrderedIntKeyHashMap() - Constructor for class org.hsqldb.lib.OrderedIntKeyHashMap
- OrderedIntKeyHashMap(int) - Constructor for class org.hsqldb.lib.OrderedIntKeyHashMap
- OrderedLongHashSet - Class in org.hsqldb.lib
-
A list which is also a set of long primitives which maintains the insertion order of the elements and allows access by index.
- OrderedLongHashSet() - Constructor for class org.hsqldb.lib.OrderedLongHashSet
- OrderedLongHashSet(int) - Constructor for class org.hsqldb.lib.OrderedLongHashSet
- OrderedLongKeyHashMap<V> - Class in org.hsqldb.lib
-
A Map of long primitives to Object values which maintains the insertion order of the key/value pairs and allows access by index.
- OrderedLongKeyHashMap() - Constructor for class org.hsqldb.lib.OrderedLongKeyHashMap
- OrderedLongKeyHashMap(int) - Constructor for class org.hsqldb.lib.OrderedLongKeyHashMap
- OrderedLongKeyHashMap(int, boolean) - Constructor for class org.hsqldb.lib.OrderedLongKeyHashMap
- org.hsqldb - module org.hsqldb
- org.hsqldb.auth - package org.hsqldb.auth
-
Contains the HyperSQL utility classes for managing external user authentication.
- org.hsqldb.jdbc - package org.hsqldb.jdbc
-
Contains the HyperSQL JDBC Driver, and other classes providing JDBC functionality and support.
- org.hsqldb.jdbc.pool - package org.hsqldb.jdbc.pool
-
Contains classes for connection pooling and distributed XA connections.
- org.hsqldb.lib - package org.hsqldb.lib
-
Contains shared classes used by other HyperSQL classes.
- org.hsqldb.lib.tar - package org.hsqldb.lib.tar
-
Contains the DbBackupMain class, for offline backing up HyperSQL databases.
- org.hsqldb.server - package org.hsqldb.server
-
Contains the HyperSQL network listener classes.
- org.hsqldb.trigger - package org.hsqldb.trigger
-
Contains the
Trigger
interface for Java language database triggers. - org.hsqldb.util - package org.hsqldb.util
-
Contains the HyperSQL utility classes.
- othersDeletesAreVisible(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether deletes made by others are visible.
- othersInsertsAreVisible(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether inserts made by others are visible.
- othersUpdatesAreVisible(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether updates made by others are visible.
- outOfRangeArgument() - Static method in class org.hsqldb.jdbc.JDBCUtil
- outOfRangeArgument(String) - Static method in class org.hsqldb.jdbc.JDBCUtil
- OVERWRITE_MODE - Static variable in class org.hsqldb.lib.tar.TarReader
-
OVERWRITE_MODE is just EXTRACT_MODE where we will silently overwrite existing files upon extraction.
- ownDeletesAreVisible(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a result set's own deletes are visible.
- ownInsertsAreVisible(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a result set's own inserts are visible.
- ownUpdatesAreVisible(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether for the given type of
ResultSet
object, the result set's own updates are visible.
P
- pad_block_write - org.hsqldb.lib.tar.RB
- padCurrentBlock() - Method in class org.hsqldb.lib.tar.TarFileOutputStream
-
Rounds out the current block to the next block boundary.
- parent_create_fail - org.hsqldb.lib.tar.RB
- parent_not_dir - org.hsqldb.lib.tar.RB
- password - Variable in class org.hsqldb.util.RCData
- peek() - Method in class org.hsqldb.lib.HsqlArrayHeap
- peek() - Method in class org.hsqldb.lib.HsqlDeque
- peek() - Method in interface org.hsqldb.lib.HsqlHeap
-
Retrieves the least element from this Heap, without removing it.
- peekFirst() - Method in class org.hsqldb.lib.HsqlDeque
- peekLast() - Method in class org.hsqldb.lib.HsqlDeque
- permitAccess(byte[]) - Method in class org.hsqldb.server.ServerAcl
- permitAccess(String) - Method in class org.hsqldb.server.ServerAcl
-
Uses system network libraries to resolve the given String to an IP addr, then determine whether this address is permitted or denied.
- PgType - Class in org.hsqldb.server
-
Postgres types.
- pif_data_toobig - org.hsqldb.lib.tar.RB
- pif_malformat - org.hsqldb.lib.tar.RB
- pif_malformat_size - org.hsqldb.lib.tar.RB
- pif_toobig - org.hsqldb.lib.tar.RB
- pif_unknown_datasize - org.hsqldb.lib.tar.RB
- PIFData - Class in org.hsqldb.lib.tar
-
Pax Interchange Format object constituted from an Input Stream.
- PIFData(InputStream) - Constructor for class org.hsqldb.lib.tar.PIFData
- PIFGenerator - Class in org.hsqldb.lib.tar
-
Encapsulates Pax Interchange Format key-value pairs.
- PIFGenerator(int) - Constructor for class org.hsqldb.lib.tar.PIFGenerator
-
Construct a PIFGenerator object for a 'g' record.
- PIFGenerator(File) - Constructor for class org.hsqldb.lib.tar.PIFGenerator
-
Construct a PIFGenerator object for a 'x' record.
- poll() - Method in class org.hsqldb.lib.HsqlDeque
- pollFirst() - Method in class org.hsqldb.lib.HsqlDeque
- pollLast() - Method in class org.hsqldb.lib.HsqlDeque
- pop() - Method in class org.hsqldb.lib.HsqlDeque
- position(byte[], long) - Method in class org.hsqldb.jdbc.JDBCBlob
-
Retrieves the byte position at which the specified byte array
pattern
begins within theBLOB
value that thisBlob
object represents. - position(byte[], long) - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Retrieves the byte position at which the specified byte array
pattern
begins within theBLOB
value that thisBlob
object represents. - position(byte[], long) - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Retrieves the byte position at which the specified byte array
pattern
begins within theBLOB
value that thisBlob
object represents. - position(char[], long) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves the character position at which the specified char[]
pattern
appears in theCLOB
value represented by thisClob
object. - position(String, long) - Method in class org.hsqldb.jdbc.JDBCClob
-
Retrieves the character position at which the specified substring
searchstr
appears in the SQLCLOB
value represented by thisClob
object. - position(String, long) - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Retrieves the character position at which the specified substring
searchstr
appears in the SQLCLOB
value represented by thisClob
object. - position(String, long) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves the character position at which the specified substring
searchstr
appears in the SQLCLOB
value represented by thisClob
object. - position(Blob, long) - Method in class org.hsqldb.jdbc.JDBCBlob
-
Retrieves the byte position in the
BLOB
value designated by thisBlob
object at whichpattern
begins. - position(Blob, long) - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Retrieves the byte position in the
BLOB
value designated by thisBlob
object at whichpattern
begins. - position(Blob, long) - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Retrieves the byte position in the
BLOB
value designated by thisBlob
object at whichpattern
begins. - position(Clob, long) - Method in class org.hsqldb.jdbc.JDBCClob
-
Retrieves the character position at which the specified
Clob
objectsearchstr
appears in thisClob
object. - position(Clob, long) - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Retrieves the character position at which the specified
Clob
objectsearchstr
appears in thisClob
object. - position(Clob, long) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves the character position at which the specified
Clob
objectsearchstr
appears in thisClob
object. - posSubst(String, String[], int) - Method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
-
Replaces positional substitution patterns of the form %{\d} with corresponding element of the given subs array.
- precision - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The column's value's number of decimal digits.
- prefix - org.hsqldb.lib.tar.TarHeaderField
- prefsFile - Variable in class org.hsqldb.util.DatabaseManagerSwing.DBMPrefs
- prepare(Xid) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
-
Vote on whether to commit the global transaction.
- prepareCall(String) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a
CallableStatement
object for calling database stored procedures. - prepareCall(String, int, int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a
CallableStatement
object that will generateResultSet
objects with the given type and concurrency. - prepareCall(String, int, int, int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a
CallableStatement
object that will generateResultSet
objects with the given type and concurrency. - prepareStatement(String) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a
PreparedStatement
object for sending parameterized SQL statements to the database. - prepareStatement(String, int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a default
PreparedStatement
object that has the capability to retrieve auto-generated keys. - prepareStatement(String, int[]) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a default
PreparedStatement
object capable of returning the auto-generated keys designated by the given array. - prepareStatement(String, int, int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a
PreparedStatement
object that will generateResultSet
objects with the given type and concurrency. - prepareStatement(String, int, int, int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a
PreparedStatement
object that will generateResultSet
objects with the given type, concurrency, and holdability. - prepareStatement(String, String[]) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a default
PreparedStatement
object capable of returning the auto-generated keys designated by the given array. - prepareThis() - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
- previous() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor to the previous row in this
ResultSet
object. - PrimitiveIterator<E> - Interface in org.hsqldb.lib
-
Marker interface for iterators supporting nextInt or nextLong methods.
- privlog(Level, String, Throwable, int, Class) - Method in class org.hsqldb.lib.FrameworkLogger
-
The "priv" prefix is historical.
- processingInstruction(String, String) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Receive notification of a processing instruction.
- projectMap(int[], int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
- projectRow(int[], int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
- projectRow(Object[], int[], Object[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Copies some elements of source into target by using columnMap as the list of indexes into source.
- projectRowReverse(Object[], int[], Object[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
As above but copies in reverse direction.
- push(E) - Method in class org.hsqldb.lib.HsqlDeque
- put(int, int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- put(int, long) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- put(int, V) - Method in class org.hsqldb.lib.IntKeyHashMap
- put(int, V) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- put(long, int) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- put(long, long) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- put(long, V) - Method in class org.hsqldb.lib.LongKeyHashMap
- put(long, V) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- put(Integer, Integer) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- put(Integer, Long) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- put(Integer, V) - Method in class org.hsqldb.lib.IntKeyHashMap
- put(Integer, V) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- put(Long, Integer) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- put(Long, Long) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- put(Long, V) - Method in class org.hsqldb.lib.LongKeyHashMap
- put(Long, V) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- put(K, int) - Method in class org.hsqldb.lib.IntValueHashMap
- put(K, long) - Method in class org.hsqldb.lib.LongValueHashMap
- put(K, V) - Method in class org.hsqldb.lib.HashMap
- put(K, V) - Method in interface org.hsqldb.lib.Map
- put(K, V) - Method in class org.hsqldb.lib.MultiValueHashMap
- putAll(IntKeyHashMap<V>) - Method in class org.hsqldb.lib.IntKeyHashMap
- putAll(IntKeyHashMap<V>) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- putAll(IntKeyIntValueHashMap) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- putAll(IntKeyLongValueHashMap) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- putAll(IntValueHashMap<K>) - Method in class org.hsqldb.lib.IntValueHashMap
- putAll(LongKeyHashMap<V>) - Method in class org.hsqldb.lib.LongKeyHashMap
- putAll(LongKeyHashMap<V>) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- putAll(LongKeyIntValueHashMap) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- putAll(LongKeyLongValueHashMap) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- putAll(LongValueHashMap<K>) - Method in class org.hsqldb.lib.LongValueHashMap
- putAll(Map<K, V>) - Method in class org.hsqldb.lib.HashMap
- putAll(Map<K, V>) - Method in class org.hsqldb.lib.MultiValueHashMap
- putAll(MultiValueHashMap<K, V>) - Method in class org.hsqldb.lib.MultiValueHashMap
- putPropertiesFromFile(String) - Method in class org.hsqldb.server.Server
-
Attempts to put properties from the file with the specified path.
- putPropertiesFromFile(String, String) - Method in class org.hsqldb.server.Server
-
Attempts to put properties from the file with given extension.
- putPropertiesFromString(String) - Method in class org.hsqldb.server.Server
-
Puts properties from the supplied string argument.
Q
- queueEntry(File) - Method in class org.hsqldb.lib.tar.TarGenerator
- queueEntry(String, File) - Method in class org.hsqldb.lib.tar.TarGenerator
- queueEntry(String, InputStream, int) - Method in class org.hsqldb.lib.tar.TarGenerator
-
This method does not support Pax Interchange Format, nor data sizes greater than 2G.
- queueEntry(String, InputStreamInterface) - Method in class org.hsqldb.lib.tar.TarGenerator
R
- rank(int[], int, int, int, int, int) - Static method in class org.hsqldb.lib.ArrayCounter
-
With an unsorted int[] array and with target a positive integer in the range (1,array.length), finds the value in the range (start,limit) of the largest element (rank) where the count of all smaller elements in that range is less than or equals target.
- RB - Enum in org.hsqldb.lib.tar
-
Resource Bundle for Tar classes
- RCData - Class in org.hsqldb.util
-
Manages all the details we need to connect up to JDBC database(s), in a declarative way.
- RCData(File, String) - Constructor for class org.hsqldb.util.RCData
-
Creates a RCDataObject by looking up the given key in the given authentication file.
- RCData(String, String, String, String, String, String, String) - Constructor for class org.hsqldb.util.RCData
-
Convenience constructor for backward compatibility.
- RCData(String, String, String, String, String, String, String, String) - Constructor for class org.hsqldb.util.RCData
-
Wrapper for unset Transaction Isolation.
- RCData(String, String, String, String, String, String, String, String, String) - Constructor for class org.hsqldb.util.RCData
-
Creates a new
RCData
object. - read() - Method in class org.hsqldb.lib.AsciiInputStream
-
Reads the next byte of data from the input stream.
- read() - Method in class org.hsqldb.lib.CountdownInputStream
- read() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- read() - Method in interface org.hsqldb.lib.InputStreamInterface
- read() - Method in class org.hsqldb.lib.InputStreamWrapper
- read() - Method in class org.hsqldb.lib.ReaderInputStream
- read() - Method in class org.hsqldb.lib.StringInputStream
- read() - Method in class org.hsqldb.lib.tar.TarReader
- read(byte[]) - Method in class org.hsqldb.lib.CountdownInputStream
- read(byte[]) - Method in interface org.hsqldb.lib.InputStreamInterface
- read(byte[]) - Method in class org.hsqldb.lib.InputStreamWrapper
- read(byte[], int, int) - Method in class org.hsqldb.lib.CountdownInputStream
- read(byte[], int, int) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- read(byte[], int, int) - Method in interface org.hsqldb.lib.InputStreamInterface
- read(byte[], int, int) - Method in class org.hsqldb.lib.InputStreamWrapper
- read_denied - org.hsqldb.lib.tar.RB
- read_lt_1 - org.hsqldb.lib.tar.RB
- readBlock() - Method in class org.hsqldb.lib.tar.TarFileInputStream
-
readBlock() and readNextHeaderBlock are the methods that USERS of this class should use to read header blocks from the tar file.
- readBlocks(int) - Method in class org.hsqldb.lib.tar.TarFileInputStream
-
readBlocks(int) is the method that USERS of this class should use to read file data from the tar file.
- readBoolean() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readByte() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readChar() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readDouble() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- ReaderInputStream - Class in org.hsqldb.lib
-
This class is a part implementation of DataInput.
- ReaderInputStream(Reader) - Constructor for class org.hsqldb.lib.ReaderInputStream
- readFloat() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readFully(byte[]) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readFully(byte[], int, int) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readInt() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readLine() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readLine() - Method in class org.hsqldb.lib.LineReader
- readLine(InputStream, OutputStream) - Static method in class org.hsqldb.lib.InOutUtil
-
Implementation only supports unix line-end format and is suitable for processing HTTP and other network protocol communications.
- readLock() - Method in class org.hsqldb.lib.ReadWriteLockDummy
- readLong() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readNextHeaderBlock() - Method in class org.hsqldb.lib.tar.TarFileInputStream
-
readBlock() and readNextHeaderBlock are the methods that USERS of this class should use to read header blocks from the tar file.
- readShort() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readUnsignedByte() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readUnsignedShort() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readUTF() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- readUTF(byte[], int, int) - Static method in class org.hsqldb.lib.StringConverter
- readUTF(byte[], int, int, char[]) - Static method in class org.hsqldb.lib.StringConverter
- ReadWriteLockDummy - Class in org.hsqldb.lib
- ReadWriteLockDummy() - Constructor for class org.hsqldb.lib.ReadWriteLockDummy
- ReadWriteLockDummy.LockDummy - Class in org.hsqldb.lib
- recover(int) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
-
Obtain a list of Xids of the current resource manager for XAResources currently in the 'prepared' * state.
- RefCapablePropertyResourceBundle - Class in org.hsqldb.lib
-
Just like PropertyResourceBundle, except keys mapped to nothing in the properties file will load the final String value from a text file.
- RefCapableRBInterface - Interface in org.hsqldb.lib
- refreshRow() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Refreshes the current row with its most recent value in the database.
- registerOutParameter(int, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the OUT parameter in ordinal position
parameterIndex
to the JDBC typesqlType
. - registerOutParameter(int, int, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the parameter in ordinal position
parameterIndex
to be of JDBC typesqlType
. - registerOutParameter(int, int, String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the designated output parameter.
- registerOutParameter(int, SQLType) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the OUT parameter in ordinal position
parameterIndex
to the JDBC typesqlType
. - registerOutParameter(int, SQLType, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the parameter in ordinal position
parameterIndex
to be of JDBC typesqlType
. - registerOutParameter(int, SQLType, String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the designated output parameter.
- registerOutParameter(String, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the OUT parameter named
parameterName
to the JDBC typesqlType
. - registerOutParameter(String, int, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the parameter named
parameterName
to be of JDBC typesqlType
. - registerOutParameter(String, int, String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the designated output parameter.
- registerOutParameter(String, SQLType) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the OUT parameter named
parameterName
to the JDBC typesqlType
. - registerOutParameter(String, SQLType, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the parameter named
parameterName
to be of JDBC typesqlType
. - registerOutParameter(String, SQLType, String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Registers the designated output parameter.
- relative(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Moves the cursor a relative number of rows, either positive or negative.
- release() - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
-
Force close the userConnection, and connection, no close event is fired.
- releaseSavepoint(Savepoint) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Removes the specified
Savepoint
and subsequentSavepoint
objects from the current transaction. - remove() - Method in class org.hsqldb.lib.HsqlArrayHeap
- remove() - Method in class org.hsqldb.lib.HsqlDeque
- remove() - Method in interface org.hsqldb.lib.HsqlHeap
-
Retrieves the least element from this Heap, removing it in the process.
- remove() - Method in interface org.hsqldb.lib.Iterator
- remove(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- remove(int) - Method in class org.hsqldb.lib.HsqlArrayList
-
Removes and returns the element at given position
- remove(int) - Method in class org.hsqldb.lib.HsqlDeque
- remove(int) - Method in class org.hsqldb.lib.IntHashSet
- remove(int) - Method in class org.hsqldb.lib.IntIndex
- remove(int) - Method in class org.hsqldb.lib.IntKeyHashMap
- remove(int) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- remove(int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- remove(int) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- remove(int) - Method in interface org.hsqldb.lib.List
- remove(int) - Method in class org.hsqldb.lib.LongDeque
- remove(int) - Method in class org.hsqldb.lib.OrderedHashSet
- remove(int) - Method in class org.hsqldb.lib.OrderedIntHashSet
- remove(int) - Method in class org.hsqldb.lib.OrderedIntKeyHashMap
- remove(long) - Method in class org.hsqldb.lib.LongKeyHashMap
- remove(long) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- remove(long) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- remove(long) - Method in class org.hsqldb.lib.OrderedLongHashSet
- remove(long) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- remove(E) - Method in interface org.hsqldb.lib.Collection
- remove(E) - Method in class org.hsqldb.lib.HashSet
-
returns true if removed
- remove(E) - Method in class org.hsqldb.lib.HsqlArrayList
- remove(E) - Method in class org.hsqldb.lib.HsqlDeque
- remove(E) - Method in class org.hsqldb.lib.OrderedHashSet
- remove(Object) - Method in class org.hsqldb.lib.HashMap
- remove(Object) - Method in class org.hsqldb.lib.IntKeyHashMap
- remove(Object) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- remove(Object) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- remove(Object) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- remove(Object) - Method in class org.hsqldb.lib.IntValueHashMap
- remove(Object) - Method in class org.hsqldb.lib.LongKeyHashMap
- remove(Object) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- remove(Object) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- remove(Object) - Method in class org.hsqldb.lib.LongValueHashMap
- remove(Object) - Method in interface org.hsqldb.lib.Map
- remove(Object) - Method in class org.hsqldb.lib.MultiValueHashMap
-
Removes all values associated with the key.
- remove(Object) - Method in class org.hsqldb.lib.OrderedHashMap
- remove(Object) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- remove(K, V) - Method in class org.hsqldb.lib.HashMap
-
Removes the spacific key, value pair.
- remove(K, V) - Method in class org.hsqldb.lib.MultiValueHashMap
-
Removes the spacific value associated with the key.
- removeAll() - Method in class org.hsqldb.lib.DoubleIntIndex
- removeAll() - Method in class org.hsqldb.lib.IntIndex
- removeAll(E[]) - Method in class org.hsqldb.lib.HashSet
-
returns true if all were removed
- removeAll(Collection<E>) - Method in class org.hsqldb.lib.HashSet
-
returns true if all were removed
- removeAll(IntHashSet) - Method in class org.hsqldb.lib.IntHashSet
- removeConnectionEventListener(ConnectionEventListener) - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
- removeElement(String) - Method in interface org.hsqldb.lib.FileAccess
- removeElement(String) - Method in class org.hsqldb.lib.FileAccessRes
- removeElement(String) - Method in class org.hsqldb.lib.FileUtil
- removeEntry(int) - Method in class org.hsqldb.lib.OrderedHashMap
- removeEntry(int) - Method in class org.hsqldb.lib.OrderedIntHashSet
- removeEntry(int) - Method in class org.hsqldb.lib.OrderedIntKeyHashMap
- removeEntry(int) - Method in class org.hsqldb.lib.OrderedLongHashSet
- removeEntry(int) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- removeFirst() - Method in class org.hsqldb.lib.HsqlDeque
- removeFirst() - Method in class org.hsqldb.lib.LongDeque
- removeFirstConsecutiveKeys(int, int) - Method in class org.hsqldb.lib.IntIndex
- removeFirstOccurrence(E) - Method in class org.hsqldb.lib.HsqlDeque
- removeKey(int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Removes the (unique) key and its value.
- removeLast() - Method in class org.hsqldb.lib.HsqlDeque
- removeLast() - Method in class org.hsqldb.lib.LongDeque
- removeLastOccurrence(E) - Method in class org.hsqldb.lib.HsqlDeque
- removeRange(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
- removeRange(int, int) - Method in class org.hsqldb.lib.IntIndex
- removeResource(Xid) - Method in class org.hsqldb.jdbc.pool.JDBCXADataSource
- removeStatementEventListener(StatementEventListener) - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
- renameElement(String, String) - Method in interface org.hsqldb.lib.FileAccess
- renameElement(String, String) - Method in class org.hsqldb.lib.FileAccessRes
- renameElement(String, String) - Method in class org.hsqldb.lib.FileUtil
- renameElementOrCopy(String, String, EventLogInterface) - Method in interface org.hsqldb.lib.FileAccess
- renameElementOrCopy(String, String, EventLogInterface) - Method in class org.hsqldb.lib.FileAccessRes
- renameElementOrCopy(String, String, EventLogInterface) - Method in class org.hsqldb.lib.FileUtil
- reorderMaps(int[], int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
- report() - Static method in class org.hsqldb.lib.FrameworkLogger
-
Utility method for integrators.
- reset() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Resets the SQL session of this connection, so it can be used again.
- reset() - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
-
Force close the userConnection, no close event is fired.
- reset() - Method in class org.hsqldb.lib.CharArrayWriter
- reset() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Resets the
count
field of this output stream to zero, so that all currently accumulated data is effectively discarded. - reset() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Resets the
count
field of this writer to zero, so that all currently accumulated output is effectively discarded. - reset() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- reset() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- reset(byte[]) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- reset(char[]) - Method in class org.hsqldb.lib.CharArrayWriter
- reset(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- resizeArray(Object, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns a new array of given size, containing as many elements of the original array as it can hold.
- resizeArrayIfDifferent(Object, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns the given array if newsize is the same as existing.
- resourceKeyFor(Enum<?>) - Static method in class org.hsqldb.lib.ValidatingResourceBundle
- restart() - Method in class org.hsqldb.lib.HsqlTaskQueue
- restart() - Method in class org.hsqldb.lib.HsqlTimer
-
(Re)starts background processing of the task queue.
- result - Variable in class org.hsqldb.jdbc.JDBCResultSet
-
The underlying result.
- retainAll(IntHashSet) - Method in class org.hsqldb.lib.IntHashSet
- RETURN_PRIMARY_KEYS - Static variable in class org.hsqldb.jdbc.JDBCStatement
- rightTrimSize(String) - Static method in class org.hsqldb.lib.StringUtil
-
Returns the size of substring that does not contain any trailing spaces
- rollback() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Undoes all changes made in the current transaction and releases any database locks currently held by this
Connection
object. - rollback() - Method in class org.hsqldb.jdbc.pool.JDBCXAConnectionWrapper
-
Interceptor method, because this method is prohibited within any global transaction.
- rollback(Savepoint) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Undoes all changes made after the given
Savepoint
object was set. - rollback(Savepoint) - Method in class org.hsqldb.jdbc.pool.JDBCXAConnectionWrapper
-
Interceptor method, because this method is prohibited within any global transaction.
- rollback(Xid) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
-
Per the JDBC 3.0 spec, this rolls back the transaction for the specified Xid, not necessarily for the transaction associated with this XAResource object.
- rollbackThis() - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
-
This rolls back the connection associated with this XAResource.
- rowDeleted() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves whether a row has been deleted.
- rowInserted() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves whether the current row has had an insertion.
- rowUpdated() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Retrieves whether the current row has been updated.
S
- SAX2XMLStreamWriter(XMLStreamWriter) - Constructor for class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Constructs a new SAX2XMLStreamWriter that writes SAX events to the designated XMLStreamWriter.
- SC_DEFAULT_ADDRESS - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_BER_SERVER_PORT - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_DATABASE - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_HSQL_SERVER_PORT - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_HSQLS_SERVER_PORT - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_HTTP_SERVER_PORT - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_HTTPS_SERVER_PORT - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_MAX_DATABASES - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_MAX_WAIT - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_NO_SYSTEM_EXIT - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_REMOTE_OPEN_DB - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_SERVER_AUTORESTART - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_SILENT - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_TLS - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_TRACE - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_WEB_MIME - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_WEB_PAGE - Static variable in interface org.hsqldb.server.ServerConstants
- SC_DEFAULT_WEB_ROOT - Static variable in interface org.hsqldb.server.ServerConstants
- SC_PROTOCOL_BER - Static variable in interface org.hsqldb.server.ServerConstants
- SC_PROTOCOL_HSQL - Static variable in interface org.hsqldb.server.ServerConstants
- SC_PROTOCOL_HTTP - Static variable in interface org.hsqldb.server.ServerConstants
- scale - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The column's value's number of digits to right of the decimal point.
- ScannerSearchAlgorithm - Class in org.hsqldb.lib
-
Provides a string search facility using a
Scanner
. - scheduleAfter(long, Runnable) - Method in class org.hsqldb.lib.HsqlTimer
-
Causes the specified Runnable to be executed once in the background after the specified delay.
- scheduleAt(Date, Runnable) - Method in class org.hsqldb.lib.HsqlTimer
-
Causes the specified Runnable to be executed once in the background at the specified time.
- schedulePeriodicallyAfter(long, long, Runnable, boolean) - Method in class org.hsqldb.lib.HsqlTimer
-
Causes the specified Runnable to be executed periodically in the background, starting after the specified delay.
- schedulePeriodicallyAt(Date, long, Runnable, boolean) - Method in class org.hsqldb.lib.HsqlTimer
-
Causes the specified Runnable to be executed periodically in the background, starting at the specified time.
- schemaName - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The column's table's schema.
- search(byte[], byte[], int[], int) - Static method in class org.hsqldb.lib.KMPSearchAlgorithm
-
Searches the given octet string for the given octet pattern returning the zero-based offset from given start position at which the first match is detected.
- search(char[], char[], int[], int) - Static method in class org.hsqldb.lib.KMPSearchAlgorithm
-
Searches the given character array for the given character pattern returning the zero-based offset from given start position at which the first match is detected.
- search(InputStream, byte[], int[]) - Static method in class org.hsqldb.lib.KMPSearchAlgorithm
-
Searches the given octet stream for the given octet pattern returning the zero-based offset from the initial stream position at which the first match is detected.
- search(Reader, char[], boolean) - Static method in class org.hsqldb.lib.ScannerSearchAlgorithm
-
the given
reader
for the givensearchstr
. - search(Reader, char[], int[]) - Static method in class org.hsqldb.lib.KMPSearchAlgorithm
-
Searches the given character stream for the given character pattern returning the zero-based offset from the initial stream position at which the first match is detected.
- search(Reader, String, boolean) - Static method in class org.hsqldb.lib.ScannerSearchAlgorithm
-
the given
reader
for the givensearchstr
. - search(Reader, String, int[]) - Static method in class org.hsqldb.lib.KMPSearchAlgorithm
-
Searches the given character stream for the given character pattern returning the zero-based offset from the initial stream position at which the first match is detected.
- search(Reader, Pattern) - Static method in class org.hsqldb.lib.ScannerSearchAlgorithm
-
the given
reader
for the givenpattern
. - search(String, String, int[], int) - Static method in class org.hsqldb.lib.KMPSearchAlgorithm
-
Searches the given String object for the given character pattern returning the zero-based offset from given start position at which the first match is detected.
- searchFirst(Object[], int, int, Object, Comparator) - Static method in class org.hsqldb.lib.ArraySort
-
Returns the index of the lowest element == the given search target, or when not found, a negative value -(insert position + 1)
- serialize(Serializable) - Static method in class org.hsqldb.lib.InOutUtil
-
Retrieves the serialized form of the specified
Object
as an array of bytes. - Server - Class in org.hsqldb.server
-
The HyperSQL hsql: and hsqls: protocol network database server.
- Server() - Constructor for class org.hsqldb.server.Server
-
Creates a new Server instance handling HSQL protocol connections.
- SERVER_STATE_CLOSING - Static variable in interface org.hsqldb.server.ServerConstants
- SERVER_STATE_ONLINE - Static variable in interface org.hsqldb.server.ServerConstants
- SERVER_STATE_OPENING - Static variable in interface org.hsqldb.server.ServerConstants
- SERVER_STATE_SHUTDOWN - Static variable in interface org.hsqldb.server.ServerConstants
- ServerAcl - Class in org.hsqldb.server
-
A list of ACL permit and deny entries with a permitAccess method which tells whether candidate addresses are permitted or denied by this ACL list.
- ServerAcl(File) - Constructor for class org.hsqldb.server.ServerAcl
- ServerAcl.AclFormatException - Exception in org.hsqldb.server
- ServerConfiguration - Class in org.hsqldb.server
-
Assists with Server and WebServer configuration tasks.
- ServerConstants - Interface in org.hsqldb.server
-
An enumeration of the property keys and default property values used by HSQLDB servers
- ServerProperties - Class in org.hsqldb.server
-
A subclass HsqlProperties with functionality needed for the HSQLDB Server implementations.
- ServerProperties(int, File) - Constructor for class org.hsqldb.server.ServerProperties
- set(int, int, V) - Method in class org.hsqldb.lib.OrderedIntKeyHashMap
- set(int, long, V) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- set(int, E) - Method in class org.hsqldb.lib.HsqlArrayList
-
Replaces the element at given position
- set(int, E) - Method in class org.hsqldb.lib.HsqlDeque
- set(int, E) - Method in interface org.hsqldb.lib.List
- set(int, E) - Method in class org.hsqldb.lib.OrderedHashSet
- set(int, K, V) - Method in class org.hsqldb.lib.OrderedHashMap
- Set<E> - Interface in org.hsqldb.lib
-
Marker interface for a Collection that is a Set of values.
- setAbortUponModify(boolean) - Method in class org.hsqldb.lib.tar.DbBackup
-
Defaults to true.
- setAccessAttribute(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
Set the attribute name of the RDN + parentDn entries which will be consulted to decide whether the user can access the HyperSQL database.
- setAccessValuePattern(Pattern) - Method in class org.hsqldb.auth.LdapAuthBean
-
Assign a pattern to detect honored accessAttribute values.
- setAccessValuePatternString(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
String wrapper for method setAccessValuePattern(Pattern) Use the (x?) Pattern constructs to set options.
- setAddress(String) - Method in class org.hsqldb.server.Server
-
Sets the InetAddress with which this server's ServerSocket will be constructed.
- setApplicationKey(String) - Method in class org.hsqldb.auth.JaasAuthBean
-
Set the key into the JAAS runtime configuration.
- setArray(int, Array) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.Array
object. - setAsciiStream(int, InputStream) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(int, InputStream, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setAsciiStream(int, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setAsciiStream(long) - Method in class org.hsqldb.jdbc.JDBCClob
-
Retrieves a stream to be used to write Ascii characters to the
CLOB
value that thisClob
object represents, starting at positionpos
. - setAsciiStream(long) - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Retrieves a stream to be used to write Ascii characters to the
CLOB
value that thisClob
object represents, starting at positionpos
. - setAsciiStream(long) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves a stream to be used to write Ascii characters to the
CLOB
value that thisClob
object represents, starting at positionpos
. - setAsciiStream(String, InputStream) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(String, InputStream, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setAsciiStream(String, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setAuthFunctionBean(String, AuthFunctionBean) - Method in class org.hsqldb.auth.AuthBeanMultiplexer
-
This is not an "adder" function, but a "setter" function for the specified dbName , so do not use this to add to a database's FunctionBeans, but to assign ths single given AuthFunctionBean as the specified database's authenticator.
- setAuthFunctionBean(Connection, AuthFunctionBean) - Method in class org.hsqldb.auth.AuthBeanMultiplexer
-
Exactly the same as setAuthFunctionBeans(String, List) other than taking an open Connection to identify the database.
- setAuthFunctionBeans(String, List<AuthFunctionBean>) - Method in class org.hsqldb.auth.AuthBeanMultiplexer
-
This is not an "adder" function, but a "setter" function for the specified dbName , so do not use this to add to a database's FunctionBeans, but to assign the entire list for that database.
- setAuthFunctionBeans(Connection, List<AuthFunctionBean>) - Method in class org.hsqldb.auth.AuthBeanMultiplexer
-
Wrapper for
setAuthFunctionBeans(String, List<AuthFunctionBean>)
- setAuthFunctionBeans(Map<String, List<AuthFunctionBean>>) - Method in class org.hsqldb.auth.AuthBeanMultiplexer
-
Primary purpose of this class is to manage this static map.
- setAutoCommit(boolean) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Sets this connection's auto-commit mode to the given state.
- setAutoCommit(boolean) - Method in class org.hsqldb.jdbc.pool.JDBCXAConnectionWrapper
-
Interceptor method, because this method is prohibited within any global transaction.
- setBigDecimal(int, BigDecimal) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setBigDecimal(String, BigDecimal) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.math.BigDecimal
value. - setBinaryStream() - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.
- setBinaryStream(int, InputStream) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(int, InputStream, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setBinaryStream(int, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setBinaryStream(long) - Method in class org.hsqldb.jdbc.JDBCBlob
-
Retrieves a stream that can be used to write to the
BLOB
value that thisBlob
object represents. - setBinaryStream(long) - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Retrieves a stream that can be used to write to the
BLOB
value that thisBlob
object represents. - setBinaryStream(long) - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Retrieves a stream that can be used to write to the
BLOB
value that thisBlob
object represents. - setBinaryStream(String, InputStream) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(String, InputStream, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setBinaryStream(String, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
- setBlob(int, InputStream) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to a
InputStream
object. - setBlob(int, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to a
InputStream
object. - setBlob(int, Blob) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.Blob
object. - setBlob(String, InputStream) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to an
InputStream
object. - setBlob(String, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to a
InputStream
object. - setBlob(String, Blob) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.Blob
object. - setBoolean(int, boolean) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given Java
boolean
value. - setBoolean(String, boolean) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given Java
boolean
value. - setByte(int, byte) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given Java
byte
value. - setByte(String, byte) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given Java
byte
value. - setBytes(int, byte[]) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(long, byte[]) - Method in class org.hsqldb.jdbc.JDBCBlob
-
Writes the given array of bytes to the
BLOB
value that thisBlob
object represents, starting at positionpos
, and returns the number of bytes written. - setBytes(long, byte[]) - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Writes the given array of bytes to the
BLOB
value that thisBlob
object represents, starting at positionpos
, and returns the number of bytes written. - setBytes(long, byte[]) - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Writes the given array of bytes to the
BLOB
value that thisBlob
object represents, starting at positionpos
, and returns the number of bytes written. - setBytes(long, byte[], int, int) - Method in class org.hsqldb.jdbc.JDBCBlob
-
Writes all or part of the given
byte
array to theBLOB
value that thisBlob
object represents and returns the number of bytes written. - setBytes(long, byte[], int, int) - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Writes all or part of the given
byte
array to theBLOB
value that thisBlob
object represents and returns the number of bytes written. - setBytes(long, byte[], int, int) - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Writes all or part of the given
byte
array to theBLOB
value that thisBlob
object represents and returns the number of bytes written. - setBytes(String, byte[]) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given Java array of bytes.
- setCatalog(String) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Sets the given catalog name in order to select a subspace of this
Connection
object's database in which to work. - setCharacterStream() - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Retrieves a stream to be used to write the XML value that this SQLXML instance represents.
- setCharacterStream(int, Reader) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
Reader
object. - setCharacterStream(int, Reader, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
Reader
object, which is the given number of characters long. - setCharacterStream(int, Reader, long) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
Reader
object, which is the given number of characters long. - setCharacterStream(long) - Method in class org.hsqldb.jdbc.JDBCClob
-
Retrieves a stream to be used to write a stream of Unicode characters to the
CLOB
value that thisClob
object represents, at positionpos
. - setCharacterStream(long) - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Retrieves a stream to be used to write a stream of Unicode characters to the
CLOB
value that thisClob
object represents, at positionpos
. - setCharacterStream(long) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Retrieves a stream to be used to write a stream of Unicode characters to the
CLOB
value that thisClob
object represents, at positionpos
. - setCharacterStream(String, Reader) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
Reader
object. - setCharacterStream(String, Reader, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
Reader
object, which is the given number of characters long. - setCharacterStream(String, Reader, long) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
Reader
object, which is the given number of characters long. - setClientInfo(String, String) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Sets the value of the client info property specified by name to the value specified by value.
- setClientInfo(Properties) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Sets the value of the connection's client info properties.
- setClob(int, Reader) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to a
Reader
object. - setClob(int, Reader, long) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to a
Reader
object. - setClob(int, Clob) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.Clob
object. - setClob(String, Reader) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to a
Reader
object. - setClob(String, Reader, long) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to a
Reader
object. - setClob(String, Clob) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.Clob
object. - setColumnComparator(Class, Comparator) - Method in class org.hsqldb.util.TableSorter
- setCount(int) - Method in class org.hsqldb.lib.CountUpDownLatch
-
Updates
count
to the requestednewCount
, returningtrue
on transition to zero. - setCount(long) - Method in class org.hsqldb.lib.CountdownInputStream
- setCursorName(String) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the SQL cursor name to the given
String
, which will be used by subsequentStatement
objectexecute
methods. - setCursorName(String) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Sets the SQL cursor name to the given
String
, which will be used by subsequentStatement
objectexecute
methods. - setDaemon(boolean) - Method in class org.hsqldb.server.Server
-
No-op as deprecated.
- setDatabase(String) - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Synonym for setUrl(String).
- setDatabase(String) - Method in class org.hsqldb.jdbc.JDBCPool
-
Synonym for setUrl(String).
- setDatabaseName(int, String) - Method in class org.hsqldb.server.Server
-
Sets the external name (url alias) of the i'th hosted database.
- setDatabaseName(String) - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Synonym for setUrl(String).
- setDatabaseName(String) - Method in class org.hsqldb.jdbc.JDBCPool
-
Synonym for setUrl(String).
- setDatabasePath(int, String) - Method in class org.hsqldb.server.Server
-
Sets the path of the hosted database.
- setDate(int, Date) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.Date
value using the default time zone of the virtual machine that is running the application. - setDate(int, Date, Calendar) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.Date
value, using the givenCalendar
object. - setDate(String, Date) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.Date
value using the default time zone of the virtual machine that is running the application. - setDate(String, Date, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.Date
value, using the givenCalendar
object. - setDefaultJdbcDriver(String) - Method in class org.hsqldb.util.RCData
- setDefaultWebPage(String) - Method in class org.hsqldb.server.Server
-
Sets the name of the web page served when no page is specified.
- setDelegateRolesSchema(boolean) - Method in class org.hsqldb.auth.HsqldbSlaveAuthBean
-
Defaults to true.
- setDeleteOnFree(boolean) - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Assigns whether an attempt to delete the backing file is made in response to invocation of
JDBCBlobFile.free()
. - setDeleteOnFree(boolean) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Assigns whether an attempt to delete the backing file is made in response to invocation of
JDBCClobFile.free()
. - setDocumentLocator(Locator) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Receive an object for locating the origin of SAX document events.
- setDouble(int, double) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given Java
double
value. - setDouble(String, double) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given Java
double
value. - setErrWriter(PrintWriter) - Method in class org.hsqldb.server.Server
-
Sets the PrintWriter to which server errors are logged.
- setEscapeProcessing(boolean) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets escape processing on or off.
- setEscapeProcessing(boolean) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Sets escape processing on or off.
- setFetchDirection(int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Gives the driver a hint as to the direction in which rows will be processed in
ResultSet
objects created using thisStatement
object. - setFetchDirection(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Gives a hint as to the direction in which the rows in this
ResultSet
object will be processed. - setFetchDirection(int) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Gives the driver a hint as to the direction in which rows will be processed in
ResultSet
objects created using thisStatement
object. - setFetchSize(int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for
ResultSet
objects generated by thisStatement
. - setFetchSize(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this
ResultSet
object. - setFetchSize(int) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for
ResultSet
objects generated by thisStatement
. - setFileIgnore(String) - Method in class org.hsqldb.lib.tar.DbBackup
- setFloat(int, float) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given Java
float
value. - setFloat(String, float) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given Java
float
value. - setFourthValueAt(int, Object) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- setHoldability(int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Changes the default holdability of
ResultSet
objects created using thisConnection
object to the given holdability. - setInitialContextFactory(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
Most users should not call this, and will get the default of "com.sun.jndi.ldap.LdapCtxFactory".
- setInt(int, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given Java
int
value. - setInt(String, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given Java
int
value. - setKey(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Modifies an existing pair at the given index.
- setKey(int, int) - Method in class org.hsqldb.lib.IntIndex
-
Modifies an existing pair.
- setKeyAt(int, int) - Method in class org.hsqldb.lib.OrderedIntKeyHashMap
- setKeyAt(int, long) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- setKeyAt(int, K) - Method in class org.hsqldb.lib.OrderedHashMap
- setKeysSearchTarget() - Method in class org.hsqldb.lib.DoubleIntIndex
- setLargeMaxRows(long) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the limit for the maximum number of rows that any
ResultSet
object generated by thisStatement
object can contain to the given number. - setLargeMaxRows(long) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Sets the limit for the maximum number of rows that any
ResultSet
object generated by thisStatement
object can contain to the given number. - setLdapHost(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
Do not specify URL scheme ("ldap:") because that is implied.
- setLdapPort(int) - Method in class org.hsqldb.auth.LdapAuthBean
- setLevel(int) - Method in class org.hsqldb.lib.SimpleLog
- setLoginTimeout(int) - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- setLoginTimeout(int) - Method in class org.hsqldb.jdbc.JDBCPool
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- setLogWriter(PrintWriter) - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Sets the log writer for this
DataSource
object to the givenjava.io.PrintWriter
object. - setLogWriter(PrintWriter) - Method in class org.hsqldb.jdbc.JDBCPool
-
Sets the log writer for this
DataSource
object to the givenjava.io.PrintWriter
object. - setLogWriter(PrintWriter) - Method in class org.hsqldb.server.Server
-
Sets the PrintWriter to which server messages are logged.
- setLong(int, long) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given Java
long
value. - setLong(String, long) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given Java
long
value. - setLongValue(int, long) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Modifies an existing pair at the given index.
- setLongValue(int, long) - Method in class org.hsqldb.lib.DoubleLongIndex
-
Modifies an existing pair.
- setLongValue(int, long) - Method in interface org.hsqldb.lib.LongLookup
- setMasterJdbcUrl(String) - Method in class org.hsqldb.auth.HsqldbSlaveAuthBean
- setMaxFieldSize(int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the limit for the maximum number of bytes in a
ResultSet
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in aResultSet
object produced by thisStatement
object. - setMaxFieldSize(int) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Sets the limit for the maximum number of bytes in a
ResultSet
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in aResultSet
object produced by thisStatement
object. - setMaxRows(int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the limit for the maximum number of rows that any
ResultSet
object generated by thisStatement
object can contain to the given number. - setMaxRows(int) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Sets the limit for the maximum number of rows that any
ResultSet
object generated by thisStatement
object can contain to the given number. - setMaxWait(int) - Method in class org.hsqldb.server.Server
-
Sets the max wait time for connection handshake in milliseconds.
- setMissingPosValueBehavior(int) - Method in class org.hsqldb.lib.ValidatingResourceBundle
-
Set behavior for get*String(String, String[]) method when a positional index (like %{4}) is used but no subs value was given for that index.
- setMissingPropertyBehavior(int) - Method in class org.hsqldb.lib.ValidatingResourceBundle
-
Set behavior for get*String*() method when a referred-to System Property is not set.
- setNCharacterStream(int, Reader) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to a
Reader
object. - setNCharacterStream(int, Reader, long) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to a
Reader
object. - setNCharacterStream(String, Reader) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to a
Reader
object. - setNCharacterStream(String, Reader, long) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to a
Reader
object. - setNClob(int, Reader) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to a
Reader
object. - setNClob(int, Reader, long) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to a
Reader
object. - setNClob(int, NClob) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to a
java.sql.NClob
object. - setNClob(String, Reader) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to a
Reader
object. - setNClob(String, Reader, long) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to a
Reader
object. - setNClob(String, NClob) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to a
java.sql.NClob
object. - setNetworkTimeout(Executor, int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Sets the maximum period a
Connection
or objects created from theConnection
will wait for the database to reply to any one request. - setNoSystemExit(boolean) - Method in class org.hsqldb.server.Server
-
Sets whether this server calls System.exit() when shutdown.
- setNString(int, String) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
String
object. - setNString(String, String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
String
object. - setNull(int, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to SQL
NULL
. - setNull(int, int, String) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to SQL
NULL
. - setNull(String, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to SQL
NULL
. - setNull(String, int, String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to SQL
NULL
. - setObject(int, Object) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the value of the designated parameter using the given object.
- setObject(int, Object, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, SQLType) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, SQLType, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, SQLType) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, SQLType, int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the value of the designated parameter with the given object.
- setOverWrite(boolean) - Method in class org.hsqldb.lib.tar.DbBackup
-
Defaults to false.
- setParentDn(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
Set DN which is parent of the user DNs.
- setPassword(String) - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Sets the password for the username.
- setPassword(String) - Method in class org.hsqldb.jdbc.JDBCPool
-
Sets the password for the username.
- setPaxThreshold(long) - Method in class org.hsqldb.lib.tar.TarGenerator
-
When data file is this size or greater, in bytes, a Pix Interchange Format 'x' record will be created and used for the file entry.
- setPeriod(Object, long) - Static method in class org.hsqldb.lib.HsqlTimer
-
Sets the periodicity of the designated task to a new value.
- setPoolable(boolean) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Requests that a
Statement
be pooled or not pooled. - setPoolable(boolean) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Requests that a
Statement
be pooled or not pooled. - setPort(int) - Method in class org.hsqldb.server.Server
-
Sets the server listen port.
- setPosition(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- setPrincipalTemplate(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
A template String containing place-holder token '${username}'.
- setPrintWriter(PrintWriter) - Method in class org.hsqldb.server.ServerAcl
- setProperties(Properties) - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Sets connection properties.
- setProperties(Properties) - Method in class org.hsqldb.jdbc.JDBCPool
-
Sets connection properties.
- setProperties(Properties) - Method in class org.hsqldb.server.Server
-
Sets server properties using the specified properties object
- setProperties(HsqlProperties) - Method in class org.hsqldb.server.Server
-
Sets server properties using the specified HsqlProperties object
- setQueryTimeout(int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the number of seconds the driver will wait for a
Statement
object to execute to the given number of seconds. - setQueryTimeout(int) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Sets the number of seconds the driver will wait for a
Statement
object to execute to the given number of seconds. - setRdnAttribute(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
rdnAttribute must hold the user name exactly as the HyperSQL login will be made with.
- setReadOnly(boolean) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
- setRef(int, Ref) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
REF(<structured-type>)
value. - setRestartOnShutdown(boolean) - Method in class org.hsqldb.server.Server
-
Sets whether this server restarts on shutdown.
- setResult(Class<T>) - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Returns a Result for setting the XML value designated by this SQLXML instance.
- setRoleSchemaValuePattern(Pattern) - Method in class org.hsqldb.auth.JaasAuthBean
-
Assign a pattern to both detect honored values, and optionally to map from a single principal name or public credential string to a single HyperSQL role or schema string.
- setRoleSchemaValuePattern(Pattern) - Method in class org.hsqldb.auth.LdapAuthBean
-
Assign a pattern to both detect honored values, and to map from a single value of "rolesSchemaAttribute"s to a HyperSQL role or schema string.
- setRoleSchemaValuePatternString(String) - Method in class org.hsqldb.auth.JaasAuthBean
-
String wrapper for method setRoleSchemaValuePattern(Pattern) Use the (x?) Pattern constructs to set options.
- setRoleSchemaValuePatternString(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
String wrapper for method setRoleSchemaValuePattern(Pattern) Use the (x?) Pattern constructs to set options.
- setRoleSchemaViaCredential(boolean) - Method in class org.hsqldb.auth.JaasAuthBean
-
By default, If roleSchemaValuePattern is set, then role and schema values are obtained from principle values; otherwise existing account privileges are used (if any).
- setRolesSchemaAttribute(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
Set the attribute name of the RDN + parentDn entries in which is stored the list of roles and optional schema for the authenticating user.
- setRowId(int, RowId) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.RowId
object. - setRowId(String, RowId) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.RowId
object. - setSaslRealm(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
Some LDAP servers using a SASL mechanism require a realm to be specified, and some mechanisms allow a realm to be specified if you wish to use that feature.
- setSavepoint() - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates an unnamed savepoint in the current transaction and returns the new
Savepoint
object that represents it. - setSavepoint() - Method in class org.hsqldb.jdbc.pool.JDBCXAConnectionWrapper
-
Interceptor method, because this method is prohibited within any global transaction.
- setSavepoint(String) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Creates a savepoint with the given name in the current transaction and returns the new
Savepoint
object that represents it. - setSavepoint(String) - Method in class org.hsqldb.jdbc.pool.JDBCXAConnectionWrapper
-
Interceptor method, because this method is prohibited within any global transaction.
- setSchema(String) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Sets the given schema name to access.
- setSecondValueAt(int, Object) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- setSecurityMechanism(String) - Method in class org.hsqldb.auth.LdapAuthBean
-
Defaults to "SIMPLE".
- setShort(int, short) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given Java
short
value. - setShort(String, short) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given Java
short
value. - setSilent(boolean) - Method in class org.hsqldb.server.Server
-
Sets silent mode operation
- setSize(int) - Method in class org.hsqldb.lib.CharArrayWriter
- setSize(int) - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Sets the size of this stream's accumulated data.
- setSize(int) - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Sets the size of this writer's accumulated character data.
- setSize(int) - Method in class org.hsqldb.lib.DoubleIntIndex
- setSize(int) - Method in class org.hsqldb.lib.DoubleLongIndex
- setSize(int) - Method in class org.hsqldb.lib.HsqlArrayList
-
Increase or reduce the size, setting discarded or added elements to null.
- setSize(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
-
size must fit in buffer
- setSizeLimit(long) - Method in interface org.hsqldb.lib.InputStreamInterface
- setSizeLimit(long) - Method in class org.hsqldb.lib.InputStreamWrapper
- setSortingStatus(int, int) - Method in class org.hsqldb.util.TableSorter
- setSQLXML(int, SQLXML) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.SQLXML
object. - setSQLXML(String, SQLXML) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.SQLXML
object. - setStartTls(boolean) - Method in class org.hsqldb.auth.LdapAuthBean
-
If this is set, then the entire (brief) transaction with the LDAP server will be encrypted.
- setStream(String, InputStreamInterface) - Method in class org.hsqldb.lib.tar.DbBackup
-
Overrides file with stream.
- setString(int, String) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given Java
String
value. - setString(long, String) - Method in class org.hsqldb.jdbc.JDBCClob
-
Writes the given Java
String
to theCLOB
value that thisClob
object designates at the positionpos
. - setString(long, String) - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Writes the given Java
String
to theCLOB
value that thisClob
object designates at the positionpos
. - setString(long, String) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Writes the given Java
String
to theCLOB
value that thisClob
object designates at the positionpos
. - setString(long, String, int, int) - Method in class org.hsqldb.jdbc.JDBCClob
-
Writes
len
characters ofstr
, starting at characteroffset
, to theCLOB
value that thisClob
represents. - setString(long, String, int, int) - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Writes
len
characters ofstr
, starting at characteroffset
, to theCLOB
value that thisClob
represents. - setString(long, String, int, int) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Writes
len
characters ofstr
, starting at characteroffset
, to theCLOB
value that thisClob
represents. - setString(String) - Method in class org.hsqldb.jdbc.JDBCSQLXML
-
Sets the XML value designated by this SQLXML instance to the given String representation.
- setString(String, String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given Java
String
value. - setStringBuffer(long, StringBuffer, int, int) - Method in class org.hsqldb.jdbc.JDBCClob
-
Behavior is identical to
JDBCClob.setString(long, java.lang.String, int, int)
. - setTableHeader(JTableHeader) - Method in class org.hsqldb.util.TableSorter
- setTableModel(TableModel) - Method in class org.hsqldb.util.TableSorter
- setThirdValueAt(int, Object) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- setTI(Connection, String) - Static method in class org.hsqldb.util.RCData
-
Set Transaction Isolation level on the specified JDBC Connection
- setTime(int, Time) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.Time
value. - setTime(int, Time, Calendar) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.Time
value, using the givenCalendar
object. - setTime(String, Time) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.Time
value. - setTime(String, Time, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.Time
value, using the givenCalendar
object. - setTimestamp(int, Timestamp) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setTimestamp(int, Timestamp, Calendar) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value, using the givenCalendar
object. - setTimestamp(String, Timestamp) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value. - setTimestamp(String, Timestamp, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.sql.Timestamp
value, using the givenCalendar
object. - setTls(boolean) - Method in class org.hsqldb.server.Server
-
Sets whether to use secure sockets
- setTrace(boolean) - Method in class org.hsqldb.server.Server
-
Sets whether trace messages go to System.out or the DriverManger PrintStream/PrintWriter, if any.
- setTransactionIsolation(int) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Attempts to change the transaction isolation level for this
Connection
object to the one given. - setTransactionIsolation(int) - Method in class org.hsqldb.jdbc.pool.JDBCXAConnectionWrapper
-
Interceptor method, because there may be XA implications to calling the method within a global transaction.
- setTransactionTimeout(int) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
- setTypeMap(Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Installs the given
TypeMap
object as the type map for thisConnection
object. - setUnicodeStream(int, InputStream, int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Deprecated.Use
setCharacterStream
- setUrl(String) - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Sets the jdbc database URL.
- setUrl(String) - Method in class org.hsqldb.jdbc.JDBCPool
-
Sets the jdbc database URL.
- setURL(int, URL) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Sets the designated parameter to the given
java.net.URL
value. - setURL(String) - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Sets the jdbc database URL.
- setURL(String) - Method in class org.hsqldb.jdbc.JDBCPool
-
Sets the jdbc database URL.
- setURL(String, URL) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Sets the designated parameter to the given
java.net.URL
object. - setUser(String) - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
-
Sets the user name.
- setUser(String) - Method in class org.hsqldb.jdbc.JDBCPool
-
Sets the user name.
- setValidationPassword(String) - Method in class org.hsqldb.auth.HsqldbSlaveAuthBean
-
Use this method and setValidationUser if you want access to the master database to be verified upon instance initialization.
- setValidationUser(String) - Method in class org.hsqldb.auth.HsqldbSlaveAuthBean
-
Use this method and setValidationPassword if you want access to the master database to be verified upon instance initialization.
- setValue(int, int) - Method in class org.hsqldb.lib.DoubleIntIndex
-
Modifies an existing pair at the given index.
- setValueAt(int, Object) - Method in class org.hsqldb.lib.OrderedIntKeyHashMap
- setValueAt(int, V) - Method in class org.hsqldb.lib.OrderedHashMap
- setValueAt(int, V) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- setValueAt(Object, int, int) - Method in class org.hsqldb.util.TableSorter
- setValuesSearchTarget() - Method in class org.hsqldb.lib.DoubleIntIndex
- setWaiting(String) - Method in class org.hsqldb.util.DatabaseManagerSwing
- setWebRoot(String) - Method in class org.hsqldb.server.Server
-
Sets the path of the root directory from which web content is served.
- setWritable(JDBCResultSet, int) - Method in class org.hsqldb.jdbc.JDBCBlobClient
- setWritable(JDBCResultSet, int) - Method in class org.hsqldb.jdbc.JDBCClobClient
- severe(String) - Method in class org.hsqldb.lib.FrameworkLogger
- severe(String, Throwable) - Method in class org.hsqldb.lib.FrameworkLogger
-
Just like FrameworkLogger.severe(String), but also logs a stack trace.
- shutdown() - Method in class org.hsqldb.lib.HsqlTimer
-
Shuts down this timer after the current task (if any) completes.
- shutdown() - Method in class org.hsqldb.server.Server
-
External method to shut down this server.
- shutDown() - Method in class org.hsqldb.lib.HsqlTimer
-
for compatibility with previous version
- shutdownAfterCurrent() - Method in class org.hsqldb.lib.HsqlTaskQueue
- shutdownAfterQueued() - Method in class org.hsqldb.lib.HsqlTaskQueue
- shutdownCatalogs(int) - Method in class org.hsqldb.server.Server
-
Shuts down all the database served by this server.
- shutdownImmediately() - Method in class org.hsqldb.lib.HsqlTaskQueue
- shutdownImmediately() - Method in class org.hsqldb.lib.HsqlTimer
-
Shuts down this timer immediately, interrupting the wait state associated with the current head of the task queue or the wait state internal to the currently executing task, if any such state is currently in effect.
- shutdownWithCatalogs(int) - Method in class org.hsqldb.server.Server
-
Shuts down this server and all the database served by this server.
- signalCloseAllServerConnections() - Method in interface org.hsqldb.server.HsqlSocketRequestHandler
- signalCloseAllServerConnections() - Method in class org.hsqldb.server.Server
-
Closes all connections to this Server.
- SimpleLog - Class in org.hsqldb.lib
-
Simple log for recording abnormal events in persistence
- SimpleLog(String, int, boolean) - Constructor for class org.hsqldb.lib.SimpleLog
- size - org.hsqldb.lib.tar.TarHeaderField
- size() - Method in class org.hsqldb.lib.CharArrayWriter
- size() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Returns the current size of this stream's accumulated data.
- size() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Returns the current size of this writer's accumulated character data.
- size() - Method in interface org.hsqldb.lib.Collection
- size() - Method in class org.hsqldb.lib.DoubleIntIndex
- size() - Method in class org.hsqldb.lib.DoubleLongIndex
- size() - Method in class org.hsqldb.lib.HsqlArrayHeap
- size() - Method in class org.hsqldb.lib.HsqlArrayList
-
Returns the number of elements in the array list
- size() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- size() - Method in class org.hsqldb.lib.HsqlDeque
- size() - Method in interface org.hsqldb.lib.HsqlHeap
-
Retrieves the number of elements currently in this Heap.
- size() - Method in class org.hsqldb.lib.IntIndex
- size() - Method in interface org.hsqldb.lib.IntLookup
- size() - Method in interface org.hsqldb.lib.List
- size() - Method in class org.hsqldb.lib.LongDeque
- size() - Method in class org.hsqldb.lib.LongKeyHashMap
- size() - Method in interface org.hsqldb.lib.LongLookup
- size() - Method in interface org.hsqldb.lib.Map
- size() - Method in class org.hsqldb.util.CodeSwitcher
- skip(long) - Method in class org.hsqldb.lib.CountdownInputStream
- skip(long) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- skip(long) - Method in interface org.hsqldb.lib.InputStreamInterface
- skip(long) - Method in class org.hsqldb.lib.InputStreamWrapper
- skipBytes(int) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
- skippedEntity(String) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Receive notification of a skipped entity.
- skipSpaces(String, int) - Static method in class org.hsqldb.lib.StringUtil
-
Skips any spaces at or after start and returns the index of first non-space character;
- sort() - Method in class org.hsqldb.lib.DoubleIntIndex
- sort() - Method in class org.hsqldb.lib.DoubleLongIndex
- sort() - Method in class org.hsqldb.lib.IntIndex
- sort() - Method in interface org.hsqldb.lib.LongLookup
- sort(Object[], int, Comparator) - Static method in class org.hsqldb.lib.ArraySort
- sort(Comparator<? super E>) - Method in class org.hsqldb.lib.HsqlArrayList
- sortArray(int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Basic sort for small arrays of int.
- sortOnKeys() - Method in class org.hsqldb.lib.DoubleIntIndex
- sortOnValues() - Method in class org.hsqldb.lib.DoubleIntIndex
- split(String, String) - Static method in class org.hsqldb.lib.StringUtil
-
Splits the string into an array, using the separator.
- sqlBitStringToBitMap(String) - Static method in class org.hsqldb.lib.StringConverter
-
Compacts a bit string into a BitMap
- sqlException(int) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlException(int, int) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlException(int, String) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlException(int, String, Throwable) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlException(String, String, int, Throwable) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlException(Throwable) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlException(HsqlException) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlException(HsqlException, Throwable) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlException(Result) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlExceptionSQL(int) - Static method in class org.hsqldb.jdbc.JDBCUtil
- sqlWarning(Result) - Static method in class org.hsqldb.jdbc.JDBCUtil
- start() - Method in class org.hsqldb.lib.StopWatch
-
Ensures that this object is in the running state.
- start() - Method in class org.hsqldb.server.Server
-
Starts this server synchronously.
- start() - Method in class org.hsqldb.util.DatabaseManagerSwing
- start(Xid, int) - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
- startDocument() - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Receive notification of the beginning of a document.
- startElement(String, String, String, Attributes) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Receive notification of the beginning of an element.
- startPrefixMapping(String, String) - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-
Begin the scope of a prefix-URI Namespace mapping.
- statementClosed(StatementEvent) - Method in class org.hsqldb.jdbc.JDBCPool
- statementErrorOccurred(StatementEvent) - Method in class org.hsqldb.jdbc.JDBCPool
- stop() - Method in class org.hsqldb.lib.StopWatch
-
Ensures that this object is in the stopped state.
- stop() - Method in class org.hsqldb.server.Server
-
Stops this server asynchronously.
- stop() - Method in class org.hsqldb.util.DatabaseManagerSwing
- StopWatch - Class in org.hsqldb.lib
-
Provides the programatic analog of a physical stop watch.
- StopWatch() - Constructor for class org.hsqldb.lib.StopWatch
-
Creates, zeros, and starts a new StopWatch
- StopWatch(boolean) - Constructor for class org.hsqldb.lib.StopWatch
-
Creates, zeros, and starts a new StopWatch
- store() - Method in class org.hsqldb.util.DatabaseManagerSwing.DBMPrefs
- storesLowerCaseIdentifiers() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
- storesLowerCaseQuotedIdentifiers() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in lower case.
- storesMixedCaseIdentifiers() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
- storesMixedCaseQuotedIdentifiers() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
- storesUpperCaseIdentifiers() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
- storesUpperCaseQuotedIdentifiers() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
- stream_buffer_report - org.hsqldb.lib.tar.RB
- StringComparator - Class in org.hsqldb.lib
- StringComparator() - Constructor for class org.hsqldb.lib.StringComparator
- StringConverter - Class in org.hsqldb.lib
-
Collection of static methods for converting strings between different formats and to and from byte arrays.
- StringConverter() - Constructor for class org.hsqldb.lib.StringConverter
- StringInputStream - Class in org.hsqldb.lib
-
Minimal InputStream subclass to fetch bytes form a String.
- StringInputStream(String) - Constructor for class org.hsqldb.lib.StringInputStream
- stringToHtmlBytes(HsqlByteArrayOutputStream, String) - Static method in class org.hsqldb.lib.StringConverter
-
Converts the string to an HTML representation in the ASCII character set and appends it to a byte array output stream.
- stringToUnicodeBytes(HsqlByteArrayOutputStream, String, boolean) - Static method in class org.hsqldb.lib.StringConverter
-
Hsqldb specific encoding used only for log files.
- stringToUnicodeEscaped(String) - Static method in class org.hsqldb.lib.StringConverter
- stringToUTFBytes(String, HsqlByteArrayOutputStream) - Static method in class org.hsqldb.lib.StringConverter
-
Writes a string to the specified DataOutput using UTF-8 encoding in a machine-independent manner.
- StringUtil - Class in org.hsqldb.lib
-
Provides a collection of convenience methods for processing and creating objects with
String
value components. - StringUtil() - Constructor for class org.hsqldb.lib.StringUtil
- SUGGESTED_MAX_LITERAL_SIZE - Static variable in class org.hsqldb.lib.ScannerSearchAlgorithm
-
is 1024.
- supportsAlterTableWithAddColumn() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports
ALTER TABLE
with add column. - supportsAlterTableWithDropColumn() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports
ALTER TABLE
with drop column. - supportsANSI92EntryLevelSQL() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
- supportsANSI92FullSQL() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
- supportsANSI92IntermediateSQL() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
- supportsBatchUpdates() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports batch updates.
- supportsCatalogsInDataManipulation() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a catalog name can be used in a data manipulation statement.
- supportsCatalogsInIndexDefinitions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a catalog name can be used in an index definition statement.
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a catalog name can be used in a privilege definition statement.
- supportsCatalogsInProcedureCalls() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a catalog name can be used in a procedure call statement.
- supportsCatalogsInTableDefinitions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a catalog name can be used in a table definition statement.
- supportsColumnAliasing() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports column aliasing.
- supportsConvert() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function
CONVERT
for the conversion of one JDBC type to another. - supportsConvert(int, int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function
CONVERT
for conversions between the JDBC types fromType and toType. - supportsCoreSQLGrammar() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the ODBC Core SQL grammar.
- supportsCorrelatedSubqueries() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports both data definition and data manipulation statements within a transaction.
- supportsDataManipulationTransactionsOnly() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports only data manipulation statements within a transaction.
- supportsDifferentTableCorrelationNames() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether, when table correlation names are supported, they are restricted to being different from the names of the tables.
- supportsExpressionsInOrderBy() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports expressions in
ORDER BY
lists. - supportsExtendedSQLGrammar() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the ODBC Extended SQL grammar.
- supportsFullOuterJoins() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports full nested outer joins.
- supportsGetGeneratedKeys() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether auto-generated keys can be retrieved after a statement has been executed
- supportsGroupBy() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports some form of
GROUP BY
clause. - supportsGroupByBeyondSelect() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports using columns not included in the
SELECT
statement in aGROUP BY
clause provided that all of the columns in theSELECT
statement are included in theGROUP BY
clause. - supportsGroupByUnrelated() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports using a column that is not in the
SELECT
statement in aGROUP BY
clause. - supportsIntegrityEnhancementFacility() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the SQL Integrity Enhancement Facility.
- supportsLikeEscapeClause() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports specifying a
LIKE
escape clause. - supportsLimitedOuterJoins() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database provides limited support for outer joins.
- supportsMinimumSQLGrammar() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the ODBC Minimum SQL grammar.
- supportsMixedCaseIdentifiers() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
- supportsMixedCaseQuotedIdentifiers() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
- supportsMultipleOpenResults() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether it is possible to have multiple
ResultSet
objects returned from aCallableStatement
object simultaneously. - supportsMultipleResultSets() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports getting multiple
ResultSet
objects from a single call to the methodexecute
. - supportsMultipleTransactions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database allows having multiple transactions open at once (on different connections).
- supportsNamedParameters() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports named parameters to callable statements.
- supportsNonNullableColumns() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether columns in this database may be defined as non-nullable.
- supportsOpenCursorsAcrossCommit() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports keeping cursors open across commits.
- supportsOpenCursorsAcrossRollback() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports keeping cursors open across rollbacks.
- supportsOpenStatementsAcrossCommit() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports keeping statements open across commits.
- supportsOpenStatementsAcrossRollback() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports keeping statements open across rollbacks.
- supportsOrderByUnrelated() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports using a column that is not in the
SELECT
statement in anORDER BY
clause. - supportsOuterJoins() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports some form of outer join.
- supportsPositionedDelete() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports positioned
DELETE
statements. - supportsPositionedUpdate() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports positioned
UPDATE
statements. - supportsRefCursors() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports REF CURSOR.
- supportsResultSetConcurrency(int, int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the given concurrency type in combination with the given result set type.
- supportsResultSetHoldability(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the given result set holdability.
- supportsResultSetType(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the given result set type.
- supportsSavepoints() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports savepoints.
- supportsSchemasInDataManipulation() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a schema name can be used in a data manipulation statement.
- supportsSchemasInIndexDefinitions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a schema name can be used in an index definition statement.
- supportsSchemasInPrivilegeDefinitions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a schema name can be used in a privilege definition statement.
- supportsSchemasInProcedureCalls() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a schema name can be used in a procedure call statement.
- supportsSchemasInTableDefinitions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether a schema name can be used in a table definition statement.
- supportsSelectForUpdate() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports
SELECT FOR UPDATE
statements. - supportsStatementPooling() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports statement pooling.
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports invoking user-defined or vendor functions using the stored procedure escape syntax.
- supportsStoredProcedures() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
- supportsSubqueriesInComparisons() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports subqueries in comparison expressions.
- supportsSubqueriesInExists() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports subqueries in
EXISTS
expressions. - supportsSubqueriesInIns() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports subqueries in
IN
expressions. - supportsSubqueriesInQuantifieds() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports subqueries in quantified expressions.
- supportsTableCorrelationNames() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports table correlation names.
- supportsTransactionIsolationLevel(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports the given transaction isolation level.
- supportsTransactions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports transactions.
- supportsUnion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports SQL
UNION
. - supportsUnionAll() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database supports SQL
UNION ALL
. - sync() - Method in interface org.hsqldb.lib.FileAccess.FileSync
- sync() - Method in class org.hsqldb.lib.FileUtil.FileSync
T
- tableName - Variable in class org.hsqldb.jdbc.JDBCColumnMetaData
-
The column's table's name.
- TableSorter - Class in org.hsqldb.util
-
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
- TableSorter() - Constructor for class org.hsqldb.util.TableSorter
- TableSorter(TableModel) - Constructor for class org.hsqldb.util.TableSorter
- TableSorter(TableModel, JTableHeader) - Constructor for class org.hsqldb.util.TableSorter
- tar_field_toobig - org.hsqldb.lib.tar.RB
- TarFileInputStream - Class in org.hsqldb.lib.tar
-
Note that this class is not a java.io.FileInputStream, because our goal is to greatly restrict the public methods of FileInputStream, yet we must use public methods of the underlying FileInputStream internally.
- TarFileInputStream(File) - Constructor for class org.hsqldb.lib.tar.TarFileInputStream
-
Convenience wrapper to use default readBufferBlocks and compressionType.
- TarFileInputStream(File, int) - Constructor for class org.hsqldb.lib.tar.TarFileInputStream
-
Convenience wrapper to use default readBufferBlocks.
- TarFileInputStream(File, int, int) - Constructor for class org.hsqldb.lib.tar.TarFileInputStream
-
This class does no validation or enforcement of file naming conventions.
- TarFileOutputStream - Class in org.hsqldb.lib.tar
-
Note that this class is not a java.io.FileOutputStream, because our goal is to greatly restrict the public methods of FileOutputStream, yet we must use public methods of the underlying FileOutputStream internally.
- TarFileOutputStream(File) - Constructor for class org.hsqldb.lib.tar.TarFileOutputStream
-
Convenience wrapper to use default blocksPerRecord and compressionType.
- TarFileOutputStream(File, int) - Constructor for class org.hsqldb.lib.tar.TarFileOutputStream
-
Convenience wrapper to use default blocksPerRecord.
- TarFileOutputStream(File, int, int) - Constructor for class org.hsqldb.lib.tar.TarFileOutputStream
-
This class does no validation or enforcement of file naming conventions.
- TarFileOutputStream.Compression - Interface in org.hsqldb.lib.tar
- TarGenerator - Class in org.hsqldb.lib.tar
-
Generates a tar archive from specified Files and InputStreams.
- TarGenerator(File, boolean, Integer) - Constructor for class org.hsqldb.lib.tar.TarGenerator
-
Compression is determined directly by the suffix of the file name in the specified path.
- TarGenerator_syntax - org.hsqldb.lib.tar.RB
- TarGeneratorMain - Class in org.hsqldb.lib.tar
- TarGeneratorMain() - Constructor for class org.hsqldb.lib.tar.TarGeneratorMain
- TarHeaderField - Enum in org.hsqldb.lib.tar
-
Purely static structure defining our interface to the Tar Entry Header.
- TarMalformatException - Exception in org.hsqldb.lib.tar
- TarMalformatException(String) - Constructor for exception org.hsqldb.lib.tar.TarMalformatException
- TarReader - Class in org.hsqldb.lib.tar
-
Reads a Tar file for reporting or extraction.
- TarReader(File, int, String[], Integer, File) - Constructor for class org.hsqldb.lib.tar.TarReader
-
Compression is determined directly by the suffix of the file name in the specified path.
- TarReader_syntax - org.hsqldb.lib.tar.RB
- tarreader_syntaxerr - org.hsqldb.lib.tar.RB
- TarReaderMain - Class in org.hsqldb.lib.tar
- TarReaderMain() - Constructor for class org.hsqldb.lib.tar.TarReaderMain
- TEMP_FILE_PREFIX - Static variable in class org.hsqldb.jdbc.JDBCBlobFile
- TEMP_FILE_PREFIX - Static variable in class org.hsqldb.jdbc.JDBCClobFile
- TEMP_FILE_SUFFIX - Static variable in class org.hsqldb.jdbc.JDBCBlobFile
- TEMP_FILE_SUFFIX - Static variable in class org.hsqldb.jdbc.JDBCClobFile
- test(E) - Method in interface org.hsqldb.lib.FilteredIterator.Filter
- THIS_VERSION - Static variable in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- threadConnection - Variable in class org.hsqldb.jdbc.JDBCDriver
-
As a separate instance of this class is registered with DriverManager for each class loader, the threadConnection is not declared as static.
- threadedDBM() - Static method in class org.hsqldb.util.DatabaseManager
- ThreadFactory - Interface in org.hsqldb.lib
-
Interface for a simple thread factory.
- THROW_BEHAVIOR - Static variable in class org.hsqldb.lib.RefCapablePropertyResourceBundle
- THROW_BEHAVIOR - Static variable in class org.hsqldb.lib.ValidatingResourceBundle
- ti - Variable in class org.hsqldb.util.RCData
- tiToString(int) - Static method in class org.hsqldb.util.RCData
-
Return a String representation for the given numerical java.sql.Connection Transaction level.
- toAdjustedArray(Object, Object, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns an array containing the elements of parameter source, with one element removed or added.
- toAdjustedArray(T[], T) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns a new array containing the elements of parameter source with an added element at the end.
- toAdjustedColumnArray(int[], int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
-
similar to the function with single colindex, but with multiple adjustments.
- toAdjustedColumnArray(int[], int, int) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns a new array with the elements in collar adjusted to reflect changes at colindex.
- toArray() - Method in class org.hsqldb.lib.HashSet
- toArray() - Method in class org.hsqldb.lib.HsqlArrayList
- toArray() - Method in class org.hsqldb.lib.HsqlDeque
- toArray() - Method in class org.hsqldb.lib.IntHashSet
- toArray() - Method in class org.hsqldb.lib.LongDeque
- toArray() - Method in class org.hsqldb.lib.OrderedHashSet
- toArray() - Method in class org.hsqldb.lib.OrderedLongHashSet
- toArray(int[]) - Method in class org.hsqldb.lib.IntHashSet
- toArray(int[]) - Method in class org.hsqldb.lib.LongDeque
- toArray(long[]) - Method in class org.hsqldb.lib.LongDeque
- toArray(T[]) - Method in class org.hsqldb.lib.HashSet
- toArray(T[]) - Method in class org.hsqldb.lib.HsqlArrayList
-
Copies all elements of the list to a[].
- toArray(T[]) - Method in class org.hsqldb.lib.HsqlDeque
- toArray(T[]) - Method in class org.hsqldb.lib.OrderedHashSet
- toArraySlice(E[], int, int) - Method in class org.hsqldb.lib.HsqlArrayList
-
Copies elements of the list from start to limit to array.
- toBinaryUUID(String) - Static method in class org.hsqldb.lib.StringConverter
-
Returns a byte[] representation in UUID form from a UUID string.
- toByteArray() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Retrieves a copy of this stream's accumulated data, as a byte array.
- toByteArray() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- toByteArray(long, long) - Static method in class org.hsqldb.lib.ArrayUtil
-
converts two longs to a byte[16]
- toByteArrayInputStream() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Performs an efficient (zero-copy) conversion of the data accumulated in this output stream to an input stream.
- toCharArray() - Method in class org.hsqldb.lib.CharArrayWriter
- toCharArray() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Creates a newly allocated character array.
- toCharArrayReader() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Performs an efficient (zero-copy) conversion of the character data accumulated in this writer to a reader.
- toJSONString(String, StringBuilder) - Static method in class org.hsqldb.lib.StringConverter
- toLowerSubset(String, char) - Static method in class org.hsqldb.lib.StringUtil
-
Returns a string with non-alphanumeric chars converted to the substitute character.
- toNativeLs(String) - Static method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
- toPaddedString(String, int, char, boolean) - Static method in class org.hsqldb.lib.StringUtil
- toPaddedString(String, int, String, boolean) - Static method in class org.hsqldb.lib.StringUtil
- toQuotedString(String, char, boolean) - Static method in class org.hsqldb.lib.StringConverter
-
Returns the quoted version of the string using the quotechar argument.
- toString() - Method in class org.hsqldb.jdbc.JDBCArray
-
Returns a string representation in the form
ARRAY[..., ...]
- toString() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
-
Returns a string representation in the form
ARRAY[..., ...]
- toString() - Method in class org.hsqldb.jdbc.JDBCColumnMetaData
-
Retrieves a String representation of this object.
- toString() - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Retrieves a String representation of this object.
- toString() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Retrieves a String representation of this object.
- toString() - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Returns a string representation of the object.
- toString() - Method in class org.hsqldb.jdbc.JDBCRowId
-
Returns a String representing the value of the SQL ROWID designated by this
java.sql.RowId
object. - toString() - Method in class org.hsqldb.jdbc.JDBCSavepoint
- toString() - Method in class org.hsqldb.jdbc.pool.JDBCXID
- toString() - Method in class org.hsqldb.lib.CharArrayWriter
- toString() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Converts this stream's accumulated data into a string, translating bytes into characters according to the platform's default character encoding.
- toString() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Converts this writer's accumulated data into a string.
- toString() - Method in class org.hsqldb.lib.CountUpDownLatch
-
Returns a string representation of this object.
- toString() - Method in class org.hsqldb.lib.HashSet
-
Returns a String like "[Drei, zwei, Eins]", exactly like java.util.HashSet.
- toString() - Method in class org.hsqldb.lib.HsqlArrayHeap
- toString() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- toString() - Method in class org.hsqldb.lib.MapEntry
- toString() - Method in class org.hsqldb.lib.RefCapablePropertyResourceBundle
-
Just identifies this RefCapablePropertyResourceBundle instance.
- toString() - Method in class org.hsqldb.lib.StopWatch
-
Retrieves the internal state of this object, as a String.
- toString() - Method in enum org.hsqldb.lib.tar.RB
- toString() - Method in class org.hsqldb.server.ServerAcl
- toString() - Method in class org.hsqldb.util.RCData
- toString(String) - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Converts this stream's accumulated data into a string, translating bytes into characters according to the specified character encoding.
- toString(String) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- toStringUUID(byte[]) - Static method in class org.hsqldb.lib.StringConverter
-
Returns a string representation in UUID form from a binary string.
- toZeroPaddedString(long, int, int) - Static method in class org.hsqldb.lib.StringUtil
-
If necessary, adds zeros to the beginning of a value so that the total length matches the given precision, otherwise trims the right digits.
- trace(String) - Method in class org.hsqldb.util.Transfer
- Transfer - Class in org.hsqldb.util
-
Utility program (or applet) for transferring tables between different databases via JDBC.
- Transfer() - Constructor for class org.hsqldb.util.Transfer
- translateAddressProperty(HsqlProperties) - Static method in class org.hsqldb.server.ServerConfiguration
-
Translates null or zero length value for address key to the special value ServerConstants.SC_DEFAULT_ADDRESS which causes ServerSockets to be constructed without specifying an InetAddress.
- translateDefaultDatabaseProperty(HsqlProperties) - Static method in class org.hsqldb.server.ServerConfiguration
-
Translates the legacy default database form: database=...
- translateDefaultNoSystemExitProperty(HsqlProperties) - Static method in class org.hsqldb.server.ServerConfiguration
-
Translates unspecified no_system_exit property to false, the default typically required when a Server is started from the command line.
- Trigger - Interface in org.hsqldb.trigger
-
The interface a HyperSQL TRIGGER must implement.
- trim() - Method in class org.hsqldb.lib.HsqlArrayList
-
Trims the array to be the same size as the number of elements.
- trimToSize() - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Attempts to reduce this stream's capacity to its current size.
- trimToSize() - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Attempts to reduce this writer's buffer capacity to its current size.
- truncate(long) - Method in class org.hsqldb.jdbc.JDBCBlob
-
Truncates the
BLOB
value that thisBlob
object represents to belen
bytes in length. - truncate(long) - Method in class org.hsqldb.jdbc.JDBCBlobClient
-
Truncates the
BLOB
value that thisBlob
object represents to belen
bytes in length. - truncate(long) - Method in class org.hsqldb.jdbc.JDBCBlobFile
-
Truncates the
BLOB
value that thisBlob
object represents to belen
bytes in length. - truncate(long) - Method in class org.hsqldb.jdbc.JDBCClob
-
Truncates the
CLOB
value that thisClob
designates to have a length oflen
characters. - truncate(long) - Method in class org.hsqldb.jdbc.JDBCClobClient
-
Truncates the
CLOB
value that thisClob
designates to have a length oflen
characters. - truncate(long) - Method in class org.hsqldb.jdbc.JDBCClobFile
-
Truncates the
CLOB
value that thisClob
designates to have a length oflen
characters. - truststore - Variable in class org.hsqldb.util.RCData
- tryLock() - Method in class org.hsqldb.lib.ReadWriteLockDummy.LockDummy
- tryLock(long, TimeUnit) - Method in class org.hsqldb.lib.ReadWriteLockDummy.LockDummy
- TYPE_ABSTIME - Static variable in class org.hsqldb.server.PgType
- TYPE_BIT - Static variable in class org.hsqldb.server.PgType
- TYPE_BLOB - Static variable in class org.hsqldb.server.PgType
- TYPE_BOOL - Static variable in class org.hsqldb.server.PgType
- TYPE_BOX - Static variable in class org.hsqldb.server.PgType
- TYPE_BPCHAR - Static variable in class org.hsqldb.server.PgType
- TYPE_BPCHARARRAY - Static variable in class org.hsqldb.server.PgType
- TYPE_BYTEA - Static variable in class org.hsqldb.server.PgType
- TYPE_CHAR - Static variable in class org.hsqldb.server.PgType
- TYPE_CHAR2 - Static variable in class org.hsqldb.server.PgType
- TYPE_CHAR4 - Static variable in class org.hsqldb.server.PgType
- TYPE_CHAR8 - Static variable in class org.hsqldb.server.PgType
- TYPE_CID - Static variable in class org.hsqldb.server.PgType
- TYPE_CIDR - Static variable in class org.hsqldb.server.PgType
- TYPE_DATE - Static variable in class org.hsqldb.server.PgType
- TYPE_DATETIME - Static variable in class org.hsqldb.server.PgType
- TYPE_FILENAME - Static variable in class org.hsqldb.server.PgType
- TYPE_FLOAT4 - Static variable in class org.hsqldb.server.PgType
- TYPE_FLOAT8 - Static variable in class org.hsqldb.server.PgType
- TYPE_INET - Static variable in class org.hsqldb.server.PgType
- TYPE_INT2 - Static variable in class org.hsqldb.server.PgType
- TYPE_INT2VECTOR - Static variable in class org.hsqldb.server.PgType
- TYPE_INT4 - Static variable in class org.hsqldb.server.PgType
- TYPE_INT8 - Static variable in class org.hsqldb.server.PgType
- TYPE_LSEG - Static variable in class org.hsqldb.server.PgType
- TYPE_MACADDR - Static variable in class org.hsqldb.server.PgType
- TYPE_MONEY - Static variable in class org.hsqldb.server.PgType
- TYPE_NAME - Static variable in class org.hsqldb.server.PgType
- TYPE_NUMERIC - Static variable in class org.hsqldb.server.PgType
- TYPE_OID - Static variable in class org.hsqldb.server.PgType
- TYPE_OIDINT2 - Static variable in class org.hsqldb.server.PgType
- TYPE_OIDINT4 - Static variable in class org.hsqldb.server.PgType
- TYPE_OIDNAME - Static variable in class org.hsqldb.server.PgType
- TYPE_OIDVECTOR - Static variable in class org.hsqldb.server.PgType
- TYPE_PATH - Static variable in class org.hsqldb.server.PgType
- TYPE_POINT - Static variable in class org.hsqldb.server.PgType
- TYPE_POLYGON - Static variable in class org.hsqldb.server.PgType
- TYPE_RECORD - Static variable in class org.hsqldb.server.PgType
- TYPE_REGPROC - Static variable in class org.hsqldb.server.PgType
- TYPE_RELTIME - Static variable in class org.hsqldb.server.PgType
- TYPE_SET - Static variable in class org.hsqldb.server.PgType
- TYPE_TEXT - Static variable in class org.hsqldb.server.PgType
- TYPE_TEXTARRAY - Static variable in class org.hsqldb.server.PgType
- TYPE_TID - Static variable in class org.hsqldb.server.PgType
- TYPE_TIME - Static variable in class org.hsqldb.server.PgType
- TYPE_TIME_WITH_TMZONE - Static variable in class org.hsqldb.server.PgType
- TYPE_TIMESTAMP - Static variable in class org.hsqldb.server.PgType
- TYPE_TIMESTAMP_NO_TMZONE - Static variable in class org.hsqldb.server.PgType
- TYPE_TINTERVAL - Static variable in class org.hsqldb.server.PgType
- TYPE_TINYINT - Static variable in class org.hsqldb.server.PgType
- TYPE_UNKNOWN - Static variable in class org.hsqldb.server.PgType
- TYPE_UUID - Static variable in class org.hsqldb.server.PgType
- TYPE_VARBIT - Static variable in class org.hsqldb.server.PgType
- TYPE_VARCHAR - Static variable in class org.hsqldb.server.PgType
- TYPE_VARCHARARRAY - Static variable in class org.hsqldb.server.PgType
- TYPE_VOID - Static variable in class org.hsqldb.server.PgType
- TYPE_XID - Static variable in class org.hsqldb.server.PgType
- TYPE_XML - Static variable in class org.hsqldb.server.PgType
- TYPE_XMLARRAY - Static variable in class org.hsqldb.server.PgType
- typeflag - org.hsqldb.lib.tar.TarHeaderField
U
- uid - org.hsqldb.lib.tar.TarHeaderField
- uname - org.hsqldb.lib.tar.TarHeaderField
- unarchive(String, String, FileAccess, int) - Static method in class org.hsqldb.lib.FileArchiver
- unexpected_header_key - org.hsqldb.lib.tar.RB
- unicodeEscapedToString(String) - Static method in class org.hsqldb.lib.StringConverter
- unicodeStringToString(String) - Static method in class org.hsqldb.lib.StringConverter
-
Hsqldb specific decoding used only for log files.
- union(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
-
Returns an array that contains all the elements of the two arrays.
- unlock() - Method in class org.hsqldb.lib.ReadWriteLockDummy.LockDummy
- unsupported_entry_present - org.hsqldb.lib.tar.RB
- unsupported_ext - org.hsqldb.lib.tar.RB
- unsupported_mode - org.hsqldb.lib.tar.RB
- unwrap(Class<T>) - Method in class org.hsqldb.jdbc.JDBCConnection
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.hsqldb.jdbc.JDBCDataSource
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.hsqldb.jdbc.JDBCPool
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.hsqldb.jdbc.JDBCStatement
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- UPCallbackHandler(String, String) - Constructor for class org.hsqldb.auth.JaasAuthBean.UPCallbackHandler
- UPDATE_AFTER - Static variable in interface org.hsqldb.trigger.Trigger
- UPDATE_AFTER_ROW - Static variable in interface org.hsqldb.trigger.Trigger
- UPDATE_BEFORE_ROW - Static variable in interface org.hsqldb.trigger.Trigger
- updateArray(int, Array) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Array
value. - updateArray(String, Array) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Array
value. - updateAsciiStream(int, InputStream) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(int, InputStream, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
- updateAsciiStream(int, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
- updateAsciiStream(String, InputStream) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(String, InputStream, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
- updateAsciiStream(String, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
- updateBigDecimal(int, BigDecimal) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.math.BigDecimal
value. - updateBigDecimal(String, BigDecimal) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.BigDecimal
value. - updateBinaryStream(int, InputStream) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(int, InputStream, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a binary stream value, which will have the specified number of bytes.
- updateBinaryStream(int, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a binary stream value, which will have the specified number of bytes.
- updateBinaryStream(String, InputStream) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(String, InputStream, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a binary stream value, which will have the specified number of bytes.
- updateBinaryStream(String, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a binary stream value, which will have the specified number of bytes.
- updateBlob(int, InputStream) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given input stream.
- updateBlob(int, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given input stream, which will have the specified number of bytes.
- updateBlob(int, Blob) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Blob
value. - updateBlob(String, InputStream) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given input stream.
- updateBlob(String, InputStream, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given input stream, which will have the specified number of bytes.
- updateBlob(String, Blob) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Blob
value. - updateBoolean(int, boolean) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
boolean
value. - updateBoolean(String, boolean) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
boolean
value. - updateByte(int, byte) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
byte
value. - updateByte(String, byte) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
byte
value. - updateBytes(int, byte[]) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
byte
array value. - updateBytes(String, byte[]) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a byte array value.
- updateCharacterStream(int, Reader) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(int, Reader, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value, which will have the specified number of (CHECKME: characters?) bytes.
- updateCharacterStream(int, Reader, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateCharacterStream(String, Reader) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(String, Reader, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value, which will have the specified number of (CHECKME: characters?) bytes.
- updateCharacterStream(String, Reader, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateClob(int, Reader) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given
Reader
object. - updateClob(int, Reader, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given
Reader
object, which is the given number of characters long. - updateClob(int, Clob) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Clob
value. - updateClob(String, Reader) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given
Reader
object. - updateClob(String, Reader, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given
Reader
object, which is the given number of characters long. - updateClob(String, Clob) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Clob
value. - updateDate(int, Date) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Date
value. - updateDate(String, Date) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Date
value. - updateDouble(int, double) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
double
value. - updateDouble(String, double) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
double
value. - updateFloat(int, float) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
float
value. - updateFloat(String, float) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
float
value. - updateInt(int, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
int
value. - updateInt(String, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
int
value. - updateLong(int, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
long
value. - updateLong(String, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
long
value. - updateNCharacterStream(int, Reader) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(int, Reader, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateNCharacterStream(String, Reader) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(String, Reader, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a character stream value, which will have the specified number of bytes.
- updateNClob(int, Reader) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given
Reader
The data will be read from the stream as needed until end-of-stream is reached. - updateNClob(int, Reader, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given
Reader
object, which is the given number of characters long. - updateNClob(int, NClob) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.NClob
value. - updateNClob(String, Reader) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given
Reader
object. - updateNClob(String, Reader, long) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column using the given
Reader
object, which is the given number of characters long. - updateNClob(String, NClob) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.NClob
value. - updateNString(int, String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
String
value. - updateNString(String, String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
String
value. - updateNull(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
null
value. - updateNull(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
null
value. - updateObject(int, Object) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
Object
value. - updateObject(int, Object, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
Object
value. - updateObject(int, Object, SQLType) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
Object
value. - updateObject(int, Object, SQLType, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
Object
value. - updateObject(String, Object) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
Object
value. - updateObject(String, Object, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
Object
value. - updateObject(String, Object, SQLType) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
Object
value. - updateObject(String, Object, SQLType, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with an
Object
value. - updateRef(int, Ref) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Ref
value. - updateRef(String, Ref) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Ref
value. - updateRow() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the underlying database with the new contents of the current row of this
ResultSet
object. - updateRowId(int, RowId) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
RowId
value. - updateRowId(String, RowId) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
RowId
value. - updatesAreDetected(int) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether or not a visible row update can be detected by calling the method
ResultSet.rowUpdated
. - updateShort(int, short) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
short
value. - updateShort(String, short) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
short
value. - updateSQLXML(int, SQLXML) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.SQLXML
value. - updateSQLXML(String, SQLXML) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.SQLXML
value. - updateString(int, String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
String
value. - updateString(String, String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
String
value. - updateTime(int, Time) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Time
value. - updateTime(String, Time) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Time
value. - updateTimestamp(int, Timestamp) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - updateTimestamp(String, Timestamp) - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Updates the designated column with a
java.sql.Timestamp
value. - url - Variable in class org.hsqldb.util.RCData
- username - Variable in class org.hsqldb.util.RCData
- usesLocalFilePerTable() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database uses a file for each table.
- usesLocalFiles() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
-
Retrieves whether this database stores tables in a local file.
V
- validate() - Method in class org.hsqldb.lib.ValidatingResourceBundle
- validate() - Method in class org.hsqldb.server.ServerProperties
-
Validates according to Meta map, and sets System Properties for those properties with names matching the requisite pattern.
- ValidatingResourceBundle - Class in org.hsqldb.lib
-
Purpose of this class is to wrap a RefCapablePropertyResourceBundle to reliably detect any possible use of a missing property key as soon as this class is clinitted.
- ValidatingResourceBundle(String, Class<? extends Enum<?>>) - Constructor for class org.hsqldb.lib.ValidatingResourceBundle
- valueCount(K) - Method in class org.hsqldb.lib.MultiValueHashMap
-
Counts the values associated with the key.
- valueOf(String) - Static method in enum org.hsqldb.lib.tar.RB
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hsqldb.lib.tar.TarHeaderField
-
Returns the enum constant of this type with the specified name.
- values() - Method in class org.hsqldb.lib.HashMap
- values() - Method in class org.hsqldb.lib.IntKeyHashMap
- values() - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- values() - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- values() - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- values() - Method in class org.hsqldb.lib.IntValueHashMap
- values() - Method in class org.hsqldb.lib.LongKeyHashMap
- values() - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- values() - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- values() - Method in class org.hsqldb.lib.LongValueHashMap
- values() - Method in interface org.hsqldb.lib.Map
- values() - Method in class org.hsqldb.lib.MultiValueHashMap
- values() - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- values() - Static method in enum org.hsqldb.lib.tar.RB
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hsqldb.lib.tar.TarHeaderField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valuesToArray() - Method in class org.hsqldb.lib.IntKeyHashMap
- valuesToArray() - Method in class org.hsqldb.lib.LongKeyHashMap
- valuesToArray() - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- valuesToArray(int[]) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
- valuesToArray(int[]) - Method in class org.hsqldb.lib.LongKeyIntValueHashMap
- valuesToArray(long[]) - Method in class org.hsqldb.lib.IntKeyLongValueHashMap
- valuesToArray(long[]) - Method in class org.hsqldb.lib.LongKeyLongValueHashMap
- valuesToArray(T[]) - Method in class org.hsqldb.lib.HashMap
- valuesToArray(T[]) - Method in class org.hsqldb.lib.IntKeyHashMap
- valuesToArray(T[]) - Method in class org.hsqldb.lib.IntKeyHashMapConcurrent
- valuesToArray(T[]) - Method in class org.hsqldb.lib.LongKeyHashMap
- valuesToArray(T[]) - Method in class org.hsqldb.lib.MultiValueHashMap
- valuesToArray(T[]) - Method in class org.hsqldb.lib.OrderedLongKeyHashMap
- valueString(Object) - Method in class org.hsqldb.server.PgType
W
- warning(String) - Method in class org.hsqldb.lib.FrameworkLogger
- warning(String, Throwable) - Method in class org.hsqldb.lib.FrameworkLogger
-
Just like FrameworkLogger.warning(String), but also logs a stack trace.
- wasNull() - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-
Retrieves whether the last OUT parameter read had the value of SQL
NULL
. - wasNull() - Method in class org.hsqldb.jdbc.JDBCResultSet
-
Reports whether the last column read had a value of SQL
NULL
. - WebServer - Class in org.hsqldb.server
-
The HyperSQL http: and https: protocol network database server.
- WebServer() - Constructor for class org.hsqldb.server.WebServer
- windowActivated(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
- windowActivated(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- windowActivated(WindowEvent) - Method in class org.hsqldb.util.Transfer
- windowClosed(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
- windowClosed(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- windowClosed(WindowEvent) - Method in class org.hsqldb.util.Transfer
- windowClosing(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
- windowClosing(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- windowClosing(WindowEvent) - Method in class org.hsqldb.util.Transfer
- windowDeactivated(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
- windowDeactivated(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- windowDeactivated(WindowEvent) - Method in class org.hsqldb.util.Transfer
- windowDeiconified(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
- windowDeiconified(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- windowDeiconified(WindowEvent) - Method in class org.hsqldb.util.Transfer
- windowIconified(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
- windowIconified(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- windowIconified(WindowEvent) - Method in class org.hsqldb.util.Transfer
- windowOpened(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
- windowOpened(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
- windowOpened(WindowEvent) - Method in class org.hsqldb.util.Transfer
- withinGlobalTransaction() - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
- work(String[]) - Static method in class org.hsqldb.util.Transfer
- workfile_delete_fail - org.hsqldb.lib.tar.RB
- WrapperIterator<E> - Class in org.hsqldb.lib
-
An Iterator that returns the elements of a specified array, or other iterators etc.
- WrapperIterator() - Constructor for class org.hsqldb.lib.WrapperIterator
-
Constructor for an empty iterator.
- WrapperIterator(Object) - Constructor for class org.hsqldb.lib.WrapperIterator
-
Constructor for a singleton object iterator
- WrapperIterator(Object[]) - Constructor for class org.hsqldb.lib.WrapperIterator
-
Constructor for all elements of the specified array.
- WrapperIterator(Object[], boolean) - Constructor for class org.hsqldb.lib.WrapperIterator
-
Constructor for not-null elements of specified array.
- WrapperIterator(Iterator<E>, Iterator<E>) - Constructor for class org.hsqldb.lib.WrapperIterator
-
Constructor for a chained iterator that returns the elements of the two specified iterators.
- write() - Method in class org.hsqldb.lib.tar.DbBackup
-
This method always backs up the .properties and .script files.
- write() - Method in class org.hsqldb.lib.tar.TarGenerator
-
This method does release all of the streams, even if there is a failure.
- write(byte[]) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- write(byte[], int) - Method in class org.hsqldb.lib.tar.TarFileOutputStream
-
This class and subclasses should write to the underlying writeStream ONLY WITH THIS METHOD.
- write(byte[], int, int) - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Writes the specified portion of the designated octet sequence.
- write(byte[], int, int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- write(char[], int, int) - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Writes the designated portion of the designated character array
- write(char[], int, int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- write(int) - Method in class org.hsqldb.lib.AsciiOutputStream
- write(int) - Method in class org.hsqldb.lib.CharArrayWriter
- write(int) - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Writes the specified single byte.
- write(int) - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Writes the specified single character.
- write(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- write(int) - Method in class org.hsqldb.lib.tar.TarFileOutputStream
-
The normal way to write file data (as opposed to header data or padding) using this class.
- write(InputStream, int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- write(InputStream, long) - Method in class org.hsqldb.lib.DataOutputStream
- write(Reader, int) - Method in class org.hsqldb.lib.CharArrayWriter
- write(Reader, int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- write(Reader, long) - Method in class org.hsqldb.lib.DataOutputStream
- write(String, int, int) - Method in class org.hsqldb.lib.CharArrayWriter
- write(String, int, int) - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Efficiently writes the designated portion of the designated string.
- write_count_mismatch - org.hsqldb.lib.tar.RB
- write_queue_report - org.hsqldb.lib.tar.RB
- writeAsFiles() - Method in class org.hsqldb.lib.tar.DbBackup
- writeBlock(byte[]) - Method in class org.hsqldb.lib.tar.TarFileOutputStream
-
Write a user-specified 512-byte block.
- writeBoolean(boolean) - Method in class org.hsqldb.lib.DataOutputStream
- writeBoolean(boolean) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeBuffer - Variable in class org.hsqldb.lib.tar.TarFileOutputStream
- writeByte(int) - Method in class org.hsqldb.lib.DataOutputStream
- writeByte(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeBytes(String) - Method in class org.hsqldb.lib.DataOutputStream
- writeBytes(String) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeChar(int) - Method in class org.hsqldb.lib.DataOutputStream
- writeChar(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeChars(char[]) - Method in class org.hsqldb.lib.DataOutputStream
- writeChars(char[]) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeChars(char[], int) - Method in class org.hsqldb.lib.DataOutputStream
- writeChars(String) - Method in class org.hsqldb.lib.DataOutputStream
- writeChars(String) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeDouble(double) - Method in class org.hsqldb.lib.DataOutputStream
- writeDouble(double) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeFloat(float) - Method in class org.hsqldb.lib.DataOutputStream
- writeFloat(float) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeHexBytes(byte[], int, byte[]) - Static method in class org.hsqldb.lib.StringConverter
-
Converts a byte array into hexadecimal characters which are written as ASCII to the given output stream.
- writeInt(int) - Method in class org.hsqldb.lib.DataOutputStream
- writeInt(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeLock() - Method in class org.hsqldb.lib.ReadWriteLockDummy
- writeLong(long) - Method in class org.hsqldb.lib.DataOutputStream
- writeLong(long) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeNoCheck(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writePadBlock() - Method in class org.hsqldb.lib.tar.TarFileOutputStream
-
Writes a single zero'd block.
- writePadBlocks(int) - Method in class org.hsqldb.lib.tar.TarFileOutputStream
-
Writes the specified quantity of zero'd blocks.
- writeShort(int) - Method in class org.hsqldb.lib.DataOutputStream
- writeShort(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeTo(OutputStream) - Method in class org.hsqldb.lib.ClosableByteArrayOutputStream
-
Writes the complete contents of this stream's accumulated data to the specified output stream.
- writeTo(OutputStream) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeTo(Writer) - Method in class org.hsqldb.lib.ClosableCharArrayWriter
-
Writes the complete contents of this writer's buffered data to the specified writer.
- writeUTF(String) - Method in class org.hsqldb.lib.DataOutputStream
- writeUTF(String) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
- writeUUIDHexBytes(byte[], int, byte[]) - Static method in class org.hsqldb.lib.StringConverter
Z
- zero() - Method in class org.hsqldb.lib.StopWatch
-
Zeros accumulated running time and restarts this object.
- zero_write - org.hsqldb.lib.tar.RB
- zeroSize() - Method in class org.hsqldb.lib.LongDeque
All Classes All Packages