A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ACCESS_IS_DENIED - Static variable in class org.hsqldb.Trace
 
AMBIGUOUS_COLUMN_REFERENCE - Static variable in class org.hsqldb.Trace
 
ARRAY - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
ASSERT_DIRECT_EXEC_WITH_PARAM - Static variable in class org.hsqldb.Trace
 
ASSERT_FAILED - Static variable in class org.hsqldb.Trace
 
ArrayCounter - class org.hsqldb.lib.ArrayCounter.
Collection of routines for counting the distribution of the values in an int[] array.
ArrayCounter() - Constructor for class org.hsqldb.lib.ArrayCounter
 
ArrayUtil - class org.hsqldb.lib.ArrayUtil.
Collection of static methods for operations on arrays
ArrayUtil() - Constructor for class org.hsqldb.lib.ArrayUtil
 
AsciiStringInputStream - class org.hsqldb.lib.AsciiStringInputStream.
minimal InputStream subclass to fetch low order bytes form a String
AsciiStringInputStream(String) - Constructor for class org.hsqldb.lib.AsciiStringInputStream
 
abs(double) - Static method in class org.hsqldb.Library
Returns the absolute value of the given double value.
absolute(int) - Method in class org.hsqldb.jdbc.jdbcResultSet
Moves the cursor to the given row number in this ResultSet object.
absoluteFile(String) - Static method in class org.hsqldb.lib.FileUtil
Retrieves the absolute File, given some path specification.
absolutePath(String) - Static method in class org.hsqldb.lib.FileUtil
Retrieves the absolute path, given some path specification.
acceptsURL(String) - Method in class org.hsqldb.jdbcDriver
Returns true if the driver thinks that it can open a connection to the given URL.
action(Event, Object) - Method in class org.hsqldb.util.QueryTool
This is function handles the events when a button is clicked or when the used double-clicked on the listbox of recent commands.
actionPerformed(ActionEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
actionPerformed(ActionEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 
actionPerformed(ActionEvent) - Method in class org.hsqldb.util.QueryTool
Method declaration
actionPerformed(ActionEvent) - Method in class org.hsqldb.util.Transfer
Method declaration
add(Object[]) - Method in class org.hsqldb.Result
Method declaration
add(Object) - Method in interface org.hsqldb.lib.Collection
 
add(int, int) - Method in class org.hsqldb.lib.DoubleIntTable
Adds a key, value pair into the table.
add(Object, Object) - Method in class org.hsqldb.lib.HashMappedList
 
add(Object) - Method in class org.hsqldb.lib.HashSet
 
add(Object) - Method in class org.hsqldb.lib.HsqlArrayHeap
 
add(int, Object) - Method in class org.hsqldb.lib.HsqlArrayList
Inserts an element at the given index
add(Object) - Method in class org.hsqldb.lib.HsqlArrayList
Appends an element to the end of the list
add(int, Object) - Method in class org.hsqldb.lib.HsqlDeque
 
add(Object) - Method in class org.hsqldb.lib.HsqlDeque
 
add(Object) - Method in interface org.hsqldb.lib.HsqlHeap
Adds the specified element to this Heap.
add(int, Object) - Method in class org.hsqldb.lib.HsqlLinkedList
Inserts element at index.
add(Object) - Method in class org.hsqldb.lib.HsqlLinkedList
Appends element to the end of this list.
add(int, Object) - Method in interface org.hsqldb.lib.HsqlList
 
add(Object) - Method in interface org.hsqldb.lib.HsqlList
 
add(Object) - Method in interface org.hsqldb.lib.Set
 
addAll(Object[]) - Method in class org.hsqldb.lib.HashSet
 
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 CallableStatment.
addBatch(String) - Method in class org.hsqldb.jdbc.jdbcStatement
Adds the given SQL command to the current list of commmands for this Statement object.
addFirst(Object) - Method in class org.hsqldb.lib.HsqlDeque
 
addLast(Object) - Method in class org.hsqldb.lib.HsqlDeque
 
addOrRemove(long, long, Object, Object, boolean) - Method in class org.hsqldb.store.BaseHashMap
 
addProperties(Properties) - Method in class org.hsqldb.HsqlProperties
 
addProperties(HsqlProperties) - Method in class org.hsqldb.HsqlProperties
 
addTask(long, Runnable, long, boolean) - Method in class org.hsqldb.lib.HsqlTimer
Adds to the task queue a new Task object encapsulating the supplied Runnable and scheduling arguments.
adjustArray(int, Object, int, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
Handles both addition and removal of rows
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.
allQuoted - Variable in class org.hsqldb.rowio.RowInputText
 
allQuoted - Variable in class org.hsqldb.rowio.RowOutputText
 
allTablesAreSelectable() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether the current user can use all the tables returned by the method getTables in a SELECT statement.
allowConnection(Socket) - Method in class org.hsqldb.Server
Retrieves whether the specified socket should be allowed to make a connection.
appendPair(StringBuffer, String, String, String, String) - Static method in class org.hsqldb.lib.StringUtil
 
areEqual(int[], int[], int, boolean) - Static method in class org.hsqldb.lib.ArrayUtil
For full == true returns true if arra and arrb are identical (have the same length and contain the same integers in the same sequence).
areEqualSets(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
Returns true if a and be contain the same set of integers, not necessarily in the same order.
argArrayToProps(String[], String) - Static method in class org.hsqldb.HsqlProperties
Creates and populates an HsqlProperties Object from the arguments array of a Main method.
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.
arrayToString(Object) - Static method in class org.hsqldb.lib.StringUtil
 
ascii(String) - Static method in class org.hsqldb.Library
Returns the Unicode code value of the leftmost character of s as an int.
asciiToUnicode(byte[], int, int) - Static method in class org.hsqldb.lib.StringConverter
Hsqldb specific decoding used only for log files.
asciiToUnicode(String) - Static method in class org.hsqldb.lib.StringConverter
 
available() - Method in class org.hsqldb.lib.AsciiStringInputStream
 
available() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
available - Variable in class org.hsqldb.lib.StringInputStream
 
available() - Method in class org.hsqldb.lib.StringInputStream
 

B

BAD_ADD_COLUMN_DEFINITION - Static variable in class org.hsqldb.Trace
 
BAD_IDENTITY_VALUE - Static variable in class org.hsqldb.Trace
 
BAD_INDEX_CONSTRAINT_NAME - Static variable in class org.hsqldb.Trace
 
BATCHEXECDIRECT - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsulates a batch of statements
BATCHEXECUTE - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsulates a batch of prepared statement parameter values
BIGINT - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIGINT.
BINARY - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BINARY.
BLOB - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
BOOLEAN - Static variable in class org.hsqldb.Types
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
BYTES_LINE_SEP - Static variable in class org.hsqldb.scriptio.ScriptWriterText
 
BaseHashMap - class org.hsqldb.store.BaseHashMap.
 
BaseHashMap(int, float, int, int) - Constructor for class org.hsqldb.store.BaseHashMap
 
BaseHashMap.BaseHashIterator - class org.hsqldb.store.BaseHashMap.BaseHashIterator.
 
BaseHashMap.BaseHashIterator(boolean) - Constructor for class org.hsqldb.store.BaseHashMap.BaseHashIterator
 
BaseTable - class org.hsqldb.BaseTable.
 
BaseTable() - Constructor for class org.hsqldb.BaseTable
 
Binary - class org.hsqldb.Binary.
Representation of instnace of BINARY field data.
Binary(byte[], boolean) - Constructor for class org.hsqldb.Binary
This constructor is used inside the engine when an already serialized byte[] is read from a file (.log, .script, .data or text table source).
BinaryDatabaseScriptReader_readExistingData - Static variable in class org.hsqldb.Trace
 
BinaryDatabaseScriptReader_readTableInit - Static variable in class org.hsqldb.Trace
 
BooleanConverter - class org.hsqldb.lib.BooleanConverter.
Collection of static helper methods for converting types into boolean;
BooleanConverter() - Constructor for class org.hsqldb.lib.BooleanConverter
 
BundleHandler - class org.hsqldb.resources.BundleHandler.
A ResourceBundle helper class.
batchResultOut - Variable in class org.hsqldb.jdbc.jdbcStatement
Use by this statement to communicate batched execution requests
beforeFirst() - Method in class org.hsqldb.jdbc.jdbcResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
bitLength(String) - Static method in class org.hsqldb.Library
 
bitand(int, int) - Static method in class org.hsqldb.Library
Returns the bit-wise logical and of the given integer values.
bitor(int, int) - Static method in class org.hsqldb.Library
Returns the bit-wise logical or of the given integer values.
buf - Variable in class org.hsqldb.lib.HsqlByteArrayInputStream
 
buf - Variable in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
byteToHex(byte[]) - Static method in class org.hsqldb.lib.StringConverter
Converts a byte array into a hexadecimal string
byteToString(byte[], String) - Static method in class org.hsqldb.lib.StringConverter
 

C

CACHED_ROW_160 - Static variable in class org.hsqldb.rowio.RowOutputBase
 
CACHED_ROW_170 - Static variable in class org.hsqldb.rowio.RowOutputBase
 
CACHED_TABLE - Static variable in class org.hsqldb.Table
 
CALL - Static variable in class org.hsqldb.Token
 
CHAR - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CHAR.
CHECK_CONSTRAINT_VIOLATION - Static variable in class org.hsqldb.Trace
 
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
 
CLOB - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB
CLOSE_CURSORS_AT_COMMIT - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
COLUMN_ALREADY_EXISTS - Static variable in class org.hsqldb.Trace
 
COLUMN_COUNT_DOES_NOT_MATCH - Static variable in class org.hsqldb.Trace
 
COLUMN_IS_REFERENCED - Static variable in class org.hsqldb.Trace
 
COLUMN_NOT_FOUND - Static variable in class org.hsqldb.Trace
 
COLUMN_TYPE_MISMATCH - Static variable in class org.hsqldb.Trace
 
COMMIT - Static variable in interface org.hsqldb.ResultConstants
 
CONCUR_READ_ONLY - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
CONCUR_UPDATABLE - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
CONNECTION_IS_BROKEN - Static variable in class org.hsqldb.Trace
 
CONNECTION_IS_CLOSED - Static variable in class org.hsqldb.Trace
 
CONSTRAINT_ALREADY_EXISTS - Static variable in class org.hsqldb.Trace
 
CONSTRAINT_NOT_FOUND - Static variable in class org.hsqldb.Trace
 
Cache_cleanUp - Static variable in class org.hsqldb.Trace
 
Cache_saveAll - Static variable in class org.hsqldb.Trace
 
CachedRow - class org.hsqldb.CachedRow.
In-memory representation of a disk-based database row object with methods for serialization and de-serialization.
CachedRow(Table, Object[]) - Constructor for class org.hsqldb.CachedRow
Constructor for new Rows.
CachedRow(Table, RowInputInterface) - Constructor for class org.hsqldb.CachedRow
constructor when read from the disk into the Cache
CodeSwitcher - class org.hsqldb.util.CodeSwitcher.
Modifies the source code to support different JDK or profile settings.
Collection - interface org.hsqldb.lib.Collection.
 
Column - class org.hsqldb.Column.
Implementation of SQL table columns as defined in DDL statements with static methods to process their values.
Constraint_violation - Static variable in class org.hsqldb.Trace
 
cache - Variable in class org.hsqldb.Table
 
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) - Static method in class org.hsqldb.lib.FileUtil
Retrieves the canonical file for the given file, in a JDK 1.1 complaint way.
canonicalFile(String) - Static method in class org.hsqldb.lib.FileUtil
Retrieves the canonical file for the given path, in a JDK 1.1 complaint way.
canonicalOrAbsolutePath(String) - Static method in class org.hsqldb.lib.FileUtil
Retrieves the canonical path for the given path, or the absolute path if attemting to retrieve the canonical path fails.
canonicalPath(File) - Static method in class org.hsqldb.lib.FileUtil
Retrieves the canonical path for the given File in a JDK 1.1 complaint way.
canonicalPath(String) - Static method in class org.hsqldb.lib.FileUtil
Retrieves the canonical path for the given path in a JDK 1.1 complaint way.
catalogName - Variable in class org.hsqldb.jdbc.jdbcColumnMetaData
The column's table's catalog name.
charOffset - Variable in class org.hsqldb.lib.StringInputStream
 
character(int) - Static method in class org.hsqldb.Library
Returns the character string corresponding to the given ASCII (or Unicode) value.
check(boolean, int, Object) - Static method in class org.hsqldb.Trace
Throws exception if condition is false
checkConvertString(String, String) - Method in class org.hsqldb.rowio.RowOutputText
 
checkConvertString(String, String) - Method in class org.hsqldb.rowio.RowOutputTextQuoted
 
checkFileExists() - Method in class org.hsqldb.HsqlProperties
 
checkFileExists(String, boolean, Class) - Static method in class org.hsqldb.HsqlProperties
 
checkIsRowCount(boolean) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Checks if execution does or does not generate a single row update count, throwing if the argument, yes, does not match.
checkNull() - Method in class org.hsqldb.rowio.RowInputBase
 
checkNull() - Method in class org.hsqldb.rowio.RowInputBinary
 
checkNull() - Method in class org.hsqldb.rowio.RowInputLegacy
 
checkNull() - Method in class org.hsqldb.rowio.RowInputText
 
checkRunning(boolean) - Method in class org.hsqldb.Server
Checks if this Server object is or is not running and throws if the current state does not match the specified value.
checkSetParameterIndex(int) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Checks if the specified parameter index value is valid in terms of setting an IN or IN OUT parameter value.
clear() - Method in class org.hsqldb.Result
 
clear() - Method in interface org.hsqldb.lib.Collection
 
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 of the elements from this Heap.
clear() - Method in class org.hsqldb.lib.HsqlTimer.TaskQueue
Cancels all pending tasks and removes them from this queue.
clear() - Method in interface org.hsqldb.lib.Set
 
clear() - Method in class org.hsqldb.store.BaseHashMap
Clear the map completely.
clear(int) - Method in class org.hsqldb.store.BaseHashMap
Clear approximately count elements from the map, starting with those with low accessTable ranking.
clearArray(int, Object, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
 
clearBatch() - Method in class org.hsqldb.jdbc.jdbcStatement
Empties this Statement object's current list of SQL commands.
clearParameters() - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Clears the current parameter values immediately.
clearPool() - Static method in class org.hsqldb.store.ValuePool
 
clearThread() - Method in class org.hsqldb.lib.HsqlTaskQueue
 
clearThread() - Method in class org.hsqldb.lib.HsqlTimer
Sets the background thread to null.
clearWarnings() - Method in class org.hsqldb.jdbc.jdbcConnection
Clears all warnings reported for this Connection 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.
close() - Method in class org.hsqldb.HSQLClientConnection
 
close() - Method in class org.hsqldb.Session
Closes this Session.
close() - Method in interface org.hsqldb.SessionInterface
 
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
 
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.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.lib.HsqlByteArrayInputStream
 
close() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
close() - Method in class org.hsqldb.scriptio.ScriptReaderBase
 
close() - Method in class org.hsqldb.scriptio.ScriptReaderText
 
close() - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
closeAllSessions() - Method in class org.hsqldb.SessionManager
Closes all Sessions registered with this SessionManager.
closeConnection() - Method in class org.hsqldb.HSQLClientConnection
 
closeDatabases(int) - Static method in class org.hsqldb.DatabaseManager
Closes all the databases using the given mode.
colScale - Variable in class org.hsqldb.Result.ResultMetaData
 
colSize - Variable in class org.hsqldb.Result.ResultMetaData
 
colType - Variable in class org.hsqldb.Result.ResultMetaData
 
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.Column
 
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.
columnTypeName - Variable in class org.hsqldb.jdbc.jdbcColumnMetaData
The column's database-specific type name.
commit() - Method in class org.hsqldb.HSQLClientConnection
 
commit() - Method in class org.hsqldb.Session
Commits any uncommited transaction this Session may have open
commit() - Method in interface org.hsqldb.SessionInterface
 
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 the Connection.
commonElements(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
Returns an int[] containing elements shared between the two arrays arra and arrb.
compare(Object, Object) - Method in class org.hsqldb.lib.HsqlTimer
ObjectComparator implemtation required to back priority queue for scheduled tasks.
compare(Object, Object) - Method in interface org.hsqldb.lib.ObjectComparator
 
compare(Object, Object) - Method in class org.hsqldb.lib.Sort.StringComparator
 
compressFile(String, String) - Static method in class org.hsqldb.lib.ZipUnzipFile
 
concat(String, String) - Static method in class org.hsqldb.Library
Returns a String object that is the result of an SQL-style concatenation of the given String objects.
configureSocket(Socket) - Method in class org.hsqldb.HsqlSocketFactory
 
configureSocket(Socket) - Method in class org.hsqldb.HsqlSocketFactorySecure
 
connect(String, Properties) - Method in class org.hsqldb.jdbcDriver
Attempts to make a database connection to the given URL.
connection - Variable in class org.hsqldb.jdbc.jdbcStatement
The connection used to execute this statement.
contains(Object) - Method in interface org.hsqldb.lib.Collection
 
contains(Object) - Method in class org.hsqldb.lib.HashSet
 
contains(Object) - Method in interface org.hsqldb.lib.Set
 
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
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.
containsKey(Object) - Method in class org.hsqldb.lib.HashMap
 
containsKey(Object) - Method in class org.hsqldb.lib.IntValueHashMap
 
containsKey(Object) - Method in class org.hsqldb.store.BaseHashMap
 
containsKey(int) - Method in class org.hsqldb.store.BaseHashMap
 
containsKey(long) - Method in class org.hsqldb.store.BaseHashMap
 
containsValue(Object) - Method in class org.hsqldb.lib.HashMap
 
containsValue(Object) - Method in class org.hsqldb.lib.IntKeyHashMap
 
containsValue(int) - Method in class org.hsqldb.lib.IntValueHashMap
 
containsValue(Object) - Method in class org.hsqldb.store.BaseHashMap
 
convertObject(Object, int) - Static method in class org.hsqldb.Column
Convert an object into a Java object that represents its SQL type.
copyAdjustArray(Object[], Object[], Object, int, int) - Static method in class org.hsqldb.lib.ArrayUtil
Copies elements of source to dest.
copyArray(Object, Object, int) - Static method in class org.hsqldb.lib.ArrayUtil
Convenience wrapper for System.arraycopy()
copyColumnValues(Object[], int[], Object[]) - Static method in class org.hsqldb.lib.ArrayUtil
Copies some elements of row into colobject by using colindex as the list of indexes into row. colindex and colobject are of equal length and normally shorter than row;
cot(double) - Static method in class org.hsqldb.Library
Returns the cotangent of the given double value expressed in radians.
count - Variable in class org.hsqldb.lib.HsqlArrayHeap
 
count - Variable in class org.hsqldb.lib.HsqlByteArrayInputStream
 
count - Variable in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
countCommonElements(int[], int[]) - Static method in class org.hsqldb.lib.ArrayUtil
Returns the number of elements shared between the two arrays containing sets.
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 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.
countSegments(int[], int, int, int) - Static method in class org.hsqldb.lib.ArrayCounter
Returns an int[] array of length segments containing the distribution count of elements in unsorted int[] array with values between min and max (range).
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.
createHsqlServer(String, boolean, boolean) - Static method in class org.hsqldb.HsqlServerFactory
 
createSQLString(double) - Static method in class org.hsqldb.Column
 
createSQLString(String) - Static method in class org.hsqldb.Column
Turns a java string into a quoted SQL string
createServerSocket(int) - Method in class org.hsqldb.HsqlSocketFactory
Returns a server socket bound to the specified port.
createServerSocket(int, String) - Method in class org.hsqldb.HsqlSocketFactory
Returns a server socket bound to the specified port.
createServerSocket(int) - Method in class org.hsqldb.HsqlSocketFactorySecure
Creates a secure server socket bound to the specified port.
createServerSocket(int, String) - Method in class org.hsqldb.HsqlSocketFactorySecure
Creates a secure server socket bound to the specified port.
createSocket(String, int) - Method in class org.hsqldb.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.HsqlSocketFactorySecure
Creates a secure Socket and connects it to the specified remote host at the specified remote port.
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 generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class org.hsqldb.jdbc.jdbcConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createToolBar() - Method in class org.hsqldb.util.DatabaseManagerSwing
 
curdate() - Static method in class org.hsqldb.Library
Returns the current date as a date value.
currentElapsedTime() - Method in class org.hsqldb.lib.StopWatch
Retrieves the accumulated time this object has spent running since it was last started.
currentElapsedTimeToMessage(String) - Method in class org.hsqldb.lib.StopWatch
Retrieves prefix + " in " + elapsedTime() + " ms."
curtime() - Static method in class org.hsqldb.Library
Returns the current local time as a time value.

D

DATA - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsulates a result set response containing data.
DATABASE_ALREADY_IN_USE - Static variable in class org.hsqldb.Trace
 
DATABASE_IS_MEMORY_ONLY - Static variable in class org.hsqldb.Trace
 
DATABASE_IS_READONLY - Static variable in class org.hsqldb.Trace
 
DATABASE_IS_SHUTDOWN - Static variable in class org.hsqldb.Trace
 
DATABASE_NOT_EXISTS - Static variable in class org.hsqldb.Trace
 
DATALINK - Static variable in class org.hsqldb.Types
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.
DATA_IS_READONLY - Static variable in class org.hsqldb.Trace
 
DATE - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATE.
DECIMAL - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DECIMAL.
DELETE - Static variable in class org.hsqldb.Token
 
DELETE_AFTER - Static variable in interface org.hsqldb.Trigger
 
DELETE_AFTER_ROW - Static variable in interface org.hsqldb.Trigger
 
DELETE_BEFORE - Static variable in interface org.hsqldb.Trigger
 
DELETE_BEFORE_ROW - Static variable in interface org.hsqldb.Trigger
 
DISTINCT - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT.
DITypeInfo - class org.hsqldb.DITypeInfo.
Provides information intrinsic to each standard data type known to HSQLDB.
DITypeInfo() - Constructor for class org.hsqldb.DITypeInfo
Creates a new DITypeInfo object having the default Locale.
DIVISION_BY_ZERO - Static variable in class org.hsqldb.Trace
 
DOASSERT - Static variable in class org.hsqldb.Trace
 
DOUBLE - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DOUBLE.
DROP_FK_INDEX - Static variable in class org.hsqldb.Trace
 
DROP_PRIMARY_KEY - Static variable in class org.hsqldb.Trace
 
DROP_SYSTEM_CONSTRAINT - Static variable in class org.hsqldb.Trace
 
DataFileCache - class org.hsqldb.DataFileCache.
 
DataFileCache_backup - Static variable in class org.hsqldb.Trace
 
DataFileCache_close - Static variable in class org.hsqldb.Trace
 
DataFileCache_closeFile - Static variable in class org.hsqldb.Trace
 
DataFileCache_defrag - Static variable in class org.hsqldb.Trace
 
DataFileCache_makeRow - Static variable in class org.hsqldb.Trace
 
DataFileCache_open - Static variable in class org.hsqldb.Trace
 
DataFileDefrag_writeTableToDataFile - Static variable in class org.hsqldb.Trace
 
Database - class org.hsqldb.Database.
Database is the root class for HSQL Database Engine database.
DatabaseCommandInterpreter_checkFKColumnDefaults - Static variable in class org.hsqldb.Trace
 
DatabaseCommandInterpreter_processAlterTableAddForeignKeyConstraint - Static variable in class org.hsqldb.Trace
 
DatabaseCommandInterpreter_processColumnList - Static variable in class org.hsqldb.Trace
 
DatabaseCommandInterpreter_processCreateConstraints - Static variable in class org.hsqldb.Trace
 
DatabaseCommandInterpreter_processCreateFK - Static variable in class org.hsqldb.Trace
 
DatabaseCommandInterpreter_processCreateTrigger1 - Static variable in class org.hsqldb.Trace
 
DatabaseCommandInterpreter_processCreateTrigger2 - Static variable in class org.hsqldb.Trace
 
DatabaseCommandInterpreter_processSavepoint - Static variable in class org.hsqldb.Trace
 
DatabaseManager - class org.hsqldb.DatabaseManager.
Multifunction class with all static methods.
DatabaseManager() - Constructor for class org.hsqldb.DatabaseManager
 
DatabaseManager - class org.hsqldb.util.DatabaseManager.
AWT Tool for manageing a JDBC database.
DatabaseManager() - Constructor for class org.hsqldb.util.DatabaseManager
 
DatabaseManagerSwing - class org.hsqldb.util.DatabaseManagerSwing.
Swing Tool for manageing a JDBC database.
DatabaseManagerSwing() - Constructor for class org.hsqldb.util.DatabaseManagerSwing
 
DatabaseManager_getDatabase - Static variable in class org.hsqldb.Trace
 
DatabaseManager_getDatabaseObject - Static variable in class org.hsqldb.Trace
 
DatabaseManager_releaseDatabase - Static variable in class org.hsqldb.Trace
 
DatabaseManager_releaseSession - Static variable in class org.hsqldb.Trace
 
DatabaseRowInput_getNextPos - Static variable in class org.hsqldb.Trace
 
DatabaseRowInput_getPos - Static variable in class org.hsqldb.Trace
 
DatabaseRowInput_newDatabaseRowInput - Static variable in class org.hsqldb.Trace
 
DatabaseRowInput_readLine - Static variable in class org.hsqldb.Trace
 
DatabaseRowInput_skipBytes - Static variable in class org.hsqldb.Trace
 
DatabaseRowOutput_newDatabaseRowOutput - Static variable in class org.hsqldb.Trace
 
DatabaseScript - class org.hsqldb.DatabaseScript.
Script generation.
DatabaseScript() - Constructor for class org.hsqldb.DatabaseScript
 
DatabaseScriptReader_readDDL - Static variable in class org.hsqldb.Trace
 
DatabaseScriptReader_readExistingData - Static variable in class org.hsqldb.Trace
 
Database_dropTable - Static variable in class org.hsqldb.Trace
 
DiskNode_writeTranslatePointer - Static variable in class org.hsqldb.Trace
 
DoubleIntTable - class org.hsqldb.lib.DoubleIntTable.
Minimal class for maintaining and searching an int to int sorted lookup table.
DoubleIntTable(int) - Constructor for class org.hsqldb.lib.DoubleIntTable
 
data - Variable in class org.hsqldb.Record
 
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.
dataInput - Variable in class org.hsqldb.HSQLClientConnection
 
dataOutput - Variable in class org.hsqldb.HSQLClientConnection
 
database(Connection) - Static method in class org.hsqldb.Library
Returns the name of the database corresponding to this connection.
database - Variable in class org.hsqldb.Table
 
dateValue(String) - Static method in class org.hsqldb.HsqlDateTime
Converts a string in JDBC date escape format to a Date value.
dayname(Date) - Static method in class org.hsqldb.Library
Returns a character string containing the name of the day (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday ) for the day portion of the given java.sql.Date.
dayofmonth(Date) - Static method in class org.hsqldb.Library
Returns the day of the month from the given date value, as an integer value in the range of 1-31.
dayofweek(Date) - Static method in class org.hsqldb.Library
Returns the day of the week from the given date value, as an integer value in the range 1-7, where 1 represents Sunday.
dayofyear(Date) - Static method in class org.hsqldb.Library
Returns the day of the year from the given date value, as an integer value in the range 1-366.
decompressFile(String, String) - Static method in class org.hsqldb.lib.ZipUnzipFile
 
delete(String) - Static method in class org.hsqldb.lib.FileUtil
Delete the named file
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.
delimitedArgPairsToProps(String, String, String, String) - Static method in class org.hsqldb.HsqlProperties
Creates and populates a new HsqlProperties Object using a string such as "key1=value1;key2=value2" The string that represents the = sign above is specified as pairsep and the one that represents the semicolon is specified as delimiter, allowing any string to be used for either.
difference(String, String) - Static method in class org.hsqldb.Library
Returns a count of the characters that do not match when comparing the 4 digit numeric SOUNDEX character sequences for the given String objects.
digestBytes(byte[]) - Static method in class org.hsqldb.lib.MD5
Retrieves a byte sequence representing the MD5 digest of the specified byte sequence.
digestString(String, String) - Static method in class org.hsqldb.lib.MD5
Retrieves a byte sequence representing the MD5 digest of the specified character sequence, using the specified encoding to first convert the character sequence into a byte sequence.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.hsqldb.Servlet
Method declaration
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.hsqldb.Servlet
Method declaration
doesMaxRowSizeIncludeBlobs() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY.
duplicate() - Method in class org.hsqldb.Table
 
duplicateArray(Object) - Static method in class org.hsqldb.lib.ArrayUtil
Returns a duplicates of an array.

E

ERROR - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsualtes an error response.
ERROR_IN_FUNCTION - Static variable in class org.hsqldb.Trace
 
ERROR_IN_SCRIPT_FILE - Static variable in class org.hsqldb.Trace
 
EXECUTE_FAILED - Static variable in interface org.hsqldb.ResultConstants
batch item failed
EXTERNAL_STOP - Static variable in class org.hsqldb.Trace
 
EchoProperty - class org.hsqldb.util.EchoProperty.
Contains just the static main(String[]) method Usage: java org.hsqldb.util.EchoProperty propname
EchoProperty() - Constructor for class org.hsqldb.util.EchoProperty
 
Exit() - Method in class org.hsqldb.util.Transfer
 
Expression - class org.hsqldb.Expression.
 
Expression_compareValues - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypeForIn1 - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypeForIn2 - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypeForLike - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypes1 - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypes2 - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypes3 - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypes4 - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypes5 - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypes6 - Static variable in class org.hsqldb.Trace
 
Expression_resolveTypes7 - Static variable in class org.hsqldb.Trace
 
elapsedTime() - Method in class org.hsqldb.lib.StopWatch
Retrieves the accumulated time this object has spent running since it was last zeroed.
elapsedTimeToMessage(String) - Method in class org.hsqldb.lib.StopWatch
Retrieves prefix + " in " + elapsedTime() + " ms."
encodeString(String, String) - Static method in class org.hsqldb.lib.MD5
Retrieves a hexidecimal character sequence representing the MD5 digest of the specified character sequence, using the specified encoding to first convert the character sequence into a byte sequence.
enforceCheckConstraints(Object[]) - Method in class org.hsqldb.Table
Checks a row against NOT NULL constraints on columns.
ensureRoom(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
ensureRoom(int) - Method in class org.hsqldb.rowio.RowOutputBinary
Calculate the size of byte array required to store a string in utf8.
equals(Object) - Method in class org.hsqldb.Binary
 
equals(Object) - Method in class org.hsqldb.LockFile
Tests whether some other object is "equal to" this one.
equals(Object) - Method in interface org.hsqldb.lib.Set
 
error(int, int, Object[]) - Static method in class org.hsqldb.Trace
Compose error message by inserting the strings in the add parameters in placeholders within the error message.
error(int, Object[]) - Static method in class org.hsqldb.Trace
Compose error message by inserting the strings in the add parameters in placeholders within the error message.
error(int, int, String) - Static method in class org.hsqldb.Trace
 
error(int, int) - Static method in class org.hsqldb.Trace
 
error(int, Object) - Static method in class org.hsqldb.Trace
Method declaration
error(int) - Static method in class org.hsqldb.Trace
Method declaration
errorCodes - Variable in class org.hsqldb.HsqlProperties
 
errorKeys - Variable in class org.hsqldb.HsqlProperties
 
execute(Result) - Method in class org.hsqldb.HSQLClientConnection
 
execute(Result) - Method in class org.hsqldb.HTTPClientConnection
 
execute(Result) - Method in class org.hsqldb.Session
Executes the command encapsulated by the cmd argument.
execute(Result) - Method in interface org.hsqldb.SessionInterface
 
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(String) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
This method should always throw if called for a PreparedStatement or CallableStatment.
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.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.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.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(Runnable) - Method in class org.hsqldb.lib.HsqlTaskQueue
 
execute(String[]) - Method in class org.hsqldb.util.ScriptTool
 
execute(Connection) - Method in class org.hsqldb.util.SqlFile
Process all the commands on stdin.
execute(Connection, PrintStream, PrintStream) - Method in class org.hsqldb.util.SqlFile
Process all the commands in the file (or stdin) associated with "this" object.
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.
executeQuery() - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the ResultSet 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 CallableStatment.
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 INSERT, UPDATE or DELETE statement; 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 CallableStatment.
executeUpdate(String) - Method in class org.hsqldb.jdbc.jdbcStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
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.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.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) - Static method in class org.hsqldb.lib.FileUtil
Return true or false based on whether the named file exists.

F

FETCH_FORWARD - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
FETCH_REVERSE - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
FETCH_UNKNOWN - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
FILE_IO_ERROR - Static variable in class org.hsqldb.Trace
 
FLOAT - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type FLOAT.
FOREIGN_KEY_NOT_ALLOWED - Static variable in class org.hsqldb.Trace
 
FUNCTION_NOT_SUPPORTED - Static variable in class org.hsqldb.Trace
 
FileUtil - class org.hsqldb.lib.FileUtil.
A collection of static file management methods.
FileUtil() - Constructor for class org.hsqldb.lib.FileUtil
 
f - Variable in class org.hsqldb.LockFile
Reference to this object's lock file.
field - Variable in class org.hsqldb.rowio.RowInputText
 
fieldSep - Variable in class org.hsqldb.rowio.RowOutputText
 
fileName - Variable in class org.hsqldb.HsqlProperties
 
filePos - Variable in class org.hsqldb.rowio.RowInputBase
 
fill(int, int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
fillArray(Object[], Object) - Static method in class org.hsqldb.lib.ArrayUtil
Fills the array with a value
finalize() - Method in class org.hsqldb.Database
Called by the garbage collector on this Databases object when garbage collection determines that there are no more references to it.
finalize() - Method in class org.hsqldb.LockFile
Attempts to release any lock condition this object may have on its lock file.
finalize() - Method in class org.hsqldb.Server
 
finalize() - Method in class org.hsqldb.jdbc.jdbcConnection
The default implementation simply attempts to silently close() this Connection
find(Object[], Object) - Static method in class org.hsqldb.lib.ArrayUtil
Basic find for small arrays.
find(int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
Basic find for small arrays.
find(byte[], int, int, byte[]) - Static method in class org.hsqldb.lib.ArrayUtil
Returns the index 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(int, int) - Method in class org.hsqldb.lib.DoubleIntTable
 
findColumn(String) - Method in class org.hsqldb.jdbc.jdbcResultSet
Maps the given ResultSet column name to its ResultSet column index.
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 charset byte array.
findNot(int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
Basic find for small arrays.
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.
finishStream() - Method in class org.hsqldb.scriptio.ScriptWriterBase
This is not really useful in the current usage but may be if this class is used in a different way.
fire(int, String, String, Object[], Object[]) - Method in interface org.hsqldb.Trigger
When UPDATE triggers are fired, row1 contains the existing values of the table row and row2 contains the new values.
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.HsqlByteArrayOutputStream
does nothing
fsIsIgnoreCase - Static variable in class org.hsqldb.lib.FileUtil
 
fsNormalizesPosixSeparator - Static variable in class org.hsqldb.lib.FileUtil
 

G

GENERAL_ERROR - Static variable in class org.hsqldb.Trace
 
GETSESSIONATTR - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsulates a request to get session attributes.
Generic_reading_file_error - Static variable in class org.hsqldb.Trace
 
gcFrequency - Static variable in class org.hsqldb.Record
 
get(String) - Static method in class org.hsqldb.Token
 
get(int, int) - Method in class org.hsqldb.lib.DoubleIntTable
 
get(Object) - Method in class org.hsqldb.lib.HashMap
 
get(int) - Method in class org.hsqldb.lib.HashMappedList
 
get(Object) - Method in class org.hsqldb.lib.HashSet
 
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.HsqlLinkedList
Gets the element at given position
get(int) - Method in interface org.hsqldb.lib.HsqlList
 
get(int) - Method in class org.hsqldb.lib.IntKeyHashMap
 
get(int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
 
get(int, int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
 
get(int, int[]) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
 
get(Object) - Method in class org.hsqldb.lib.IntValueHashMap
 
get(Object, int) - Method in class org.hsqldb.lib.IntValueHashMap
 
get(Object, int[]) - Method in class org.hsqldb.lib.IntValueHashMap
 
get(Object) - Method in interface org.hsqldb.lib.Set
This method returns the Object that is already in the set and is equal to the argument o.
getAddress() - Method in class org.hsqldb.Server
Retrieves, in string form, this server's host address.
getArray(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC ARRAY parameter as an Array 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 an Array 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 an Array object in the Java programming language.
getAsciiStream() - Method in class org.hsqldb.jdbc.jdbcClob
Retrieves the CLOB value designated by this Clob 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.
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(Connection) - Static method in class org.hsqldb.Library
Retrieves the autocommit status of this connection.
getAutoCommit() - Method in class org.hsqldb.jdbc.jdbcConnection
Gets the current auto-commit state.
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, int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Deprecated. use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC NUMERIC parameter as a java.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.jdbcCallableStatement
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int, int) - Method in class org.hsqldb.jdbc.jdbcResultSet
Deprecated. by java.sun.com as of JDK 1.2
getBigDecimal(String, int) - Method in class org.hsqldb.jdbc.jdbcResultSet
Deprecated. by java.sun.com as of JDK 1.2
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 a java.math.BigDecimal with full precision.
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 a java.math.BigDecimal with full precision.
getBigDecimal(BigDecimal) - Static method in class org.hsqldb.store.ValuePool
 
getBinaryStream() - Method in class org.hsqldb.jdbc.jdbcBlob
Returns blob data 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 binary stream of uninterpreted bytes.
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 uninterpreted bytes.
getBlob(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC BLOB parameter as a Blob 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 a Blob 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 a Blob object in the Java programming language.
getBoolean(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC BIT parameter as a boolean 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 a boolean 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 a boolean in the Java programming language.
getBoolean(Boolean) - Static method in class org.hsqldb.lib.BooleanConverter
 
getBoolean(Double) - Static method in class org.hsqldb.lib.BooleanConverter
 
getBoolean(Integer) - Static method in class org.hsqldb.lib.BooleanConverter
 
getBoolean(Long) - Static method in class org.hsqldb.lib.BooleanConverter
 
getBoolean(String) - Static method in class org.hsqldb.lib.BooleanConverter
 
getBoolean(BigDecimal) - Static method in class org.hsqldb.lib.BooleanConverter
 
getBoolean(boolean) - Static method in class org.hsqldb.store.ValuePool
 
getBuffer() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
getBuffer() - Method in class org.hsqldb.rowio.RowInputBase
 
getBuffer() - Method in interface org.hsqldb.rowio.RowInputInterface
 
getBundle(String, Locale, ClassLoader) - Static method in class org.hsqldb.resources.BundleHandler
Retrieves a resource bundle using the specified base name, locale, and class loader.
getBundleHandle(String, ClassLoader) - Static method in class org.hsqldb.resources.BundleHandler
Retrieves an int handle to the ResourceBundle object corresponding to the specified name and current Locale, using the specified ClassLoader.
getByte(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC TINYINT parameter as a byte 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 a byte 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 a byte in the Java programming language.
getBytes() - Method in class org.hsqldb.Binary
 
getBytes() - Method in class org.hsqldb.JavaObject
 
getBytes(long, int) - Method in class org.hsqldb.jdbc.jdbcBlob
Returns blob data as an array of bytes
getBytes(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte 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 a byte array 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 a byte array in the Java programming language.
getBytesLength() - Method in class org.hsqldb.Binary
 
getBytesLength() - Method in class org.hsqldb.JavaObject
 
getCanonicalPath() - Method in class org.hsqldb.LockFile
Retreives, as a String, the canonical path of this object's lock file.
getCatalog() - Method in class org.hsqldb.jdbc.jdbcConnection
Returns the Connection's current catalog name.
getCatalogName(int) - Method in class org.hsqldb.jdbc.jdbcResultSetMetaData
Gets the designated column's table's catalog name.
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".
getCatalogs() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the catalog names available in this database.
getCharOctLen() - Method in class org.hsqldb.DITypeInfo
Retrieves the maximum Integer.MAX_VALUE bounded length, in bytes, for character types.
getCharOctLenAct() - Method in class org.hsqldb.DITypeInfo
Retrieves the maximum Long.MAX_VALUE bounded length, in bytes, for character types.
getCharacterStream() - Method in class org.hsqldb.jdbc.jdbcClob
Retrieves the CLOB value designated by this Clob object as a java.io.Reader object (or as a stream of characters).
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 a java.io.Reader object.
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 a java.io.Reader object.
getClassCode(Class) - Static method in class org.hsqldb.lib.ArrayUtil
 
getClob(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC CLOB parameter as a Clob object in the Java programming l anguage.
getClob(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC CLOB parameter as a 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 a Clob 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 a Clob object in the Java programming language.
getColStClsName() - Method in class org.hsqldb.DITypeInfo
Retrieves the fully-qualified name of the Java class whose instances are manufactured by HSQLDB to store table column values in memory.
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.Result
Method declaration
getColumnCount() - Method in class org.hsqldb.Table
Method declaration
getColumnCount() - Method in class org.hsqldb.jdbc.jdbcResultSetMetaData
Returns the number of columns in this ResultSet object.
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.
getColumnPrivileges(String, String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the access rights for a table's columns.
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.
getColumnTypes() - Method in class org.hsqldb.Table
Method declaration
getColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
getConcurrency() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves the concurrency mode of this ResultSet object.
getConnection() - Method in class org.hsqldb.jdbc.jdbcDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in class org.hsqldb.jdbc.jdbcDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in class org.hsqldb.jdbc.jdbcStatement
Retrieves the Connection object that produced this Statement object.
getConnection(String, Properties) - Static method in class org.hsqldb.jdbcDriver
 
getCreateParams() - Method in class org.hsqldb.DITypeInfo
Retrieves a character sequence representing a CSV list, in DDL declaraion order, of the create parameters for the type.
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 columns of the given primary key table (describe how one table imports another's key).
getCstMapClsName() - Method in class org.hsqldb.DITypeInfo
Retrieves the fully-qualified name of the HSQLDB-provided java.sql interface implementation class whose instances would be manufactured by HSQLDB to retrieve column values of this type, if the the type does not have a standard Java mapping.
getCurrentTime() - Static method in class org.hsqldb.HsqlDateTime
 
getCursorName() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getDataSource() - Method in class org.hsqldb.Table
 
getDataType() - Method in class org.hsqldb.DITypeInfo
Retrieves the data type, as an Integer.
getDatabase() - Method in class org.hsqldb.jdbc.jdbcDataSource
Return database
getDatabaseMajorVersion() - Static method in class org.hsqldb.Library
Retrieves the major version number of this database.
getDatabaseMajorVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Static method in class org.hsqldb.Library
Retrieves the major version number of this database.
getDatabaseMinorVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabaseName(int) - Method in class org.hsqldb.Server
Retrieves the url alias (external name) of the i'th database that this Server hosts.
getDatabasePath(int) - Method in class org.hsqldb.Server
Retrieves the HSQLDB path descriptor (uri) of the i'th Database that this Server hosts.
getDatabasePaths() - Static method in class org.hsqldb.DatabaseManager
Returns a vector containing the paths for all the databases.
getDatabaseProductName() - Static method in class org.hsqldb.Library
Retrieves the name of this database product.
getDatabaseProductName() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the name of this database product.
getDatabaseProductVersion() - Static method in class org.hsqldb.Library
Retrieves the version number of this database product.
getDatabaseProductVersion() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the version number of this database product.
getDate(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
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 a java.sql.Date object in the Java programming language.
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 a java.sql.Date object in the Java programming language.
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 a java.sql.Date object in the Java programming language.
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 a java.sql.Date object in the Java programming language.
getDate(long) - Static method in class org.hsqldb.store.ValuePool
 
getDateString(Date, Calendar) - Static method in class org.hsqldb.HsqlDateTime
 
getDefaultPort(boolean) - Static method in class org.hsqldb.Server
Retrieves the default port that this Server will try to use in the abscence of an explicitly specified one, given the specified value for whether or not to use secure sockets.
getDefaultPropertiesPath() - Method in class org.hsqldb.Server
Retrieves the path that will be used by default if a null or zero-length path is specified to putPropertiesFromFile().
getDefaultPropertiesPath() - Method in class org.hsqldb.WebServer
Retrieves the path that will be used by default if a null or zero-length path is specified to putPropertiesFromFile().
getDefaultScale() - Method in class org.hsqldb.DITypeInfo
Retrieves the implied or single permitted scale for exact numeric types, when no scale is declared or no scale declaration is permitted.
getDefaultTransactionIsolation() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves this database's default transaction isolation level.
getDefaultWebPage() - Method in class org.hsqldb.Server
Retrieves the name of the web page served when no page is specified.
getDefaultWebPage() - Method in class org.hsqldb.WebServer
Retrieves the name of the web page served when no page is specified.
getDouble(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC DOUBLE parameter as a double 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 a double 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 a double in the Java programming language.
getDouble(long) - Static method in class org.hsqldb.store.ValuePool
 
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.
getErrWriter() - Method in class org.hsqldb.Server
Retrieves the PrintWriter to which server errors are printed.
getErrorCode() - Method in class org.hsqldb.HsqlException
 
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.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.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 this Statement object.
getField(String, int, boolean) - Method in class org.hsqldb.rowio.RowInputText
 
getField(String, int, boolean) - Method in class org.hsqldb.rowio.RowInputTextQuoted
 
getFirst() - Method in class org.hsqldb.lib.HsqlDeque
 
getFloat(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC FLOAT parameter as a float 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 a float 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 a float in the Java programming language.
getGeneratedKeys() - Method in class org.hsqldb.jdbc.jdbcStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getHelpString() - Method in class org.hsqldb.Server
Retrieves a String object describing the command line and properties options for this Server.
getHelpString() - Method in class org.hsqldb.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 this Connection object.
getId() - Method in class org.hsqldb.HSQLClientConnection
 
getId() - Method in class org.hsqldb.Session
Retrieves the session identifier for this Session.
getId() - Method in interface org.hsqldb.SessionInterface
 
getIdentifierQuoteString() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the string used to quote SQL identifiers.
getImportedKeys(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIndex(int) - Method in class org.hsqldb.Table
Method declaration
getIndex(Object) - Method in class org.hsqldb.lib.HashMappedList
 
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.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 an int in the Java programming language.
getInt(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC INTEGER parameter as an int 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 an int 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 an int in the Java programming language.
getInt(int) - Static method in class org.hsqldb.store.ValuePool
 
getIntegerProperty(String, int) - Method in class org.hsqldb.HsqlProperties
 
getIntegerProperty(String, int, int, int) - Method in class org.hsqldb.HsqlProperties
 
getInternal(int) - Method in class org.hsqldb.lib.HsqlLinkedList
Helper method that returns the Node at index.
getIntervalPrecision() - Method in class org.hsqldb.DITypeInfo
Retrieves null (not implemented).
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(int) - Method in class org.hsqldb.lib.HashMappedList
 
getLast() - Method in class org.hsqldb.lib.HsqlDeque
 
getLastModified(HttpServletRequest) - Method in class org.hsqldb.Servlet
Method declaration
getLastScheduled(Object) - Static method in class org.hsqldb.lib.HsqlTimer
Retrieves the last time the referenced task was executed, as a Date object.
getLineNumber() - Method in class org.hsqldb.rowio.RowInputText
 
getLineNumber() - Method in class org.hsqldb.scriptio.ScriptReaderBase
 
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(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(String[][], String, String) - Static method in class org.hsqldb.lib.StringUtil
Builds a CSV list from the specified String[][], separator string and quote string.
getLiteralPrefix() - Method in class org.hsqldb.DITypeInfo
Retrieves the character(s) prefixing a literal of this type.
getLiteralSuffix() - Method in class org.hsqldb.DITypeInfo
Retrieves the character(s) terminating a literal of this type.
getLocalName() - Method in class org.hsqldb.DITypeInfo
Retrieves a localized representation of the type's name, for human consumption only.
getLocale() - Static method in class org.hsqldb.resources.BundleHandler
Getter for property locale.
getLogWriter() - Method in class org.hsqldb.Server
Retrieves the PrintWriter to which server messages are printed.
getLogWriter() - Method in class org.hsqldb.jdbc.jdbcDataSource
Retrieves the log writer for this DataSource object.
getLoginTimeout() - Method in class org.hsqldb.jdbc.jdbcDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLong(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC BIGINT parameter as a long 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 a long 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 a long in the Java programming language.
getLong(long) - Static method in class org.hsqldb.store.ValuePool
 
getLookup(Object, int) - Method in class org.hsqldb.store.BaseHashMap
 
getLookup(int) - Method in class org.hsqldb.store.BaseHashMap
 
getLookup(long) - Method in class org.hsqldb.store.BaseHashMap
 
getMainString() - Method in class org.hsqldb.Result
 
getMajorVersion() - Method in class org.hsqldb.jdbcDriver
Gets 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.
getMaxDisplaySize() - Method in class org.hsqldb.DITypeInfo
Retrieves the maximum length that a String representation of the type may have.
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 this Statement 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.
getMaxProcedureNameLength() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of characters that this database allows in a procedure name.
getMaxRowSize() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the maximum number of bytes this database allows in a single row.
getMaxRows() - Method in class org.hsqldb.jdbc.jdbcStatement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxScale() - Method in class org.hsqldb.DITypeInfo
Retrieves the maximum Short.MAX_VALUE bounded scale supported for the type.
getMaxScaleAct() - Method in class org.hsqldb.DITypeInfo
Retrieves the maximum Integer.MAX_VALUE bounded scale supported for the type.
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.
getMessage() - Method in class org.hsqldb.HsqlException
 
getMessage(int) - Static method in class org.hsqldb.Trace
Returns the error message given the error code.
getMessage(int, boolean, Object[]) - Static method in class org.hsqldb.Trace
Returns the error message given the error code.
getMetaData() - Method in class org.hsqldb.jdbc.jdbcConnection
Gets the metadata regarding this connection's database.
getMetaData() - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMinScale() - Method in class org.hsqldb.DITypeInfo
Retrieves the minumum Short.MIN_VALUE bounded scale supported for the type.
getMinScaleAct() - Method in class org.hsqldb.DITypeInfo
Retrieves the minumum Integer.MIN_VALUE bounded scale supported for the type.
getMinorVersion() - Method in class org.hsqldb.jdbcDriver
Gets the driver's minor version number.
getMoreResults() - Method in class org.hsqldb.jdbc.jdbcStatement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class org.hsqldb.jdbc.jdbcStatement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getName() - Method in class org.hsqldb.NumberSequence
 
getName() - Method in class org.hsqldb.Table
Method declaration
getNextPos() - Method in class org.hsqldb.rowio.RowInputBase
 
getNextPos() - Method in interface org.hsqldb.rowio.RowInputInterface
 
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.
getNormalisedDate(long) - Static method in class org.hsqldb.HsqlDateTime
 
getNormalisedDate(Timestamp) - Static method in class org.hsqldb.HsqlDateTime
 
getNormalisedDate(Date) - Static method in class org.hsqldb.HsqlDateTime
 
getNormalisedTime(long) - Static method in class org.hsqldb.HsqlDateTime
 
getNormalisedTime(Time) - Static method in class org.hsqldb.HsqlDateTime
 
getNormalisedTime(Timestamp) - Static method in class org.hsqldb.HsqlDateTime
 
getNormalisedTimestamp(Time) - Static method in class org.hsqldb.HsqlDateTime
 
getNormalisedTimestamp(Date) - Static method in class org.hsqldb.HsqlDateTime
 
getNullability() - Method in class org.hsqldb.DITypeInfo
Retrieves the DatabaseMetaData default nullability code for the type.
getNumPrecRadix() - Method in class org.hsqldb.DITypeInfo
Retrieves the number base which is to be used to interpret the value reported by getPrecision().
getNumericFunctions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a comma-separated list of math functions available with this database.
getObject() - Method in class org.hsqldb.JavaObject
This method is called from classes implementing the JDBC interfaces.
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, Map) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Returns an object representing the value of OUT parameter i and uses map 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, Map) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
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 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 an Object in the Java programming language.
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 an Object in the Java programming language.
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 an Object in the Java programming language.
getObject(int) - Method in class org.hsqldb.store.BaseHashMap
 
getObject(long) - Method in class org.hsqldb.store.BaseHashMap
 
getObject(Object) - Method in class org.hsqldb.store.BaseHashMap
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.hsqldb.jdbc.jdbcDataSourceFactory
 
getOrAddDate(long) - Method in class org.hsqldb.store.ValuePoolHashMap
 
getOrAddDouble(long) - Method in class org.hsqldb.store.ValuePoolHashMap
 
getOrAddInteger(int) - Method in class org.hsqldb.store.ValuePoolHashMap
 
getOrAddLong(long) - Method in class org.hsqldb.store.ValuePoolHashMap
 
getOrAddObject(Object) - Method in class org.hsqldb.store.ValuePoolHashMap
 
getOrAddString(Object) - Method in class org.hsqldb.store.ValuePoolHashMap
This is dissimilar to normal hash map get() methods.
getOutputStream() - Method in class org.hsqldb.rowio.RowOutputBase
 
getOutputStream() - Method in interface org.hsqldb.rowio.RowOutputInterface
 
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 this ParameterMetaData object contains information.
getParameterMetaData() - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
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.
getParameterTypes() - Method in class org.hsqldb.Result.ResultMetaData
 
getPort() - Method in class org.hsqldb.Server
Retrieves this server's host port.
getPos() - Method in class org.hsqldb.rowio.RowInputBase
 
getPos() - Method in interface org.hsqldb.rowio.RowInputInterface
 
getPrecision() - Method in class org.hsqldb.DITypeInfo
Retrieves the maximum Integer.MAX_VALUE bounded length or precision for the type.
getPrecision(int) - Method in class org.hsqldb.jdbc.jdbcParameterMetaData
Retrieves the designated parameter's number of decimal digits.
getPrecision(int) - Method in class org.hsqldb.jdbc.jdbcResultSetMetaData
Get the designated column's number of decimal digits.
getPrecisionAct() - Method in class org.hsqldb.DITypeInfo
Retrieves the maximum Long.MAX_VALUE bounded length or precision for the type.
getPrimaryKeys(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the given table's primary key columns.
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.
getProcedureTerm() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the database vendor's preferred term for "procedure".
getProcedures(String, String, String) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the stored procedures available in the given catalog.
getProductName() - Method in class org.hsqldb.Server
Retrieves this server's product name.
getProductName() - Method in class org.hsqldb.WebServer
Retrieves this server's product name.
getProductVersion() - Method in class org.hsqldb.Server
Retrieves the server's product version, as a String.
getProperties() - Method in class org.hsqldb.HsqlProperties
 
getPropertiesFromFile(String) - Static method in class org.hsqldb.Server
 
getProperty(String) - Method in class org.hsqldb.HsqlProperties
 
getProperty(String, String) - Method in class org.hsqldb.HsqlProperties
 
getPropertyInfo(String, Properties) - Method in class org.hsqldb.jdbcDriver
Gets information about the possible properties for this driver.
getProtocol() - Method in class org.hsqldb.Server
Retrieves a string respresentaion of the network protocol this server offers, typically one of 'HTTP', HTTPS', 'HSQL' or 'HSQLS'.
getProtocol() - Method in class org.hsqldb.WebServer
Retrieves a string respresentaion of the network protocol this server offers, typically one of 'HTTP', HTTPS', 'HSQL' or 'HSQLS'.
getQueryTimeout() - Method in class org.hsqldb.jdbc.jdbcStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getRef(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC REF(<structured-type>) parameter as a Ref 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 a Ref 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 a Ref 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 a Ref object in the Java programming language.
getReference() - Method in class org.hsqldb.jdbc.jdbcDataSource
 
getRemarks() - Method in class org.hsqldb.DITypeInfo
Retrieves the localized remarks (if any) on the type.
getResultSet() - Method in class org.hsqldb.jdbc.jdbcStatement
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in class org.hsqldb.jdbc.jdbcStatement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the default holdability of this ResultSet object.
getResultSetHoldability() - Method in class org.hsqldb.jdbc.jdbcStatement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class org.hsqldb.jdbc.jdbcStatement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getRow() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves the current row number.
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 SQL92 keywords.
getSQLState() - Method in class org.hsqldb.HsqlException
 
getSQLStateType() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
 
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.
getSchemaName(int) - Method in class org.hsqldb.jdbc.jdbcResultSetMetaData
Get the designated column's table's schema.
getSchemaTerm() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the database vendor's preferred term for "schema".
getSchemas() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the schema names available in this database.
getScript(Database, boolean) - Static method in class org.hsqldb.DatabaseScript
Returns the DDL and all other statements for the database excluding INSERT and SET READONLY statements.
getSearchStringEscape() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the string that can be used to escape wildcard characters.
getSearchability() - Method in class org.hsqldb.DITypeInfo
Retrieves the DatabaseMetaData searchability code for the type.
getServerError() - Method in class org.hsqldb.Server
Retrieves a Throwable indicating the last server error, if any.
getServerId() - Method in class org.hsqldb.Server
Retrieves a String identifying this Server object.
getServerSocketFactoryImpl() - Method in class org.hsqldb.HsqlSocketFactorySecure
Retrieves the underlying javax.net.ssl.SSLServerSocketFactory.
getSession() - Method in class org.hsqldb.HSQLClientConnection
 
getShort(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC SMALLINT parameter as a short 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 a short 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 a short in the Java programming language.
getSize() - Method in class org.hsqldb.Result
Method declaration
getSize() - Method in class org.hsqldb.rowio.RowInputBase
 
getSize() - Method in interface org.hsqldb.rowio.RowInputInterface
 
getSize(CachedRow) - Method in class org.hsqldb.rowio.RowOutputBinary
Calculate the size of byte array required to store a row.
getSize(CachedRow) - Method in interface org.hsqldb.rowio.RowOutputInterface
 
getSize(CachedRow) - Method in class org.hsqldb.rowio.RowOutputLegacy
Calculate the size of byte array required to store a row.
getSize(CachedRow) - Method in class org.hsqldb.rowio.RowOutputText
 
getSize(CachedRow) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
getSocketFactoryImpl() - Method in class org.hsqldb.HsqlSocketFactorySecure
Retrieves the underlying javax.net.ssl.SSLSocketFactory.
getSqlDataType() - Method in class org.hsqldb.DITypeInfo
Retrieves the SQL CLI data type code for the type.
getSqlDateTimeSub() - Method in class org.hsqldb.DITypeInfo
Retrieves the SQL CLI datetime subcode for the type.
getState() - Method in class org.hsqldb.Server
Retrieves current state of this server in numerically coded form.
getStateDescriptor() - Method in class org.hsqldb.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 this ResultSet object.
getStatementID() - Method in class org.hsqldb.Result
 
getStatementType() - Method in class org.hsqldb.Result
 
getStdMapClsName() - Method in class org.hsqldb.DITypeInfo
Retrieve the fully qualified name of the recommended standard Java primitive, class or java.sql interface mapping for the type.
getString() - Method in class org.hsqldb.Tokenizer
Return any token.
getString(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String 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 a String 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 a String in the Java programming language.
getString(int, String) - Static method in class org.hsqldb.resources.BundleHandler
Retrieves, from the ResourceBundle object corresponding to the specified handle, the String value corresponding to the specified key.
getString(String) - Static method in class org.hsqldb.store.ValuePool
 
getStringFunctions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a comma-separated list of string functions available with this database.
getSubString() - Method in class org.hsqldb.Result
 
getSubString(long, int) - Method in class org.hsqldb.jdbc.jdbcClob
Retrieves a copy of the specified substring in the CLOB value designated by this Clob 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.
getSysSession() - Method in class org.hsqldb.SessionManager
Retrieves the special SYS Session.
getSystemFunctions() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a comma-separated list of system functions available with this database.
getTable() - Method in class org.hsqldb.CachedRow
Returns the table which this Row belongs to.
getTable(String, Session) - Method in class org.hsqldb.Database
Retrieves the specified user-defined table or view visible within the context of the specified Session, or any system table of the given name.
getTableName(int) - Method in class org.hsqldb.jdbc.jdbcResultSetMetaData
Gets the designated column's table name.
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.
getTableType() - Method in class org.hsqldb.Table
 
getTableTypes() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the table types available in this database.
getTables() - Method in class org.hsqldb.Database
Retrieves a HsqlArrayList containing references to all non-system tables and views.
getTables(String, String, String, String[]) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of the tables available in the given catalog.
getTaskRunnerThread() - Method in class org.hsqldb.lib.HsqlTaskQueue
 
getThread() - Method in class org.hsqldb.lib.HsqlTimer
Retrieves the background thread that is currently being used to execute submitted tasks.
getTime(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
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 a java.sql.Time object in the Java programming language.
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 a java.sql.Time object in the Java programming language.
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 a java.sql.Time object in the Java programming language.
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 a java.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.
getTimeString(Time, Calendar) - Static method in class org.hsqldb.HsqlDateTime
 
getTimestamp(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the 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 a java.sql.Timestamp object in the Java programming language.
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 a java.sql.Timestamp 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 a java.sql.Timestamp object in the Java programming anguage.
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 a java.sql.Timestamp object in the Java programming language.
getTimestampString(Timestamp, Calendar) - Static method in class org.hsqldb.HsqlDateTime
 
getTransactionIsolation() - Method in class org.hsqldb.jdbc.jdbcConnection
Retrieves this Connection object's current transaction isolation level.
getType() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves the type of this ResultSet object.
getTypeCode() - Method in class org.hsqldb.DITypeInfo
Retrieves the data type as an int.
getTypeInfo() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class org.hsqldb.jdbc.jdbcConnection
Gets the type map object associated with this connection.
getTypeName() - Method in class org.hsqldb.DITypeInfo
Retrieves the canonical data type name HSQLDB associates with the type.
getTypeString(int) - Static method in class org.hsqldb.Types
Returns SQL type string for a java.sql.Types int value
getTypeSub() - Method in class org.hsqldb.DITypeInfo
Retrieves the HSQLDB data subtype as an int.
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.
getURL(int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getURL() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the URL for this DBMS.
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 a java.net.URL object in the Java programming language.
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 a java.net.URL object in the Java programming language.
getUTFSize(String) - Static method in class org.hsqldb.lib.StringConverter
 
getUnicodeStream(int) - Method in class org.hsqldb.jdbc.jdbcResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in class org.hsqldb.jdbc.jdbcResultSet
Deprecated. use getCharacterStream instead
getUpdateCount() - Method in class org.hsqldb.Result
 
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.
getUpdateCounts() - Method in class org.hsqldb.Result
 
getUser() - Method in class org.hsqldb.jdbc.jdbcDataSource
 
getUserName() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves the user name as known to this database.
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.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
Retrieves the root context (directory) from which web content is served.
getWebRoot() - Method in class org.hsqldb.WebServer
Retrieves the root context (directory) from which web content is served.

H

HEARTBEAT_INTERVAL - Static variable in class org.hsqldb.LockFile
The period, in milliseconds, at which heartbeat timestamps are written to this object's lock file.
HOLD_CURSORS_OVER_COMMIT - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
HSQLClientConnection - class org.hsqldb.HSQLClientConnection.
 
HSQLClientConnection(String, int, String, String, boolean, String, String) - Constructor for class org.hsqldb.HSQLClientConnection
 
HSQL_API_BASE - Static variable in interface org.hsqldb.ResultConstants
The offset at which HSQLDB API Result mode values start.
HTTPClientConnection - class org.hsqldb.HTTPClientConnection.
HTTP protocol session proxy implementation.
HTTPClientConnection(String, int, String, String, boolean, String, String) - Constructor for class org.hsqldb.HTTPClientConnection
 
HashMap - class org.hsqldb.lib.HashMap.
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, float) - Constructor for class org.hsqldb.lib.HashMap
 
HashMappedList - class org.hsqldb.lib.HashMappedList.
Implementation of an Map which maintains the user-defined order of the keys.
HashMappedList() - Constructor for class org.hsqldb.lib.HashMappedList
 
HashMappedList(int) - Constructor for class org.hsqldb.lib.HashMappedList
 
HashMappedList(int, float) - Constructor for class org.hsqldb.lib.HashMappedList
 
HashSet - class org.hsqldb.lib.HashSet.
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, float) - Constructor for class org.hsqldb.lib.HashSet
 
HsqlArrayHeap - class org.hsqldb.lib.HsqlArrayHeap.
An HsqlHeap implementation backed by an array of objects and an ObjectComparator.
HsqlArrayHeap(int, ObjectComparator) - 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 - class org.hsqldb.lib.HsqlArrayList.
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
HsqlByteArrayInputStream - class org.hsqldb.lib.HsqlByteArrayInputStream.
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 org.hsqldb.lib.HsqlByteArrayOutputStream.
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(int) - Constructor for class org.hsqldb.lib.HsqlByteArrayOutputStream
 
HsqlByteArrayOutputStream(byte[]) - Constructor for class org.hsqldb.lib.HsqlByteArrayOutputStream
 
HsqlDatabaseProperties_load - Static variable in class org.hsqldb.Trace
 
HsqlDatabaseProperties_save - Static variable in class org.hsqldb.Trace
 
HsqlDateTime - class org.hsqldb.HsqlDateTime.
collection of static methods to convert Date, Time and Timestamp strings into corresponding Java objects.
HsqlDateTime() - Constructor for class org.hsqldb.HsqlDateTime
 
HsqlDateTime_invalid_date - Static variable in class org.hsqldb.Trace
 
HsqlDateTime_invalid_timestamp - Static variable in class org.hsqldb.Trace
 
HsqlDateTime_null_date - Static variable in class org.hsqldb.Trace
 
HsqlDateTime_null_string - Static variable in class org.hsqldb.Trace
 
HsqlDeque - class org.hsqldb.lib.HsqlDeque.
jdk 1.1 compatible minimal implementation of a list object suitable for stack, queue and deque usage patterns backed by an Object[].
HsqlDeque() - Constructor for class org.hsqldb.lib.HsqlDeque
 
HsqlException - exception org.hsqldb.HsqlException.
Class encapsulating all exceptions that can be thrown within the engine.
HsqlException(String, String, int) - Constructor for class org.hsqldb.HsqlException
 
HsqlException(Result) - Constructor for class org.hsqldb.HsqlException
 
HsqlHeap - interface org.hsqldb.lib.HsqlHeap.
Provides the base HSQLDB interface for Heap ADT implementations.
HsqlLinkedList - class org.hsqldb.lib.HsqlLinkedList.
Intended as an asynchronous alternative to HsqlArrayList.
HsqlLinkedList() - Constructor for class org.hsqldb.lib.HsqlLinkedList
Creates a new instance of HsqlLinkedList.
HsqlList - interface org.hsqldb.lib.HsqlList.
This should be used as the datatype for parameters and instance variables instead of HsqlArrayList or HsqlLinkedList to allow interchangable use of the two.
HsqlProperties - class org.hsqldb.HsqlProperties.
Wrapper for java.util.Properties to limit values to Specific types and allow saving and loading.
HsqlProperties() - Constructor for class org.hsqldb.HsqlProperties
 
HsqlProperties(String) - Constructor for class org.hsqldb.HsqlProperties
 
HsqlProperties(String, boolean) - Constructor for class org.hsqldb.HsqlProperties
 
HsqlProperties(Properties) - Constructor for class org.hsqldb.HsqlProperties
 
HsqlProperties_load - Static variable in class org.hsqldb.Trace
 
HsqlServerFactory - class org.hsqldb.HsqlServerFactory.
HsqlServerFactory
HsqlServerFactory() - Constructor for class org.hsqldb.HsqlServerFactory
 
HsqlSocketFactory - class org.hsqldb.HsqlSocketFactory.
Base class for producing the Socket objects used by HSQLDB.
HsqlSocketFactory() - Constructor for class org.hsqldb.HsqlSocketFactory
External construction disabled.
HsqlSocketFactorySecure - class org.hsqldb.HsqlSocketFactorySecure.
The default secure socket factory implementation.
HsqlSocketFactorySecure() - Constructor for class org.hsqldb.HsqlSocketFactorySecure
External construction disabled.
HsqlSocketFactorySecure_verify - Static variable in class org.hsqldb.Trace
 
HsqlSocketFactorySecure_verify2 - Static variable in class org.hsqldb.Trace
 
HsqlSocketFactorySecure_verify3 - Static variable in class org.hsqldb.Trace
 
HsqlSocketRequestHandler - interface org.hsqldb.HsqlSocketRequestHandler.
Interface HsqlSocketRequestHandler
HsqlTaskQueue - class org.hsqldb.lib.HsqlTaskQueue.
Provides very simple queued execution of Runnable objects in a background thread.
HsqlTaskQueue() - Constructor for class org.hsqldb.lib.HsqlTaskQueue
 
HsqlTaskQueue.TaskRunner - class org.hsqldb.lib.HsqlTaskQueue.TaskRunner.
 
HsqlTaskQueue.TaskRunner() - Constructor for class org.hsqldb.lib.HsqlTaskQueue.TaskRunner
 
HsqlTimer - class org.hsqldb.lib.HsqlTimer.
Provides facility for threads 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 using the specified thread factory implementation.
HsqlTimer.Task - class org.hsqldb.lib.HsqlTimer.Task.
A wrapper class used to schedule a Runnable object for execution by the enclosing HsqlTimer's TaskRunner in a background thread.
HsqlTimer.TaskQueue - class org.hsqldb.lib.HsqlTimer.TaskQueue.
Extends HsqlArrayHeap to allow all pending tasks to be cancelled when the queue is cleared.
HsqlTimer.TaskRunner - class org.hsqldb.lib.HsqlTimer.TaskRunner.
The Runnable that the background thread uses to execute scheduled tasks.
HsqlTimer.TaskRunner() - Constructor for class org.hsqldb.lib.HsqlTimer.TaskRunner
 
handleConnection(Socket) - Method in interface org.hsqldb.HsqlSocketRequestHandler
 
handleConnection(Socket) - Method in class org.hsqldb.Server
Assigns the specified socket to a new conection handler and starts the handler in a new Thread.
handshakeCompleted(HandshakeCompletedEvent) - Method in class org.hsqldb.HsqlSocketFactorySecure
 
hasChanged - Variable in class org.hsqldb.CachedRow
Flag indicating any change to the Nodes or table row data.
hasDataChanged - Variable in class org.hsqldb.CachedRow
Flag indicating the row data has changed too.
hasNext() - Method in interface org.hsqldb.lib.Iterator
 
hasNext() - Method in class org.hsqldb.lib.WrapperIterator
Tests if this iterator contains more elements.
hasNext() - Method in class org.hsqldb.store.BaseHashMap.BaseHashIterator
 
hasPrimaryKey() - Method in class org.hsqldb.Table
 
hashCode() - Method in class org.hsqldb.Binary
 
hashCode() - Method in class org.hsqldb.LockFile
Retrieves the hash code value for this object.
hashCode() - Method in interface org.hsqldb.lib.Collection
 
hashCode() - Method in interface org.hsqldb.lib.Set
 
hashIndex - Variable in class org.hsqldb.store.BaseHashMap
 
haveCommonElement(int[], int[], int) - Static method in class org.hsqldb.lib.ArrayUtil
Returns true if a and the first bcount elements of 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).
heap - Variable in class org.hsqldb.lib.HsqlArrayHeap
 
hexStringToUnicode(String) - Static method in class org.hsqldb.lib.StringConverter
Converts a hex string into a byte array then converts the byte array into a Unicode string.
hexToByte(String) - Static method in class org.hsqldb.lib.StringConverter
Compacts a hexadecimal string into a byte array
hexToByteArray(String) - Static method in class org.hsqldb.Column
Converts the specified hexadecimal digit String to an equivalent array of bytes.
hexToRaw(String) - Static method in class org.hsqldb.Library
Converts a String of hexidecimal digit characters to a raw binary value, represented as a String.
hour(Time) - Static method in class org.hsqldb.Library
Returns the hour from the given time value, as an integer value in the range of 0-23.

I

INCOMPLETE_CERTIFICATE - Static variable in class org.hsqldb.Trace
 
INDEX_ALREADY_EXISTS - Static variable in class org.hsqldb.Trace
 
INDEX_NOT_FOUND - Static variable in class org.hsqldb.Trace
 
INPUTSTREAM_ERROR - Static variable in class org.hsqldb.Trace
 
INSERT - Static variable in class org.hsqldb.Token
 
INSERT_AFTER - Static variable in interface org.hsqldb.Trigger
 
INSERT_AFTER_ROW - Static variable in interface org.hsqldb.Trigger
 
INSERT_BEFORE - Static variable in interface org.hsqldb.Trigger
 
INSERT_BEFORE_ROW - Static variable in interface org.hsqldb.Trigger
 
INTEGER - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.
INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class org.hsqldb.Trace
 
INTEGRITY_CONSTRAINT_VIOLATION_NOPARENT - Static variable in class org.hsqldb.Trace
 
INTERNAL_session_operation_not_supported - Static variable in class org.hsqldb.Trace
 
INTERNAL_unknown_internal_statement_type - Static variable in class org.hsqldb.Trace
 
INVALID_CHARACTER_ENCODING - Static variable in class org.hsqldb.Trace
 
INVALID_CONVERSION - Static variable in class org.hsqldb.Trace
 
INVALID_ESCAPE - Static variable in class org.hsqldb.Trace
 
INVALID_GROUP_BY - Static variable in class org.hsqldb.Trace
 
INVALID_HAVING - Static variable in class org.hsqldb.Trace
 
INVALID_IDENTIFIER - Static variable in class org.hsqldb.Trace
 
INVALID_JDBC_ARGUMENT - Static variable in class org.hsqldb.Trace
 
INVALID_ORDER_BY - Static variable in class org.hsqldb.Trace
 
INVALID_ORDER_BY_IN_DISTINCT_SELECT - Static variable in class org.hsqldb.Trace
 
INVALID_PREPARED_STATEMENT - Static variable in class org.hsqldb.Trace
 
InOutUtil - class org.hsqldb.lib.InOutUtil.
Input / Output utility
InOutUtil() - Constructor for class org.hsqldb.lib.InOutUtil
 
IntKeyHashMap - class org.hsqldb.lib.IntKeyHashMap.
 
IntKeyHashMap() - Constructor for class org.hsqldb.lib.IntKeyHashMap
 
IntKeyHashMap(int) - Constructor for class org.hsqldb.lib.IntKeyHashMap
 
IntKeyHashMap(int, float) - Constructor for class org.hsqldb.lib.IntKeyHashMap
 
IntKeyIntValueHashMap - class org.hsqldb.lib.IntKeyIntValueHashMap.
 
IntKeyIntValueHashMap() - Constructor for class org.hsqldb.lib.IntKeyIntValueHashMap
 
IntKeyIntValueHashMap(int) - Constructor for class org.hsqldb.lib.IntKeyIntValueHashMap
 
IntKeyIntValueHashMap(int, float) - Constructor for class org.hsqldb.lib.IntKeyIntValueHashMap
 
IntValueHashMap - class org.hsqldb.lib.IntValueHashMap.
This class does not store null keys.
IntValueHashMap() - Constructor for class org.hsqldb.lib.IntValueHashMap
 
IntValueHashMap(int) - Constructor for class org.hsqldb.lib.IntValueHashMap
 
IntValueHashMap(int, float) - Constructor for class org.hsqldb.lib.IntValueHashMap
 
Iterator - interface org.hsqldb.lib.Iterator.
 
iColumnCount - Variable in class org.hsqldb.Table
 
iMode - Variable in class org.hsqldb.Result
 
iVisibleColumns - Variable in class org.hsqldb.Table
 
identity() - Static method in class org.hsqldb.Library
Retrieves the last auto-generated integer indentity value used by this connection.
ignoreFirst - Variable in class org.hsqldb.TextCache
 
ignoredFirst - Variable in class org.hsqldb.TextCache
 
indexType - Variable in class org.hsqldb.Table
 
init(int) - Method in class org.hsqldb.Server
Initializes this server, setting the accepted connection protocol.
init(ServletConfig) - Method in class org.hsqldb.Servlet
Method declaration
init() - Method in class org.hsqldb.util.DatabaseManager
Method declaration
init() - Method in class org.hsqldb.util.DatabaseManagerSwing
 
init() - Method in class org.hsqldb.util.QueryTool
Initializes the window and the database and inserts some test data.
init() - Method in class org.hsqldb.util.Transfer
Method declaration
initBuffers() - Method in class org.hsqldb.TextCache
 
initBuffers() - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
initBuffers() - Method in class org.hsqldb.scriptio.ScriptWriterText
 
initConnection(String, int, boolean) - Method in class org.hsqldb.HSQLClientConnection
 
initConnection(String, int, boolean) - Method in class org.hsqldb.HTTPClientConnection
 
initParams() - Method in class org.hsqldb.TextCache
 
inputStreamToString(InputStream) - Static method in class org.hsqldb.lib.StringConverter
Using a Reader and a Writer, returns a String from an InputStream
insert(String, int, int, String) - Static method in class org.hsqldb.Library
Returns a character sequence which is the result of writing the first length number of characters from the second given String over the first string.
insertNoChange(CachedDataRow) - Method in class org.hsqldb.Table
Used by TextCache to insert a row into the indexes when the source file is first read.
insertNoCheck(Object[], Session, boolean) - Method in class org.hsqldb.Table
Low level method for row insert.
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.
intIndexesToBooleanArray(int[], boolean[]) - Static method in class org.hsqldb.lib.ArrayUtil
Set elements of arrb true if their indexes appear in arrb.
intKeyOrValue - Static variable in class org.hsqldb.store.BaseHashMap
 
intKeyTable - Variable in class org.hsqldb.store.BaseHashMap
 
intValueTable - Variable in class org.hsqldb.store.BaseHashMap
 
isAfterLast() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAllQuoted - Variable in class org.hsqldb.TextCache
 
isAutoCommit() - Method in class org.hsqldb.HSQLClientConnection
 
isAutoCommit() - Method in class org.hsqldb.Session
Getter for autoCommit attribute.
isAutoCommit() - Method in interface org.hsqldb.SessionInterface
 
isAutoIncrement() - Method in class org.hsqldb.DITypeInfo
Retrieves whether the type is an IDENTITY type.
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, thus read-only.
isBeforeFirst() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isCached - Variable in class org.hsqldb.Table
 
isCancelled(Object) - Static method in class org.hsqldb.lib.HsqlTimer
Retreives whether the specified argument references a cancelled task.
isCaseSensitive() - Method in class org.hsqldb.DITypeInfo
Retrieves whether the type is case-sensitive in collations and comparisons.
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.
isClosed() - Method in class org.hsqldb.HSQLClientConnection
 
isClosed() - Method in class org.hsqldb.Session
Retrieves whether this Session is closed.
isClosed() - Method in interface org.hsqldb.SessionInterface
 
isClosed() - Method in class org.hsqldb.jdbc.jdbcConnection
Tests to see if a Connection is closed.
isColStClsSupported() - Method in class org.hsqldb.DITypeInfo
Retrieves whether, under the current release, class path and hosting JVM, HSQLDB supports storing this type in table columns.
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.
isDataReadOnly() - Method in class org.hsqldb.Table
 
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.
isDescDataSource() - Method in class org.hsqldb.Table
 
isEmpty() - Method in class org.hsqldb.HsqlProperties
 
isEmpty() - Method in class org.hsqldb.Result
 
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.HsqlList
 
isEmpty() - Method in interface org.hsqldb.lib.Set
 
isEmpty(String) - Static method in class org.hsqldb.lib.StringUtil
Checks if text is empty (characters <= space)
isEmpty() - Method in class org.hsqldb.store.BaseHashMap
 
isFilesInJar() - Method in class org.hsqldb.Database
 
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
Retreives whether the specified argument references a task scheduled periodically using fixed delay scheduling.
isFixedPrecisionScale() - Method in class org.hsqldb.DITypeInfo
Retrieves whether values of this type have a fixed precision and scale.
isFixedRate(Object) - Static method in class org.hsqldb.lib.HsqlTimer
Retreives whether the specified argument references a task scheduled periodically using fixed rate scheduling.
isFull() - Method in class org.hsqldb.lib.HsqlArrayHeap
 
isFull() - Method in interface org.hsqldb.lib.HsqlHeap
Retrieves whether this Heap is full.
isIdentity - Variable in class org.hsqldb.Result.ResultMetaData
 
isIndexingSource - Variable in class org.hsqldb.TextCache
 
isLabelQuoted - Variable in class org.hsqldb.Result.ResultMetaData
 
isLast() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isLocked() - Method in class org.hsqldb.LockFile
Retrieves whether this object has successfully obtained and is still currently holding (has not yet released) a cooperative lock condition on its lock file.
isLocked(String) - Static method in class org.hsqldb.LockFile
Retrieves whether there is potentially already a cooperative lock, operating system lock or some other situation preventing a cooperative lock condition from being aquired, relative to the specified path.
isNetConn - Variable in class org.hsqldb.jdbc.jdbcConnection
Is this connection to a network server instance.
isNoSystemExit() - Method in class org.hsqldb.Server
Retrieves whether this server calls System.exit() when shutdown.
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
Retreives whether the specified argument references a task scheduled for periodic execution.
isPrimaryKey() - Method in class org.hsqldb.Column
Is this single column primary key of the table.
isPropertyTrue(String) - Method in class org.hsqldb.HsqlProperties
 
isPropertyTrue(String, boolean) - Method in class org.hsqldb.HsqlProperties
 
isQuoted - Variable in class org.hsqldb.TextCache
 
isReadOnly() - Method in class org.hsqldb.HSQLClientConnection
 
isReadOnly() - Method in class org.hsqldb.Session
Getter for readonly attribute.
isReadOnly() - Method in interface org.hsqldb.SessionInterface
 
isReadOnly - Variable in class org.hsqldb.Table
 
isReadOnly() - Method in class org.hsqldb.Table
 
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
Tests to see if the connection 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.
isReadOnlyConnection(Connection) - Static method in class org.hsqldb.Library
Retrieves whether this connection is in read-only mode.
isReadOnlyDatabase(Connection) - Static method in class org.hsqldb.Library
Retrieves whether this database is in read-only mode.
isReadOnlyDatabaseFiles(Connection) - Static method in class org.hsqldb.Library
Retrieves whether the files of this database are in read-only mode.
isRestartOnShutdown() - Method in class org.hsqldb.Server
Retrieves whether this server restarts on shutdown.
isRowCount - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
Whether this statement generates only a single row update count in response to execution.
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.HsqlSocketFactory
Retrieves whether this factory produces secure sockets.
isSecure() - Method in class org.hsqldb.HsqlSocketFactorySecure
Retrieves whether this factory produces secure sockets.
isShutdown - Variable in class org.hsqldb.lib.HsqlTaskQueue
true if thread should shut down after processing current task.
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
Retrieves whether silent mode operation was requested in the server properties.
isStdMapClsSupported() - Method in class org.hsqldb.DITypeInfo
Retrieve whether the fully qualified name reported by getStdMapClsName() is supported as a jdbcResultSet.getXXX return type under the current HSQLDB release, class path and hosting JVM.
isSupportedAsPCol() - Method in class org.hsqldb.DITypeInfo
Retrieves whether, under the current release, class path and hosting JVM, HSQLDB supports passing or receiving this type as the value of a procedure column.
isSupportedAsTCol() - Method in class org.hsqldb.DITypeInfo
Retrieves whether, under the current release, class path and hosting JVM, HSQLDB supports this as the type of a table column.
isTemp - Variable in class org.hsqldb.Table
 
isTemp() - Method in class org.hsqldb.Table
 
isText() - Method in class org.hsqldb.Table
 
isTls() - Method in class org.hsqldb.Server
Retreives whether the use of secure sockets was requested in the server properties.
isTrace() - Method in class org.hsqldb.Server
Retrieves whether JDBC trace messages are to go to System.out or the DriverManger PrintStream/PrintWriter, if any.
isUnsignedAttribute() - Method in class org.hsqldb.DITypeInfo
Retrieves whether values of this type are unsigned.
isValid() - Method in class org.hsqldb.LockFile
Retrieves whether this object holds a valid lock on its lock file.
isWritable - Variable in class org.hsqldb.Result.ResultMetaData
 
isWritable - Variable in class org.hsqldb.jdbc.jdbcColumnMetaData
Whether it is possible for a write on the column to succeed.
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
Method declaration
iterator() - Method in class org.hsqldb.BaseTable
 
iterator() - Method in class org.hsqldb.Result
 
iterator() - Method in interface org.hsqldb.lib.Collection
 
iterator() - Method in class org.hsqldb.lib.HashSet
 
iterator() - Method in interface org.hsqldb.lib.HsqlList
 
iterator() - Method in interface org.hsqldb.lib.Set
 

J

JAVA_OBJECT - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
JDBC_NULL_STREAM - Static variable in class org.hsqldb.Trace
 
JDBC_RESULTSET_IS_CLOSED - Static variable in class org.hsqldb.Trace
 
JDBC_STATEMENT_NOT_RESULTSET - Static variable in class org.hsqldb.Trace
 
JDBC_STATEMENT_NOT_ROW_COUNT - Static variable in class org.hsqldb.Trace
 
JavaObject - class org.hsqldb.JavaObject.
Representation of an instance of OTHER field data.
JavaObject(byte[]) - Constructor for class org.hsqldb.JavaObject
This constructor is used inside the engine when an already serialized Object is read from a file (.log, .script, .data or text table source).
JavaObject(Object, boolean) - Constructor for class org.hsqldb.JavaObject
This constructor is from classes implementing the JDBC interfaces.
javaSystem - class org.hsqldb.lib.java.javaSystem.
Handles the differences between JDK 1.1.x and 1.2.x and above JDBC 2 methods can now be called from JDK 1.1.x - see javadoc comments for org.hsqldb.jdbcXXXX classes.
javaSystem() - Constructor for class org.hsqldb.lib.java.javaSystem
 
jdbcBlob - class org.hsqldb.jdbc.jdbcBlob.
 
jdbcBlob(byte[]) - Constructor for class org.hsqldb.jdbc.jdbcBlob
 
jdbcCallableStatement - class org.hsqldb.jdbc.jdbcCallableStatement.
The interface used to execute SQL stored procedures.
jdbcCallableStatement(jdbcConnection, String, int) - Constructor for class org.hsqldb.jdbc.jdbcCallableStatement
Creates a new instance of jdbcCallableStatement
jdbcClob - class org.hsqldb.jdbc.jdbcClob.
Provides methods for getting the length of an SQL CLOB (Character Large Object) value, for materializing a CLOB value on the client, and for searching for a substring or CLOB object within a CLOB value.
jdbcClob(String) - Constructor for class org.hsqldb.jdbc.jdbcClob
 
jdbcColumnMetaData - class org.hsqldb.jdbc.jdbcColumnMetaData.
Provides a site for holding the ResultSetMetaData for individual ResultSet columns.
jdbcColumnMetaData() - Constructor for class org.hsqldb.jdbc.jdbcColumnMetaData
 
jdbcCompliant() - Method in class org.hsqldb.jdbcDriver
Reports whether this driver is a genuine JDBC COMPLIANTTM driver.
jdbcConnection - class org.hsqldb.jdbc.jdbcConnection.
A connection (session) with a specific database.
jdbcConnection(HsqlProperties) - Constructor for class org.hsqldb.jdbc.jdbcConnection
Constructs a new external Connection to an HSQLDB Database.
jdbcConnection(Session) - Constructor for class org.hsqldb.jdbc.jdbcConnection
Constructs an INTERNAL Connection, using the specified Session.
jdbcConnection_nativeSQL - Static variable in class org.hsqldb.Trace
 
jdbcDataSource - class org.hsqldb.jdbc.jdbcDataSource.
A factory for connections to the physical data source that this DataSource object represents.
jdbcDataSource() - Constructor for class org.hsqldb.jdbc.jdbcDataSource
Constructor
jdbcDataSourceFactory - class org.hsqldb.jdbc.jdbcDataSourceFactory.
 
jdbcDataSourceFactory() - Constructor for class org.hsqldb.jdbc.jdbcDataSourceFactory
 
jdbcDatabaseMetaData - class org.hsqldb.jdbc.jdbcDatabaseMetaData.
Comprehensive information about the database as a whole.
jdbcDatabaseMetaData_getBestRowIdentifier - Static variable in class org.hsqldb.Trace
 
jdbcDriver - class org.hsqldb.jdbcDriver.
Each JDBC driver must supply a class that implements the Driver interface.
jdbcDriver() - Constructor for class org.hsqldb.jdbcDriver
 
jdbcParameterMetaData - class org.hsqldb.jdbc.jdbcParameterMetaData.
An object that can be used to get information about the types and properties of the parameters in a PreparedStatement object.
jdbcPreparedStatement - class org.hsqldb.jdbc.jdbcPreparedStatement.
An object that represents a precompiled SQL statement.
jdbcPreparedStatement_setCharacterStream - Static variable in class org.hsqldb.Trace
 
jdbcPreparedStatement_setClob - Static variable in class org.hsqldb.Trace
 
jdbcResultSet - class org.hsqldb.jdbc.jdbcResultSet.
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
jdbcResultSetMetaData - class org.hsqldb.jdbc.jdbcResultSetMetaData.
An object that can be used to get information about the types and properties of the columns in a ResultSet object.
jdbcResultSetMetaData_jdbcResultSetMetaData - Static variable in class org.hsqldb.Trace
 
jdbcResultSetMetaData_jdbcResultSetMetaData_2 - Static variable in class org.hsqldb.Trace
 
jdbcResultSetMetaData_jdbcResultSetMetaData_3 - Static variable in class org.hsqldb.Trace
 
jdbcSavepoint - class org.hsqldb.jdbc.jdbcSavepoint.
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
jdbcStatement - class org.hsqldb.jdbc.jdbcStatement.
The object used for executing a static SQL statement and returning the results it produces.
jdbcStatement_executeUpdate - Static variable in class org.hsqldb.Trace
 
jdbcUtil - class org.hsqldb.jdbc.jdbcUtil.
 
jdbcUtil() - Constructor for class org.hsqldb.jdbc.jdbcUtil
 

K

KEYSTORE_PROBLEM - Static variable in class org.hsqldb.Trace
 
keyPressed(KeyEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
keyPressed(KeyEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 
keyReleased(KeyEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
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.IntKeyIntValueHashMap
 
keySet() - Method in class org.hsqldb.lib.IntValueHashMap
 
keyTyped(KeyEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
keyTyped(KeyEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 

L

LABEL_REQUIRED - Static variable in class org.hsqldb.Trace
 
LIST_SCRIPT_FORMATS - Static variable in class org.hsqldb.scriptio.ScriptWriterBase
 
LONGVARBINARY - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARBINARY.
LONGVARCHAR - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARCHAR.
Library - class org.hsqldb.Library.
Provides the HSQLDB implementation of standard Open Group SQL CLI Extended Scalar Functions and other public HSQLDB SQL functions.
Library() - Constructor for class org.hsqldb.Library
 
LockFile - class org.hsqldb.LockFile.
The base HSQLDB cooperative file locking implementation and factory.
LockFile() - Constructor for class org.hsqldb.LockFile
 
LockFile.HeartbeatRunner - class org.hsqldb.LockFile.HeartbeatRunner.
For internal use only.
LockFile.HeartbeatRunner() - Constructor for class org.hsqldb.LockFile.HeartbeatRunner
 
LockFile_checkHeartbeat - Static variable in class org.hsqldb.Trace
 
LockFile_checkHeartbeat2 - Static variable in class org.hsqldb.Trace
 
Logger_checkFilesInJar - Static variable in class org.hsqldb.Trace
 
Logger_checkFilesInJar1 - Static variable in class org.hsqldb.Trace
 
Logger_checkFilesInJar2 - Static variable in class org.hsqldb.Trace
 
last() - Method in class org.hsqldb.jdbc.jdbcResultSet
Moves the cursor to the last row in this ResultSet object.
lcase(String) - Static method in class org.hsqldb.Library
Returns a copy of the given String, with all upper case characters converted to lower case.
left(String, int) - Static method in class org.hsqldb.Library
Returns the leftmost count characters from the given String.
length(String) - Static method in class org.hsqldb.Library
Returns the number of characters in the given String.
length() - Method in class org.hsqldb.jdbc.jdbcBlob
Returns the length of the blob data
length() - Method in class org.hsqldb.jdbc.jdbcClob
Retrieves the number of characters in the CLOB value designated by this Clob object.
line - Variable in class org.hsqldb.rowio.RowInputText
 
listLocalInetAddressNames() - Static method in class org.hsqldb.Server
Retrieves a list of Strings naming the distinct, known to be valid local InetAddress names for this machine.
load() - Method in class org.hsqldb.HsqlProperties
 
locate(String, String, Integer) - Static method in class org.hsqldb.Library
Returns the starting position of the first occurrence of the given search String object within the given String object, s.
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.
lockImpl() - Method in class org.hsqldb.LockFile
Provides any specialized locking actions for the tryLock() method.
locked - Variable in class org.hsqldb.LockFile
Indicates whether this object has a lock condition on its lock file.
log10(double) - Static method in class org.hsqldb.Library
Returns the base 10 logarithm of the given double value.
longKeyOrValue - Static variable in class org.hsqldb.store.BaseHashMap
 
longKeyTable - Variable in class org.hsqldb.store.BaseHashMap
 
longValueTable - Variable in class org.hsqldb.store.BaseHashMap
 
longvarSep - Variable in class org.hsqldb.rowio.RowOutputText
 
ltrim(String) - Static method in class org.hsqldb.Library
Returns the characters of the given String, with the leading spaces removed.

M

MAGIC - Static variable in class org.hsqldb.LockFile
A magic value to place at the beginning of the lock file to differentiate it from other files.
MAJOR - Static variable in class org.hsqldb.jdbc.jdbcUtil
 
MAX_DISPLAY_SIZE - Static variable in class org.hsqldb.jdbc.jdbcResultSetMetaData
The maximum value that this object returns in response to calling getColumnDisplaySize().
MAX_SCAN - Static variable in class org.hsqldb.jdbc.jdbcResultSetMetaData
The maximum number of rows in this object's parent ResultSet that will be scanned to calculate an approximation of getColumnDisplaySize(), when the value is not to be determined statically from the known maximum length or precision of the column's data type.
MD5 - class org.hsqldb.lib.MD5.
Provides a static utility interface to an MD5 digest algorithm obtained through the java.security.MessageDigest spi.
MD5() - Constructor for class org.hsqldb.lib.MD5
 
MEMORY_TABLE - Static variable in class org.hsqldb.Table
 
MINOR - Static variable in class org.hsqldb.jdbc.jdbcUtil
 
MIN_DISPLAY_SIZE - Static variable in class org.hsqldb.jdbc.jdbcResultSetMetaData
The minimum value that this object returns in response to calling getColumnDisplaySize().
MISSING_SOFTWARE_MODULE - Static variable in class org.hsqldb.Trace
 
MISSING_TLS_METHOD - Static variable in class org.hsqldb.Trace
 
MODE_DELETE - Static variable in class org.hsqldb.rowio.RowOutputTextLog
 
MODE_INSERT - Static variable in class org.hsqldb.rowio.RowOutputTextLog
 
MULTI - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsulates multiple Result objects.
Message_Pair - Static variable in class org.hsqldb.Trace
 
main(String[]) - Static method in class org.hsqldb.HsqlProperties
 
main(String[]) - Static method in class org.hsqldb.Server
Creates and starts a new Server.
main(String[]) - Static method in class org.hsqldb.WebServer
Starts a new WebServer.
main(String[]) - Static method in class org.hsqldb.util.CodeSwitcher
Method declaration
main(String[]) - Static method in class org.hsqldb.util.DatabaseManager
Method declaration
main(String[]) - Static method in class org.hsqldb.util.DatabaseManagerSwing
 
main(String[]) - Static method in class org.hsqldb.util.EchoProperty
Validates user-supplied args, prints value of the system property if possible, exits with appropriate return value
main(String[]) - Static method in class org.hsqldb.util.QueryTool
Method declaration
main(String[]) - Static method in class org.hsqldb.util.ScriptTool
Main method
main(String[]) - Static method in class org.hsqldb.util.ShutdownServer
 
main(String[]) - Static method in class org.hsqldb.util.SqlTool
Connect to a JDBC Database and execute the commands given on stdin or in SQL file(s).
main(String[]) - Static method in class org.hsqldb.util.Transfer
Method declaration
makeRow(int, Table) - Method in class org.hsqldb.DataFileCache
Constructs a new Row for the specified table, using row data read at the specified position (pos) in this object's database file.
makeRow(int, Table) - Method in class org.hsqldb.TextCache
 
makeSystemId - Variable in class org.hsqldb.rowio.RowInputBase
 
mark - Variable in class org.hsqldb.lib.HsqlByteArrayInputStream
 
mark(int) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
mark() - Method in class org.hsqldb.lib.StopWatch
 
markSupported() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
maxRows - Variable in class org.hsqldb.jdbc.jdbcStatement
The maximum number of rows to generate when executing this statement.
memoryRecords - Static variable in class org.hsqldb.Record
 
metaData - Variable in class org.hsqldb.Result
 
minute(Time) - Static method in class org.hsqldb.Library
Returns the minute from the given time value, as integer value in the range of 0-59.
mod(int, int) - Static method in class org.hsqldb.Library
Returns the remainder (modulus) of the first given integer divided by the second.
month(Date) - Static method in class org.hsqldb.Library
Returns the month from the given date value, as an integer value in the range of 1-12.
monthname(Date) - Static method in class org.hsqldb.Library
Returns a character string containing the name of month (January, February, March, April, May, June, July, August, September, October, November, December) for the month portion of the given date value.
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.

N

NEED_AGGREGATE - Static variable in class org.hsqldb.Trace
 
NL - Static variable in class org.hsqldb.TextCache
 
NOT_A_TABLE - Static variable in class org.hsqldb.Trace
 
NOT_A_VIEW - Static variable in class org.hsqldb.Trace
 
NOT_IN_AGGREGATE_OR_GROUP_BY - Static variable in class org.hsqldb.Trace
 
NO_CLASSLOADER_FOR_TLS - Static variable in class org.hsqldb.Trace
 
NO_DATA_IS_AVAILABLE - Static variable in class org.hsqldb.Trace
 
NO_JSSE - Static variable in class org.hsqldb.Trace
 
NO_PRINCIPAL - Static variable in class org.hsqldb.Trace
 
NO_PURGE - Static variable in class org.hsqldb.store.BaseHashMap
 
NO_SSLSOCKETFACTORY_METHOD - Static variable in class org.hsqldb.Trace
 
NO_TLS_DATA - Static variable in class org.hsqldb.Trace
 
NO_VALUE_FOR_KEY - Static variable in class org.hsqldb.HsqlProperties
 
NULL - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NULL.
NULL_IN_VALUE_LIST - Static variable in class org.hsqldb.Trace
 
NUMBER_OF_ERROR_MESSAGES - Static variable in class org.hsqldb.Trace
Used during tests.
NUMERIC - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NUMERIC.
NUMERIC_VALUE_OUT_OF_RANGE - Static variable in class org.hsqldb.Trace
 
NumberSequence - class org.hsqldb.NumberSequence.
Maintains a sequence of numbers.
NumberSequence(HsqlNameManager.HsqlName, long, long, int) - Constructor for class org.hsqldb.NumberSequence
constructor with initial value and increment;
nativeSQL(String) - Method in class org.hsqldb.jdbc.jdbcConnection
Converts the given SQL statement into the system's native SQL grammar.
newFreeStmtRequest(int) - Static method in class org.hsqldb.Result
 
newLockFile(String) - Static method in class org.hsqldb.LockFile
Retrieves a LockFile instance, initialized with a File object whose path is the one specified by the path argument.
newReleaseSavepointRequest(String) - Static method in class org.hsqldb.Result
 
newRollbackToSavepointRequest(String) - Static method in class org.hsqldb.Result
 
newRowInput(int) - Static method in class org.hsqldb.rowio.RowInputBase
 
newRowOutput(int) - Static method in class org.hsqldb.rowio.RowOutputBase
 
newScriptReader(Database, String, int) - Static method in class org.hsqldb.scriptio.ScriptReaderBase
 
newScriptWriter(Database, String, boolean, boolean, int) - Static method in class org.hsqldb.scriptio.ScriptWriterBase
 
newSession(String, String, String, String, boolean, HsqlProperties) - Static method in class org.hsqldb.DatabaseManager
Used by in-process connections and by Servlet
newSession(Database, User, boolean) - Method in class org.hsqldb.SessionManager
Binds the specified Session object into this SessionManager's active Session registry.
newSetSavepointRequest(String) - Static method in class org.hsqldb.Result
 
newThread(Runnable) - Method in interface org.hsqldb.lib.ThreadFactory
 
next - Variable in class org.hsqldb.Record
 
next() - Method in class org.hsqldb.jdbc.jdbcResultSet
Moves the cursor down one row from its current position.
next() - Method in interface org.hsqldb.lib.Iterator
 
next() - Method in class org.hsqldb.lib.WrapperIterator
Returns the next element.
next - Variable in class org.hsqldb.rowio.RowInputText
 
next() - Method in class org.hsqldb.store.BaseHashMap.BaseHashIterator
 
nextInt() - Method in interface org.hsqldb.lib.Iterator
 
nextInt() - Method in class org.hsqldb.lib.WrapperIterator
 
nextInt() - Method in class org.hsqldb.store.BaseHashMap.BaseHashIterator
 
nextLong() - Method in interface org.hsqldb.lib.Iterator
 
nextLong() - Method in class org.hsqldb.lib.WrapperIterator
 
nextLong() - Method in class org.hsqldb.store.BaseHashMap.BaseHashIterator
 
nextPos - Variable in class org.hsqldb.rowio.RowInputBase
 
nextTask() - Method in class org.hsqldb.lib.HsqlTimer
Retrieves the next task to execute, or null if the background thread is interrupted.
noKeyOrValue - Static variable in class org.hsqldb.store.BaseHashMap
 
now() - Static method in class org.hsqldb.Library
Returns the current date and time as a timestamp value.
nullPlusNonNullIsNull() - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.
nullability - Variable in class org.hsqldb.Result.ResultMetaData
 
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

OPERATION_NOT_SUPPORTED - Static variable in class org.hsqldb.Trace
 
ORDER_BY_POSITION - Static variable in class org.hsqldb.Trace
 
OTHER - Static variable in class org.hsqldb.Types
The constant in the Java programming language that indicates that the SQL type is database-specific and gets mapped to a Java object that can be accessed via the methods getObject and setObject.
OUTER_JOIN_CONDITION - Static variable in class org.hsqldb.Trace
 
OUT_OF_MEMORY - Static variable in class org.hsqldb.Trace
 
ObjectComparator - interface org.hsqldb.lib.ObjectComparator.
 
objectKeyOrValue - Static variable in class org.hsqldb.store.BaseHashMap
 
objectKeyTable - Variable in class org.hsqldb.store.BaseHashMap
 
objectValueTable - Variable in class org.hsqldb.store.BaseHashMap
 
oc - Variable in class org.hsqldb.lib.HsqlArrayHeap
 
octetLength(String) - Static method in class org.hsqldb.Library
Returns the number of bytes in the given String.
openConnection(String, int, boolean) - Method in class org.hsqldb.HSQLClientConnection
 
openFile() - Method in class org.hsqldb.scriptio.ScriptReaderBase
 
openFile() - Method in class org.hsqldb.scriptio.ScriptReaderText
openFile
openFile() - Method in class org.hsqldb.scriptio.ScriptWriterBase
File is opened in append mode although in current usage the file never pre-exists
openFile() - Method in class org.hsqldb.scriptio.ScriptWriterText
File is opened in append mode although in current usage the file never pre-exists
org.hsqldb - package org.hsqldb
 
org.hsqldb.jdbc - package org.hsqldb.jdbc
 
org.hsqldb.lib - package org.hsqldb.lib
 
org.hsqldb.lib.java - package org.hsqldb.lib.java
 
org.hsqldb.resources - package org.hsqldb.resources
 
org.hsqldb.rowio - package org.hsqldb.rowio
 
org.hsqldb.scriptio - package org.hsqldb.scriptio
 
org.hsqldb.store - package org.hsqldb.store
 
org.hsqldb.util - package org.hsqldb.util
 
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.
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.
ownerSessionId - Variable in class org.hsqldb.Table
 

P

PARAMETRIC_TABLE_NAME - Static variable in class org.hsqldb.Trace
 
PARAM_IN - Static variable in class org.hsqldb.Expression
 
PARAM_IN_OUT - Static variable in class org.hsqldb.Expression
 
PARAM_META_DATA - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsulates a result set response containing parameter metadata.
PARAM_OUT - Static variable in class org.hsqldb.Expression
 
PREPARE_ACK - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsulates a response that communicates the acknowlegement of newly allocated CompiledStatement object in the form of its statementID.
PRODUCT - Static variable in class org.hsqldb.jdbc.jdbcUtil
 
PURGE_ALL - Static variable in class org.hsqldb.store.BaseHashMap
 
PURGE_HALF - Static variable in class org.hsqldb.store.BaseHashMap
 
PURGE_QUARTER - Static variable in class org.hsqldb.store.BaseHashMap
 
Parser_ambiguous_between1 - Static variable in class org.hsqldb.Trace
 
Parser_ambiguous_between2 - Static variable in class org.hsqldb.Trace
 
Parser_parseLimit1 - Static variable in class org.hsqldb.Trace
 
Parser_parseLimit2 - Static variable in class org.hsqldb.Trace
 
paramMode - Variable in class org.hsqldb.Result.ResultMetaData
 
parameterModes - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
The (IN, IN OUT, or OUT) modes of parameters
parameterTypes - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
The SQL types of the parameters.
parameterValues - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
The parameter values for the next non-batch execution.
peek() - Method in class org.hsqldb.NumberSequence
get next value without incrementing
peek() - Method in class org.hsqldb.lib.HsqlArrayHeap
 
peek() - Method in interface org.hsqldb.lib.HsqlHeap
Retrieves the least element from this Heap, without removing it.
pi() - Static method in class org.hsqldb.Library
Returns the constant value, pi.
pmd - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
This object's one and only ParameterMetaData object.
pmdDescriptor - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
Description of parameter metadata.
pos - Variable in class org.hsqldb.lib.HsqlByteArrayInputStream
 
position(String, String) - Static method in class org.hsqldb.Library
As locate but from start positionl
position(Blob, long) - Method in class org.hsqldb.jdbc.jdbcBlob
 
position(byte[], long) - Method in class org.hsqldb.jdbc.jdbcBlob
 
position(String, long) - Method in class org.hsqldb.jdbc.jdbcClob
Retrieves the character position at which the specified substring searchstr appears in the SQL CLOB value represented by this Clob object.
position(Clob, long) - Method in class org.hsqldb.jdbc.jdbcClob
Retrieves the character position at which the specified Clob object searchstr appears in this Clob object.
precision - Variable in class org.hsqldb.jdbc.jdbcColumnMetaData
The column's value's number of decimal digits.
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 generate ResultSet 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 generate ResultSet 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, int) - Method in class org.hsqldb.jdbc.jdbcConnection
Creates a PreparedStatement object that will generate ResultSet 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 generate ResultSet objects with the given type, concurrency, and holdability.
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, 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.
previous() - Method in class org.hsqldb.jdbc.jdbcResultSet
Moves the cursor to the previous row in this ResultSet object.
print(String) - Method in class org.hsqldb.Server
Prints the specified message, s, formatted to identify that the print operation is against this server instance.
printError(String) - Method in class org.hsqldb.Server
Prints an error message to this Server object's errWriter.
printHelp(String) - Static method in class org.hsqldb.Server
Prints message for the specified key, without any special formatting.
printStackTrace(Throwable) - Method in class org.hsqldb.Server
Prints the stack trace of the Throwable, t, to this Server object's errWriter.
printSystemOut(String) - Static method in class org.hsqldb.Trace
Used to print messages to System.out
printSystemOut(String, long) - Static method in class org.hsqldb.Trace
Used to print messages to System.out
printWithThread(String) - Method in class org.hsqldb.Server
Prints a message formatted similarly to print(String), additionally identifying the current (calling) thread.
propertyNames() - Method in class org.hsqldb.HsqlProperties
 
purgePolicy - Variable in class org.hsqldb.store.BaseHashMap
 
put(Object, Object) - Method in class org.hsqldb.lib.HashMap
 
put(Object, Object) - Method in class org.hsqldb.lib.HashMappedList
 
put(int, Object) - Method in class org.hsqldb.lib.IntKeyHashMap
 
put(int, int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
 
put(Object, int) - Method in class org.hsqldb.lib.IntValueHashMap
 
putAll(HashMap) - Method in class org.hsqldb.lib.HashMap
 
putPair(int, int, int) - Method in class org.hsqldb.lib.DoubleIntTable
Puts a key, value pair into the table at a given index.
putPropertiesFromFile(String) - Method in class org.hsqldb.Server
Attempts to put properties from the file with the specified path.
putPropertiesFromString(String) - Method in class org.hsqldb.Server
Puts properties from the supplied string argument.
putSingle(int, int, int) - Method in class org.hsqldb.lib.DoubleIntTable
Puts a single value into the table.

Q

QUOTED_IDENTIFIER_REQUIRED - Static variable in class org.hsqldb.Trace
 
QueryTool - class org.hsqldb.util.QueryTool.
Class declaration
QueryTool() - Constructor for class org.hsqldb.util.QueryTool
 
QuotedTextDatabaseRowInput_getField - Static variable in class org.hsqldb.Trace
 
QuotedTextDatabaseRowInput_getField2 - Static variable in class org.hsqldb.Trace
 
QuotedTextDatabaseRowOutput_checkConvertString - Static variable in class org.hsqldb.Trace
 
quarter(Date) - Static method in class org.hsqldb.Library
Returns the quarter of the year in the given date value, as an integer value in the range of 1-4.
queue - Variable in class org.hsqldb.lib.HsqlTaskQueue
 

R

REAL - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.
REF - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
RESULTSET_FORWARD_ONLY - Static variable in class org.hsqldb.Trace
 
REVISION - Static variable in class org.hsqldb.jdbc.jdbcUtil
 
ROLLBACK - Static variable in interface org.hsqldb.ResultConstants
 
Record - class org.hsqldb.Record.
Record class declaration
Result - class org.hsqldb.Result.
Class declaration
Result(int) - Constructor for class org.hsqldb.Result
General constructor
Result(int, int[], int) - Constructor for class org.hsqldb.Result
For BATCHEXECUTE and BATCHEXECDIRECT
Result(Throwable, String) - Constructor for class org.hsqldb.Result
 
Result.ResultMetaData - class org.hsqldb.Result.ResultMetaData.
 
ResultConstants - interface org.hsqldb.ResultConstants.
An enumeration of the request and response mode values used to communicate between the client and the engine when sending Result objects back and forth.
Result_Result - Static variable in class org.hsqldb.Trace
 
RowInputBase - class org.hsqldb.rowio.RowInputBase.
Base class for reading the data for a database row in different formats.
RowInputBase() - Constructor for class org.hsqldb.rowio.RowInputBase
 
RowInputBase(byte[]) - Constructor for class org.hsqldb.rowio.RowInputBase
Constructor takes a complete row
RowInputBinary - class org.hsqldb.rowio.RowInputBinary.
Provides methods for reading the data for a row from a byte array.
RowInputBinary() - Constructor for class org.hsqldb.rowio.RowInputBinary
 
RowInputBinary(byte[]) - Constructor for class org.hsqldb.rowio.RowInputBinary
 
RowInputBinary(RowOutputBinary) - Constructor for class org.hsqldb.rowio.RowInputBinary
uses the byte[] buffer from out.
RowInputInterface - interface org.hsqldb.rowio.RowInputInterface.
Public interface for reading the data for a database row.
RowInputLegacy - class org.hsqldb.rowio.RowInputLegacy.
Provides methods for reading the data for a row from a byte array.
RowInputLegacy() - Constructor for class org.hsqldb.rowio.RowInputLegacy
 
RowInputText - class org.hsqldb.rowio.RowInputText.
Class for reading the data for a database row in text table format.
RowInputText(String, String, String, boolean) - Constructor for class org.hsqldb.rowio.RowInputText
fredt@users - comment - in future may use a custom subclasse of InputStream to read the data.
RowInputTextQuoted - class org.hsqldb.rowio.RowInputTextQuoted.
Fields in the source file need not be quoted.
RowInputTextQuoted(String, String, String, boolean) - Constructor for class org.hsqldb.rowio.RowInputTextQuoted
 
RowOutputBase - class org.hsqldb.rowio.RowOutputBase.
Base class for writing the data for a database row in different formats.
RowOutputBase() - Constructor for class org.hsqldb.rowio.RowOutputBase
Constructor used for persistent storage of a Table row
RowOutputBase(int) - Constructor for class org.hsqldb.rowio.RowOutputBase
Constructor used for result sets
RowOutputBase(byte[]) - Constructor for class org.hsqldb.rowio.RowOutputBase
Constructor used for network transmission of result sets
RowOutputBinary - class org.hsqldb.rowio.RowOutputBinary.
Provides methods for writing the data for a row to a byte array.
RowOutputBinary() - Constructor for class org.hsqldb.rowio.RowOutputBinary
 
RowOutputBinary(int) - Constructor for class org.hsqldb.rowio.RowOutputBinary
 
RowOutputBinary(byte[]) - Constructor for class org.hsqldb.rowio.RowOutputBinary
Constructor used for network transmission of result sets
RowOutputInterface - interface org.hsqldb.rowio.RowOutputInterface.
Public interface for writing the data for a database row.
RowOutputLegacy - class org.hsqldb.rowio.RowOutputLegacy.
Provides methods for writing the data for a row to a byte array.
RowOutputLegacy() - Constructor for class org.hsqldb.rowio.RowOutputLegacy
Constructor used for persistent storage of a Table row
RowOutputText - class org.hsqldb.rowio.RowOutputText.
Class for writing the data for a database row in text table format.
RowOutputText(String, String, String, boolean) - Constructor for class org.hsqldb.rowio.RowOutputText
 
RowOutputText(String, String, String, boolean, String) - Constructor for class org.hsqldb.rowio.RowOutputText
 
RowOutputTextLog - class org.hsqldb.rowio.RowOutputTextLog.
 
RowOutputTextLog() - Constructor for class org.hsqldb.rowio.RowOutputTextLog
 
RowOutputTextQuoted - class org.hsqldb.rowio.RowOutputTextQuoted.
This class quotes strings only if they contain the quote character or the separator for the field.
RowOutputTextQuoted(String, String, String, boolean) - Constructor for class org.hsqldb.rowio.RowOutputTextQuoted
 
RowOutputTextQuoted(String, String, String, boolean, String) - Constructor for class org.hsqldb.rowio.RowOutputTextQuoted
 
rResult - Variable in class org.hsqldb.jdbc.jdbcResultSet
The internal representation.
rRoot - Variable in class org.hsqldb.Result
 
rTrimSize(String) - Static method in class org.hsqldb.lib.StringUtil
 
raf - Variable in class org.hsqldb.LockFile
A RandomAccessFile constructed from this object's reference, f, to its lock file.
rand(Integer) - Static method in class org.hsqldb.Library
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from a single, system-wide random number generator's sequence, optionally re-seeding (and thus resetting) the generator sequence.
rank(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.
rawToHex(String) - Static method in class org.hsqldb.Library
Converts a raw binary value, as represented by the given String, to the equivalent String of hexidecimal digit characters.
read() - Method in class org.hsqldb.HSQLClientConnection
 
read() - Method in class org.hsqldb.HTTPClientConnection
 
read(RowInputInterface, DataInputStream) - Static method in class org.hsqldb.Result
Convenience method for reading, shared by Server side.
read() - Method in class org.hsqldb.lib.AsciiStringInputStream
 
read() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
read(byte[], int, int) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
read() - Method in class org.hsqldb.lib.StringInputStream
 
readAll(Session) - Method in class org.hsqldb.scriptio.ScriptReaderBase
 
readBigint() - Method in class org.hsqldb.rowio.RowInputBase
 
readBigint() - Method in class org.hsqldb.rowio.RowInputBinary
 
readBigint() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readBigint() - Method in class org.hsqldb.rowio.RowInputText
 
readBinary(int) - Method in class org.hsqldb.rowio.RowInputBase
 
readBinary(int) - Method in class org.hsqldb.rowio.RowInputBinary
 
readBinary(int) - Method in class org.hsqldb.rowio.RowInputLegacy
 
readBinary(int) - Method in class org.hsqldb.rowio.RowInputText
 
readBit() - Method in class org.hsqldb.rowio.RowInputBase
 
readBit() - Method in class org.hsqldb.rowio.RowInputBinary
 
readBit() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readBit() - Method in class org.hsqldb.rowio.RowInputText
 
readBoolean() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
readByte() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
readByteArray() - Method in class org.hsqldb.rowio.RowInputBinary
 
readChar() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
readChar(int) - Method in class org.hsqldb.rowio.RowInputBase
 
readChar(int) - Method in class org.hsqldb.rowio.RowInputBinary
 
readChar(int) - Method in class org.hsqldb.rowio.RowInputLegacy
 
readChar(int) - Method in class org.hsqldb.rowio.RowInputText
 
readDDL(Session) - Method in class org.hsqldb.scriptio.ScriptReaderBase
 
readDDL(Session) - Method in class org.hsqldb.scriptio.ScriptReaderText
 
readData(int[]) - Method in class org.hsqldb.rowio.RowInputBase
reads row data from a stream using the JDBC types in colTypes
readData(int[]) - Method in interface org.hsqldb.rowio.RowInputInterface
 
readDate() - Method in class org.hsqldb.rowio.RowInputBase
 
readDate() - Method in class org.hsqldb.rowio.RowInputBinary
 
readDate() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readDate() - Method in class org.hsqldb.rowio.RowInputText
 
readDecimal() - Method in class org.hsqldb.rowio.RowInputBase
 
readDecimal() - Method in class org.hsqldb.rowio.RowInputBinary
 
readDecimal() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readDecimal() - Method in class org.hsqldb.rowio.RowInputText
 
readDouble() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
readExistingData(Session) - Method in class org.hsqldb.scriptio.ScriptReaderBase
 
readExistingData(Session) - Method in class org.hsqldb.scriptio.ScriptReaderText
 
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
 
readIntData() - Method in class org.hsqldb.rowio.RowInputBase
 
readIntData() - Method in class org.hsqldb.rowio.RowInputBinary
 
readIntData() - Method in interface org.hsqldb.rowio.RowInputInterface
 
readIntData() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readIntData() - Method in class org.hsqldb.rowio.RowInputText
 
readInteger() - Method in class org.hsqldb.rowio.RowInputBase
 
readInteger() - Method in class org.hsqldb.rowio.RowInputBinary
 
readInteger() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readInteger() - Method in class org.hsqldb.rowio.RowInputText
 
readLine() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
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.
readLine() - Method in class org.hsqldb.rowio.RowInputBase
 
readLoggedStatement() - Method in class org.hsqldb.scriptio.ScriptReaderBase
 
readLoggedStatement() - Method in class org.hsqldb.scriptio.ScriptReaderText
 
readLong() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
readOnly - Variable in class org.hsqldb.TextCache
 
readOther() - Method in class org.hsqldb.rowio.RowInputBase
 
readOther() - Method in class org.hsqldb.rowio.RowInputBinary
 
readOther() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readOther() - Method in class org.hsqldb.rowio.RowInputText
 
readReal(int) - Method in class org.hsqldb.rowio.RowInputBase
 
readReal(int) - Method in class org.hsqldb.rowio.RowInputBinary
 
readReal(int) - Method in class org.hsqldb.rowio.RowInputLegacy
 
readReal(int) - Method in class org.hsqldb.rowio.RowInputText
 
readShort() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
readSmallint() - Method in class org.hsqldb.rowio.RowInputBase
 
readSmallint() - Method in class org.hsqldb.rowio.RowInputBinary
 
readSmallint() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readSmallint() - Method in class org.hsqldb.rowio.RowInputText
 
readString() - Method in class org.hsqldb.rowio.RowInputBase
 
readString() - Method in class org.hsqldb.rowio.RowInputBinary
 
readString() - Method in interface org.hsqldb.rowio.RowInputInterface
 
readString() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readString() - Method in class org.hsqldb.rowio.RowInputText
 
readTime() - Method in class org.hsqldb.rowio.RowInputBase
 
readTime() - Method in class org.hsqldb.rowio.RowInputBinary
 
readTime() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readTime() - Method in class org.hsqldb.rowio.RowInputText
 
readTimestamp() - Method in class org.hsqldb.rowio.RowInputBase
 
readTimestamp() - Method in class org.hsqldb.rowio.RowInputBinary
 
readTimestamp() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readTimestamp() - Method in class org.hsqldb.rowio.RowInputText
 
readType() - Method in class org.hsqldb.rowio.RowInputBase
 
readType() - Method in class org.hsqldb.rowio.RowInputBinary
 
readType() - Method in interface org.hsqldb.rowio.RowInputInterface
 
readType() - Method in class org.hsqldb.rowio.RowInputLegacy
 
readType() - Method in class org.hsqldb.rowio.RowInputText
 
readUTF() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
readUTF(byte[], int, int) - Static method in class org.hsqldb.lib.StringConverter
 
readUnsignedByte() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
readUnsignedShort() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
refreshRow() - Method in class org.hsqldb.jdbc.jdbcResultSet
Refreshes the current row with its most recent value in the database.
refreshTree() - Method in class org.hsqldb.util.DatabaseManager
Method declaration
refreshTree() - Method in class org.hsqldb.util.DatabaseManagerSwing
 
registerOutParameter(int, int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, 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 type sqlType.
registerOutParameter(String, int, int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Registers the designated output parameter.
rehash(int) - Method in class org.hsqldb.store.BaseHashMap
rehash uses existing key and element arrays. key / value pairs are put back into the arrays from the top, removing any gaps. any redundant key / value pairs duplicated at the end of the array are then cleared.
relative(int) - Method in class org.hsqldb.jdbc.jdbcResultSet
Moves the cursor a relative number of rows, either positive or negative.
releaseImpl() - Method in class org.hsqldb.LockFile
Provides any specialized release actions for the tryRelease() method.
releaseSavepoint(Savepoint) - Method in class org.hsqldb.jdbc.jdbcConnection
Removes the given Savepoint object from the current transaction.
remove(Object) - Method in interface org.hsqldb.lib.Collection
 
remove(Object) - Method in class org.hsqldb.lib.HashMap
 
remove(Object) - Method in class org.hsqldb.lib.HashMappedList
 
remove(int) - Method in class org.hsqldb.lib.HashMappedList
 
remove(Object) - Method in class org.hsqldb.lib.HashSet
 
remove() - Method in class org.hsqldb.lib.HsqlArrayHeap
 
remove(int) - Method in class org.hsqldb.lib.HsqlArrayList
Removes and returns the element at given position
remove(Object) - Method in class org.hsqldb.lib.HsqlArrayList
 
remove(int) - 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(int) - Method in class org.hsqldb.lib.HsqlLinkedList
Removes and returns the element at index.
remove(int) - Method in interface org.hsqldb.lib.HsqlList
 
remove(int) - Method in class org.hsqldb.lib.IntKeyHashMap
 
remove(int) - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
 
remove(Object) - Method in class org.hsqldb.lib.IntValueHashMap
 
remove() - Method in interface org.hsqldb.lib.Iterator
 
remove(Object) - Method in interface org.hsqldb.lib.Set
 
remove() - Method in class org.hsqldb.lib.WrapperIterator
 
remove() - Method in class org.hsqldb.store.BaseHashMap.BaseHashIterator
 
removeFirst() - Method in class org.hsqldb.lib.HsqlDeque
 
removeLast() - Method in class org.hsqldb.lib.HsqlDeque
 
removeLookup(int) - Method in class org.hsqldb.store.BaseHashMap
 
removeObject(Object) - Method in class org.hsqldb.store.BaseHashMap
 
removeProperty(String) - Method in class org.hsqldb.HsqlProperties
 
removeRow(int) - Method in class org.hsqldb.store.BaseHashMap
row must already been freed of key / element
renameOverwrite(String, String) - Static method in class org.hsqldb.lib.FileUtil
Rename the file with oldname to newname.
repeat(String, Integer) - Static method in class org.hsqldb.Library
Returns a String composed of the given String, repeated count times.
replace(String, String, String) - Static method in class org.hsqldb.Library
Replaces all occurrences of replace in s with the String object: with
reset() - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
reset() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
reset(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
reset() - Method in class org.hsqldb.rowio.RowInputText
 
reset(int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
reset() - Method in interface org.hsqldb.rowio.RowOutputInterface
 
reset() - Method in class org.hsqldb.rowio.RowOutputTextLog
 
reset() - Method in class org.hsqldb.store.BaseHashMap
 
resetCapacity(int, int) - Method in class org.hsqldb.store.ValuePoolHashMap
 
resetPool(int[], int) - Static method in class org.hsqldb.store.ValuePool
 
resetPool() - Static method in class org.hsqldb.store.ValuePool
 
resetRow(int, int) - Method in class org.hsqldb.rowio.RowInputBase
Used to reset the row, ready for a new row to be written into the byte[] buffer by an external routine.
resetRow(int) - Method in class org.hsqldb.rowio.RowInputBinary
Used to reset the row, ready for Result data to be written into the byte[] buffer by an external routine.
resetRow(int, int) - Method in class org.hsqldb.rowio.RowInputBinary
Used to reset the row, ready for a new db row to be written into the byte[] buffer by an external routine.
resetRow(int, int) - Method in interface org.hsqldb.rowio.RowInputInterface
 
resetToDate(Calendar) - Static method in class org.hsqldb.HsqlDateTime
 
resetToTime(Calendar) - Static method in class org.hsqldb.HsqlDateTime
 
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.
resource - Variable in class org.hsqldb.HsqlProperties
 
restart() - Method in class org.hsqldb.lib.HsqlTaskQueue
 
restart() - Method in class org.hsqldb.lib.HsqlTimer
(Re)starts background processing of the task queue.
resultIn - Variable in class org.hsqldb.jdbc.jdbcStatement
The result of executing this statement.
resultOut - Variable in class org.hsqldb.jdbc.jdbcStatement
Used by this statement to communicate non-batched requests.
right(String, int) - Static method in class org.hsqldb.Library
Returns the rightmost count characters of the given String, s.
rollback() - Method in class org.hsqldb.HSQLClientConnection
 
rollback() - Method in class org.hsqldb.Session
Rolls back any uncommited transaction this Session may have open.
rollback() - Method in interface org.hsqldb.SessionInterface
 
rollback() - Method in class org.hsqldb.jdbc.jdbcConnection
Drops all changes made since the previous commit/rollback and releases any database locks currently held by this Connection.
rollback(Savepoint) - Method in class org.hsqldb.jdbc.jdbcConnection
Undoes all changes made after the given Savepoint object was set.
round(double, int) - Static method in class org.hsqldb.Library
Returns the given double value, rounded to the given int places right of the decimal point.
roundMagic(double) - Static method in class org.hsqldb.Library
Retrieves a magically rounded double value produced from the given double value.
rowDeleted() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves whether a row has been deleted.
rowIn - Variable in class org.hsqldb.HSQLClientConnection
 
rowIn - Variable in class org.hsqldb.TextCache
 
rowInserted() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves whether the current row has had an insertion.
rowOut - Variable in class org.hsqldb.HSQLClientConnection
 
rowUpdated() - Method in class org.hsqldb.jdbc.jdbcResultSet
Retrieves whether the current row has been updated.
rsType - Variable in class org.hsqldb.jdbc.jdbcStatement
The result set type obtained by executing this statement.
rsmd - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
This object's one and one ResultSetMetaData object.
rsmdDescriptor - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
Description of result set metadata.
rtrim(String) - Static method in class org.hsqldb.Library
Returns the characters of the given String, with trailing spaces removed.
run() - Method in class org.hsqldb.LockFile.HeartbeatRunner
 
run() - Method in class org.hsqldb.lib.HsqlTaskQueue.TaskRunner
 
run() - Method in class org.hsqldb.lib.HsqlTimer.TaskRunner
 
runScript(Database, String, int) - Static method in class org.hsqldb.ScriptRunner
This is used to read the *.log file and manage any necessary transaction rollback.

S

SAVEPOINT_NAME_RELEASE - Static variable in interface org.hsqldb.ResultConstants
 
SAVEPOINT_NAME_ROLLBACK - Static variable in interface org.hsqldb.ResultConstants
 
SAVEPOINT_NOT_FOUND - Static variable in class org.hsqldb.Trace
 
SCRIPT_BINARY_172 - Static variable in class org.hsqldb.scriptio.ScriptWriterBase
 
SCRIPT_TEXT_170 - Static variable in class org.hsqldb.scriptio.ScriptWriterBase
 
SCRIPT_ZIPPED_BINARY_172 - Static variable in class org.hsqldb.scriptio.ScriptWriterBase
 
SC_DATABASE_SHUTDOWN - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_ADDRESS - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_DATABASE - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_HSQLS_SERVER_PORT - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_HSQL_SERVER_PORT - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_HTTPS_SERVER_PORT - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_HTTP_SERVER_PORT - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_NO_SYSTEM_EXIT - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_SERVER_AUTORESTART - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_SILENT - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_TLS - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_TRACE - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_WEB_MIME - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_WEB_PAGE - Static variable in interface org.hsqldb.ServerConstants
 
SC_DEFAULT_WEB_ROOT - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_ADDRESS - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_AUTORESTART_SERVER - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_DATABASE - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_DBNAME - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_MAX_CONNECTIONS - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_NO_SYSTEM_EXIT - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_PORT - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_PREFIX - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_SILENT - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_TLS - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_TRACE - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_WEB_DEFAULT_PAGE - Static variable in interface org.hsqldb.ServerConstants
 
SC_KEY_WEB_ROOT - Static variable in interface org.hsqldb.ServerConstants
 
SC_PROTOCOL_HSQL - Static variable in interface org.hsqldb.ServerConstants
 
SC_PROTOCOL_HTTP - Static variable in interface org.hsqldb.ServerConstants
 
SECOND_PRIMARY_KEY - Static variable in class org.hsqldb.Trace
 
SELECT - Static variable in class org.hsqldb.Token
 
SEQUENCE_ALREADY_EXISTS - Static variable in class org.hsqldb.Trace
 
SEQUENCE_NOT_FOUND - Static variable in class org.hsqldb.Trace
 
SERIALIZATION_FAILURE - Static variable in class org.hsqldb.Trace
 
SERVER_NO_DATABASE - Static variable in class org.hsqldb.Trace
 
SERVER_STATE_CLOSING - Static variable in interface org.hsqldb.ServerConstants
 
SERVER_STATE_ONLINE - Static variable in interface org.hsqldb.ServerConstants
 
SERVER_STATE_OPENING - Static variable in interface org.hsqldb.ServerConstants
 
SERVER_STATE_SHUTDOWN - Static variable in interface org.hsqldb.ServerConstants
 
SETSESSIONATTR - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsulates a result set for setting session attributes.
SHUTDOWNTASK - Static variable in class org.hsqldb.lib.HsqlTaskQueue
Special queue element to signal termination
SINGLE_COLUMN_EXPECTED - Static variable in class org.hsqldb.Trace
 
SINGLE_VALUE_EXPECTED - Static variable in class org.hsqldb.Trace
 
SMALLINT - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type SMALLINT.
SOCKET_ERROR - Static variable in class org.hsqldb.Trace
 
SQLCONNECT - Static variable in interface org.hsqldb.ResultConstants
Indicates that Result encapsulates a request to establish a connection.
SQLDISCONNECT - Static variable in interface org.hsqldb.ResultConstants
Indicates that Result encapsulates a request to terminate an established connection.
SQLENDTRAN - Static variable in interface org.hsqldb.ResultConstants
Indicates that Result encapsulates a request to terminate an SQL-transaction.
SQLEXECDIRECT - Static variable in interface org.hsqldb.ResultConstants
Indicates that Result encapsulates a request to execute a statement directly.
SQLEXECUTE - Static variable in interface org.hsqldb.ResultConstants
Indicates that Result encapsulates a request to execute a prepared statement.
SQLFREESTMT - Static variable in interface org.hsqldb.ResultConstants
Indicates that Result encapsulates a request to deallocate an SQL-statement.
SQLPREPARE - Static variable in interface org.hsqldb.ResultConstants
Indicates that Result encapsulates a request to prepare a statement.
SQLSETCONNECTATTR - Static variable in interface org.hsqldb.ResultConstants
Indicates that Result encapsulates a request to set the value of an SQL-connection attribute.
SQLSTARTTRAN - Static variable in interface org.hsqldb.ResultConstants
Indicates that Result encapsulates a request to explicitly start an SQL-transaction and set its characteristics.
SQL_API_BASE - Static variable in interface org.hsqldb.ResultConstants
The offset at which the standard SQL API Result mode values start.
SQL_ATTR_SAVEPOINT_NAME - Static variable in interface org.hsqldb.ResultConstants
 
SQL_CONSTRAINT_REQUIRED - Static variable in class org.hsqldb.Trace
 
STATEMENT_IS_CLOSED - Static variable in class org.hsqldb.Trace
 
STOP - Static variable in class org.hsqldb.Trace
 
STRING_DATA_TRUNCATION - Static variable in class org.hsqldb.Trace
 
STRUCT - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
SUCCESS_NO_INFO - Static variable in interface org.hsqldb.ResultConstants
Batch item succeeded but does not generate an update count, for example a call having no return value
SUM_OF_NON_NUMERIC - Static variable in class org.hsqldb.Trace
 
SYSTEM_INDEX - Static variable in class org.hsqldb.Trace
 
SYSTEM_SUBQUERY - Static variable in class org.hsqldb.Table
 
SYSTEM_TABLE - Static variable in class org.hsqldb.Table
 
S_ALIAS - Static variable in class org.hsqldb.DatabaseManager
 
S_FILE - Static variable in class org.hsqldb.DatabaseManager
 
S_HSQL - Static variable in class org.hsqldb.DatabaseManager
 
S_HSQLS - Static variable in class org.hsqldb.DatabaseManager
 
S_HTTP - Static variable in class org.hsqldb.DatabaseManager
 
S_HTTPS - Static variable in class org.hsqldb.DatabaseManager
 
S_MEM - Static variable in class org.hsqldb.DatabaseManager
 
S_RES - Static variable in class org.hsqldb.DatabaseManager
 
S_URL_PREFIX - Static variable in class org.hsqldb.DatabaseManager
 
ScriptReaderBase - class org.hsqldb.scriptio.ScriptReaderBase.
 
ScriptReaderText - class org.hsqldb.scriptio.ScriptReaderText.
Handles operations involving reading back a script or log file written out by DatabaseScriptWriter.
ScriptRunner - class org.hsqldb.ScriptRunner.
 
ScriptRunner() - Constructor for class org.hsqldb.ScriptRunner
 
ScriptTool - class org.hsqldb.util.ScriptTool.
Script tool - command line tool to read in sql script and execute it.
ScriptTool() - Constructor for class org.hsqldb.util.ScriptTool
 
ScriptWriterBase - class org.hsqldb.scriptio.ScriptWriterBase.
Handles all logging to file operations.
ScriptWriterText - class org.hsqldb.scriptio.ScriptWriterText.
Handles all logging to file operations.
ScriptWriterText(Database, String, boolean, boolean) - Constructor for class org.hsqldb.scriptio.ScriptWriterText
 
Server - class org.hsqldb.Server.
The HSQLDB HSQL protocol network database server.
Server() - Constructor for class org.hsqldb.Server
Creates a new Server instance handling HSQL protocol connections.
Server(int) - Constructor for class org.hsqldb.Server
Creates a new Server instance handling the specified connection protocol.
ServerConstants - interface org.hsqldb.ServerConstants.
An enumeration of the property keys and default property values used by HSQLDB servers
Server_openServerSocket - Static variable in class org.hsqldb.Trace
 
Server_openServerSocket2 - Static variable in class org.hsqldb.Trace
 
Servlet - class org.hsqldb.Servlet.
Servlet can act as an interface between the client and the database for the the client / server mode of HSQL Database Engine.
Servlet() - Constructor for class org.hsqldb.Servlet
 
Session - class org.hsqldb.Session.
Implementation of a user session with the database.
SessionInterface - interface org.hsqldb.SessionInterface.
Interface to Session and its remote proxy objects.
SessionManager - class org.hsqldb.SessionManager.
Container that maintains a map of session id's to Session objects.
SessionManager(Database, User) - Constructor for class org.hsqldb.SessionManager
Constructs an new SessionManager handling the specified Database using the specified SYS User
Session_execute - Static variable in class org.hsqldb.Trace
 
Session_sqlExecuteCompiled - Static variable in class org.hsqldb.Trace
 
Session_sqlExecuteDirect - Static variable in class org.hsqldb.Trace
 
Set - interface org.hsqldb.lib.Set.
 
SetFunction - class org.hsqldb.SetFunction.
Implementation of SQL set functions (currently only aggregate functions).
ShutdownServer - class org.hsqldb.util.ShutdownServer.
 
ShutdownServer() - Constructor for class org.hsqldb.util.ShutdownServer
 
Sort - class org.hsqldb.lib.Sort.
 
Sort() - Constructor for class org.hsqldb.lib.Sort
 
Sort.StringComparator - class org.hsqldb.lib.Sort.StringComparator.
 
Sort.StringComparator() - Constructor for class org.hsqldb.lib.Sort.StringComparator
 
SqlFile - class org.hsqldb.util.SqlFile.
Encapsulation of a sql text file like 'myscript.sql'.
SqlTool - class org.hsqldb.util.SqlTool.
Sql Tool.
SqlTool() - Constructor for class org.hsqldb.util.SqlTool
 
SqlToolError - exception org.hsqldb.util.SqlToolError.
 
SqlToolError(Exception) - Constructor for class org.hsqldb.util.SqlToolError
 
StopWatch - class org.hsqldb.lib.StopWatch.
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
StringConverter - class org.hsqldb.lib.StringConverter.
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 org.hsqldb.lib.StringInputStream.
minimal InputStream subclass to fetch bytes form a String
StringInputStream(String) - Constructor for class org.hsqldb.lib.StringInputStream
 
StringUtil - class org.hsqldb.lib.StringUtil.
Provides a collection of convenience methods for processing and creating objects with String value components.
StringUtil() - Constructor for class org.hsqldb.lib.StringUtil
 
sCatalog - Variable in class org.hsqldb.Result.ResultMetaData
 
sClassName - Variable in class org.hsqldb.Result.ResultMetaData
 
sLabel - Variable in class org.hsqldb.Result.ResultMetaData
 
sName - Variable in class org.hsqldb.Result.ResultMetaData
 
sNumeric - Static variable in class org.hsqldb.Library
 
sSchema - Variable in class org.hsqldb.Result.ResultMetaData
 
sString - Static variable in class org.hsqldb.Library
 
sSystem - Static variable in class org.hsqldb.Library
 
sTable - Variable in class org.hsqldb.Result.ResultMetaData
 
sTimeDate - Static variable in class org.hsqldb.Library
 
save() - Method in class org.hsqldb.HsqlProperties
Saves the properties using JDK2 method if present, otherwise JDK1.
saveRow(CachedRow) - Method in class org.hsqldb.DataFileCache
Writes out the specified Row.
scale - Variable in class org.hsqldb.jdbc.jdbcColumnMetaData
The column's value's number of digits to right of the decimal point.
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.
second(Time) - Static method in class org.hsqldb.Library
Returns the second of the given time value, as an integer value in the range of 0-59.
serverBundleHandle - Static variable in class org.hsqldb.Server
 
serverConnectionThreadGroup - Variable in class org.hsqldb.Server
 
serverId - Variable in class org.hsqldb.Server
 
serverProtocol - Variable in class org.hsqldb.Server
 
serverSocketFactory - Variable in class org.hsqldb.HsqlSocketFactorySecure
The underlying server socket factory implementation.
server_socket_factory_mutex - Variable in class org.hsqldb.HsqlSocketFactorySecure
Monitor object to guard against concurrent modification of the underlying server socket factory implementation member.
set(int, Object) - Method in class org.hsqldb.lib.HashMappedList
 
set(int, Object, Object) - Method in class org.hsqldb.lib.HashMappedList
 
set(int, Object) - Method in class org.hsqldb.lib.HsqlArrayList
Replaces the element at given position
set(int, Object) - Method in class org.hsqldb.lib.HsqlDeque
 
set(int, Object) - Method in class org.hsqldb.lib.HsqlLinkedList
Replaces the current element at index/code> with element.
set(int, Object) - Method in interface org.hsqldb.lib.HsqlList
 
setAddress(String) - Method in class org.hsqldb.Server
Sets the InetAddress with which this server's ServerSocket will be constructed.
setArray(int, Array) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Array object.
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(long) - Method in class org.hsqldb.jdbc.jdbcClob
Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents, starting at position pos.
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.
setAutoCommit(boolean) - Method in class org.hsqldb.HSQLClientConnection
 
setAutoCommit(boolean) - Method in class org.hsqldb.Session
Setter for the autocommit attribute.
setAutoCommit(boolean) - Method in interface org.hsqldb.SessionInterface
 
setAutoCommit(boolean) - Method in class org.hsqldb.jdbc.jdbcConnection
Sets this connection's auto-commit mode to the given state.
setBigDecimal(String, BigDecimal) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBinaryStream(long) - Method in class org.hsqldb.jdbc.jdbcBlob
 
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(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.
setBlob(int, Blob) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Blob object.
setBoolean(String, boolean) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Java boolean value.
setBuffer(byte[]) - Method in class org.hsqldb.rowio.RowOutputBinary
 
setByte(String, byte) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given Java byte value.
setByte(int, byte) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Java byte value.
setBytes(long, byte[]) - Method in class org.hsqldb.jdbc.jdbcBlob
 
setBytes(long, byte[], int, int) - Method in class org.hsqldb.jdbc.jdbcBlob
 
setBytes(String, byte[]) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given Java array of bytes.
setBytes(int, byte[]) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Java array of bytes.
setCatalog(String) - Method in class org.hsqldb.jdbc.jdbcConnection
Sets a catalog name in order to select a subspace of this Connection's database in which to work.
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(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 this Clob object represents, at position pos.
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.
setClob(int, Clob) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Clob object.
setCursorName(String) - Method in class org.hsqldb.jdbc.jdbcStatement
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
setDataSource(String, boolean, Session, boolean) - Method in class org.hsqldb.Table
 
setDatabase(String) - Method in class org.hsqldb.jdbc.jdbcDataSource
Set database location
setDatabaseName(int, String) - Method in class org.hsqldb.Server
Sets the external name (url alias) of the i'th hosted database.
setDatabasePath(int, String) - Method in class org.hsqldb.Server
Sets the path of the hosted database.
setDate(String, Date) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given java.sql.Date value.
setDate(String, Date, Calendar) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int, Date) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given java.sql.Date value.
setDate(int, Date, Calendar) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDefaultWebPage(String) - Method in class org.hsqldb.Server
Sets the name of the web page served when no page is specified.
setDouble(String, double) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Java double value.
setErrWriter(PrintWriter) - Method in class org.hsqldb.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.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 this Statement object.
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.
setFileName(String) - Method in class org.hsqldb.HsqlProperties
 
setFloat(String, float) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Java float value.
setHoldability(int) - Method in class org.hsqldb.jdbc.jdbcConnection
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setIdentityColumn(Object[], Session) - Method in class org.hsqldb.Table
If there is an identity column (visible or hidden) on the table, sets the value and/or adjusts the iIdentiy value for the table.
setInt(String, int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Java int value.
setKey(int, Object) - Method in class org.hsqldb.lib.HashMappedList
 
setLocale(Locale) - Method in class org.hsqldb.DITypeInfo
Assigns the Locale object used to retrieve this object's resource bundle dependent values.
setLocale(Locale) - Static method in class org.hsqldb.resources.BundleHandler
Setter for property locale.
setLogToSystem(boolean) - Static method in class org.hsqldb.lib.java.javaSystem
 
setLogWriter(PrintWriter) - Method in class org.hsqldb.Server
Sets the PrintWriter to which server messages are logged.
setLogWriter(PrintWriter) - Method in class org.hsqldb.jdbc.jdbcDataSource
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setLoginTimeout(int) - Method in class org.hsqldb.jdbc.jdbcDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLong(String, long) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Java long value.
setMainString(String) - Method in class org.hsqldb.Result
 
setMaxFieldSize(int) - Method in class org.hsqldb.jdbc.jdbcStatement
Sets the limit for the maximum number of bytes in a ResultSet column storing character or binary values to the given number of bytes.
setMaxRows(int) - Method in class org.hsqldb.Result
 
setMaxRows(int) - Method in class org.hsqldb.jdbc.jdbcStatement
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
setMode(int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
setNextPos(int) - Method in class org.hsqldb.rowio.RowInputText
 
setNoSystemExit(boolean) - Method in class org.hsqldb.Server
Sets whether this server calls System.exit() when shutdown.
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.
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.
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, int) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
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(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, int) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the value of the designated parameter using the given object.
setParameterData(Object[]) - Method in class org.hsqldb.Result
 
setPassword(String) - Method in class org.hsqldb.jdbc.jdbcDataSource
Sets the password to use for connecting to the database
setPort(int) - Method in class org.hsqldb.Server
Sets the server listen port.
setProperties(HsqlProperties) - Method in class org.hsqldb.Server
Sets server properties using the specified properties object
setProperty(String, int) - Method in class org.hsqldb.HsqlProperties
 
setProperty(String, boolean) - Method in class org.hsqldb.HsqlProperties
 
setProperty(String, String) - Method in class org.hsqldb.HsqlProperties
 
setPropertyIfNotExists(String, String) - Method in class org.hsqldb.HsqlProperties
 
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.
setReadOnly(boolean) - Method in class org.hsqldb.HSQLClientConnection
 
setReadOnly(boolean) - Method in class org.hsqldb.Session
Setter for readonly attribute.
setReadOnly(boolean) - Method in interface org.hsqldb.SessionInterface
 
setReadOnly(boolean) - Method in class org.hsqldb.jdbc.jdbcConnection
Puts this connection in read-only mode as a hint 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.
setReferentialIntegrity(boolean) - Method in class org.hsqldb.Database
isReferentialIntegrity attribute setter.
setRestartOnShutdown(boolean) - Method in class org.hsqldb.Server
Sets whether this server restarts on shutdown.
setResultType(int) - Method in class org.hsqldb.Result
 
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(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.
setServerError(Throwable) - Method in class org.hsqldb.Server
Sets this Server's last encountered error state.
setShort(String, short) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given Java short value.
setShort(int, short) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Java short value.
setSilent(boolean) - Method in class org.hsqldb.Server
Sets silent mode operation
setSize(int) - Method in class org.hsqldb.lib.HsqlArrayList
 
setSource(String, int) - Method in class org.hsqldb.rowio.RowInputText
 
setSource(String, int, int) - Method in class org.hsqldb.rowio.RowInputText
 
setSource(String, int) - Method in class org.hsqldb.rowio.RowInputTextQuoted
 
setSource(String, int, int) - Method in class org.hsqldb.rowio.RowInputTextQuoted
 
setState(int) - Method in class org.hsqldb.Server
Sets the server state value.
setStatementType(int) - Method in class org.hsqldb.Result
 
setStorageSize(CachedRow) - Method in class org.hsqldb.DataFileCache
Calculates the number of bytes required to store a Row in this object's database file.
setStorageSize(CachedRow) - Method in class org.hsqldb.TextCache
 
setString(String, String) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
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 the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in class org.hsqldb.jdbc.jdbcClob
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setString(int, String) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given Java String value.
setSystemId(boolean) - Method in class org.hsqldb.rowio.RowInputBase
 
setSystemId(boolean) - Method in interface org.hsqldb.rowio.RowInputInterface
 
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 given Calendar object.
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 given Calendar 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 given Calendar 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 given Calendar object.
setTls(boolean) - Method in class org.hsqldb.Server
Sets whether to use secure sockets
setTrace(boolean) - Method in class org.hsqldb.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.
setTypeCode(int) - Method in class org.hsqldb.DITypeInfo
Assigns the SQL data type code on which this object is to report.
setTypeMap(Map) - Method in class org.hsqldb.jdbc.jdbcConnection
Installs the given TypeMap object as the type map for this Connection object.
setTypeSub(int) - Method in class org.hsqldb.DITypeInfo
Assigns the HSQLDB data subtype code on which this object is to report.
setURL(String, URL) - Method in class org.hsqldb.jdbc.jdbcCallableStatement
Sets the designated parameter to the given java.net.URL object.
setURL(int, URL) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Sets the designated parameter to the given java.net.URL value.
setUnicodeStream(int, InputStream, int) - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Deprecated. Sun does not include a reason, but presumably this is because setCharacterStream is now prefered
setUser(String) - Method in class org.hsqldb.jdbc.jdbcDataSource
Sets the userid
setWebRoot(String) - Method in class org.hsqldb.Server
Sets the path of the root directory from which web content is served.
setWriteDelay(int) - Method in class org.hsqldb.scriptio.ScriptWriterBase
Not used in current implementation.
shutDown() - Method in class org.hsqldb.lib.HsqlTimer
Causes all pending tasks to be cancelled and then stops background processing.
shutdownAfterCurrent() - Method in class org.hsqldb.lib.HsqlTaskQueue
 
shutdownAfterQueued() - Method in class org.hsqldb.lib.HsqlTaskQueue
 
shutdownImmediately() - Method in class org.hsqldb.lib.HsqlTaskQueue
 
sign(double) - Static method in class org.hsqldb.Library
Returns an indicator of the sign of the given double value.
signalCloseAllServerConnections() - Method in interface org.hsqldb.HsqlSocketRequestHandler
 
signalCloseAllServerConnections() - Method in class org.hsqldb.Server
Closes all connections to this Server.
similarTo(Expression) - Method in class org.hsqldb.Expression
Check if the given expression defines similar operation as this expression.
size() - Method in interface org.hsqldb.lib.Collection
 
size() - Method in class org.hsqldb.lib.DoubleIntTable
 
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.HsqlLinkedList
Accessor for the size of this linked list.
size() - Method in interface org.hsqldb.lib.HsqlList
 
size() - Method in interface org.hsqldb.lib.Set
 
size - Variable in class org.hsqldb.rowio.RowInputBase
 
size() - Method in interface org.hsqldb.rowio.RowOutputInterface
 
size() - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
size() - Method in class org.hsqldb.store.BaseHashMap
 
skip(long) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
skipBytes(int) - Method in class org.hsqldb.lib.HsqlByteArrayInputStream
 
skipBytes(int) - Method in class org.hsqldb.rowio.RowInputBase
 
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;
skipSystemId - Variable in class org.hsqldb.rowio.RowOutputBase
 
skippedLine() - Method in class org.hsqldb.rowio.RowInputText
 
socket - Variable in class org.hsqldb.Server
 
socketFactory - Variable in class org.hsqldb.HsqlSocketFactorySecure
The underlying socket factory implementation.
socketFactory - Variable in class org.hsqldb.Server
 
socket_factory_mutex - Variable in class org.hsqldb.HsqlSocketFactorySecure
Monitor object to guard against conncurrent modification of the underlying socket factory implementation member.
sort(ObjectComparator) - Method in class org.hsqldb.lib.HsqlArrayList
 
sort(Object[], ObjectComparator, int, int) - Static method in class org.hsqldb.lib.Sort
FastQSorts the [l,r] partition (inclusive) of the specfied array of Rows, using the comparator.
sortArray(int[]) - Static method in class org.hsqldb.lib.ArrayUtil
Basic sort for small arrays.
soundex(String) - Static method in class org.hsqldb.Library
Returns a four character code representing the sound of the given String.
space(int) - Static method in class org.hsqldb.Library
Returns a String consisting of count spaces, or null if count is less than zero.
sql - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
The SQL character sequence that this object represents.
sqlException(HsqlException) - Static method in class org.hsqldb.jdbc.jdbcUtil
 
sqlExecuteDirectNoPreChecks(String) - Method in class org.hsqldb.Session
 
start() - Method in class org.hsqldb.Server
Starts this server synchronously.
start() - Method in class org.hsqldb.lib.StopWatch
Ensures that this object is in the running state.
statementID - Variable in class org.hsqldb.jdbc.jdbcPreparedStatement
The id with which this object's corresponding CompiledStatement object is registered in the engine's CompiledStatementManager object.
stop() - Method in class org.hsqldb.Server
Stops this server asynchronously.
stop() - Method in class org.hsqldb.lib.StopWatch
Ensures that this object is in the stopped state.
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.
str - Variable in class org.hsqldb.lib.StringInputStream
 
strOffset - Variable in class org.hsqldb.lib.StringInputStream
 
stringProps - Variable in class org.hsqldb.HsqlProperties
 
substring(String, int, Integer) - Static method in class org.hsqldb.Library
Returns the characters from the given String, starting at the indicated one-based start position and extending the (optional) indicated length.
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.
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.
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 CONVERT function between SQL types.
supportsConvert(int, int) - Method in class org.hsqldb.jdbc.jdbcDatabaseMetaData
Retrieves whether this database supports the CONVERT for two given SQL types.
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 a GROUP BY clause provided that all of the columns in the SELECT statement are included in the GROUP 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 a GROUP 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 a CallableStatement 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 method execute.
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 an ORDER 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.
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.
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 statements.
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 class org.hsqldb.scriptio.ScriptWriterBase
Called externally in write delay intervals.

T

TABLE_ALREADY_EXISTS - Static variable in class org.hsqldb.Trace
 
TABLE_NOT_FOUND - Static variable in class org.hsqldb.Trace
 
TABLE_REFERENCED_CONSTRAINT - Static variable in class org.hsqldb.Trace
 
TABLE_REFERENCED_VIEW - Static variable in class org.hsqldb.Trace
 
TEMP_TABLE - Static variable in class org.hsqldb.Table
 
TEMP_TEXT_TABLE - Static variable in class org.hsqldb.Table
 
TEXT_FILE - Static variable in class org.hsqldb.Trace
 
TEXT_SOURCE_EXISTS - Static variable in class org.hsqldb.Trace
 
TEXT_TABLE - Static variable in class org.hsqldb.Table
 
TEXT_TABLE_SOURCE - Static variable in class org.hsqldb.Trace
 
TEXT_TABLE_SOURCE_FILENAME - Static variable in class org.hsqldb.Trace
 
TEXT_TABLE_SOURCE_SEPARATOR - Static variable in class org.hsqldb.Trace
 
TEXT_TABLE_SOURCE_VALUE_MISSING - Static variable in class org.hsqldb.Trace
 
TIME - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME.
TIMESTAMP - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.
TINYINT - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TINYINT.
TLS_ERROR - Static variable in class org.hsqldb.Trace
 
TLS_HOSTNAME_MISMATCH - Static variable in class org.hsqldb.Trace
 
TLS_SECURITY_ERROR - Static variable in class org.hsqldb.Trace
 
TOKEN_REQUIRED - Static variable in class org.hsqldb.Trace
 
TRACE - Static variable in class org.hsqldb.Trace
 
TRACESYSTEMOUT - Static variable in class org.hsqldb.Trace
 
TRANSFER_CORRUPTED - Static variable in class org.hsqldb.Trace
 
TRIGGER_ALREADY_EXISTS - Static variable in class org.hsqldb.Trace
 
TRIGGER_NOT_FOUND - Static variable in class org.hsqldb.Trace
 
TRY_TO_INSERT_NULL - Static variable in class org.hsqldb.Trace
 
TYPE_FORWARD_ONLY - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
TYPE_SCROLL_INSENSITIVE - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
TYPE_SCROLL_SENSITIVE - Static variable in class org.hsqldb.jdbc.jdbcResultSet
Copy of java.sql.ResultSet constant, for JDK 1.1 clients.
TYPE_SUB_DEFAULT - Static variable in class org.hsqldb.Types
The default HSQLODB type sub-identifier.
TYPE_SUB_IGNORECASE - Static variable in class org.hsqldb.Types
The IGNORECASE type sub-identifier.
T_BINARY - Static variable in class org.hsqldb.Token
 
T_COMPRESSED - Static variable in class org.hsqldb.Token
 
T_TEXT - Static variable in class org.hsqldb.Token
 
Table - class org.hsqldb.Table.
 
TableFilter_findFirst - Static variable in class org.hsqldb.Trace
 
TableWorks_dropConstraint - Static variable in class org.hsqldb.Trace
 
Table_moveDefinition - Static variable in class org.hsqldb.Trace
 
TextCache - class org.hsqldb.TextCache.
 
TextCache_closing_file_error - Static variable in class org.hsqldb.Trace
 
TextCache_openning_file_error - Static variable in class org.hsqldb.Trace
 
TextCache_purging_file_error - Static variable in class org.hsqldb.Trace
 
TextDatabaseRowInput_getField - Static variable in class org.hsqldb.Trace
 
TextDatabaseRowInput_getField2 - Static variable in class org.hsqldb.Trace
 
TextDatabaseRowInput_getField3 - Static variable in class org.hsqldb.Trace
 
TextDatabaseRowOutput_checkConvertString - Static variable in class org.hsqldb.Trace
 
TextDatabaseRowOutput_checkConvertString2 - Static variable in class org.hsqldb.Trace
 
TextDatabaseRowOutput_writeIntData - Static variable in class org.hsqldb.Trace
 
ThreadFactory - interface org.hsqldb.lib.ThreadFactory.
 
Token - class org.hsqldb.Token.
Provides declaratin and enumeration of reserved and non-reserved SQL keywords.
Token() - Constructor for class org.hsqldb.Token
 
Tokenizer - class org.hsqldb.Tokenizer.
 
Tokenizer(String) - Constructor for class org.hsqldb.Tokenizer
 
Trace - class org.hsqldb.Trace.
handles creation and reporting of error messages and throwing HsqlException
Trace() - Constructor for class org.hsqldb.Trace
 
Transfer - class org.hsqldb.util.Transfer.
Utility program (or applet) for transferring tables between different databases via JDBC.
Transfer() - Constructor for class org.hsqldb.util.Transfer
 
Trigger - interface org.hsqldb.Trigger.
 
Types - class org.hsqldb.Types.
 
Types() - Constructor for class org.hsqldb.Types
 
tTable - Variable in class org.hsqldb.CachedRow
 
table - Variable in class org.hsqldb.TextCache
 
tableName - Variable in class org.hsqldb.Table
 
tableName - Variable in class org.hsqldb.jdbc.jdbcColumnMetaData
The column's table's name.
tableType - Variable in class org.hsqldb.Table
 
taskQueue - Variable in class org.hsqldb.lib.HsqlTimer
The priority queue for the scheduled tasks.
taskRunner - Variable in class org.hsqldb.lib.HsqlTaskQueue
 
taskRunner - Variable in class org.hsqldb.lib.HsqlTimer
The inner runnable that executes tasks in the background thread.
taskRunnerThread - Variable in class org.hsqldb.lib.HsqlTaskQueue
The thread used to process commands
taskRunnerThread - Variable in class org.hsqldb.lib.HsqlTimer
The background thread.
text - Variable in class org.hsqldb.rowio.RowInputText
 
threadFactory - Variable in class org.hsqldb.lib.HsqlTimer
The factory that procduces the background threads.
timeValue(String) - Static method in class org.hsqldb.HsqlDateTime
Converts a string in JDBC date escape format to a Time value.
timer - Static variable in class org.hsqldb.LockFile
The the timed shceduler with which to register this object's heartbeat task.
timestampValue(long, int) - Static method in class org.hsqldb.HsqlDateTime
 
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(Object[]) - Method in class org.hsqldb.lib.HashSet
 
toArray() - Method in class org.hsqldb.lib.HsqlArrayList
 
toArray(Object) - Method in class org.hsqldb.lib.HsqlArrayList
Copies all elements of the list to a[].
toByteArray() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
toLowerSubset(String, char) - Static method in class org.hsqldb.lib.StringUtil
Returns a string with non alphanumeric chars converted to the substitute character.
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.Binary
 
toString() - Method in class org.hsqldb.Expression
 
toString() - Method in class org.hsqldb.JavaObject
 
toString() - Method in class org.hsqldb.LockFile
Retrieves a String representation of this object.
toString() - Method in class org.hsqldb.jdbc.jdbcColumnMetaData
 
toString() - Method in class org.hsqldb.jdbc.jdbcParameterMetaData
 
toString() - Method in class org.hsqldb.jdbc.jdbcPreparedStatement
Retrieves a String representation of this object.
toString() - Method in class org.hsqldb.jdbc.jdbcResultSetMetaData
 
toString() - Method in class org.hsqldb.jdbc.jdbcSavepoint
 
toString() - Method in class org.hsqldb.lib.HsqlArrayHeap
 
toString() - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
toString(String) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
toString(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
toString() - Method in class org.hsqldb.lib.StopWatch
Retrieves the internal state of this object, as a String.
toStringImpl() - Method in class org.hsqldb.LockFile
Retreives an implementation-specific tail value for the toString() method.
trace(Object) - Method in class org.hsqldb.LockFile
Prints tracing information and the value of the specified object
trace(String) - Method in class org.hsqldb.util.Transfer
Method declaration
trim(String, String, boolean, boolean) - Static method in class org.hsqldb.Library
 
trim() - Method in class org.hsqldb.lib.HsqlArrayList
Trims the array to be the same size as the number of elements.
truncate(double, int) - Static method in class org.hsqldb.Library
Returns the given double value, truncated to the given int places right of the decimal point.
truncate(long) - Method in class org.hsqldb.jdbc.jdbcBlob
 
truncate(long) - Method in class org.hsqldb.jdbc.jdbcClob
Truncates the CLOB value that this Clob designates to have a length of len characters.
tryLock() - Method in class org.hsqldb.LockFile
Attempts, if not already held, to obtain a cooperative lock condition on this object's lock file.
tryRelease() - Method in class org.hsqldb.LockFile
Attempts to release any cooperative lock condition this object may have on its lock file.

U

UNEXPECTED_END_OF_COMMAND - Static variable in class org.hsqldb.Trace
 
UNEXPECTED_EXCEPTION - Static variable in class org.hsqldb.Trace
 
UNEXPECTED_TOKEN - Static variable in class org.hsqldb.Trace
 
UNKNOWNTOKEN - Static variable in class org.hsqldb.Token
 
UNKNOWN_DATA_SOURCE - Static variable in class org.hsqldb.Trace
 
UNKNOWN_FUNCTION - Static variable in class org.hsqldb.Trace
 
UNSUPPORTED_PARAM_CLASS - Static variable in class org.hsqldb.Trace
 
UPDATE - Static variable in class org.hsqldb.Token
 
UPDATECOUNT - Static variable in interface org.hsqldb.ResultConstants
Indicates that the Result object encapsulates an update count response.
UPDATE_AFTER - Static variable in interface org.hsqldb.Trigger
 
UPDATE_AFTER_ROW - Static variable in interface org.hsqldb.Trigger
 
UPDATE_BEFORE - Static variable in interface org.hsqldb.Trigger
 
UPDATE_BEFORE_ROW - Static variable in interface org.hsqldb.Trigger
 
USER_ALREADY_EXISTS - Static variable in class org.hsqldb.Trace
 
USER_NOT_FOUND - Static variable in class org.hsqldb.Trace
 
ucase(String) - Static method in class org.hsqldb.Library
Returns a copy of the given String, with all lower case characters converted to upper case using the default Java method.
unicodeToAscii(OutputStream, String, boolean) - Static method in class org.hsqldb.lib.StringConverter
Hsqldb specific encoding used only for log files.
unicodeToHexString(String) - Static method in class org.hsqldb.lib.StringConverter
Converts a Unicode string into UTF8 then convert into a hex string
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, int) - 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.
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, int) - 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.
updateBlob(int, Blob) - Method in class org.hsqldb.jdbc.jdbcResultSet
Updates the designated column with a java.sql.Blob value.
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, int) - 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.
updateClob(int, Clob) - Method in class org.hsqldb.jdbc.jdbcResultSet
Updates the designated column with a java.sql.Clob value.
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.
updateNull(int) - Method in class org.hsqldb.jdbc.jdbcResultSet
Gives a nullable column a null value.
updateNull(String) - Method in class org.hsqldb.jdbc.jdbcResultSet
Updates the designated column with a null value.
updateObject(int, Object, int) - Method in class org.hsqldb.jdbc.jdbcResultSet
Updates the designated column with an Object value.
updateObject(int, 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) - 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.
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.
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.
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.
user(Connection) - Static method in class org.hsqldb.Library
Returns the user's authorization name (the user's name as known to this database).
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

VARBINARY - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARBINARY.
VARCHAR - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARCHAR.
VARCHAR_IGNORECASE - Static variable in class org.hsqldb.Types
 
VERSION - Static variable in class org.hsqldb.jdbc.jdbcUtil
 
VIEW - Static variable in class org.hsqldb.Table
 
VIEW_ALREADY_EXISTS - Static variable in class org.hsqldb.Trace
 
VIEW_NOT_FOUND - Static variable in class org.hsqldb.Trace
 
VIOLATION_OF_UNIQUE_INDEX - Static variable in class org.hsqldb.Trace
 
ValuePool - class org.hsqldb.store.ValuePool.
Under development.
ValuePool() - Constructor for class org.hsqldb.store.ValuePool
 
ValuePool.poolSettings - class org.hsqldb.store.ValuePool.poolSettings.
 
ValuePool.poolSettings() - Constructor for class org.hsqldb.store.ValuePool.poolSettings
 
ValuePoolHashMap - class org.hsqldb.store.ValuePoolHashMap.
 
ValuePoolHashMap(int, int, int) - Constructor for class org.hsqldb.store.ValuePoolHashMap
 
vColumn - Variable in class org.hsqldb.Table
 
values() - Method in class org.hsqldb.lib.HashMap
 
values() - Method in class org.hsqldb.lib.IntKeyHashMap
 
values() - Method in class org.hsqldb.lib.IntKeyIntValueHashMap
 
varSep - Variable in class org.hsqldb.rowio.RowOutputText
 
verify(String, SSLSession) - Method in class org.hsqldb.HsqlSocketFactorySecure
Verifyies the certificate chain presented by the server to which a secure Socket has just connected.

W

WRONG_DATABASE_FILE_VERSION - Static variable in class org.hsqldb.Trace
 
WRONG_DATA_TYPE - Static variable in class org.hsqldb.Trace
 
WRONG_DEFAULT_CLAUSE - Static variable in class org.hsqldb.Trace
 
WRONG_OUT_PARAMETER - Static variable in class org.hsqldb.Trace
 
WebServer - class org.hsqldb.WebServer.
The HSQLDB HTTP protocol network database server.
WebServer() - Constructor for class org.hsqldb.WebServer
 
WrapperIterator - class org.hsqldb.lib.WrapperIterator.
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 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(Object) - Constructor for class org.hsqldb.lib.WrapperIterator
Constructor for a singleton object iterator
WrapperIterator(Iterator, Iterator) - Constructor for class org.hsqldb.lib.WrapperIterator
Constructor for a chained iterator that retuns the elements of the two specified iterators.
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.
week(Date) - Static method in class org.hsqldb.Library
Returns the week of the year from the given date value, as an integer value in the range of 1-53.
windowActivated(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
windowActivated(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 
windowActivated(WindowEvent) - Method in class org.hsqldb.util.QueryTool
Method declaration
windowActivated(WindowEvent) - Method in class org.hsqldb.util.Transfer
Method declaration
windowClosed(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
windowClosed(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 
windowClosed(WindowEvent) - Method in class org.hsqldb.util.QueryTool
Method declaration
windowClosed(WindowEvent) - Method in class org.hsqldb.util.Transfer
Method declaration
windowClosing(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
windowClosing(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 
windowClosing(WindowEvent) - Method in class org.hsqldb.util.QueryTool
Method declaration
windowClosing(WindowEvent) - Method in class org.hsqldb.util.Transfer
Method declaration
windowDeactivated(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
windowDeactivated(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 
windowDeactivated(WindowEvent) - Method in class org.hsqldb.util.QueryTool
Method declaration
windowDeactivated(WindowEvent) - Method in class org.hsqldb.util.Transfer
Method declaration
windowDeiconified(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
windowDeiconified(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 
windowDeiconified(WindowEvent) - Method in class org.hsqldb.util.QueryTool
Method declaration
windowDeiconified(WindowEvent) - Method in class org.hsqldb.util.Transfer
Method declaration
windowIconified(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
windowIconified(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 
windowIconified(WindowEvent) - Method in class org.hsqldb.util.QueryTool
Method declaration
windowIconified(WindowEvent) - Method in class org.hsqldb.util.Transfer
Method declaration
windowOpened(WindowEvent) - Method in class org.hsqldb.util.DatabaseManager
Method declaration
windowOpened(WindowEvent) - Method in class org.hsqldb.util.DatabaseManagerSwing
 
windowOpened(WindowEvent) - Method in class org.hsqldb.util.QueryTool
Method declaration
windowOpened(WindowEvent) - Method in class org.hsqldb.util.Transfer
Method declaration
work(String[]) - Static method in class org.hsqldb.util.Transfer
Method declaration
write(Result) - Method in class org.hsqldb.HSQLClientConnection
 
write(Result) - Method in class org.hsqldb.HTTPClientConnection
 
write(Result, RowOutputInterface, OutputStream) - Static method in class org.hsqldb.Result
Convenience method for writing, shared by Server side.
write(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
write(byte[]) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeAll() - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
writeBigint(Number) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeBigint(Number) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeBigint(Number) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeBigint(Number) - Method in class org.hsqldb.rowio.RowOutputText
 
writeBigint(Number) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeBinary(Binary, int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeBinary(Binary, int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeBinary(Binary, int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeBinary(Binary, int) - Method in class org.hsqldb.rowio.RowOutputText
 
writeBinary(Binary, int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeBit(Boolean) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeBit(Boolean) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeBit(Boolean) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeBit(Boolean) - Method in class org.hsqldb.rowio.RowOutputText
 
writeBit(Boolean) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeBoolean(boolean) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeByte(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeByteArray(byte[]) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeByteArray(byte[]) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeByteArray(byte[]) - Method in class org.hsqldb.rowio.RowOutputText
 
writeBytes(String) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeChar(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeChar(String, int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeChar(String, int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeChar(String, int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeChar(String, int) - Method in class org.hsqldb.rowio.RowOutputText
 
writeChar(String, int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeChars(String) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeDDL() - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
writeData(Object[], Table) - Method in class org.hsqldb.rowio.RowOutputBase
This method is called to write data for a table.
writeData(int, int[], Object[], HashMappedList, boolean) - Method in class org.hsqldb.rowio.RowOutputBase
This method is called to write data for a Result.
writeData(Object[], Table) - Method in interface org.hsqldb.rowio.RowOutputInterface
 
writeData(int, int[], Object[], HashMappedList, boolean) - Method in interface org.hsqldb.rowio.RowOutputInterface
 
writeDataTerm() - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
writeDataTerm() - Method in class org.hsqldb.scriptio.ScriptWriterText
 
writeDate(Date) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeDate(Date) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeDate(Date) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeDate(Date) - Method in class org.hsqldb.rowio.RowOutputText
 
writeDate(Date) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeDecimal(BigDecimal) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeDecimal(BigDecimal) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeDecimal(BigDecimal) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeDecimal(BigDecimal) - Method in class org.hsqldb.rowio.RowOutputText
 
writeDecimal(BigDecimal) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeDeleteStatement(int, Table, Object[]) - Method in class org.hsqldb.scriptio.ScriptWriterText
 
writeDouble(double) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeExistingData() - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
writeFieldPrefix() - Method in class org.hsqldb.rowio.RowOutputBase
 
writeFieldPrefix() - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeFieldType(int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeFieldType(int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeFieldType(int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeFieldType(int) - Method in class org.hsqldb.rowio.RowOutputText
 
writeFieldType(int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeFloat(float) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeInt(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeIntData(int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeIntData(int, int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeIntData(int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeIntData(int, int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeIntData(int) - Method in interface org.hsqldb.rowio.RowOutputInterface
 
writeIntData(int, int) - Method in interface org.hsqldb.rowio.RowOutputInterface
 
writeIntData(int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeIntData(int, int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeIntData(int) - Method in class org.hsqldb.rowio.RowOutputText
 
writeIntData(int, int) - Method in class org.hsqldb.rowio.RowOutputText
 
writeIntData(int, int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeIntData(int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeInteger(Number) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeInteger(Number) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeInteger(Number) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeInteger(Number) - Method in class org.hsqldb.rowio.RowOutputText
 
writeInteger(Number) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeLogStatement(String, int) - Method in class org.hsqldb.scriptio.ScriptWriterText
 
writeLong(long) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeLongData(long) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeLongVarString(String) - Method in class org.hsqldb.rowio.RowOutputText
 
writeNull(int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeNull(int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeNull(int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeNull(int) - Method in class org.hsqldb.rowio.RowOutputText
 
writeNull(int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeOther(JavaObject) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeOther(JavaObject) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeOther(JavaObject) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeOther(JavaObject) - Method in class org.hsqldb.rowio.RowOutputText
 
writeOther(JavaObject) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writePos(int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writePos(int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writePos(int) - Method in interface org.hsqldb.rowio.RowOutputInterface
 
writePos(int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writePos(int) - Method in class org.hsqldb.rowio.RowOutputText
 
writePos(int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeReal(Double, int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeReal(Double, int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeReal(Double, int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeReal(Double, int) - Method in class org.hsqldb.rowio.RowOutputText
 
writeReal(Double, int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeRow(int, Table, Object[]) - Method in class org.hsqldb.scriptio.ScriptWriterText
 
writeSequenceStatement(int, NumberSequence) - Method in class org.hsqldb.scriptio.ScriptWriterText
 
writeSessionId(int) - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
writeSessionId(int) - Method in class org.hsqldb.scriptio.ScriptWriterText
 
writeShort(int) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeSingleColumnResult(Result) - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
writeSize(int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeSize(int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeSize(int) - Method in interface org.hsqldb.rowio.RowOutputInterface
 
writeSize(int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeSize(int) - Method in class org.hsqldb.rowio.RowOutputText
 
writeSize(int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeSmallint(Number) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeSmallint(Number) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeSmallint(Number) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeSmallint(Number) - Method in class org.hsqldb.rowio.RowOutputText
 
writeSmallint(Number) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeString(String) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeString(String) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeString(String) - Method in interface org.hsqldb.rowio.RowOutputInterface
 
writeString(String) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeString(String) - Method in class org.hsqldb.rowio.RowOutputText
 
writeString(String) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeTableInit(Table) - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
writeTableTerm(Table) - Method in class org.hsqldb.scriptio.ScriptWriterBase
 
writeTime(Time) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeTime(Time) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeTime(Time) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeTime(Time) - Method in class org.hsqldb.rowio.RowOutputText
 
writeTime(Time) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeTimestamp(Timestamp) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeTimestamp(Timestamp) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeTimestamp(Timestamp) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeTimestamp(Timestamp) - Method in class org.hsqldb.rowio.RowOutputText
 
writeTimestamp(Timestamp) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeTo(OutputStream) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeType(int) - Method in class org.hsqldb.rowio.RowOutputBase
 
writeType(int) - Method in class org.hsqldb.rowio.RowOutputBinary
 
writeType(int) - Method in interface org.hsqldb.rowio.RowOutputInterface
 
writeType(int) - Method in class org.hsqldb.rowio.RowOutputLegacy
 
writeType(int) - Method in class org.hsqldb.rowio.RowOutputText
 
writeType(int) - Method in class org.hsqldb.rowio.RowOutputTextLog
 
writeUTF(String) - Method in class org.hsqldb.lib.HsqlByteArrayOutputStream
 
writeUTF(String, OutputStream) - Static method in class org.hsqldb.lib.StringConverter
Writes a string to the specified DataOutput using UTF-8 encoding in a machine-independent manner.
writeVarString(String) - Method in class org.hsqldb.rowio.RowOutputText
 

X

XML - Static variable in class org.hsqldb.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the recent SQL 200n SQL type XML.

Y

year(Date) - Static method in class org.hsqldb.Library
Returns the year from the given date value, as an integer value in the range of 1-9999.

Z

ZipUnzipFile - class org.hsqldb.lib.ZipUnzipFile.
 
ZipUnzipFile() - Constructor for class org.hsqldb.lib.ZipUnzipFile
 
zero() - Method in class org.hsqldb.lib.StopWatch
Zeros accumulated running time and restarts this object.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.