1.51.2
A B C D E F G I J K L M N O P R S T U V W X _

A

absolute(int) - Method in class interbase.interclient.ResultSet
Move to an absolute row number in the result set.
acceptsURL(String) - Method in class interbase.interclient.Driver
Returns true if the driver thinks that it can open a connection to the given URL.
activateShadow(String) - Method in class interbase.interclient.ServerManager
Activate a database shadow file.
adapt(int, Object) - Method in class interbase.interclient.ResultSet
Adapt this result set object as described by a modifier in the Adaptor interface.
adapt(int, Object) - Method in interface interbase.interclient.Adaptor
Adapt a JDBC object as described by one of the Adaptor modifiers.
Adaptor - interface interbase.interclient.Adaptor.
Provides a means to modify the standard behavior of an InterClient JDBC object.
addBatch() - Method in class interbase.interclient.PreparedStatement
Add a set of parameters to the batch.
addBatch(String) - Method in class interbase.interclient.Statement
Adds a SQL command to the current batch of commmands for the statement.
addConnectionEventListener(ConnectionEventListener) - Method in class interbase.interclient.PooledConnection
Add an event listener.
addInterBaseLicense(String, String) - Method in class interbase.interclient.ServerManager
Converts the license id and key to a valid license and adds it to the server's license file.
addUser(String, String, Map) - Method in class interbase.interclient.ServerManager
Registers a user with the InterBase server.
afterLast() - Method in class interbase.interclient.ResultSet
Moves to the end of the result set, just after the last row.
allProceduresAreCallable() - Method in class interbase.interclient.DatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user.
allTablesAreSelectable() - Method in class interbase.interclient.DatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user.
Array - class interbase.interclient.Array.
The Java mapping for an SQL Array.

B

backup(String, String[], int[], Map) - Method in class interbase.interclient.ServerManager
Backs up a database to multiple backup files.
backup(String, String, Map) - Method in class interbase.interclient.ServerManager
Backs up a database to a single backup file.
badInstallation - Static variable in class interbase.interclient.ErrorCodes
 
BadInstallationException - exception interbase.interclient.BadInstallationException.
An improper InterClient/InterServer installed configuration has been detected.
beforeFirst() - Method in class interbase.interclient.ResultSet
Moves to the front of the result set, just before the first row.
bestRowNotPseudo - Static variable in class interbase.interclient.DatabaseMetaData
BEST ROW PSEUDO_COLUMN - is NOT a pseudo column.
bestRowPseudo - Static variable in class interbase.interclient.DatabaseMetaData
BEST ROW PSEUDO_COLUMN - is a pseudo column.
bestRowSession - Static variable in class interbase.interclient.DatabaseMetaData
BEST ROW SCOPE - valid for remainder of current session.
bestRowTemporary - Static variable in class interbase.interclient.DatabaseMetaData
BEST ROW SCOPE - very temporary, while using row.
bestRowTransaction - Static variable in class interbase.interclient.DatabaseMetaData
BEST ROW SCOPE - valid for remainder of current transaction.
bestRowUnknown - Static variable in class interbase.interclient.DatabaseMetaData
BEST ROW PSEUDO_COLUMN - may or may not be pseudo column.
betaBuild - Static variable in class interbase.interclient.Driver
An intermediate level of InterClient build certification.
Big5 - Static variable in class interbase.interclient.CharacterEncodings
Big 5 Chinese for Taiwan Multi-byte set.
Blob - class interbase.interclient.Blob.
Represents an SQL 3 Binary Large Object.
Blob() - Constructor for class interbase.interclient.Blob
 
BlobIOException - exception interbase.interclient.BlobIOException.
An exception has occurred while operating on a blob stream.
bringOnline(String) - Method in class interbase.interclient.ServerManager
Brings an offline database back online.
bugCheck - Static variable in class interbase.interclient.ErrorCodes
 
BugCheckException - exception interbase.interclient.BugCheckException.
An internal program state inconsistency has been detected and implies a bug in InterClient, InterServer or InterBase.

C

CallableStatement - class interbase.interclient.CallableStatement.
Represents an SQL stored procedure.
cancel() - Method in class interbase.interclient.Statement
Cancel can be used by one thread to cancel a statement that is being executed by another thread.
cancelRowUpdates() - Method in class interbase.interclient.ResultSet
The cancelRowUpdates() method may be called after calling an updateXXX() method(s) and before calling updateRow() to rollback the updates made to a row.
characterEncoding - Static variable in class interbase.interclient.ErrorCodes
 
CharacterEncodingException - exception interbase.interclient.CharacterEncodingException.
An invalid character encoding was encountered in a string or character stream.
CharacterEncodings - class interbase.interclient.CharacterEncodings.
An enumeration of IANA character encodings supported by InterClient.
clearBatch() - Method in class interbase.interclient.Statement
Make the set of commands in the current batch empty.
clearParameters() - Method in class interbase.interclient.PreparedStatement
In general, parameter values remain in force for repeated use of a Statement.
clearWarnings() - Method in class interbase.interclient.Statement
After this call, getWarnings returns null until a new warning is reported for this Statement.
clearWarnings() - Method in class interbase.interclient.ResultSet
After this call getWarnings returns null until a new warning is reported for this ResultSet.
clearWarnings() - Method in class interbase.interclient.Connection
After this call, getWarnings returns null until a new warning is reported for this Connection.
clearWarnings() - Method in class interbase.interclient.ServerManager
After this call, getWarnings returns null until a new warning is reported for this ServerManager.
clientServerEdition() - Method in class interbase.interclient.Driver
Are remote connections allowed.
Clob - class interbase.interclient.Clob.
Represents an SQL 3 Character Large Object (CLOb).
Clob() - Constructor for class interbase.interclient.Clob
 
close() - Method in class interbase.interclient.PooledConnection
Close the database connection.
close() - Method in class interbase.interclient.Statement
In many cases, it is desirable to immediately release a Statement's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
close() - Method in class interbase.interclient.ResultSet
In some cases, it is desirable to immediately release a ResultSet's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
close() - Method in class interbase.interclient.Connection
In some cases, it is desirable to immediately release a Connection's database and JDBC resources instead of waiting for them to be automatically released; the close method provides this immediate release.
close() - Method in class interbase.interclient.ServerManager
Close the server manager connection and release server manager resources.
ColumnConversionException - exception interbase.interclient.ColumnConversionException.
Invalid result column conversion from JDBC SQL data to requested Java type.
ColumnIndexOutOfBoundsException - exception interbase.interclient.ColumnIndexOutOfBoundsException.
An application is referring to a SQL result column index which is out of bounds.
columnNoNulls - Static variable in class interbase.interclient.ResultSetMetaData
Does not allow NULL values.
columnNoNulls - Static variable in class interbase.interclient.DatabaseMetaData
COLUMN NULLABLE - might not allow NULL values.
columnNullable - Static variable in class interbase.interclient.ResultSetMetaData
Allows NULL values.
columnNullable - Static variable in class interbase.interclient.DatabaseMetaData
COLUMN NULLABLE - definitely allows NULL values.
columnNullableUnknown - Static variable in class interbase.interclient.ResultSetMetaData
Nullability unknown.
columnNullableUnknown - Static variable in class interbase.interclient.DatabaseMetaData
COLUMN NULLABLE - nullability unknown.
CommDiag - class interbase.interclient.utils.CommDiag.
A communication diagnostics utility for verifying basic installation and connectivity of InterClient.
CommDiag() - Constructor for class interbase.interclient.utils.CommDiag
 
commit() - Method in class interbase.interclient.Connection
Commit makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
commit(Xid, boolean) - Method in class interbase.interclient.XAResource
Commit the global transaction specified by xid.
commitRetain() - Method in class interbase.interclient.Connection
Like commit but keeps your snapshot and retains your transaction context.
commitTransactions(String, int[]) - Method in class interbase.interclient.ServerManager
Attempt to commit limbo transactions.
communication - Static variable in class interbase.interclient.ErrorCodes
 
CommunicationException - exception interbase.interclient.CommunicationException.
Networked I/O subsystem communication failure.
CONCUR_READ_ONLY - Static variable in class interbase.interclient.ResultSet
 
CONCUR_UPDATABLE - Static variable in class interbase.interclient.ResultSet
 
connect(String, Properties) - Method in class interbase.interclient.Driver
Try to make a database connection to the given URL.
Connection - class interbase.interclient.Connection.
Represents a database session and provides a factory for SQL statements.
ConnectionCache - class interbase.interclient.ConnectionCache.
The ConnectionCache class implements the javax.sql.ConnectionEventListener interface so that it can be notified when close and error events occur on a PooledConnection that is in use.
ConnectionCache() - Constructor for class interbase.interclient.ConnectionCache
 
connectionClosed(ConnectionEvent) - Method in class interbase.interclient.ConnectionCache
Invoked when the application calls close() on its representation of the connection.
connectionErrorOccurred(ConnectionEvent) - Method in class interbase.interclient.ConnectionCache
Invoked when a fatal connection error occurs, just before an SQLException is thrown to the application.
ConnectionPoolDataSource - class interbase.interclient.ConnectionPoolDataSource.
A ConnectionPoolDataSource object is a factory for PooledConnection objects.
ConnectionPoolDataSource() - Constructor for class interbase.interclient.ConnectionPoolDataSource
 
ConnectionPoolModule - class interbase.interclient.ConnectionPoolModule.
The ConnectionPoolModule class implements the javax.sql.DataSource interface so that an instance of ConnectionPoolModule can be registered with JNDI as a JDBC DataSource.
ConnectionPoolModule() - Constructor for class interbase.interclient.ConnectionPoolModule
 
ConnectionProperties - class interbase.interclient.ConnectionProperties.
Deprecated. deprecated since InterClient 2.0, replaced by DataSource API.
ConnectionProperties() - Constructor for class interbase.interclient.ConnectionProperties
Deprecated. To be deprecated in InterClient 2, replaced by DataSource API.
CorruptDatabaseException - exception interbase.interclient.CorruptDatabaseException.
A database inconsistency has been detected which may indicate a corrupt database.
Cp1250 - Static variable in class interbase.interclient.CharacterEncodings
Windows Eastern Europe/Latin-2.
Cp1251 - Static variable in class interbase.interclient.CharacterEncodings
Windows Cyrillic.
Cp1252 - Static variable in class interbase.interclient.CharacterEncodings
Windows Western Europe/Latin-1.
Cp1253 - Static variable in class interbase.interclient.CharacterEncodings
Windows Greek.
Cp1254 - Static variable in class interbase.interclient.CharacterEncodings
Windows Turkish.
Cp437 - Static variable in class interbase.interclient.CharacterEncodings
PC Original.
Cp850 - Static variable in class interbase.interclient.CharacterEncodings
PC Latin-1.
Cp852 - Static variable in class interbase.interclient.CharacterEncodings
PC Latin-2.
Cp857 - Static variable in class interbase.interclient.CharacterEncodings
PC Turkish.
Cp860 - Static variable in class interbase.interclient.CharacterEncodings
PC Portuguese.
Cp861 - Static variable in class interbase.interclient.CharacterEncodings
PC Icelandic.
Cp863 - Static variable in class interbase.interclient.CharacterEncodings
PC Canadian French.
Cp865 - Static variable in class interbase.interclient.CharacterEncodings
PC Nordic.
createDatabase(String, Map) - Method in class interbase.interclient.ServerManager
Creates a single file database using the specified persistent database properties.
createShadow(String, String[], int[], Map) - Method in class interbase.interclient.ServerManager
Creates a multi-file shadow for a database.
createShadow(String, String, Map) - Method in class interbase.interclient.ServerManager
Creates a single shadow file for a database.
createStatement() - Method in class interbase.interclient.Connection
Create a Statement as a container for executing SQL on this connection.
createStatement(int, int) - Method in class interbase.interclient.Connection
Same as createStatement() above, but allows the default result set type and result set concurrency type to be overridden.

D

DatabaseMetaData - class interbase.interclient.DatabaseMetaData.
Provides information about the database or connection, as well as database capabilities.
DatabaseStatistics - class interbase.interclient.DatabaseStatistics.
Statistics about database page reads and writes to memory and disk, and table operation counts on the database.
DataConversionException - exception interbase.interclient.DataConversionException.
Invalid data conversion.
dataDefinitionCausesTransactionCommit() - Method in class interbase.interclient.DatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit.
dataDefinitionIgnoredInTransactions() - Method in class interbase.interclient.DatabaseMetaData
Is a data definition statement within a transaction ignored.
DataSource - class interbase.interclient.DataSource.
A factory for Connection and ServerManager objects.
DataSource() - Constructor for class interbase.interclient.DataSource
Create a data source with default property values.
DeadlockException - exception interbase.interclient.DeadlockException.
A deadly embrace between two transactions has occurred in which both transactions are waiting for each other to terminate.
deleteDatabase(String) - Method in class interbase.interclient.ServerManager
Remove the database file.
deleteInterBaseLicense(String) - Method in class interbase.interclient.ServerManager
Removes the license specified by the licenseKey.
deleteRow() - Method in class interbase.interclient.ResultSet
Delete the current row from the result set and the underlying database.
deletesAreDetected(int) - Method in class interbase.interclient.DatabaseMetaData
Determine whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
deleteShadow(String) - Method in class interbase.interclient.ServerManager
Deletes the shadow file for a database.
deleteUser(String) - Method in class interbase.interclient.ServerManager
Removes a registered user.
doesMaxRowSizeIncludeBlobs() - Method in class interbase.interclient.DatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs.
Driver - class interbase.interclient.Driver.
Represents a driver implementation and a factory for connections.
Driver() - Constructor for class interbase.interclient.Driver
Create an explicit driver instance.
driverNotCapable - Static variable in class interbase.interclient.ErrorCodes
 
DriverNotCapableException - exception interbase.interclient.DriverNotCapableException.
Attempted use of an unsupported driver or database feature.

E

end(Xid, int) - Method in class interbase.interclient.XAResource
Ends the work performed on behalf of a transaction branch.
ErrorCodes - class interbase.interclient.ErrorCodes.
An enumeration of InterClient error codes.
EscapeSyntaxException - exception interbase.interclient.EscapeSyntaxException.
Denotes improper X/Open CLI escape syntax.
EUCJIS - Static variable in class interbase.interclient.CharacterEncodings
Japanese Extended Unix Code (EUC).
execute() - Method in class interbase.interclient.PreparedStatement
Some prepared statements return multiple results; the execute method handles these complex statements as well as the simpler form of statements handled by executeQuery and executeUpdate.
execute(String) - Method in class interbase.interclient.Statement
Execute a SQL statement that may return multiple results.
executeBatch() - Method in class interbase.interclient.Statement
Submit a batch of commands to the database for execution.
executeQuery() - Method in class interbase.interclient.PreparedStatement
A prepared SQL query is executed and its ResultSet is returned.
executeQuery(String) - Method in class interbase.interclient.Statement
Execute a SQL statement that returns a single ResultSet.
executeUpdate() - Method in class interbase.interclient.PreparedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String) - Method in class interbase.interclient.Statement
Execute a SQL INSERT, UPDATE or DELETE statement.
expiredDriver() - Method in class interbase.interclient.Driver
Has the InterClient driver expired.
ExpiredDriverException - exception interbase.interclient.ExpiredDriverException.
InterClient or InterServer have expired and connections are refused.
ExpiredDriverWarning - exception interbase.interclient.ExpiredDriverWarning.
A warning that InterClient or InterServer have expired, but will continue to function.

F

FETCH_FORWARD - Static variable in class interbase.interclient.ResultSet
The rows in a result set will be processed in a forward direction; first-to-last.
FETCH_REVERSE - Static variable in class interbase.interclient.ResultSet
The rows in a result set will be processed in a reverse direction; last-to-first.
FETCH_UNKNOWN - Static variable in class interbase.interclient.ResultSet
The order in which rows in a result set will be processed is unknown.
finalBuild - Static variable in class interbase.interclient.Driver
The highest level of InterClient build certification.
finalize() - Method in class interbase.interclient.Statement
A statement will be closed when its finalizer is called by the garbage collector.
finalize() - Method in class interbase.interclient.ResultSet
A result set will be closed when its finalizer is called by the garbage collector.
finalize() - Method in class interbase.interclient.Connection
A connection will be closed when its finalizer is called by the garbage collector.
finalize() - Method in class interbase.interclient.ServerManager
A server manager connection will be closed when its finalizer is called by the garbage collector.
findColumn(String) - Method in class interbase.interclient.ResultSet
Map a Resultset column name to a ResultSet column index.
first() - Method in class interbase.interclient.ResultSet
Moves to the first row in the result set.
forget(Xid) - Method in class interbase.interclient.XAResource
Tell the resource manager to forget about a heuristically completed transaction branch.

G

GB2312 - Static variable in class interbase.interclient.CharacterEncodings
Simplified Chinese for People's Republic of China.
getActualCachePagesInUse() - Method in class interbase.interclient.DatabaseMetaData
Gets the actual number of cached page buffers currently being used for this connection.
getArray() - Method in class interbase.interclient.Array
Retrieve the contents of this SQL array as a Java Array object.
getArray(int) - Method in class interbase.interclient.ResultSet
Gets an array column.
getArray(int) - Method in class interbase.interclient.CallableStatement
Get an Array OUT parameter.
getArray(int[][]) - Method in class interbase.interclient.Array
Gets a sub-array described by sliceBounds of this SQL array.
getArray(long, int) - Method in class interbase.interclient.Array
Gets a Java array object containing a slice of this SQL array.
getArray(long, int, Map) - Method in class interbase.interclient.Array
Gets a Java array object containing a slice of this SQL array using a type-map customization.
getArray(Map) - Method in class interbase.interclient.Array
Retrieve the contents of this SQL array as a Java array object using map for type-map customization.
getArray(String) - Method in class interbase.interclient.ResultSet
Gets an array column.
getArrayBaseType(int) - Method in class interbase.interclient.ResultSetMetaData
Gets an array column's base SQL type from java.sql.Types.
getArrayBaseType(int) - Method in class interbase.interclient.ParameterMetaData
Gets an array parameter's base SQL type.
getArrayDimensions(int) - Method in class interbase.interclient.ResultSetMetaData
Gets an array column's dimensions and bounds.
getArrayDimensions(int) - Method in class interbase.interclient.ParameterMetaData
Gets an array parameters dimension and bounds.
getAsciiStream() - Method in class interbase.interclient.Clob
Get the Clob contents as an ascii stream.
getAsciiStream(int) - Method in class interbase.interclient.ResultSet
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getAsciiStream(String) - Method in class interbase.interclient.ResultSet
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getAutoCommit() - Method in class interbase.interclient.Connection
Get the current auto-commit state.
getBackoutCount(String) - Method in class interbase.interclient.DatabaseStatistics
Number of removals of record versions from table.
getBaseType() - Method in class interbase.interclient.Array
Returns the JDBC type of the elements in this array.
getBaseTypeName() - Method in class interbase.interclient.Array
Returns the SQL type name of the elements in this array.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class interbase.interclient.DatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.math.BigDecimal object.
getBigDecimal(int) - Method in class interbase.interclient.CallableStatement
Get the value of a NUMERIC parameter as a java.math.BigDecimal object.
getBigDecimal(int, int) - Method in class interbase.interclient.ResultSet
Deprecated. To be deprecated in InterClient 2, replaced by getBigDecimal(column) without scale in JDBC 2
getBigDecimal(int, int) - Method in class interbase.interclient.CallableStatement
Deprecated. To be deprecated in InterClient 2, replaced by getBigDecimal(parameterIndex) without scale in JDBC 2
getBigDecimal(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.math.BigDecimal object.
getBigDecimal(String, int) - Method in class interbase.interclient.ResultSet
Deprecated. To be deprecated in InterClient 2, replaced by getBigDecimal(columnName) without scale in JDBC 2
getBinaryStream() - Method in class interbase.interclient.Blob
Retrieve the entire BLOB as a stream.
getBinaryStream(int) - Method in class interbase.interclient.ResultSet
A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream.
getBinaryStream(String) - Method in class interbase.interclient.ResultSet
A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream.
getBlob(int) - Method in class interbase.interclient.ResultSet
Gets a BLOB column.
getBlob(int) - Method in class interbase.interclient.CallableStatement
Get a BLOB OUT parameter.
getBlob(String) - Method in class interbase.interclient.ResultSet
Gets a BLOB column.
getBoolean(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java boolean.
getBoolean(int) - Method in class interbase.interclient.CallableStatement
Get the value of a BIT parameter as a Java boolean.
getBoolean(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java boolean.
getBuildCertificationLevel() - Method in class interbase.interclient.Driver
Gets the build certification level for this version of the InterClient driver.
getBuildNumber() - Method in class interbase.interclient.Driver
Gets the build number for this InterClient driver.
getByte(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java byte.
getByte(int) - Method in class interbase.interclient.CallableStatement
Get the value of a TINYINT parameter as a Java byte.
getByte(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java byte.
getBytes(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java byte array.
getBytes(int) - Method in class interbase.interclient.CallableStatement
Get the value of a SQL BINARY or VARBINARY parameter as a Java byte[].
getBytes(long, int) - Method in class interbase.interclient.Blob
Return a copy of the contents of the BLOB at the requested position.
getBytes(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java byte array.
getCatalog() - Method in class interbase.interclient.Connection
Return the Connection's current catalog name.
getCatalogName(int) - Method in class interbase.interclient.ResultSetMetaData
What's a column's table's catalog name.
getCatalogs() - Method in class interbase.interclient.DatabaseMetaData
Get the catalog names available in this database.
getCatalogSeparator() - Method in class interbase.interclient.DatabaseMetaData
What's the separator between catalog and table name.
getCatalogTerm() - Method in class interbase.interclient.DatabaseMetaData
What's the database vendor's preferred term for "catalog".
getCharacterStream() - Method in class interbase.interclient.Clob
Get the Clob contents as a Unicode stream.
getCharacterStream(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.io.Reader.
getCharacterStream(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.io.Reader.
getCharSet() - Method in class interbase.interclient.DataSource
Gets the charSet property value.
getClob(int) - Method in class interbase.interclient.ResultSet
Get a CLOB column.
getClob(int) - Method in class interbase.interclient.CallableStatement
Get a CLOB OUT parameter.
getClob(String) - Method in class interbase.interclient.ResultSet
Gets a CLOB column.
getColumnClassName(int) - Method in class interbase.interclient.ResultSetMetaData
Return the fully qualified name of the Java class whose instances are manufactured if ResultSet.getObject() is called to retrieve a value from the column.
getColumnCount() - Method in class interbase.interclient.ResultSetMetaData
Gets the number of columns in the ResultSet.
getColumnDisplaySize(int) - Method in class interbase.interclient.ResultSetMetaData
What's the column's normal max width in chars.
getColumnLabel(int) - Method in class interbase.interclient.ResultSetMetaData
Gets the suggested column title for use in printouts and displays.
getColumnName(int) - Method in class interbase.interclient.ResultSetMetaData
What's a column's name.
getColumnPrivileges(String, String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of table columns available in a catalog.
getColumnType(int) - Method in class interbase.interclient.ResultSetMetaData
What's a column's SQL type.
getColumnTypeName(int) - Method in class interbase.interclient.ResultSetMetaData
What's a column's data source specific type name.
getCompanyName() - Method in class interbase.interclient.Driver
Gets the name of the company that developed this driver.
getCompatibleIBVersions() - Method in class interbase.interclient.Driver
Gets the InterBase major versions which are compatible with this version of the InterClient driver.
getCompatibleJREVersions() - Method in class interbase.interclient.Driver
Gets the JRE versions which are compatible with this version of the InterClient driver.
getConcurrency() - Method in class interbase.interclient.ResultSet
Return the concurrency of this result set.
getConnection() - Method in class interbase.interclient.PooledConnection
Create an object handle for a database connection.
getConnection() - Method in class interbase.interclient.ConnectionPoolModule
Attempt to establish a database connection.
getConnection() - Method in class interbase.interclient.Statement
Returns the Connection that produced this Statement.
getConnection() - Method in class interbase.interclient.DataSource
Attempt to establish a database connection.
getConnection() - Method in class interbase.interclient.DatabaseMetaData
Return the connection that produced this metadata object.
getConnection(String, String) - Method in class interbase.interclient.ConnectionPoolModule
 
getConnection(String, String) - Method in class interbase.interclient.DataSource
Attempt to establish a database connection.
getContents() - Method in class interbase.interclient.Resources
Extracts an array of key, resource pairs for this bundle.
getContents() - Method in class interbase.interclient.Resources_ru
Extracts an array of key, resource pairs for this bundle.
getContents() - Method in class interbase.interclient.utils.Resources_ru
Extract an array of key, resource pairs for this bundle.
getContents() - Method in class interbase.interclient.utils.Resources
Extract an array of key, resource pairs for this bundle.
getCrossReference(String, String, String, String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table.
getCursorName() - Method in class interbase.interclient.ResultSet
Get the name of the SQL cursor used by this ResultSet.
getDatabaseMajorVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the major version for the InterBase product.
getDatabaseName() - Method in class interbase.interclient.DataSource
Gets the JDBC Standard Extension databaseName property value.
getDatabaseProductName() - Method in class interbase.interclient.DatabaseMetaData
Gets the name of the database product.
getDatabaseProductVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the version of this database product.
getDatabasesInUse() - Method in class interbase.interclient.ServerManager
Gets the names of databases with current connections.
getDataSourceName() - Method in class interbase.interclient.ConnectionPoolModule
 
getDataSourceName() - Method in class interbase.interclient.DataSource
Gets the JDBC Standard Extension dataSourceName property value.
getDate(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.sql.Date object.
getDate(int) - Method in class interbase.interclient.CallableStatement
Get the value of a SQL DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class interbase.interclient.ResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(int, Calendar) - Method in class interbase.interclient.CallableStatement
Get the value of an SQL DATE parameter as a java.sql.Date object InterClient note: Throws a DriverNotCapableException.
getDate(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.sql.Date object.
getDate(String, Calendar) - Method in class interbase.interclient.ResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDefaultTransactionIsolation() - Method in class interbase.interclient.DatabaseMetaData
What's the database's default transaction isolation level.
getDeleteCount(String) - Method in class interbase.interclient.DatabaseStatistics
Number of database record deletes from table.
getDescription() - Method in class interbase.interclient.DataSource
Gets the JDBC Standard Extension description property value.
getDiskReads() - Method in class interbase.interclient.DatabaseStatistics
Number of database page reads from disk.
getDiskWrites() - Method in class interbase.interclient.DatabaseStatistics
Number of database page writes to disk.
getDouble(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java double.
getDouble(int) - Method in class interbase.interclient.CallableStatement
Get the value of a DOUBLE parameter as a Java double.
getDouble(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java double.
getDriverExpirationDate() - Method in class interbase.interclient.DatabaseMetaData
Gets the expiration date for InterClient.
getDriverJDBCNetProtocolVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the JDBC/Net protocol version used by InterClient.
getDriverMajorVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets this JDBC driver's major version number.
getDriverMinorVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets this JDBC driver's minor version number.
getDriverName() - Method in class interbase.interclient.DatabaseMetaData
Gets the name of this JDBC driver.
getDriverVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the version of this JDBC driver.
getExpirationDate() - Method in class interbase.interclient.Driver
Gets the expiration date for this driver.
getExportedKeys(String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExpungeCount(String) - Method in class interbase.interclient.DatabaseStatistics
Number of removals of a record and all of its ancestors from table, for records whose deletions have been committed.
getExtraNameCharacters() - Method in class interbase.interclient.DatabaseMetaData
Get 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 interbase.interclient.Statement
Determine the fetch direction.
getFetchDirection() - Method in class interbase.interclient.ResultSet
Return the fetch direction for this result set.
getFetchSize() - Method in class interbase.interclient.Statement
Determine the default fetch size.
getFetchSize() - Method in class interbase.interclient.ResultSet
Return the fetch size for this result set.
getFloat(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java float.
getFloat(int) - Method in class interbase.interclient.CallableStatement
Get the value of a FLOAT parameter as a Java float.
getFloat(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java float.
getIdentifierQuoteString() - Method in class interbase.interclient.DatabaseMetaData
What's the string used to quote SQL identifiers.
getImportedKeys(String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIndexedReadCount(String) - Method in class interbase.interclient.DatabaseStatistics
Number of table reads done via an index.
getIndexInfo(String, String, String, boolean, boolean) - Method in class interbase.interclient.DatabaseMetaData
Get a description of a table's indices and statistics.
getInsertCount(String) - Method in class interbase.interclient.DatabaseStatistics
Number of record inserts into table.
getInt(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java int.
getInt(int) - Method in class interbase.interclient.CallableStatement
Get the value of an INTEGER parameter as a Java int.
getInt(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java int.
getInterBaseCharacterSetName(String) - Static method in class interbase.interclient.CharacterEncodings
Return the InterBase character set name for a supported Java encoding name.
getInterBaseLicense() - Method in class interbase.interclient.DataSource
Gets the interBaseLicense property value.
getInterBaseLicenses() - Method in class interbase.interclient.ServerManager
Gets all the InterBase license keys and IDs from the InterBase license file.
getInterBaseVersion() - Method in class interbase.interclient.ServerManager
What's the version string for the InterBase server.
getInterServerBuildCertificationLevel() - Method in class interbase.interclient.ServerManager
Gets the build certification level for this version of InterServer.
getInterServerBuildNumber() - Method in class interbase.interclient.ServerManager
What's the build number for InterServer.
getInterServerExpirationDate() - Method in class interbase.interclient.DatabaseMetaData
Gets the expiration date for the server side JDBC middleware server (InterServer).
getInterServerExpirationDate() - Method in class interbase.interclient.ServerManager
Get the expiration date for the server side JDBC middleware server (InterServer).
getInterServerJDBCNetProtocolVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the JDBC/Net protocol version used by InterServer.
getInterServerJDBCNetProtocolVersion() - Method in class interbase.interclient.ServerManager
Get the JDBC/Net protocol used by InterServer.
getInterServerMajorVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the major version number for InterServer.
getInterServerMajorVersion() - Method in class interbase.interclient.ServerManager
What's the major version number for InterServer.
getInterServerMinorVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the minor version number for InterServer.
getInterServerMinorVersion() - Method in class interbase.interclient.ServerManager
What's the minor version number for InterServer.
getInterServerPort() - Method in class interbase.interclient.DatabaseMetaData
Gets the JDBC/Net middleware server (InterServer) port.
getInterServerPort() - Method in class interbase.interclient.ServerManager
Get the JDBC/Net middleware server (InterServer) port.
getInterServerVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the version of the server side JDBC middleware server (InterServer).
getJDBCNetProtocol() - Method in class interbase.interclient.Driver
Gets the database URL prefix to use for InterBase connections.
getJDBCNetProtocolVersion() - Method in class interbase.interclient.Driver
Gets the version of the messaging protocol between InterClient and InterServer.
getLimboTransactions(String) - Method in class interbase.interclient.ServerManager
Gets limbo transaction information for the database.
getLockActivityStream(Map) - Method in class interbase.interclient.ServerManager
Gets a continuous stream of InterBase lock activity from the server.
getLockResolution() - Method in class interbase.interclient.Connection
Gets this Connection's current lock resolution mode.
getLoginTimeout() - Method in class interbase.interclient.ConnectionPoolModule
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLoginTimeout() - Method in class interbase.interclient.ConnectionPoolDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLoginTimeout() - Method in class interbase.interclient.XADataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLoginTimeout() - Method in class interbase.interclient.DataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class interbase.interclient.ConnectionPoolModule
Get the log writer for this data source.
getLogWriter() - Method in class interbase.interclient.ConnectionPoolDataSource
Get the log writer for this data source.
getLogWriter() - Method in class interbase.interclient.XADataSource
Get the log writer for this data source.
getLogWriter() - Method in class interbase.interclient.DataSource
Get the log writer for this data source.
getLong(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java long.
getLong(int) - Method in class interbase.interclient.CallableStatement
Get the value of a BIGINT parameter as a Java long.
getLong(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java long.
getMajorVersion() - Method in class interbase.interclient.Driver
Get the driver's major version number.
getMaxBinaryLiteralLength() - Method in class interbase.interclient.DatabaseMetaData
How many hex characters can you have in an inline binary literal.
getMaxCatalogNameLength() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum length of a catalog name.
getMaxCharLiteralLength() - Method in class interbase.interclient.DatabaseMetaData
What's the max length for a character literal.
getMaxColumnNameLength() - Method in class interbase.interclient.DatabaseMetaData
What's the limit on column name length.
getMaxColumnsInGroupBy() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause.
getMaxColumnsInIndex() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum number of columns allowed in an index.
getMaxColumnsInOrderBy() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause.
getMaxColumnsInSelect() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum number of columns in a "SELECT" list.
getMaxColumnsInTable() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum number of columns in a table.
getMaxConnections() - Method in class interbase.interclient.DatabaseMetaData
How many active connections can we have at a time to this database.
getMaxCursorNameLength() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum cursor name length.
getMaxFieldSize() - Method in class interbase.interclient.Statement
The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR columns.
getMaxIndexLength() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum length of an index (in bytes).
getMaxProcedureNameLength() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum length of a procedure name.
getMaxRows() - Method in class interbase.interclient.Statement
The maxRows limit is the maximum number of rows that a ResultSet can contain.
getMaxRowSize() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum length of a single row.
getMaxSchemaNameLength() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum length allowed for a schema name.
getMaxStatementLength() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum length of a SQL statement.
getMaxStatements() - Method in class interbase.interclient.DatabaseMetaData
How many active statements can we have open at one time to this database.
getMaxTableNameLength() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum length of a table name.
getMaxTablesInSelect() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum number of tables in a SELECT.
getMaxUserNameLength() - Method in class interbase.interclient.DatabaseMetaData
What's the maximum length of a user name.
getMemoryReads() - Method in class interbase.interclient.DatabaseStatistics
Number of memory reads from cache.
getMemoryWrites() - Method in class interbase.interclient.DatabaseStatistics
Number of memory writes to cache.
getMetaData() - Method in class interbase.interclient.ResultSet
The number, types and properties of a ResultSet's columns are provided by the getMetaData method.
getMetaData() - Method in class interbase.interclient.PreparedStatement
The number, types and properties of a ResultSet's columns are provided by the getMetaData method.
getMetaData() - Method in class interbase.interclient.Connection
A Connection's database is able to provide information describing its tables, its supported SQL grammar, its stored procedures, the capabilities of this connection, etc.
getMinorVersion() - Method in class interbase.interclient.Driver
Get the driver's minor version number.
getMoreResults() - Method in class interbase.interclient.Statement
getMoreResults moves to a Statement's next result.
getNetworkProtocol() - Method in class interbase.interclient.DataSource
Gets the JDBC Standard Extension networkProtocol property value.
getNumberOfInterBaseConnectionsInUse() - Method in class interbase.interclient.ServerManager
Returns the total number of database connections to the InterBase server.
getNumericFunctions() - Method in class interbase.interclient.DatabaseMetaData
Get a comma separated list of math functions.
getObject(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java object.
getObject(int) - Method in class interbase.interclient.CallableStatement
Get the value of a parameter as a Java object.
getObject(int, Map) - Method in class interbase.interclient.ResultSet
Returns the value of result column as a Java object.
getObject(int, Map) - Method in class interbase.interclient.CallableStatement
Returns an object representing the value of OUT parameter i.
getObject(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java object.
getObject(String, Map) - Method in class interbase.interclient.ResultSet
Returns the value of a result column as a Java object.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class interbase.interclient.ObjectFactory
Reconstructs an InterClient data source object from a JNDI data source reference.
getODSMajorVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the On Disk Structure (ODS) major version for the database.
getODSMinorVersion() - Method in class interbase.interclient.DatabaseMetaData
Gets the On Disk Structure (ODS) minor version for the database.
getPageAllocation() - Method in class interbase.interclient.DatabaseMetaData
Gets the number of pages currently allocated for this database.
getPageSize() - Method in class interbase.interclient.DatabaseMetaData
Gets the page size for this database.
getParameterCount() - Method in class interbase.interclient.ParameterMetaData
Gets the number of input parameters of a dynamically prepared statement.
getParameterMetaData() - Method in class interbase.interclient.PreparedStatement
Get meta data describing the parameters to this prepared statement.
getParameterType(int) - Method in class interbase.interclient.ParameterMetaData
Gets the parameter SQL type for an input column of a prepared statement.
getParameterTypeName(int) - Method in class interbase.interclient.ParameterMetaData
Gets the InterBase type name for an input column.
getPassword() - Method in class interbase.interclient.DataSource
Gets the JDBC Standard Extension password property value.
getPersistentDatabaseCachePages() - Method in class interbase.interclient.DatabaseMetaData
Gets the number of cache page buffers as a persistent property of the database.
getPooledConnection() - Method in class interbase.interclient.ConnectionPoolDataSource
Attempt to establish a database connection.
getPooledConnection(String, String) - Method in class interbase.interclient.ConnectionPoolDataSource
Attempt to establish a database connection.
getPortNumber() - Method in class interbase.interclient.DataSource
Gets the JDBC Standard Extension portNumber property value.
getPrecision(int) - Method in class interbase.interclient.ResultSetMetaData
What's a column's number of decimal digits.
getPrecision(int) - Method in class interbase.interclient.ParameterMetaData
Gets the number of decimal digits for an input column.
getPrimaryKeys(String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedures(String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of stored procedures available in a catalog.
getProcedureTerm() - Method in class interbase.interclient.DatabaseMetaData
What's the database vendor's preferred term for "procedure".
getPropertyInfo(String, Properties) - Method in class interbase.interclient.Driver
The getPropertyInfo method is intended to allow a generic GUI tool to discover what properties it should prompt a human for in order to get enough information to connect to a database.
getPurgeCount(String) - Method in class interbase.interclient.DatabaseStatistics
Number of removals of old versions of fully mature records from table (records committed, resulting in older ancestor versions no longer being needed).
getQueryTimeout() - Method in class interbase.interclient.Statement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getRef(int) - Method in class interbase.interclient.ResultSet
Get a REF(<structured-type>) column.
getRef(int) - Method in class interbase.interclient.CallableStatement
Get a REF(<structured-type>) OUT parameter.
getRef(String) - Method in class interbase.interclient.ResultSet
Get a REF(<structured-type>) column.
getReference() - Method in class interbase.interclient.ConnectionPoolModule
Creates a JNDI naming Reference of this data source.
getReference() - Method in class interbase.interclient.DataSource
Creates a JNDI naming Reference of this data source.
getRegisteredUsers() - Method in class interbase.interclient.ServerManager
Returns registered user information as a map from username to a userInformation array object.
getResultSet() - Method in class interbase.interclient.Statement
getResultSet returns the current result as a ResultSet.
getResultSet() - Method in class interbase.interclient.Array
Gets a result set that contains the elements of this array.
getResultSet(int[][]) - Method in class interbase.interclient.Array
Gets a result set holding the elements of a sub-array, or slice, described by sliceBounds.
getResultSet(long, int) - Method in class interbase.interclient.Array
Gets a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(long, int, Map) - Method in class interbase.interclient.Array
Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(Map) - Method in class interbase.interclient.Array
Gets a result set that contains the elements of this array using map to map the array elements.
getResultSetConcurrency() - Method in class interbase.interclient.Statement
Determine the result set concurrency.
getResultSetMetaData() - Method in class interbase.interclient.PreparedStatement
Deprecated. To be deprecated in InterClient 2, replaced by getMetaData() in JDBC 2.
getResultSetType() - Method in class interbase.interclient.Statement
Determine the result set type.
getRoleName() - Method in class interbase.interclient.DataSource
Gets the JDBC Standard Extension roleName property value.
getRow() - Method in class interbase.interclient.ResultSet
Determine the current row number.
getScale(int) - Method in class interbase.interclient.ResultSetMetaData
What's a column's number of digits to right of the decimal point.
getScale(int) - Method in class interbase.interclient.ParameterMetaData
Gets the number of digits to the right of the decimal for an input column.
getSchemaName(int) - Method in class interbase.interclient.ResultSetMetaData
What's a column's table's schema.
getSchemas() - Method in class interbase.interclient.DatabaseMetaData
Get the schema names available in this database.
getSchemaTerm() - Method in class interbase.interclient.DatabaseMetaData
What's the database vendor's preferred term for "schema".
getSearchStringEscape() - Method in class interbase.interclient.DatabaseMetaData
This is the string that can be used to escape the wildcard characters '_' or '%' in the string pattern style catalog search parameters.
getSequentialReadCount(String) - Method in class interbase.interclient.DatabaseStatistics
Number of sequential table reads.
getServerManager() - Method in class interbase.interclient.DataSource
Creates a special attachment to the datasource for the purpose of managing an InterBase server.
getServerManager(String, String) - Method in class interbase.interclient.DataSource
Attempts to create a special attachment to the datasource for the purpose of managing an InterBase server.
getServerManagerHost() - Method in class interbase.interclient.DataSource
Gets the serverManagerHost property value.
getServerName() - Method in class interbase.interclient.DataSource
Gets the JDBC Standard Extension serverName property value.
getShort(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java short.
getShort(int) - Method in class interbase.interclient.CallableStatement
Get the value of a SMALLINT parameter as a Java short.
getShort(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java short.
getSQLKeywords() - Method in class interbase.interclient.DatabaseMetaData
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getStatement() - Method in class interbase.interclient.ResultSet
Returns the Statement that produced this ResultSet.
getStatistics() - Method in class interbase.interclient.DatabaseMetaData
Gets statistics for the database as a whole.
getStatisticsText(String, Map) - Method in class interbase.interclient.ServerManager
Gets database statistics as a text string.
getString(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java String.
getString(int) - Method in class interbase.interclient.CallableStatement
Get the value of a CHAR, VARCHAR, or LONGVARCHAR parameter as a Java String.
getString(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a Java String.
getStringFunctions() - Method in class interbase.interclient.DatabaseMetaData
Get a comma separated list of string functions.
getSubString(long, int) - Method in class interbase.interclient.Clob
Return copy of the substring of the Clob at the requested position.
getSuggestedCachePages() - Method in class interbase.interclient.DataSource
Gets the suggestedCachePages property value.
getSupportedEncodings() - Static method in class interbase.interclient.CharacterEncodings
Return an array of all Java encodings supported by the driver.
getSweepInterval() - Method in class interbase.interclient.DatabaseMetaData
Gets the sweep interval for automatic housekeeping.
getSweepOnConnect() - Method in class interbase.interclient.DataSource
Gets the sweepOnConnect property value.
getSystemFunctions() - Method in class interbase.interclient.DatabaseMetaData
Get a comma separated list of system functions.
getTableLock(String) - Method in class interbase.interclient.Connection
Gets the current table lock mode on a table for this transaction.
getTableName(int) - Method in class interbase.interclient.ResultSetMetaData
Gets a column's origination table name.
getTablePrivileges(String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class interbase.interclient.DatabaseMetaData
Get a description of tables available in a catalog.
getTableTypes() - Method in class interbase.interclient.DatabaseMetaData
Get the table types available in this database.
getTime(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTime(int) - Method in class interbase.interclient.CallableStatement
Get the value of a SQL TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class interbase.interclient.ResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(int, Calendar) - Method in class interbase.interclient.CallableStatement
Get the value of an SQL TIME parameter as a java.sql.Time object.
getTime(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in class interbase.interclient.ResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTimeDateFunctions() - Method in class interbase.interclient.DatabaseMetaData
Get a comma separated list of time and date functions.
getTimestamp(int) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int) - Method in class interbase.interclient.CallableStatement
Get the value of a SQL TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class interbase.interclient.ResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class interbase.interclient.CallableStatement
Get the value of a SQL TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String) - Method in class interbase.interclient.ResultSet
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class interbase.interclient.ResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTransactionId() - Method in class interbase.interclient.Connection
Get the InterBase transaction id for the current transaction.
getTransactionIsolation() - Method in class interbase.interclient.Connection
Get this Connection's current transaction isolation mode.
getTransactionTimeout() - Method in class interbase.interclient.XAResource
Obtain the current transaction timeout value set for this XAResource instance.
getType() - Method in class interbase.interclient.ResultSet
Return the type of this result set.
getTypeInfo() - Method in class interbase.interclient.DatabaseMetaData
Get a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class interbase.interclient.Connection
Get the type-map object associated with this connection.
getUDFs() - Method in class interbase.interclient.DatabaseMetaData
Gets a list of the User-Defined Functions on this database.
getUDTs(String, String, String, int[]) - Method in class interbase.interclient.DatabaseMetaData
Get a description of the user-defined types defined in a particular schema.
getUnicodeStream(int) - Method in class interbase.interclient.ResultSet
Deprecated. To be deprecated in InterClient 2, replaced by getCharacterStream(column) in JDBC 2.
getUnicodeStream(String) - Method in class interbase.interclient.ResultSet
Deprecated. To be deprecated in InterClient 2, replaced by getCharacterStream(columnName) in JDBC 2.
getUpdateCount() - Method in class interbase.interclient.Statement
getUpdateCount returns the current result as an update count; if the result is a ResultSet or there are no more results, -1 is returned.
getUpdateCount(String) - Method in class interbase.interclient.DatabaseStatistics
Number of table updates.
getURL() - Method in class interbase.interclient.DatabaseMetaData
What's the url for this database.
getUser() - Method in class interbase.interclient.DataSource
Gets the JDBC Standard Extension user property value.
getUserName() - Method in class interbase.interclient.DatabaseMetaData
What's our user name as known to the database.
getUsersConnected() - Method in class interbase.interclient.DatabaseMetaData
Gets a list of users currently connected to this database.
getVersionAcknowledgement() - Method in class interbase.interclient.Connection
Gets the current version-acknowledgement mode for a read-committed transaction.
getVersionColumns(String, String, String) - Method in class interbase.interclient.DatabaseMetaData
Get a description of a table's columns that are automatically updated when any value in a row is updated.
getWarnings() - Method in class interbase.interclient.Statement
The first warning reported by calls on this Statement is returned.
getWarnings() - Method in class interbase.interclient.ResultSet
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in class interbase.interclient.Connection
The first warning reported by calls on this Connection is returned.
getWarnings() - Method in class interbase.interclient.ServerManager
The first warning reported by calls on this ServerManager is returned.
getXAConnection() - Method in class interbase.interclient.XADataSource
Attempt to establish a database connection.
getXAConnection(String, String) - Method in class interbase.interclient.XADataSource
Attempt to establish a database connection.
getXAResource() - Method in class interbase.interclient.XAConnection
Return an XA resource to the caller.

I

IGNORE_UNCOMMITTED_RECORD_VERSIONS_ON_READ - Static variable in class interbase.interclient.Connection
A read-committed version-acknowledgement mode in which transactions read the most recent committed updates of concurrent transactions.
importedKeyCascade - Static variable in class interbase.interclient.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - for update, change imported key to agree with primary key update; for delete, delete rows that import a deleted key.
importedKeyInitiallyDeferred - Static variable in class interbase.interclient.DatabaseMetaData
IMPORT KEY DEFERRABILITY - see SQL92 for definition
importedKeyInitiallyImmediate - Static variable in class interbase.interclient.DatabaseMetaData
IMPORT KEY DEFERRABILITY - see SQL92 for definition
importedKeyNoAction - Static variable in class interbase.interclient.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - do not allow update or delete of primary key if it has been imported.
importedKeyNotDeferrable - Static variable in class interbase.interclient.DatabaseMetaData
IMPORT KEY DEFERRABILITY - see SQL92 for definition
importedKeyRestrict - Static variable in class interbase.interclient.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - do not allow update or delete of primary key if it has been imported.
importedKeySetDefault - Static variable in class interbase.interclient.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - change imported key to default values if its primary key has been updated or deleted.
importedKeySetNull - Static variable in class interbase.interclient.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - change imported key to NULL if its primary key has been updated or deleted.
init() - Method in class interbase.interclient.utils.CommDiag
Initialize CommDiag as an applet.
insertRow() - Method in class interbase.interclient.ResultSet
Insert the contents of the insert row into the result set and the database.
insertsAreDetected(int) - Method in class interbase.interclient.DatabaseMetaData
Determine whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
interbase.interclient - package interbase.interclient
Provides a pure Java JDBC client library and extensions for the InterBase RDBMS.
interbase.interclient.utils - package interbase.interclient.utils
Provides a set of utilities for InterClient.
inTransaction() - Method in class interbase.interclient.Connection
Is a transaction currently active on this connection.
InvalidArgumentException - exception interbase.interclient.InvalidArgumentException.
An application is calling a method with improper argument(s).
invalidOperation - Static variable in class interbase.interclient.ErrorCodes
 
InvalidOperationException - exception interbase.interclient.InvalidOperationException.
An application is calling a method out of context, or in a manner not allowed according to the JDBC specification.
isAfterLast() - Method in class interbase.interclient.ResultSet
Determine if the cursor is after the last row in the result set.
isAutoIncrement(int) - Method in class interbase.interclient.ResultSetMetaData
Is the column automatically numbered, thus read-only.
isBeforeFirst() - Method in class interbase.interclient.ResultSet
Determine if the cursor is before the first row in the result set.
isCaseSensitive(int) - Method in class interbase.interclient.ResultSetMetaData
Does a column's case matters.
isCatalogAtStart() - Method in class interbase.interclient.DatabaseMetaData
Does a catalog appear at the start of a qualified table name.
isClosed() - Method in class interbase.interclient.Connection
Tests to see if a Connection is closed.
isCurrency(int) - Method in class interbase.interclient.ResultSetMetaData
Is the column a cash value.
isDatabaseReadWrite() - Method in class interbase.interclient.DatabaseMetaData
Is the database itself a read-write database.
isDefinitelyWritable(int) - Method in class interbase.interclient.ResultSetMetaData
Will a write on the column definitely succeed.
isFirst() - Method in class interbase.interclient.ResultSet
Determine if the cursor is on the first row of the result set.
isLast() - Method in class interbase.interclient.ResultSet
Determine if the cursor is on the last row of the result set.
isNull(int) - Method in class interbase.interclient.ResultSet
Is the column value a SQL NULL.
isNullable(int) - Method in class interbase.interclient.ResultSetMetaData
Can you can put a NULL in this column.
isNullable(int) - Method in class interbase.interclient.ParameterMetaData
Can you put a null for this input column.
isReadOnly() - Method in class interbase.interclient.DatabaseMetaData
Is the database in read-only mode.
isReadOnly() - Method in class interbase.interclient.Connection
Tests to see if the connection is in read-only mode.
isReadOnly(int) - Method in class interbase.interclient.ResultSetMetaData
Is a column definitely not writable.
isSearchable(int) - Method in class interbase.interclient.ResultSetMetaData
Can a column be used in a where clause.
isSigned(int) - Method in class interbase.interclient.ResultSetMetaData
Is the column a signed number.
isWritable(int) - Method in class interbase.interclient.ResultSetMetaData
Is it possible for a write on the column to succeed.

J

jdbcCompliant() - Method in class interbase.interclient.Driver
Report whether the Driver is a genuine JDBC COMPLIANT (tm) driver.

K

KSC5601 - Static variable in class interbase.interclient.CharacterEncodings
Korean.

L

last() - Method in class interbase.interclient.ResultSet
Moves to the last row in the result set.
length() - Method in class interbase.interclient.Blob
The length of the Binary Large OBject in bytes.
length() - Method in class interbase.interclient.Clob
The length of the Character Large Object in characters.
LOCK_RESOLUTION_NO_WAIT - Static variable in class interbase.interclient.Connection
The InterBase lock resolution protocol in which a transaction will not wait for locks to be released, but instead, a LockConflictException is thrown immediately.
LOCK_RESOLUTION_WAIT - Static variable in class interbase.interclient.Connection
The default lock resolution mode for InterBase in which a transaction will wait for a database lock.
LockConflictException - exception interbase.interclient.LockConflictException.
A database lock conflict has occured.
lookup() - Method in class interbase.interclient.ConnectionCache
 

M

main(String[]) - Static method in class interbase.interclient.utils.CommDiag
The CommDiag application.
missingResourceBundle - Static variable in class interbase.interclient.ErrorCodes
 
modifyUser(String, Map) - Method in class interbase.interclient.ServerManager
Change the user information for a registered user.
modifyUser(String, String) - Method in class interbase.interclient.ServerManager
Change the password for a registered user.
moveToCurrentRow() - Method in class interbase.interclient.ResultSet
Move the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class interbase.interclient.ResultSet
Move to the insert row.

N

nativeSQL(String) - Method in class interbase.interclient.Connection
Gets the native SQL recognized by the underlying DBMS for the given JDBC sql string.
next() - Method in class interbase.interclient.ResultSet
A ResultSet is initially positioned before its first row; the first call to next makes the first row the current row; the second call makes the second row the current row, etc.
NONE - Static variable in class interbase.interclient.CharacterEncodings
The default encoding is no encoding at all.
nullPlusNonNullIsNull() - Method in class interbase.interclient.DatabaseMetaData
Are concatenations between NULL and non-NULL values NULL.
nullsAreSortedAtEnd() - Method in class interbase.interclient.DatabaseMetaData
Are NULL values sorted at the end regardless of sort order.
nullsAreSortedAtStart() - Method in class interbase.interclient.DatabaseMetaData
Are NULL values sorted at the start regardless of sort order.
nullsAreSortedHigh() - Method in class interbase.interclient.DatabaseMetaData
Are NULL values sorted high.
nullsAreSortedLow() - Method in class interbase.interclient.DatabaseMetaData
Are NULL values sorted low.

O

ObjectFactory - class interbase.interclient.ObjectFactory.
The component that actually reconstructs a data source object when it is retrieved from JNDI.
ObjectFactory() - Constructor for class interbase.interclient.ObjectFactory
 
othersDeletesAreVisible(int) - Method in class interbase.interclient.DatabaseMetaData
Determine whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class interbase.interclient.DatabaseMetaData
Determine whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class interbase.interclient.DatabaseMetaData
Determine whether updates made by others are visible.
outOfMemory - Static variable in class interbase.interclient.ErrorCodes
 
OutOfMemoryException - exception interbase.interclient.OutOfMemoryException.
InterBase or InterServer host memory has been exhausted.
ownDeletesAreVisible(int) - Method in class interbase.interclient.DatabaseMetaData
Determine whether a result set's own deletes visible.
ownInsertsAreVisible(int) - Method in class interbase.interclient.DatabaseMetaData
Determine whether a result set's own inserts visible.
ownUpdatesAreVisible(int) - Method in class interbase.interclient.DatabaseMetaData
Determine whether a result set's own updates visible.

P

ParameterConversionException - exception interbase.interclient.ParameterConversionException.
Invalid data conversion from user supplied parameter data to JDBC SQL type.
ParameterIndexOutOfBoundsException - exception interbase.interclient.ParameterIndexOutOfBoundsException.
An application is referring to a prepared statement parameter index which is out of bounds.
ParameterMetaData - class interbase.interclient.ParameterMetaData.
Describes input column information for the parameters of a prepared statement.
PooledConnection - class interbase.interclient.PooledConnection.
A PooledConnection object is a connection object that provides hooks for connection pool management.
PooledConnection() - Constructor for class interbase.interclient.PooledConnection
 
position(Blob, long) - Method in class interbase.interclient.Blob
Determine the byte position at which the given pattern pattern starts in the BLOB.
position(byte[], long) - Method in class interbase.interclient.Blob
Determine the byte position at which the given byte pattern starts in the BLOB.
position(Clob, long) - Method in class interbase.interclient.Clob
Determine the character position at which the given substring searchstr appears in the CLOB.
position(String, long) - Method in class interbase.interclient.Clob
Determine the character position at which the given substring searchstr appears in the CLOB.
prepare(Xid) - Method in class interbase.interclient.XAResource
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
prepareArray(int, String, String) - Method in class interbase.interclient.PreparedStatement
"Prepares" an array to get the necessary metadata for an array parameter.
prepareCall(String) - Method in class interbase.interclient.Connection
Prepare a CallableStatement for subsequent use on this connection.
prepareCall(String, int, int) - Method in class interbase.interclient.Connection
Same as the JDBC 1 prepareCall(sql), but allows the default result set type and result set concurrency type to be overridden.
PreparedStatement - class interbase.interclient.PreparedStatement.
Represents a precompiled SQL statement, possibly parameterized.
prepareStatement(String) - Method in class interbase.interclient.Connection
Prepare SQL as a PreparedStatement for subsequent use on this connection.
prepareStatement(String, int, int) - Method in class interbase.interclient.Connection
Same as prepareStatement() above, but allows the default result set type and result set concurrency type to be overridden.
previous() - Method in class interbase.interclient.ResultSet
Moves to the previous row in the result set.
procedureColumnIn - Static variable in class interbase.interclient.DatabaseMetaData
COLUMN_TYPE - IN parameter.
procedureColumnInOut - Static variable in class interbase.interclient.DatabaseMetaData
COLUMN_TYPE - INOUT parameter.
procedureColumnOut - Static variable in class interbase.interclient.DatabaseMetaData
COLUMN_TYPE - OUT parameter.
procedureColumnResult - Static variable in class interbase.interclient.DatabaseMetaData
COLUMN_TYPE - result column in ResultSet.
procedureColumnReturn - Static variable in class interbase.interclient.DatabaseMetaData
COLUMN_TYPE - procedure return value.
procedureColumnUnknown - Static variable in class interbase.interclient.DatabaseMetaData
COLUMN_TYPE - nobody knows.
procedureNoNulls - Static variable in class interbase.interclient.DatabaseMetaData
TYPE NULLABLE - does not allow NULL values.
procedureNoResult - Static variable in class interbase.interclient.DatabaseMetaData
PROCEDURE_TYPE - Does not return a result.
procedureNullable - Static variable in class interbase.interclient.DatabaseMetaData
TYPE NULLABLE - allows NULL values.
procedureNullableUnknown - Static variable in class interbase.interclient.DatabaseMetaData
TYPE NULLABLE - nullability unknown.
procedureResultUnknown - Static variable in class interbase.interclient.DatabaseMetaData
PROCEDURE_TYPE - May return a result.
procedureReturnsResult - Static variable in class interbase.interclient.DatabaseMetaData
PROCEDURE_TYPE - Returns a result.

R

RECOGNIZE_UNCOMMITTED_RECORD_VERSIONS_ON_READ - Static variable in class interbase.interclient.Connection
A read-committed version-acknowledgement mode in which transactions read the last committed update but not if an uncommitted update is pending.
recover(int) - Method in class interbase.interclient.XAResource
Obtain a list of prepared transaction branches from a resource manager.
refreshRow() - Method in class interbase.interclient.ResultSet
Refresh the value of the current row with its current value in the database.
registerOutParameter(int, int) - Method in class interbase.interclient.CallableStatement
Register an out parameter to a stored procedure.
registerOutParameter(int, int, int) - Method in class interbase.interclient.CallableStatement
Register a Numeric or Decimal out parameter to a stored procedure.
registerOutParameter(int, int, String) - Method in class interbase.interclient.CallableStatement
Registers the designated output parameter.
relative(int) - Method in class interbase.interclient.ResultSet
Moves a relative number of rows, either positive or negative.
remoteProtocol - Static variable in class interbase.interclient.ErrorCodes
 
RemoteProtocolException - exception interbase.interclient.RemoteProtocolException.
InterClient remote client/server communication protocol exception.
removeConnectionEventListener(ConnectionEventListener) - Method in class interbase.interclient.PooledConnection
Remove an event listener.
repair(String, Map) - Method in class interbase.interclient.ServerManager
Validate and mend the database where possible.
reserveSpaceForVersioning(String, boolean) - Method in class interbase.interclient.ServerManager
Specify whether or not space is reserved on each newly created database page for anticipated record versions.
reservingSpaceForVersioning() - Method in class interbase.interclient.DatabaseMetaData
Is space currently being reserved on each newly created database page for anticipated record versions.
Resources - class interbase.interclient.Resources.
Default resource bundle for InterClient error messages and hardwired text within the driver.
Resources - class interbase.interclient.utils.Resources.
Default resource bundle for hardwired text and GUI labels within the InterClient utilities package.
Resources_ru - class interbase.interclient.Resources_ru.
Russian resource bundle for InterClient.
Resources_ru - class interbase.interclient.utils.Resources_ru.
Russian resource bundle for InterClient utilities.
Resources_ru() - Constructor for class interbase.interclient.Resources_ru
 
Resources_ru() - Constructor for class interbase.interclient.utils.Resources_ru
 
Resources() - Constructor for class interbase.interclient.Resources
 
Resources() - Constructor for class interbase.interclient.utils.Resources
 
restore(String, String[], int[], Map) - Method in class interbase.interclient.ServerManager
Restores a backup to multiple database files.
restore(String, String, Map) - Method in class interbase.interclient.ServerManager
Restores a backup to a single working database file.
ResultSet - class interbase.interclient.ResultSet.
Represents a cursor for the results of a SQL query.
ResultSetMetaData - class interbase.interclient.ResultSetMetaData.
Describes column information for a result set.
revert(int) - Method in class interbase.interclient.ResultSet
Revert back to default JDBC behavior for this object previously adapted for the modification described by the given modifier.
revert(int) - Method in interface interbase.interclient.Adaptor
Revert back to the default JDBC behavior for this previously adapted object.
RIGHT_TRIM_STRINGS - Static variable in interface interbase.interclient.Adaptor
This modifier instructs an adaptable result set object to create String instances for SQL CHAR fields with white space already trimmed from the end of the String.
rollback() - Method in class interbase.interclient.Connection
Rollback drops all changes made since the previous commit/rollback and releases any database locks currently held by the Connection.
rollback(Xid) - Method in class interbase.interclient.XAResource
Inform the resource manager to roll back work done on behalf of a transaction branch
rollbackTransactions(String, int[]) - Method in class interbase.interclient.ServerManager
Rollback limbo transactions.
rowDeleted() - Method in class interbase.interclient.ResultSet
Determine if this row has been deleted.
rowInserted() - Method in class interbase.interclient.ResultSet
Determine if the current row has been inserted.
rowUpdated() - Method in class interbase.interclient.ResultSet
Determine if the current row has been updated.

S

ServerManager - class interbase.interclient.ServerManager.
Provides a session for servicing an InterBase server.
setArray(int, Array) - Method in class interbase.interclient.PreparedStatement
Sets an Array parameter.
setAsciiStream(int, InputStream, int) - Method in class interbase.interclient.PreparedStatement
When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
setAutoCommit(boolean) - Method in class interbase.interclient.Connection
Enable or disable auto-commit on this connection.
setBigDecimal(int, BigDecimal) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a java.lang.BigDecimal value.
setBinaryStream(int, InputStream, int) - Method in class interbase.interclient.PreparedStatement
When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream.
setBlob(int, Blob) - Method in class interbase.interclient.PreparedStatement
Set a BLOB parameter.
setBoolean(int, boolean) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java boolean value.
setByte(int, byte) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java byte value.
setBytes(int, byte[]) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java array of bytes.
setCatalog(String) - Method in class interbase.interclient.Connection
A sub-space of this Connection's database may be selected by setting a catalog name.
setCharacterEncoding(String) - Method in class interbase.interclient.ConnectionProperties
Deprecated. To be deprecated in InterClient 2, replaced by DataSource API.
setCharacterStream(int, Reader, int) - Method in class interbase.interclient.PreparedStatement
When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader.
setCharSet(String) - Method in class interbase.interclient.DataSource
Sets the charSet property value.
setClob(int, Clob) - Method in class interbase.interclient.PreparedStatement
Set a CLOB parameter.
setCursorName(String) - Method in class interbase.interclient.Statement
setCursorname defines the SQL cursor name that will be used by subsequent Statement execute methods.
setDatabaseCachePages(String, int) - Method in class interbase.interclient.ServerManager
Sets the number of cache page buffers to use for all connections to the specified database.
setDatabaseName(String) - Method in class interbase.interclient.DataSource
Sets the JDBC Standard Extension databaseName property value.
setDatabaseReadWrite(String, boolean) - Method in class interbase.interclient.ServerManager
Configure the database as read/write or read-only.
setDataSourceName(String) - Method in class interbase.interclient.ConnectionPoolModule
 
setDataSourceName(String) - Method in class interbase.interclient.DataSource
Sets the JDBC Standard Extension dataSourceName property value.
setDate(int, Date) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in class interbase.interclient.PreparedStatement
Sets a parameter to a java.sql.Date value.
setDescription(String) - Method in class interbase.interclient.DataSource
Sets the JDBC Standard Extension description property value.
setDouble(int, double) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java double value.
setEscapeProcessing(boolean) - Method in class interbase.interclient.Statement
If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database.
setFetchDirection(int) - Method in class interbase.interclient.Statement
Give a hint as to the direction in which the rows in a result set will be processed.
setFetchDirection(int) - Method in class interbase.interclient.ResultSet
Give a hint as to the direction in which the rows in this result set will be processed.
setFetchSize(int) - Method in class interbase.interclient.Statement
Give the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class interbase.interclient.ResultSet
Give 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 result set.
setFloat(int, float) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java float value.
setInt(int, int) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java int value.
setInterBaseLicense(String) - Method in class interbase.interclient.DataSource
Sets the interBaseLicense property value.
setLockResolution(int) - Method in class interbase.interclient.Connection
Configures the transaction lock resolution protocol.
setLoginTimeout(int) - Method in class interbase.interclient.ConnectionPoolModule
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class interbase.interclient.ConnectionPoolDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class interbase.interclient.XADataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class interbase.interclient.DataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter) - Method in class interbase.interclient.ConnectionPoolModule
Set the log writer for this data source.
setLogWriter(PrintWriter) - Method in class interbase.interclient.ConnectionPoolDataSource
Set the log writer for this data source.
setLogWriter(PrintWriter) - Method in class interbase.interclient.XADataSource
Set the log writer for this data source.
setLogWriter(PrintWriter) - Method in class interbase.interclient.DataSource
Set the log writer for this data source.
setLong(int, long) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java long value.
setMaxFieldSize(int) - Method in class interbase.interclient.Statement
The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR fields.
setMaxRows(int) - Method in class interbase.interclient.Statement
The maxRows limit is set to limit the number of rows that any ResultSet can contain.
setNetworkProtocol(String) - Method in class interbase.interclient.DataSource
Sets the JDBC Standard Extension networkProtocol property value.
setNull(int, int) - Method in class interbase.interclient.PreparedStatement
Set a parameter to SQL NULL.
setNull(int, int, String) - Method in class interbase.interclient.PreparedStatement
Sets the designated parameter to SQL NULL.
setObject(int, Object) - Method in class interbase.interclient.PreparedStatement
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setObject(int, Object, int) - Method in class interbase.interclient.PreparedStatement
This method is like setObject above, but assumes a scale of zero.
setObject(int, Object, int, int) - Method in class interbase.interclient.PreparedStatement
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setPassword(String) - Method in class interbase.interclient.DataSource
Sets the JDBC Standard Extension password property value.
setPortNumber(int) - Method in class interbase.interclient.DataSource
Sets the JDBC Standard Extension portNumber property value.
setQueryTimeout(int) - Method in class interbase.interclient.Statement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
setReadOnly(boolean) - Method in class interbase.interclient.Connection
You can put a connection in read-only mode as a hint to enable database optimizations.
setRef(int, Ref) - Method in class interbase.interclient.PreparedStatement
Set a REF(<structured-type>) parameter.
setRoleName(String) - Method in class interbase.interclient.DataSource
Sets the JDBC Standard Extension roleName property value.
setServerManagerHost(String) - Method in class interbase.interclient.DataSource
Sets the serverManagerHost property value.
setServerName(String) - Method in class interbase.interclient.DataSource
Sets the JDBC Standard Extension serverName property value.
setShort(int, short) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java short value.
setString(int, String) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java String value.
setSuggestedCachePages(int) - Method in class interbase.interclient.DataSource
Sets the suggestedCachePages property value.
setSweepInterval(String, int) - Method in class interbase.interclient.ServerManager
Sets the periodicity of automatic garbage collection for the database.
setSweepOnConnect(boolean) - Method in class interbase.interclient.DataSource
Sets the sweepOnConnect property value.
setTableLock(String, int) - Method in class interbase.interclient.Connection
Specify an InterBase lock on a table.
setTime(int, Time) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in class interbase.interclient.PreparedStatement
Sets a parameter to a java.sql.Time value.
setTimestamp(int, Timestamp) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class interbase.interclient.PreparedStatement
Sets a parameter to a java.sql.Timestamp value.
setTransactionIsolation(int) - Method in class interbase.interclient.Connection
You can call this method to try to change the transaction isolation level using one of the TRANSACTION_* values.
setTransactionTimeout(int) - Method in class interbase.interclient.XAResource
Set the current transaction timeout value for this XAResource instance.
setTypeMap(Map) - Method in class interbase.interclient.Connection
Install a type-map object as the default type-map for this connection.
setUnicodeStream(int, InputStream, int) - Method in class interbase.interclient.PreparedStatement
Deprecated. To be deprecated in InterClient 2, replaced by setCharacterStream(parameterIndex, reader, length) in JDBC 2
setUser(String) - Method in class interbase.interclient.DataSource
Sets the JDBC Standard Extension user property value.
setUser(String, String) - Method in class interbase.interclient.ConnectionProperties
Deprecated. To be deprecated in InterClient 2, replaced by DataSource API.
setVersionAcknowledgement(int) - Method in class interbase.interclient.Connection
Configures a read-committed transaction to either recognize or ignore uncommitted record versions of a concurrent transaction on read.
SINGLE_INSTANCE_TIME - Static variable in interface interbase.interclient.Adaptor
This modifier instructs an adaptable result set object to reuse a single instance of a Java Time, Date, or Timestamp object for the life of the result set.
SJIS - Static variable in class interbase.interclient.CharacterEncodings
PC and Windows Japanese.
socketTimeout - Static variable in class interbase.interclient.ErrorCodes
 
SocketTimeoutException - exception interbase.interclient.SocketTimeoutException.
IO was interrupted while waiting to read data from server, probably due to a connection timeout.
start(Xid, int) - Method in class interbase.interclient.XAResource
Start work on behalf of a transaction branch specified in xid
startInterBase(int, int) - Method in class interbase.interclient.ServerManager
Start the InterBase service to allow for database connections.
Statement - class interbase.interclient.Statement.
A SQL container used for executing SQL, and a factory for result sets.
stopInterBase() - Method in class interbase.interclient.ServerManager
Stop the InterBase service.
storesLowerCaseIdentifiers() - Method in class interbase.interclient.DatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case.
storesLowerCaseQuotedIdentifiers() - Method in class interbase.interclient.DatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case.
storesMixedCaseIdentifiers() - Method in class interbase.interclient.DatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case.
storesMixedCaseQuotedIdentifiers() - Method in class interbase.interclient.DatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case.
storesUpperCaseIdentifiers() - Method in class interbase.interclient.DatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case.
storesUpperCaseQuotedIdentifiers() - Method in class interbase.interclient.DatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case.
supportsAlterTableWithAddColumn() - Method in class interbase.interclient.DatabaseMetaData
Is "ALTER TABLE" with add column supported.
supportsAlterTableWithDropColumn() - Method in class interbase.interclient.DatabaseMetaData
Is "ALTER TABLE" with drop column supported.
supportsANSI92EntryLevelSQL() - Method in class interbase.interclient.DatabaseMetaData
Is the ANSI92 entry level SQL grammar supported.
supportsANSI92FullSQL() - Method in class interbase.interclient.DatabaseMetaData
Is the ANSI92 full SQL grammar supported.
supportsANSI92IntermediateSQL() - Method in class interbase.interclient.DatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported.
supportsBatchUpdates() - Method in class interbase.interclient.DatabaseMetaData
Return true if the driver supports batch updates, else return false.
supportsCatalogsInDataManipulation() - Method in class interbase.interclient.DatabaseMetaData
Can a catalog name be used in a data manipulation statement.
supportsCatalogsInIndexDefinitions() - Method in class interbase.interclient.DatabaseMetaData
Can a catalog name be used in an index definition statement.
supportsCatalogsInPrivilegeDefinitions() - Method in class interbase.interclient.DatabaseMetaData
Can a catalog name be used in a privilege definition statement.
supportsCatalogsInProcedureCalls() - Method in class interbase.interclient.DatabaseMetaData
Can a catalog name be used in a procedure call statement.
supportsCatalogsInTableDefinitions() - Method in class interbase.interclient.DatabaseMetaData
Can a catalog name be used in a table definition statement.
supportsColumnAliasing() - Method in class interbase.interclient.DatabaseMetaData
Is column aliasing supported.
supportsConvert() - Method in class interbase.interclient.DatabaseMetaData
Is the CONVERT function between SQL types supported.
supportsConvert(int, int) - Method in class interbase.interclient.DatabaseMetaData
Is CONVERT between the given SQL types supported.
supportsCoreSQLGrammar() - Method in class interbase.interclient.DatabaseMetaData
Is the ODBC Core SQL grammar supported.
supportsCorrelatedSubqueries() - Method in class interbase.interclient.DatabaseMetaData
Are correlated subqueries supported.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class interbase.interclient.DatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported.
supportsDataManipulationTransactionsOnly() - Method in class interbase.interclient.DatabaseMetaData
Are only data manipulation statements within a transaction supported.
supportsDifferentTableCorrelationNames() - Method in class interbase.interclient.DatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables.
supportsExpressionsInOrderBy() - Method in class interbase.interclient.DatabaseMetaData
Are expressions in "ORDER BY" lists supported.
supportsExtendedSQLGrammar() - Method in class interbase.interclient.DatabaseMetaData
Is the ODBC Extended SQL grammar supported.
supportsFullOuterJoins() - Method in class interbase.interclient.DatabaseMetaData
Are full nested outer joins supported.
supportsGroupBy() - Method in class interbase.interclient.DatabaseMetaData
Is some form of "GROUP BY" clause supported.
supportsGroupByBeyondSelect() - Method in class interbase.interclient.DatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT.
supportsGroupByUnrelated() - Method in class interbase.interclient.DatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT.
supportsIntegrityEnhancementFacility() - Method in class interbase.interclient.DatabaseMetaData
Is the SQL Integrity Enhancement Facility supported.
supportsLikeEscapeClause() - Method in class interbase.interclient.DatabaseMetaData
Is the escape character in "LIKE" clauses supported.
supportsLimitedOuterJoins() - Method in class interbase.interclient.DatabaseMetaData
Is there limited support for outer joins.
supportsMinimumSQLGrammar() - Method in class interbase.interclient.DatabaseMetaData
Is the ODBC Minimum SQL grammar supported.
supportsMixedCaseIdentifiers() - Method in class interbase.interclient.DatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in class interbase.interclient.DatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case.
supportsMultipleResultSets() - Method in class interbase.interclient.DatabaseMetaData
Are multiple ResultSets from a single execute supported.
supportsMultipleTransactions() - Method in class interbase.interclient.DatabaseMetaData
Can we have multiple transactions open at once (on different connections).
supportsNonNullableColumns() - Method in class interbase.interclient.DatabaseMetaData
Can columns be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in class interbase.interclient.DatabaseMetaData
Can cursors remain open across commits.
supportsOpenCursorsAcrossRollback() - Method in class interbase.interclient.DatabaseMetaData
Can cursors remain open across rollbacks.
supportsOpenStatementsAcrossCommit() - Method in class interbase.interclient.DatabaseMetaData
Can statements remain open across commits.
supportsOpenStatementsAcrossRollback() - Method in class interbase.interclient.DatabaseMetaData
Can statements remain open across rollbacks.
supportsOrderByUnrelated() - Method in class interbase.interclient.DatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT.
supportsOuterJoins() - Method in class interbase.interclient.DatabaseMetaData
Is some form of outer join supported.
supportsPositionedDelete() - Method in class interbase.interclient.DatabaseMetaData
Is positioned DELETE supported.
supportsPositionedUpdate() - Method in class interbase.interclient.DatabaseMetaData
Is positioned UPDATE supported.
supportsResultSetConcurrency(int, int) - Method in class interbase.interclient.DatabaseMetaData
Does the database support the concurrency type in combination with the given result set type.
supportsResultSetType(int) - Method in class interbase.interclient.DatabaseMetaData
Does the database support the given result set type.
supportsSchemasInDataManipulation() - Method in class interbase.interclient.DatabaseMetaData
Can a schema name be used in a data manipulation statement.
supportsSchemasInIndexDefinitions() - Method in class interbase.interclient.DatabaseMetaData
Can a schema name be used in an index definition statement.
supportsSchemasInPrivilegeDefinitions() - Method in class interbase.interclient.DatabaseMetaData
Can a schema name be used in a privilege definition statement.
supportsSchemasInProcedureCalls() - Method in class interbase.interclient.DatabaseMetaData
Can a schema name be used in a procedure call statement.
supportsSchemasInTableDefinitions() - Method in class interbase.interclient.DatabaseMetaData
Can a schema name be used in a table definition statement.
supportsSelectForUpdate() - Method in class interbase.interclient.DatabaseMetaData
Is SELECT for UPDATE supported.
supportsStoredProcedures() - Method in class interbase.interclient.DatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported.
supportsSubqueriesInComparisons() - Method in class interbase.interclient.DatabaseMetaData
Are subqueries in comparison expressions supported.
supportsSubqueriesInExists() - Method in class interbase.interclient.DatabaseMetaData
Are subqueries in 'exists' expressions supported.
supportsSubqueriesInIns() - Method in class interbase.interclient.DatabaseMetaData
Are subqueries in 'in' statements supported.
supportsSubqueriesInQuantifieds() - Method in class interbase.interclient.DatabaseMetaData
Are subqueries in quantified expressions supported.
supportsTableCorrelationNames() - Method in class interbase.interclient.DatabaseMetaData
Are table correlation names supported.
supportsTransactionIsolationLevel(int) - Method in class interbase.interclient.DatabaseMetaData
Does the database support the given transaction isolation level.
supportsTransactions() - Method in class interbase.interclient.DatabaseMetaData
Are transactions supported.
supportsUnion() - Method in class interbase.interclient.DatabaseMetaData
Is SQL UNION supported.
supportsUnionAll() - Method in class interbase.interclient.DatabaseMetaData
Is SQL UNION ALL supported.
sweep(String) - Method in class interbase.interclient.ServerManager
Manually sweep the database of old record versions.

T

tableIndexClustered - Static variable in class interbase.interclient.DatabaseMetaData
INDEX INFO TYPE - this identifies a clustered index
tableIndexHashed - Static variable in class interbase.interclient.DatabaseMetaData
INDEX INFO TYPE - this identifies a hashed index
tableIndexOther - Static variable in class interbase.interclient.DatabaseMetaData
INDEX INFO TYPE - this identifies some other form of index
tableIndexStatistic - Static variable in class interbase.interclient.DatabaseMetaData
INDEX INFO TYPE - this identifies table statistics that are returned in conjuction with a table's index descriptions
TABLELOCK_PROTECTED_READ - Static variable in class interbase.interclient.Connection
A table lock in which this transaction reserves exclusive access to a table for reads.
TABLELOCK_PROTECTED_WRITE - Static variable in class interbase.interclient.Connection
A table lock in which this transaction reserves exclusive access to a table for writes.
TABLELOCK_SHARED_READ - Static variable in class interbase.interclient.Connection
A table lock in which a table may be accessed read-only, and may also be shared by concurrent transactions.
TABLELOCK_SHARED_WRITE - Static variable in class interbase.interclient.Connection
The default table lock for snapshot and read-committed transactions in which a table may be shared by concurrent transactions for writes.
takeOffline(String, boolean, boolean, boolean, int) - Method in class interbase.interclient.ServerManager
Prevent further database connections or transactions, or force the shutdown of existing ones.
testBuild - Static variable in class interbase.interclient.Driver
The lowest level of InterClient build certification.
TMENDRSCAN - Static variable in class interbase.interclient.XAResource
End a recovery scan.
TMFAIL - Static variable in class interbase.interclient.XAResource
Dissociates the caller and mark the transaction branch rollback-only.
TMJOIN - Static variable in class interbase.interclient.XAResource
Caller is joining existing transaction branch.
TMNOFLAG - Static variable in class interbase.interclient.XAResource
Use TMNOFLAG to indicate no flags value is selected.
TMONEPHASE - Static variable in class interbase.interclient.XAResource
Caller is using one-phase optimization.
TMRESUME - Static variable in class interbase.interclient.XAResource
Caller is resuming association with with suspended transaction branch.
TMSTARTRSCAN - Static variable in class interbase.interclient.XAResource
Start a recovery scan.
TMSUCCESS - Static variable in class interbase.interclient.XAResource
Dissociate caller from transaction branch.
TMSUSPEND - Static variable in class interbase.interclient.XAResource
Caller is suspending (not ending) association with transaction branch.
TRANSACTION_NONE - Static variable in class interbase.interclient.Connection
JDBC Isolation level in which transactions are not supported.
TRANSACTION_READ_COMMITTED - Static variable in class interbase.interclient.Connection
JDBC Isolation level in which dirty reads are prevented; non-repeatable reads and phantom reads can occur.
TRANSACTION_READ_UNCOMMITTED - Static variable in class interbase.interclient.Connection
JDBC Isolation level in which dirty reads, non-repeatable reads and phantom reads can occur.
TRANSACTION_REPEATABLE_READ - Static variable in class interbase.interclient.Connection
JDBC Isolation level in which dirty reads and non-repeatable reads are prevented; phantom reads can occur.
TRANSACTION_SERIALIZABLE - Static variable in class interbase.interclient.Connection
JDBC Isolation level in which dirty reads, non-repeatable reads and phantom reads are prevented.
TRANSACTION_SNAPSHOT - Static variable in class interbase.interclient.Connection
A synonym for TRANSACTION_SERIALIZABLE.
TRANSACTION_SNAPSHOT_TABLE_STABILITY - Static variable in class interbase.interclient.Connection
A native InterBase isolation which ensures exclusive write-access to tables which are being modified.
twoPhaseCommitTransactions(String, int[]) - Method in class interbase.interclient.ServerManager
Attempt to resolve limbo transactions using the two-phase commit protocol.
TYPE_FORWARD_ONLY - Static variable in class interbase.interclient.ResultSet
 
TYPE_SCROLL_INSENSITIVE - Static variable in class interbase.interclient.ResultSet
 
TYPE_SCROLL_SENSITIVE - Static variable in class interbase.interclient.ResultSet
 
typeNoNulls - Static variable in class interbase.interclient.DatabaseMetaData
TYPE NULLABLE - does not allow NULL values.
typeNullable - Static variable in class interbase.interclient.DatabaseMetaData
TYPE NULLABLE - allows NULL values.
typeNullableUnknown - Static variable in class interbase.interclient.DatabaseMetaData
TYPE NULLABLE - nullability unknown.
typePredBasic - Static variable in class interbase.interclient.DatabaseMetaData
TYPE INFO SEARCHABLE - Supported except for WHERE ..
typePredChar - Static variable in class interbase.interclient.DatabaseMetaData
TYPE INFO SEARCHABLE - Only supported with WHERE ..
typePredNone - Static variable in class interbase.interclient.DatabaseMetaData
TYPE INFO SEARCHABLE - No support.
typeSearchable - Static variable in class interbase.interclient.DatabaseMetaData
TYPE INFO SEARCHABLE - Supported for all WHERE ...

U

UnauthorizedUserException - exception interbase.interclient.UnauthorizedUserException.
Database or server operation is unauthorized for current user.
UnavailableDatabaseFileException - exception interbase.interclient.UnavailableDatabaseFileException.
A given database file may not exist or is not writable by root/administrator.
UnavailableInterBaseServerException - exception interbase.interclient.UnavailableInterBaseServerException.
InterServer is unable to locate the InterBase application or service.
unknownHost - Static variable in class interbase.interclient.ErrorCodes
 
UnknownHostException - exception interbase.interclient.UnknownHostException.
A TCP/IP socket connection cannot be established to an unknown host.
unlicensedComponent - Static variable in class interbase.interclient.ErrorCodes
 
UnlicensedComponentException - exception interbase.interclient.UnlicensedComponentException.
An improperly licensed InterServer, InterClient, or InterBase component was detected.
UnsupportedCharacterSetException - exception interbase.interclient.UnsupportedCharacterSetException.
Attempted use of an unsupported character encoding.
updateAsciiStream(int, InputStream, int) - Method in class interbase.interclient.ResultSet
Update a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class interbase.interclient.ResultSet
Update a column with an ascii stream value.
updateBigDecimal(int, BigDecimal) - Method in class interbase.interclient.ResultSet
Update a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class interbase.interclient.ResultSet
Update a column with a BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class interbase.interclient.ResultSet
Update a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class interbase.interclient.ResultSet
Update a column with a binary stream value.
updateBoolean(int, boolean) - Method in class interbase.interclient.ResultSet
Update a column with a boolean value.
updateBoolean(String, boolean) - Method in class interbase.interclient.ResultSet
Update a column with a boolean value.
updateByte(int, byte) - Method in class interbase.interclient.ResultSet
Update a column with a byte value.
updateByte(String, byte) - Method in class interbase.interclient.ResultSet
Update a column with a byte value.
updateBytes(int, byte[]) - Method in class interbase.interclient.ResultSet
Update a column with a byte array value.
updateBytes(String, byte[]) - Method in class interbase.interclient.ResultSet
Update a column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class interbase.interclient.ResultSet
Update a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class interbase.interclient.ResultSet
Update a column with a character stream value.
UpdateConflictException - exception interbase.interclient.UpdateConflictException.
A transaction is unable to update a row because it has already been updated by a concurrent transaction.
updateDate(int, Date) - Method in class interbase.interclient.ResultSet
Update a column with a Date value.
updateDate(String, Date) - Method in class interbase.interclient.ResultSet
Update a column with a Date value.
updateDouble(int, double) - Method in class interbase.interclient.ResultSet
Update a column with a Double value.
updateDouble(String, double) - Method in class interbase.interclient.ResultSet
Update a column with a double value.
updateFloat(int, float) - Method in class interbase.interclient.ResultSet
Update a column with a float value.
updateFloat(String, float) - Method in class interbase.interclient.ResultSet
Update a column with a float value.
updateInt(int, int) - Method in class interbase.interclient.ResultSet
Update a column with an integer value.
updateInt(String, int) - Method in class interbase.interclient.ResultSet
Update a column with an integer value.
updateLong(int, long) - Method in class interbase.interclient.ResultSet
Update a column with a long value.
updateLong(String, long) - Method in class interbase.interclient.ResultSet
Update a column with a long value.
updateNull(int) - Method in class interbase.interclient.ResultSet
Give a nullable column a null value.
updateNull(String) - Method in class interbase.interclient.ResultSet
Update a column with a null value.
updateObject(int, Object) - Method in class interbase.interclient.ResultSet
Update a column with an Object value.
updateObject(int, Object, int) - Method in class interbase.interclient.ResultSet
Update a column with an Object value.
updateObject(String, Object) - Method in class interbase.interclient.ResultSet
Update a column with an Object value.
updateObject(String, Object, int) - Method in class interbase.interclient.ResultSet
Update a column with an Object value.
updateRow() - Method in class interbase.interclient.ResultSet
Update the underlying database with the new contents of the current row.
updatesAreDetected(int) - Method in class interbase.interclient.DatabaseMetaData
Determine whether or not a visible row update can be detected by calling ResultSet.rowUpdated().
updateShort(int, short) - Method in class interbase.interclient.ResultSet
Update a column with a short value.
updateShort(String, short) - Method in class interbase.interclient.ResultSet
Update a column with a short value.
updateString(int, String) - Method in class interbase.interclient.ResultSet
Update a column with a String value.
updateString(String, String) - Method in class interbase.interclient.ResultSet
Update a column with a String value.
updateTime(int, Time) - Method in class interbase.interclient.ResultSet
Update a column with a Time value.
updateTime(String, Time) - Method in class interbase.interclient.ResultSet
Update a column with a Time value.
updateTimestamp(int, Timestamp) - Method in class interbase.interclient.ResultSet
Update a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class interbase.interclient.ResultSet
Update a column with a Timestamp value.
URLSyntaxException - exception interbase.interclient.URLSyntaxException.
Denotes an improper database URL syntax.
usesLocalFilePerTable() - Method in class interbase.interclient.DatabaseMetaData
Does the database use a file for each table.
usesLocalFiles() - Method in class interbase.interclient.DatabaseMetaData
Does the database store tables in a local file.
useSynchronousWrites(String, boolean) - Method in class interbase.interclient.ServerManager
Enable or disable synchronous writes to disk on commit.
usingSynchronousWrites() - Method in class interbase.interclient.DatabaseMetaData
Are disk writes synchronous for this connection.
UTF8 - Static variable in class interbase.interclient.CharacterEncodings
Standard UTF-8.

V

verify(String, Map) - Method in class interbase.interclient.ServerManager
Verifies the database's internal page structures.
versionColumnNotPseudo - Static variable in class interbase.interclient.DatabaseMetaData
VERSION COLUMNS PSEUDO_COLUMN - is NOT a pseudo column.
versionColumnPseudo - Static variable in class interbase.interclient.DatabaseMetaData
VERSION COLUMNS PSEUDO_COLUMN - is a pseudo column.
versionColumnUnknown - Static variable in class interbase.interclient.DatabaseMetaData
VERSION COLUMNS PSEUDO_COLUMN - may or may not be pseudo column.

W

wasNull() - Method in class interbase.interclient.ResultSet
A column may have the value of SQL NULL; wasNull reports whether the last column read had this special value.
wasNull() - Method in class interbase.interclient.CallableStatement
An OUT parameter may have the value of SQL NULL; wasNull reports whether the last value read has this special value.

X

XAConnection - class interbase.interclient.XAConnection.
An XAConnection object provides support for distributed transactions.
XAConnection() - Constructor for class interbase.interclient.XAConnection
 
XADataSource - class interbase.interclient.XADataSource.
A factory for XAConnection objects.
XADataSource() - Constructor for class interbase.interclient.XADataSource
 
XAResource - class interbase.interclient.XAResource.
The XAResource interface is a Java mapping of the industry standard XA interface based on the X/Open CAE Specification (Distributed Transaction Processing: The XA Specification).
XAResource() - Constructor for class interbase.interclient.XAResource
 

_

_8859_1 - Static variable in class interbase.interclient.CharacterEncodings
ISO Latin-1.

A B C D E F G I J K L M N O P R S T U V W X _
1.51.2

Send comments or suggestions to interclient@interbase.com