- generatedKeyAlwaysReturned() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves whether a generated key will always be returned if the column
 name(s) or index(es) specified for the auto generated key column(s)
 are valid and the statement succeeds. 
- getAbortUponModify() - Method in class org.hsqldb.lib.tar.DbBackup
-  
- getAddress() - Method in class org.hsqldb.server.Server
- 
Retrieves, in string form, this server's host address. 
- getArray() - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves the contents of the SQL ARRAYvalue designated
 by thisArrayobject in the form of an array in the Java
 programming language.
 
- getArray(Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves the contents of the SQL ARRAYvalue designated by thisArrayobject.
 
- getArray(long, int) - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves a slice of the SQL ARRAYvalue designated by thisArrayobject, beginning with the
 specifiedindexand containing up tocountsuccessive elements of the SQL array.
 
- getArray(long, int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves a slice of the SQL ARRAYvalue
 designated by thisArrayobject, beginning with the specifiedindexand containing up tocountsuccessive elements of the SQL array.
 
- getArray() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves the contents of the SQL ARRAYvalue designated
 by thisArrayobject in the form of an array in the Java
 programming language.
 
- getArray(Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves the contents of the SQL ARRAYvalue designated by thisArrayobject.
 
- getArray(long, int) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves a slice of the SQL ARRAYvalue designated by thisArrayobject, beginning with the
 specifiedindexand containing up tocountsuccessive elements of the SQL array.
 
- getArray(long, int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves a slice of the SQL ARRAYvalue
 designated by thisArrayobject, beginning with the specifiedindexand containing up tocountsuccessive elements of the SQL array.
 
- 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 ResultSetobject as anArrayobject
 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 ResultSetobject as anArrayobject
 in the Java programming language.
 
- getArrayInternal() - Method in class org.hsqldb.jdbc.JDBCArray
-  
- getAsciiStream() - Method in class org.hsqldb.jdbc.JDBCClob
- 
Retrieves the CLOBvalue designated by thisClobobject as an ASCII stream.
 
- getAsciiStream() - Method in class org.hsqldb.jdbc.JDBCClobClient
- 
Retrieves the CLOBvalue designated by thisClobobject as an ascii stream.
 
- getAsciiStream() - Method in class org.hsqldb.jdbc.JDBCClobFile
- 
Retrieves the CLOBvalue designated by thisClobobject 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 ResultSetobject 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 ResultSetobject 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() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Retrieves the current auto-commit mode for this Connectionobject.
 
- getBanner(Connection) - Static method in class org.hsqldb.cmdline.SqlFile
- 
Returns a String report for the specified JDBC Connection. 
- getBaseType() - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves the JDBC type of the elements in the array designated
 by this Arrayobject.
 
- getBaseType() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves the JDBC type of the elements in the array designated
 by this Arrayobject.
 
- getBaseTypeName() - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves the SQL type name of the elements in
 the array designated by this Arrayobject.
 
- getBaseTypeName() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves the SQL type name of the elements in
 the array designated by this Arrayobject.
 
- 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
- 
- getBigDecimal(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC NUMERICparameter as ajava.math.BigDecimalobject 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 NUMERICparameter as ajava.math.BigDecimalobject 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
- 
- getBigDecimal(String, int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
- getBigDecimal(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.math.BigDecimalwith full precision.
 
- getBigDecimal(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.math.BigDecimalwith full precision.
 
- getBinaryStream() - Method in class org.hsqldb.jdbc.JDBCBlob
- 
Retrieves the BLOBvalue designated by thisBlobinstance as a stream.
 
- getBinaryStream(long, long) - Method in class org.hsqldb.jdbc.JDBCBlob
- 
Returns an InputStreamobject that contains a partialBlobvalue,
 starting  with the byte specified by pos, which is length bytes in length.
 
- getBinaryStream() - Method in class org.hsqldb.jdbc.JDBCBlobClient
- 
Retrieves the BLOBvalue designated by thisBlobinstance as a stream.
 
- getBinaryStream(long, long) - Method in class org.hsqldb.jdbc.JDBCBlobClient
- 
Returns an InputStreamobject that contains a partialBlobvalue,
 starting  with the byte specified by pos, which is length bytes in length.
 
- getBinaryStream() - Method in class org.hsqldb.jdbc.JDBCBlobFile
- 
Retrieves the BLOBvalue designated by thisBlobinstance as a stream.
 
- getBinaryStream(long, long) - Method in class org.hsqldb.jdbc.JDBCBlobFile
- 
Returns an InputStreamobject that contains a partialBlobvalue,
 starting  with the byte specified by pos, which is length bytes in length.
 
- getBinaryStream(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as a  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 ResultSetobject as a stream of uninterpretedbytes.
 
- getBinaryStream() - Method in class org.hsqldb.jdbc.JDBCSQLXML
- 
Retrieves the XML value designated by this SQLXML instance as a stream. 
- getBlob() - Method in class org.hsqldb.jdbc.JDBCBlobClient
-  
- getBlob(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC  BLOB parameter as 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 ResultSetobject as aBlobobject
 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 ResultSetobject as aBlobobject
 in the Java programming language.
 
- getBoolean(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
(JDBC4 modified:)
 Retrieves the value of the designated JDBC BITorBOOLEANparameter as abooleanin the Java programming language.
 
- getBoolean(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
(JDBC4 modified:) 
- getBoolean(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 abooleanin 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 ResultSetobject as
 abooleanin the Java programming language.
 
- getBranchQualifier() - Method in class org.hsqldb.jdbc.pool.JDBCXID
-  
- getByte(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC TINYINTparameter
 as abytein the Java programming language.
 
- getByte(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC TINYINTparameter as abytein 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 ResultSetobject as
 abytein 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 ResultSetobject as
 abytein the Java programming language.
 
- getBytes(long, int) - Method in class org.hsqldb.jdbc.JDBCBlob
- 
Retrieves all or part of the BLOBvalue that thisBlobobject represents, as an array of
 bytes.
 
- getBytes(long, int) - Method in class org.hsqldb.jdbc.JDBCBlobClient
- 
Retrieves all or part of the BLOBvalue that thisBlobobject represents, as an array of bytes.
 
- getBytes(long, int) - Method in class org.hsqldb.jdbc.JDBCBlobFile
- 
Retrieves all or part of the BLOBvalue that thisBlobobject represents, as an array of
 bytes.
 
- getBytes(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC BINARYorVARBINARYparameter as an array ofbytevalues in the Java programming language.
 
- getBytes(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC BINARYorVARBINARYparameter as an array ofbytevalues 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 ResultSetobject as
 abytearray 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 ResultSetobject as
 abytearray in the Java programming language.
 
- getBytes() - Method in class org.hsqldb.jdbc.JDBCRowId
- 
Returns an array of bytes representing the value of the SQL ROWIDdesignated by thisjava.sql.RowIdobject.
 
- getCatalog() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Retrieves this Connectionobject's current catalog name.
 
- getCatalogName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
- 
Gets the designated column's table's catalog name. 
- getCatalogs() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the catalog names available in this database. 
- getCatalogSeparator() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the Stringthat this database uses as the
 separator between a catalog and table name.
 
- getCatalogTerm() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the database vendor's preferred term for "catalog". 
- getCharacterStream(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated parameter as a
 java.io.Readerobject in the Java programming language.
 
- getCharacterStream(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated parameter as a
 java.io.Readerobject in the Java programming language.
 
- getCharacterStream() - Method in class org.hsqldb.jdbc.JDBCClob
- 
Retrieves the CLOBvalue designated by thisClobobject as ajava.io.Readerobject (or as a stream of
 characters).
 
- getCharacterStream(long, long) - Method in class org.hsqldb.jdbc.JDBCClob
- 
Returns a Readerobject that contains a partialClobvalue, starting
 with the character specified by pos, which is length characters in length.
 
- getCharacterStream() - Method in class org.hsqldb.jdbc.JDBCClobClient
- 
Retrieves the CLOBvalue designated by thisClobobject as ajava.io.Readerobject (or
 as a stream of characters).
 
- getCharacterStream(long, long) - Method in class org.hsqldb.jdbc.JDBCClobClient
- 
Returns a Readerobject that contains a partialClobvalue, starting
 with the character specified by pos, which is length characters in length.
 
- getCharacterStream() - Method in class org.hsqldb.jdbc.JDBCClobFile
- 
Retrieves the CLOBvalue designated by thisClobobject as ajava.io.Readerobject (or as a stream of
 characters).
 
- getCharacterStream(long, long) - Method in class org.hsqldb.jdbc.JDBCClobFile
- 
Returns a Readerobject that contains a partialClobvalue, starting
 with the character specified by pos, which is length characters in length.
 
- getCharacterStream(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.io.Readerobject.
 
- getCharacterStream(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.io.Readerobject.
 
- getCharacterStream() - Method in class org.hsqldb.jdbc.JDBCSQLXML
- 
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object. 
- getClientInfo(String) - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Returns the value of the client info property specified by name. 
- getClientInfo() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Returns a list containing the name and current value of each client info
 property supported by the driver. 
- getClientInfoProperties() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a list of the client info properties
 that the driver supports. 
- getClob(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC CLOBparameter as ajava.sql.Clobobject in the Java programming language.
 
- 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() - Method in class org.hsqldb.jdbc.JDBCClobClient
-  
- getClob(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aClobobject
 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 ResultSetobject as aClobobject
 in the Java programming language.
 
- getColumnClassName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
-  
- getColumnCount() - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
- 
Returns the number of columns in this ResultSetobject.
 
- 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. 
- getColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of table columns available in
 the specified catalog. 
- getColumnType(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
- 
Retrieves the designated column's SQL type. 
- getColumnTypeName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
- 
Retrieves the designated column's database-specific type name. 
- getConcurrency() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the concurrency mode of this ResultSetobject.
 
- getConn() - Method in class org.hsqldb.sample.SqlFileEmbedder
- 
For applications that use a persistent JDBC connection, this class can
 be used to encapsulate that connection. 
- getConnection() - Method in class org.hsqldb.cmdline.SqlFile
-  
- getConnection() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the connection that produced this metadata object. 
- getConnection() - Method in class org.hsqldb.jdbc.JDBCDataSource
- 
Retrieves a new connection using the properties that have already been
 set. 
- getConnection(String, String) - Method in class org.hsqldb.jdbc.JDBCDataSource
- 
Retrieves a new connection using the given username and password,
 and the database url that has been set. 
- getConnection(String, Properties) - Static method in class org.hsqldb.jdbc.JDBCDriver
- 
The static equivalent of the connect(String,Properties)method.
 
- getConnection(String, Properties) - Static method in class org.hsqldb.jdbc.JDBCDriver
- 
The static equivalent of the connect(String,Properties)method.
 
- getConnection() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Retrieves a new connection using the properties that have already been
 set. 
- getConnection(String, String) - Method in class org.hsqldb.jdbc.JDBCPool
- 
Retrieves a new connection using the given username and password,
 and the database url that has been set. 
- getConnection() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the Connectionobject
 that produced thisStatementobject.
 
- getConnection() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the Connectionobject
 that produced thisStatementobject.
 
- getConnection() - Method in class org.hsqldb.jdbc.pool.JDBCPooledConnection
-  
- getConnection() - Method in class org.hsqldb.jdbc.pool.JDBCXAConnection
- 
Returns a connection that can be used by the user application. 
- getConnection() - Method in class org.hsqldb.lib.RCData
- 
Gets a JDBC Connection using the data of this RCData object. 
- getConnection(String, String) - Method in class org.hsqldb.lib.RCData
- 
Gets a JDBC Connection using the data of this RCData object with
 specified override elements 
- getCrossReference(String, String, String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
(JDBC4 clarification:)
 Retrieves a description of the foreign key columns in the given foreign key
 table that reference the primary key or the columns representing a unique constraint of the  parent table (could be the same or a different table). 
- getCurrentSchema() - Method in class org.hsqldb.cmdline.SqlFile
-  
- getCursorName() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the name of the SQL cursor used by this ResultSetobject.
 
- getDatabase() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Synonym for getUrl(). 
- getDatabase() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Synonym for getUrl(). 
- getDatabaseMajorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the major version number of the underlying database. 
- getDatabaseMinorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the minor version number of the underlying database. 
- getDatabaseName() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Synonym for getUrl(). 
- getDatabaseName() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Synonym for getUrl(). 
- getDatabaseName(int, boolean) - Method in class org.hsqldb.server.Server
- 
Retrieves the url alias (network name) of the i'th database
 that this Server hosts. 
- getDatabasePath(int, boolean) - Method in class org.hsqldb.server.Server
- 
Retrieves the HSQLDB path descriptor (uri) of the i'th
 Database that this Server hosts. 
- getDatabaseProductName() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the name of this database product. 
- getDatabaseProductVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the version number of this database product. 
- getDatabaseType(int) - Method in class org.hsqldb.server.Server
-  
- getDataSourceName() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Retrieves the name of the data source. 
- getDataSourceName() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Retrieves the name of the data source. 
- getDate(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC DATEparameter as ajava.sql.Dateobject.
 
- getDate(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC DATEparameter as ajava.sql.Dateobject, using
 the givenCalendarobject
 to construct the date.
 
- getDate(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC DATEparameter as ajava.sql.Dateobject.
 
- getDate(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC DATEparameter as ajava.sql.Dateobject, using
 the givenCalendarobject
 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 ResultSetobject as
 ajava.sql.Dateobject 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 ResultSetobject as
 ajava.sql.Dateobject 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 ResultSetobject as ajava.sql.Dateobject
 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 ResultSetobject as ajava.sql.Dateobject
 in the Java programming language.
 
- getDefaultJdbcDriverName() - Method in class org.hsqldb.lib.RCData
-  
- getDefaultTransactionIsolation() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves this database's default transaction isolation level. 
- getDefaultWebPage() - Method in class org.hsqldb.server.Server
- 
Retrieves the name of the web page served when no page is specified. 
- getDefaultWebPage() - Method in class org.hsqldb.server.WebServer
- 
Retrieves the name of the web page served when no page is specified. 
- getDescription() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Retrieves the description of the data source. 
- getDescription() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Retrieves the description of the data source. 
- getDocumentLocator() - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
- 
Retrieves the Locator. 
- getDouble(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC DOUBLEparameter as adoublein the Java programming language.
 
- getDouble(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC DOUBLEparameter as adoublein 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 ResultSetobject as
 adoublein 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 ResultSetobject as
 adoublein the Java programming language.
 
- getDriverMajorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves this JDBC driver's major version number. 
- getDriverMinorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves this JDBC driver's minor version number. 
- getDriverName() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the name of this JDBC driver. 
- getDriverVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the version number of this JDBC driver as a String.
 
- getEncoding() - Method in class org.hsqldb.jdbc.JDBCClobFile
-  
- getErrWriter() - Method in class org.hsqldb.server.Server
- 
Retrieves the PrintWriter to which server errors are printed. 
- getExportedKeys(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the foreign key columns that reference the
 given table's primary key columns (the foreign keys exported by a
 table). 
- getExtraNameCharacters() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves all the "extra" characters that can be used in unquoted
 identifier names (those beyond a-z, A-Z, 0-9 and _). 
- getFetchDirection() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the direction for fetching rows from
 database tables that is the default for result sets
 generated from this Statementobject.
 
- getFetchDirection() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the fetch direction for this
 ResultSetobject.
 
- 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 Statementobject.
 
- getFetchSize() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the number of result set rows that is the default
 fetch size for ResultSetobjects
 generated from thisStatementobject.
 
- getFetchSize() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the fetch size for this
 ResultSetobject.
 
- getFetchSize() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the number of result set rows that is the default
 fetch size for ResultSetobjects
 generated from thisStatementobject.
 
- getFile() - Method in class org.hsqldb.jdbc.JDBCBlobFile
- 
Retrieves the canonical File object denoting the file that
 backs this BLOB. 
- getFile() - Method in class org.hsqldb.jdbc.JDBCClobFile
- 
Retrieves the canonical File object denoting the file that
 backs this CLOB. 
- getFloat(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC FLOATparameter
 as afloatin the Java programming language.
 
- getFloat(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC FLOATparameter as afloatin 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 ResultSetobject as
 afloatin 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 ResultSetobject as
 afloatin the Java programming language.
 
- getForEachSpec(int) - Static method in class org.hsqldb.sample.TriggerSample
-  
- getFormatId() - Method in class org.hsqldb.jdbc.pool.JDBCXID
-  
- getFunctionColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the given catalog's system or user
 function parameters and return type. 
- getFunctions(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the JDBC 4.1[ system and ]user functions available
 in the given catalog. 
- getGeneratedKeys() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves any auto-generated keys created as a result of executing this
 Statementobject.
 
- getGeneratedKeys() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves any auto-generated keys created as a result of executing this
 Statementobject.
 
- getGlobalTransactionId() - Method in class org.hsqldb.jdbc.pool.JDBCXID
-  
- getHelpString() - Method in class org.hsqldb.server.Server
- 
Retrieves a String object describing the command line and
 properties options for this Server. 
- getHelpString() - Method in class org.hsqldb.server.WebServer
- 
Retrieves a String object describing the command line and
 properties options for this Server. 
- getHoldability() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Retrieves the current holdability of ResultSetobjects
 created using thisConnectionobject.
 
- getHoldability() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the holdability of this ResultSetobject
 
- 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 the given table's foreign key columns (the primary keys
 imported by a table). 
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the given table's indices and statistics. 
- getInt(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC INTEGERparameter
 as anintin the Java programming language.
 
- getInt(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC INTEGERparameter as anintin 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 ResultSetobject as
 anintin 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 ResultSetobject as
 anintin the Java programming language.
 
- getJDBCMajorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the major JDBC version number for this
 driver. 
- getJDBCMinorVersion() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the minor JDBC version number for this
 driver. 
- getLog(Class) - Static method in class org.hsqldb.lib.FrameworkLogger
- 
User's entry-point into this logging system. 
- getLog(Class, String) - Static method in class org.hsqldb.lib.FrameworkLogger
- 
This method just defers to the getLog(Class) method unless default (no
 local configuration) JDK logging is being used; In that case, this method
 assures that the returned logger has an associated FileHander using the
 supplied String identifier. 
- getLog(String, String) - Static method in class org.hsqldb.lib.FrameworkLogger
- 
This method just defers to the getLog(String) method unless default (no
 local configuration) JDK logging is being used; In that case, this method
 assures that the returned logger has an associated FileHander using the
 supplied String identifier. 
- getLog(String) - Static method in class org.hsqldb.lib.FrameworkLogger
- 
Alternative entry-point into this logging system, for cases where you
 want to share a single logger instance among multiple classes, or you
 want to use multiple logger instances from a single class. 
- getLoginTimeout() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Gets the maximum time in seconds that this data source can wait
 while attempting to connect to a database. 
- getLoginTimeout() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Gets the maximum time in seconds that this data source can wait
 while attempting to connect to a database. 
- getLogWriter() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Retrieves the log writer for this DataSourceobject.
 
- getLogWriter() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Retrieves the log writer for this DataSourceobject.
 
- getLogWriter() - Method in class org.hsqldb.server.Server
- 
Retrieves the PrintWriter to which server messages are printed. 
- getLong(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC BIGINTparameter
 as alongin the Java programming language.
 
- getLong(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC BIGINTparameter as alongin 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 ResultSetobject as
 alongin 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 ResultSetobject as
 alongin the Java programming language.
 
- getMacros() - Method in class org.hsqldb.cmdline.SqlFile
-  
- getMajorVersion() - Method in class org.hsqldb.jdbc.JDBCDriver
- 
Gets the driver's major version number. 
- getMajorVersion() - Method in class org.hsqldb.jdbc.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 BYclause.
 
- 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 BYclause.
 
- getMaxColumnsInSelect() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of columns this database allows in a
 SELECTlist.
 
- getMaxColumnsInTable() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of columns this database allows in a table. 
- getMaxConnections() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of concurrent connections to this
 database that are possible. 
- getMaxCursorNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of characters that this database allows in a
 cursor name. 
- getMaxFieldSize() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the maximum number of bytes that can be
 returned for character and binary column values in a ResultSetobject produced by thisStatementobject.
 
- 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 ResultSetobject produced by thisStatementobject.
 
- 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. 
- getMaxRows() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the maximum number of rows that a
 ResultSetobject produced by thisStatementobject can contain.
 
- getMaxRows() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the maximum number of rows that a
 ResultSetobject produced by thisStatementobject can contain.
 
- getMaxRowSize() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of bytes this database allows in
 a single row. 
- getMaxSchemaNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of characters that this database allows in a
 schema name. 
- getMaxStatementLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of characters this database allows in
 an SQL statement. 
- getMaxStatements() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of active statements to this database
 that can be open at the same time. 
- getMaxTableNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of characters this database allows in
 a table name. 
- getMaxTablesInSelect() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of tables this database allows in a
 SELECTstatement.
 
- getMaxUserNameLength() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the maximum number of characters this database allows in
 a user name. 
- getMetaData() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Retrieves a DatabaseMetaDataobject that contains
 metadata about the database to which thisConnectionobject represents a connection.
 
- getMetaData() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves a ResultSetMetaDataobject that contains
 information about the columns of theResultSetobject
 that will be returned when thisPreparedStatementobject
 is executed.
 
- getMetaData() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the  number, types and properties of
 this ResultSetobject's columns.
 
- getMinorVersion() - Method in class org.hsqldb.jdbc.JDBCDriver
- 
Gets the driver's minor version number. 
- getMinorVersion() - Method in class org.hsqldb.jdbc.JDBCDriver
- 
Gets the driver's minor version number. 
- getMoreResults(int) - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Moves to this Statementobject's next result, deals with
 any currentResultSetobject(s) according  to the instructions
 specified by the given flag, and returnstrueif the next result is aResultSetobject.
 
- getMoreResults() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Moves to this Statementobject's next result, returnstrueif it is aResultSetobject, and
 implicitly closes any currentResultSetobject(s) obtained with the methodgetResultSet.
 
- getMoreResults() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Moves to this Statementobject's next result, returnstrueif it is aResultSetobject, and
 implicitly closes any currentResultSetobject(s) obtained with the methodgetResultSet.
 
- getMoreResults(int) - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Moves to this Statementobject's next result, deals with
 any currentResultSetobject(s) according  to the instructions
 specified by the given flag, and returnstrueif the next result is aResultSetobject.
 
- getNCharacterStream(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated parameter as a
 java.io.Readerobject in the Java programming language.
 
- getNCharacterStream(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated parameter as a
 java.io.Readerobject in the Java programming language.
 
- getNCharacterStream(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.io.Readerobject.
 
- getNCharacterStream(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.io.Readerobject.
 
- getNClob(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC NCLOBparameter as ajava.sql.NClobobject in the Java programming language.
 
- getNClob(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC NCLOBparameter as ajava.sql.NClobobject in the Java programming language.
 
- getNClob(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aNClobobject
 in the Java programming language.
 
- getNClob(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as aNClobobject
 in the Java programming language.
 
- getNetworkProtocol() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Retrieves the network protocol of the data source. 
- getNetworkTimeout() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Retrieves the number of milliseconds the driver will
 wait for a database request to complete. 
- getNString(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated NCHAR,NVARCHARorLONGNVARCHARparameter as
 aStringin the Java programming language.
 
- getNString(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated NCHAR,NVARCHARorLONGNVARCHARparameter as
 aStringin the Java programming language.
 
- getNString(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 aStringin the Java programming language.
 
- getNString(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 aStringin the Java programming language.
 
- getNumericFunctions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a comma-separated list of math functions available with
 this database. 
- getObject(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated parameter as an Objectin the Java programming language.
 
- getObject(int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Returns an object representing the value of OUT parameter
 parameterIndexand usesmapfor the custom
 mapping of the parameter value.
 
- getObject(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a parameter as an Objectin the Java
 programming language.
 
- getObject(String, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Returns an object representing the value of OUT parameter
 parameterNameand usesmapfor the custom
 mapping of the parameter value.
 
- getObject(int, Class<T>) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Returns an object representing the value of OUT parameter
 parameterIndexand will convert from the
 SQL type of the parameter to the requested Java data type, if the
 conversion is supported.
 
- getObject(String, Class<T>) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Returns an object representing the value of OUT parameter
 parameterNameand will convert from the
 SQL type of the parameter to the requested Java data type, if the
 conversion is supported.
 
- getObject(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
-  
- getObject(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
-  
- getObject(int, Map) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as anObjectin 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 ResultSetobject as anObjectin the Java programming language.
 
- getObject(int, Class<T>) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject and will convert from the
 SQL type of the column to the requested Java data type, if the
 conversion is supported.
 
- getObject(String, Class<T>) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject and will convert from the
 SQL type of the column to the requested Java data type, if the
 conversion is supported.
 
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.hsqldb.jdbc.JDBCDataSourceFactory
- 
Creates a DataSource object using the javax.naming.Reference object
 specified. 
- getOperationSpec(int) - Static method in class org.hsqldb.sample.TriggerSample
-  
- getOverWrite() - Method in class org.hsqldb.lib.tar.DbBackup
-  
- 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 PreparedStatementobject for which thisParameterMetaDataobject contains
 information.
 
- getParameterMetaData() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the number, types and properties of this
 PreparedStatementobject'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. 
- getParentLogger() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Return the parent Logger of all the Loggers used by this data source. 
- getParentLogger() - Method in class org.hsqldb.jdbc.JDBCDriver
- 
Return the parent Logger of all the Loggers used by this driver. 
- getParentLogger() - Method in class org.hsqldb.jdbc.JDBCDriver
- 
Return the parent Logger of all the Loggers used by this driver. 
- getParentLogger() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Return the parent Logger of all the Loggers used by this data source. 
- getPooledConnection() - Method in class org.hsqldb.jdbc.pool.JDBCPooledDataSource
-  
- getPooledConnection(String, String) - Method in class org.hsqldb.jdbc.pool.JDBCPooledDataSource
-  
- getPort() - Method in class org.hsqldb.server.Server
- 
Retrieves this server's host port. 
- getPrecision(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
- 
Retrieves the designated parameter's specified column size. 
- getPrecision(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
- 
(JDBC4 clarification:)
 Get the designated column's specified column size. 
- getPrimaryKeys(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the given table's primary key columns. 
- getProcedureColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the given catalog's stored procedure parameter
 and result columns. 
- getProcedures(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the stored procedures available in the given
 catalog. 
- getProcedureTerm() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the database vendor's preferred term for "procedure". 
- getProductName() - Method in class org.hsqldb.server.Server
- 
Retrieves this server's product name. 
- getProductName() - Method in class org.hsqldb.server.WebServer
- 
Retrieves this server's product name. 
- getProductVersion() - Method in class org.hsqldb.server.Server
- 
Retrieves the server's product version, as a String. 
- getPropertyInfo(String, Properties) - Method in class org.hsqldb.jdbc.JDBCDriver
- 
Gets information about the possible properties for this driver. 
- getPropertyInfo(String, Properties) - Method in class org.hsqldb.jdbc.JDBCDriver
- 
Gets information about the possible properties for this driver. 
- getProtocol() - Method in class org.hsqldb.server.Server
- 
Retrieves a string resresentaion of the network protocol
 this server offers, typically one of 'HTTP', HTTPS', 'HSQL' or 'HSQLS'. 
- getProtocol() - Method in class org.hsqldb.server.WebServer
- 
Retrieves a string representation of the network protocol
 this server offers, typically one of 'HTTP', HTTPS', 'HSQL' or 'HSQLS'. 
- getPseudoColumns(String, String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the pseudo or hidden columns available
 in a given table within the specified catalog and schema. 
- getQueryTimeout() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the number of seconds the driver will
 wait for a Statementobject to execute.
 
- getQueryTimeout() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the number of seconds the driver will
 wait for a Statementobject to execute.
 
- getQueueSpec(int) - Static method in class org.hsqldb.sample.TriggerSample
-  
- 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 ResultSetobject as aRefobject
 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 ResultSetobject as aRefobject
 in the Java programming language.
 
- getReference() - Method in class org.hsqldb.jdbc.JDBCDataSource
- 
Retrieves the Reference of this object. 
- getReference() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Retrieves the Reference of this object. 
- getReference() - Method in class org.hsqldb.jdbc.pool.JDBCPooledDataSource
- 
Retrieves the Reference of this object. 
- getReference() - Method in class org.hsqldb.jdbc.pool.JDBCXADataSource
- 
Retrieves the Reference of this object. 
- getResultSet() - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves a result set that contains the elements of the SQL
 ARRAYvalue
 designated by thisArrayobject.
 
- getResultSet(Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves a result set that contains the elements of the SQL
 ARRAYvalue designated by thisArrayobject.
 
- getResultSet(long, int) - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves a result set holding the elements of the subarray that
 starts at index indexand contains up tocountsuccessive elements.
 
- getResultSet(long, int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArray
- 
Retrieves a result set holding the elements of the subarray that
 starts at index indexand contains up tocountsuccessive elements.
 
- getResultSet() - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves a result set that contains the elements of the SQL
 ARRAYvalue
 designated by thisArrayobject.
 
- getResultSet(Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves a result set that contains the elements of the SQL
 ARRAYvalue designated by thisArrayobject.
 
- getResultSet(long, int) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves a result set holding the elements of the subarray that
 starts at index indexand contains up tocountsuccessive elements.
 
- getResultSet(long, int, Map<String, Class<?>>) - Method in class org.hsqldb.jdbc.JDBCArrayBasic
- 
Retrieves a result set holding the elements of the subarray that
 starts at index indexand contains up tocountsuccessive elements.
 
- getResultSet() - Method in class org.hsqldb.jdbc.JDBCCallableStatement
-  
- getResultSet() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the current result as a ResultSetobject.
 
- getResultSet() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the current result as a ResultSetobject.
 
- getResultSetConcurrency() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the result set concurrency for ResultSetobjects
 generated by thisStatementobject.
 
- getResultSetConcurrency() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the result set concurrency for ResultSetobjects
 generated by thisStatementobject.
 
- getResultSetHoldability() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
(JDBC4 clarification:)
 Retrieves this database's default holdability for ResultSetobjects.
 
- getResultSetHoldability() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the result set holdability for ResultSetobjects
 generated by thisStatementobject.
 
- getResultSetHoldability() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the result set holdability for ResultSetobjects
 generated by thisStatementobject.
 
- getResultSetType() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the result set type for ResultSetobjects
 generated by thisStatementobject.
 
- getResultSetType() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the result set type for ResultSetobjects
 generated by thisStatementobject.
 
- getRow() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the current row number. 
- getRowId(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC ROWIDparameter as ajava.sql.RowIdobject.
 
- getRowId(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC ROWIDparameter as ajava.sql.RowIdobject.
 
- getRowId(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row of this
 ResultSetobject as ajava.sql.RowIdobject in the Java
 programming language.
 
- getRowId(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row of this
 ResultSetobject as ajava.sql.RowIdobject in the Java
 programming language.
 
- getRowIdLifetime() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Indicates whether or not this data source supports the SQL ROWIDtype,
 and if so  the lifetime for which aRowIdobject remains valid.
 
- getSavepointId() - Method in class org.hsqldb.jdbc.JDBCSavepoint
- 
Retrieves the generated ID for the savepoint that this
 Savepointobject represents.
 
- getSavepointName() - Method in class org.hsqldb.jdbc.JDBCSavepoint
- 
Retrieves the name of the savepoint that this Savepointobject represents.
 
- getScale(int) - Method in class org.hsqldb.jdbc.JDBCParameterMetaData
- 
Retrieves the designated parameter's number of digits to right of the decimal point. 
- getScale(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
- 
Gets the designated column's number of digits to right of the decimal point. 
- getSchema() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Retrieves this Connectionobject's current schema name.
 
- getSchemaName(int) - Method in class org.hsqldb.jdbc.JDBCResultSetMetaData
- 
Get the designated column's table's schema. 
- getSchemas() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the schema names available in this database. 
- getSchemas(String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the schema names available in this database. 
- getSchemaTerm() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the database vendor's preferred term for "schema". 
- getSearchStringEscape() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the string that can be used to escape wildcard characters. 
- getServerError() - Method in class org.hsqldb.server.Server
- 
Retrieves a Throwable indicating the last server error, if any. 
- getServerId() - Method in class org.hsqldb.server.Server
- 
Retrieves a String identifying this Server object. 
- getServerName() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Retrieves the server name attribute. 
- getServerThread() - Method in class org.hsqldb.server.Server
- 
Returns thread object for "HSQLDB Server" thread 
- getSession() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
provides cross-package access to the proprietary (i.e. 
- getShort(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC SMALLINTparameter
 as ashortin the Java programming language.
 
- getShort(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC SMALLINTparameter as ashortin 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 ResultSetobject as
 ashortin 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 ResultSetobject as
 ashortin the Java programming language.
 
- getSingleton() - Static method in class org.hsqldb.auth.AuthBeanMultiplexer
-  
- getSource(Class<T>) - Method in class org.hsqldb.jdbc.JDBCSQLXML
- 
Returns a Source for reading the XML value designated by this SQLXML instance. 
- getSQLKeywords() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a comma-separated list of all of this database's SQL keywords
 that are NOT also SQL:2003 keywords. 
- getSQLStateType() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
(JDBC4 modified:)
 Indicates whether the SQLSTATE returned by SQLException.getSQLStateis X/Open (now known as Open Group) SQL CLI or SQL:2003.
 
- getSQLXML(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated SQL XMLparameter as ajava.sql.SQLXMLobject in the Java programming language.
 
- getSQLXML(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated SQL XMLparameter as ajava.sql.SQLXMLobject in the Java programming language.
 
- getSQLXML(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in  the current row of
  this ResultSetas ajava.sql.SQLXMLobject in the Java programming language.
 
- getSQLXML(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in  the current row of
  this ResultSetas ajava.sql.SQLXMLobject in the Java programming language.
 
- getState() - Method in class org.hsqldb.server.Server
- 
Retrieves current state of this server in numerically coded form. 
- getStateDescriptor() - Method in class org.hsqldb.server.Server
- 
Retrieves a character sequence describing this server's current state,
 including the message of the last exception, if there is one and it
 is still in context. 
- getStatement() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the Statementobject that produced thisResultSetobject.
 
- getString(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC CHAR,VARCHAR, orLONGVARCHARparameter as aStringin the Java programming language.
 
- getString(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC CHAR,VARCHAR,
 orLONGVARCHARparameter as aStringin
 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 ResultSetobject as
 aStringin 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 ResultSetobject as
 aStringin the Java programming language.
 
- getString() - Method in class org.hsqldb.jdbc.JDBCSQLXML
- 
Returns a string representation of the XML value designated by this SQLXML instance. 
- getStringFunctions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a comma-separated list of string functions available with
 this database. 
- getSubString(long, int) - Method in class org.hsqldb.jdbc.JDBCClob
- 
Retrieves a copy of the specified substring
 in the CLOBvalue
 designated by thisClobobject.
 
- getSubString(long, int) - Method in class org.hsqldb.jdbc.JDBCClobClient
- 
Retrieves a copy of the specified substring in the CLOBvalue designated by thisClobobject.
 
- getSubString(long, int) - Method in class org.hsqldb.jdbc.JDBCClobFile
- 
Retrieves a copy of the specified substring
 in the CLOBvalue
 designated by thisClobobject.
 
- getSuperTables(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the table hierarchies defined in a particular
 schema in this database. 
- getSuperTypes(String, String, String) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the user-defined type (UDT) hierarchies defined in a
 particular schema in this database. 
- getSystemFunctions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a comma-separated list of system functions available with
 this database. 
- 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. 
- getTables(String, String, String, String[]) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the tables available in the given catalog. 
- getTableTypes() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the table types available in this database. 
- getTime(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC TIMEparameter as ajava.sql.Timeobject.
 
- getTime(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC TIMEparameter as ajava.sql.Timeobject, using
 the givenCalendarobject
 to construct the time.
 
- getTime(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC TIMEparameter as ajava.sql.Timeobject.
 
- getTime(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC TIMEparameter as ajava.sql.Timeobject, using
 the givenCalendarobject
 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 ResultSetobject as
 ajava.sql.Timeobject 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 ResultSetobject as
 ajava.sql.Timeobject 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 ResultSetobject as ajava.sql.Timeobject 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 ResultSetobject as ajava.sql.Timeobject
 in the Java programming language.
 
- getTimeDateFunctions() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a comma-separated list of the time and date functions available
 with this database. 
- getTimestamp(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC TIMESTAMPparameter as ajava.sql.Timestampobject.
 
- getTimestamp(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC TIMESTAMPparameter as ajava.sql.Timestampobject, using
 the givenCalendarobject to construct
 theTimestampobject.
 
- getTimestamp(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC TIMESTAMPparameter as ajava.sql.Timestampobject.
 
- getTimestamp(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC TIMESTAMPparameter as ajava.sql.Timestampobject, using
 the givenCalendarobject to construct
 theTimestampobject.
 
- getTimestamp(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as
 ajava.sql.Timestampobject 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 ResultSetobject as
 ajava.sql.Timestampobject in the Java programming language.
 
- getTimestamp(int, Calendar) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.sql.Timestampobject
 in the Java programming language.
 
- getTimestamp(String, Calendar) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.sql.Timestampobject
 in the Java programming language.
 
- getTransactionIsolation() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Retrieves this Connectionobject's current
 transaction isolation level.
 
- getTransactionTimeout() - Method in class org.hsqldb.jdbc.pool.JDBCXAResource
-  
- getTriggerDDL(String, int, String, int, String) - Static method in class org.hsqldb.sample.TriggerSample
-  
- getTriggerDescriptor(String, int, String) - Static method in class org.hsqldb.sample.TriggerSample
-  
- getType() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the type of this ResultSetobject.
 
- getTypeInfo() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of all the (JDBC4 clarification:) data types supported by
 this database. 
- getTypeMap() - Method in class org.hsqldb.jdbc.JDBCConnection
- 
Retrieves the Mapobject associated with thisConnectionobject.
 
- getUDTs(String, String, String, int[]) - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves a description of the user-defined types (UDTs) defined
 in a particular schema. 
- getUnicodeStream(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
- getUnicodeStream(String) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
- getUniqueXid(int) - Static method in class org.hsqldb.jdbc.pool.JDBCXID
- 
Retrieves a randomly generated JDBCXID. 
- getUpdateCount() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the current result as an update count;
  if the result is a ResultSetobject or there are no more results, -1
  is returned.
 
- getUpdateCount() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the current result as an update count;
  if the result is a ResultSetobject or there are no more results, -1
  is returned.
 
- getURL(int) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of the designated JDBC DATALINKparameter as ajava.net.URLobject.
 
- getURL(String) - Method in class org.hsqldb.jdbc.JDBCCallableStatement
- 
Retrieves the value of a JDBC DATALINKparameter as ajava.net.URLobject.
 
- getUrl() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Retrieves the jdbc database connection url attribute. 
- getURL() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Retrieves the jdbc database connection url attribute. 
- getURL() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the URL for this DBMS. 
- getUrl() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Retrieves the jdbc database connection url attribute. 
- getURL() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Retrieves the jdbc database connection url attribute. 
- getURL(int) - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the value of the designated column in the current row
 of this ResultSetobject as ajava.net.URLobject 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 ResultSetobject as ajava.net.URLobject in the Java programming language.
 
- getUser() - Method in class org.hsqldb.jdbc.JDBCCommonDataSource
- 
Retrieves the user name for the connection. 
- getUser() - Method in class org.hsqldb.jdbc.JDBCPool
- 
Retrieves the user name for the connection. 
- getUserName() - Method in class org.hsqldb.jdbc.JDBCDatabaseMetaData
- 
Retrieves the user name as known to this database. 
- getUserVars() - Method in class org.hsqldb.cmdline.SqlFile
- 
Get a reference to the user variable map. 
- 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
 Connectionobject.
 
- getWarnings() - Method in class org.hsqldb.jdbc.JDBCPreparedStatement
- 
Retrieves the first warning reported by calls on this Statementobject.
 
- getWarnings() - Method in class org.hsqldb.jdbc.JDBCResultSet
- 
Retrieves the first warning reported by calls on this
 ResultSetobject.
 
- getWarnings() - Method in class org.hsqldb.jdbc.JDBCStatement
- 
Retrieves the first warning reported by calls on this Statementobject.
 
- getWebRoot() - Method in class org.hsqldb.server.Server
- 
Retrieves the root context (directory) from which web content
 is served. 
- getWebRoot() - Method in class org.hsqldb.server.WebServer
- 
Retrieves the root context (directory) from which web content
 is served. 
- getWhenSpec(int) - Static method in class org.hsqldb.sample.TriggerSample
-  
- getWriter() - Method in class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
-  
- getXAConnection() - Method in class org.hsqldb.jdbc.pool.JDBCXADataSource
- 
Get new XAConnection connection, to be managed by a connection manager. 
- getXAConnection(String, String) - Method in class org.hsqldb.jdbc.pool.JDBCXADataSource
- 
Gets a new XAConnection after validating the given username
 and password. 
- getXAResource() - Method in class org.hsqldb.jdbc.pool.JDBCXAConnection
-