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

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.
activateIndices(String, boolean) - Method in class interbase.interclient.Server
Toggle use of database indices.
adapt(int, Object) - Method in class interbase.interclient.ResultSet
Adapt the JDBC object which implements this interface to the modification described by one of the above modifiers.
adapt(int, Object) - Method in interface interbase.interclient.Adaptor
Adapt this 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.
addUser(String, String) - Method in class interbase.interclient.Server
Register a user in isc4.gdb
afterLast() - Method in class interbase.interclient.ResultSet
Moves to the end of the result set, just after the last row.
allowAsynchronousDiskWrites(boolean) - Method in class interbase.interclient.ConnectionProperties
Enable/disable synchronous writes to disk on commit.
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.
Represents an SQL 3 Array.

B

backup(boolean, boolean, boolean, boolean, boolean, String, String) - Method in class interbase.interclient.Server
Backup a database.
backup(boolean, String, String) - Method in class interbase.interclient.Server
Backup a database.
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).
BlobIOException - exception interbase.interclient.BlobIOException.
An exception has occurred while operating on a blob stream.
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.
changePassword(String, String) - Method in class interbase.interclient.Server
Change the password for a registered user in isc4.gdb.
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.ResultSet
After this call getWarnings returns null until a new warning is reported for this ResultSet.
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.Server
After this call, getWarnings returns null until a new warning is reported for this Server.
clearWarnings() - Method in class interbase.interclient.Connection
After this call, getWarnings returns null until a new warning is reported for this Connection.
clientServerEdition() - Method in class interbase.interclient.Driver
Are remote connections allowed.
Clob - class interbase.interclient.Clob.
Represents an SQL 3 Character Large Object (CLOb).
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.Statement
In many cases, it is desirable to immediately release a Statements'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.Server
In some cases, it is desirable to immediately release a Server connection instead of waiting for them to be automatically released; 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.
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.
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.
commitLimboTransaction(String, int) - Method in class interbase.interclient.Server
Attempt to commit a limbo transaction.
commitRefresh() - Method in class interbase.interclient.Connection
Like commit but a new transaction is started immediately with a fresh snapshot (only meaningful for SNAPSHOT isolation mode).
commitRetain() - Method in class interbase.interclient.Connection
Like commit but keep your snapshot and retain your transaction context (only meaningful for SNAPSHOT isolation mode).
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.
ConnectionProperties - class interbase.interclient.ConnectionProperties.
Properties used to tailor a connection.
ConnectionProperties() - Constructor for class interbase.interclient.ConnectionProperties
Construct a default InterBase connection properties object.
ConnectionStatistics - class interbase.interclient.ConnectionStatistics.
Statistics about database page and record reads and writes for a connection.
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) - Method in class interbase.interclient.Server
Create a database using the default page size and cache buffers.
createDatabase(String, int, int, String[], int[]) - Method in class interbase.interclient.Server
Create a database using the specified page size and stamp the number of cache buffers to use for this database onto the database header page.
createShadow(String, String) - Method in class interbase.interclient.Server
Create a database shadow file for the database.
createShadow(String, String, int) - Method in class interbase.interclient.Server
Create a database shadow file for the database.
createShadow(String, String, int, String[], int[]) - Method in class interbase.interclient.Server
Create a database shadow for a multi-file 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.
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.
DeadlockException - exception interbase.interclient.DeadlockException.
A deadly embrace between two transactions has occurred in which both transactions are waiting for each other to terminate.
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().
deregister(String) - Method in class interbase.interclient.Server
Remove a registered database from isc4.gdb
disablePageStructureVerification() - Method in class interbase.interclient.ConnectionProperties
Reset verification requests.
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.
dropDatabase(String) - Method in class interbase.interclient.Server
Remove the database file, and degregister it.
dropShadow(String) - Method in class interbase.interclient.Server
Delete a database shadow file.
dropUser(String) - Method in class interbase.interclient.Server
Remove a registered user from isc4.gdb

E

enableAutomaticSweeping(String, boolean) - Method in class interbase.interclient.Server
Enable/disable automatic housekeeping of old record versions.
enableHouseKeeping(boolean) - Method in class interbase.interclient.ConnectionProperties
Enable the server to perform periodic garbage collection automatically.
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.ResultSet
A result set will be closed when its finalizer is called by the garbage collector.
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.Server
A server 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.
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.

G

GB2312 - Static variable in class interbase.interclient.CharacterEncodings
Simplified Chinese for People's Republic of China.
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
Get an array column.
getArray(int) - Method in class interbase.interclient.CallableStatement
Get an Array OUT parameter.
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 type-map customization.
getArray(String) - Method in class interbase.interclient.ResultSet
Get an array column.
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.ConnectionStatistics
Number of removals of record versions from table for this connection.
getBaseType() - Method in class interbase.interclient.Array
Determine the SQL type of the elements of the array.
getBaseTypeName() - Method in class interbase.interclient.Array
Return the fully qualified SQL type name of the elements of 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 future release, replaced by getBigDecimal(int) without scale in JDBC 2
getBigDecimal(int, int) - Method in class interbase.interclient.CallableStatement
Deprecated. to be deprecated in future release, replaced by getBigDecimal(int) 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 future release, replaced by getBigDecimal(java.lang.String) 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
Get a BLOB column.
getBlob(int) - Method in class interbase.interclient.CallableStatement
Get a BLOB OUT parameter.
getBlob(String) - Method in class interbase.interclient.ResultSet
Get 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.
getBuildCertificationLevel() - Method in class interbase.interclient.Server
Gets the build certification level for this version of InterServer.
getBuildNumber() - Method in class interbase.interclient.Driver
Gets the build number for this InterClient driver.
getBuildNumber() - Method in class interbase.interclient.Server
What's the build number for InterServer.
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.
getCacheBuffers() - Method in class interbase.interclient.DatabaseMetaData
Get the actual number of cache page buffers being used for this connection.
getCacheBuffers(String) - Method in class interbase.interclient.Server
Get the suggested number of cache page buffers to use for a database.
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.
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
Get 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
What's 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
What's 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.Statement
Return the Connection that produced this Statement.
getConnection() - Method in class interbase.interclient.DatabaseMetaData
Return the connection that produced this metadata object.
getContents() - Method in class interbase.interclient.Resources
Extract an array of key, resource pairs for this bundle.
getContents() - Method in class interbase.interclient.Resources_ru
Extract 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
Get the major version for the InterBase product.
getDatabaseProductName() - Method in class interbase.interclient.DatabaseMetaData
What's the name of this database product.
getDatabaseProductVersion() - Method in class interbase.interclient.DatabaseMetaData
What's the version of this database product.
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
Get 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
Get the value of a column in the current row as a java.sql.Date object.
getDefaultCacheBuffers() - Method in class interbase.interclient.Server
Get the default suggested number of cache buffers the server will use for database attachments.
getDefaultPageSize(int) - Method in class interbase.interclient.Server
Get the default page size that will be used by the createDatabase() method.
getDefaultTransactionIsolation() - Method in class interbase.interclient.DatabaseMetaData
What's the database's default transaction isolation level.
getDeleteCount(String) - Method in class interbase.interclient.ConnectionStatistics
Number of database record deletes from table for this connection.
getDiskReads() - Method in class interbase.interclient.ServerStatistics
Number of disk page reads since server started..
getDiskReads() - Method in interface interbase.interclient.Statistics
Number of database page reads from disk.
getDiskReads() - Method in class interbase.interclient.ConnectionStatistics
Number of database page reads from disk since connection was attached.
getDiskWrites() - Method in class interbase.interclient.ServerStatistics
Number of disk page writes since server started.
getDiskWrites() - Method in interface interbase.interclient.Statistics
Number of database page writes to disk.
getDiskWrites() - Method in class interbase.interclient.ConnectionStatistics
Number of database page writes to disk since connection was attached.
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
Get the expiration date for InterClient.
getDriverJDBCNetProtocolVersion() - Method in class interbase.interclient.DatabaseMetaData
Get the JDBC/Net protocol used by InterClient.
getDriverMajorVersion() - Method in class interbase.interclient.DatabaseMetaData
What's this JDBC driver's major version number.
getDriverMinorVersion() - Method in class interbase.interclient.DatabaseMetaData
What's this JDBC driver's minor version number.
getDriverName() - Method in class interbase.interclient.DatabaseMetaData
What's the name of this JDBC driver.
getDriverVersion() - Method in class interbase.interclient.DatabaseMetaData
What's the version of this JDBC driver.
getExpirationDate() - Method in class interbase.interclient.Driver
Gets the expiration date for this driver.
getExpirationDate() - Method in class interbase.interclient.Server
Get the expiration date for the server side JDBC middleware server (InterServer).
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.ConnectionStatistics
Number of removals of a record and all of its ancestors from table, for records whose deletions have been committed for this connection.
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.ResultSet
Return the fetch direction for this result set.
getFetchDirection() - Method in class interbase.interclient.Statement
Determine the fetch direction.
getFetchSize() - Method in class interbase.interclient.ResultSet
Return the fetch size for this result set.
getFetchSize() - Method in class interbase.interclient.Statement
Determine the default fetch size.
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.ConnectionStatistics
Number of table reads done via an index for this connection.
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.ConnectionStatistics
Number of record inserts into table for this connection.
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.
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.
getJDBCNetProtocolVersion() - Method in class interbase.interclient.Server
Get the JDBC/Net protocol used by InterServer.
getLengths(String) - Method in class interbase.interclient.Server
Get the lengths of all secondary files for a multi-file database.
getLimboTransactionIds(String) - Method in class interbase.interclient.Server
Get the limbo transactions for the database.
getLockActivity(String) - Method in class interbase.interclient.Server
Get a continuous stream of InterBase lock activity for the database.
getLockResolution() - Method in class interbase.interclient.Connection
Get this Connection's current lock resolution mode.
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.
getMajorVersion() - Method in class interbase.interclient.Server
What's the major version number for InterServer.
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.
getMemoryInUse() - Method in class interbase.interclient.ServerStatistics
Get the server memory in use for all connections to this server.
getMemoryInUse(String) - Method in class interbase.interclient.ServerStatistics
Get the server memory in use for all connections to a specific database.
getMemoryReads() - Method in class interbase.interclient.ServerStatistics
Number of memory reads from cache since server started..
getMemoryReads() - Method in interface interbase.interclient.Statistics
Number of memory reads from InterBase cache.
getMemoryReads() - Method in class interbase.interclient.ConnectionStatistics
Number of memory reads from cache since connection was attached.
getMemoryWrites() - Method in class interbase.interclient.ServerStatistics
Number of memory writes to cache since server started..
getMemoryWrites() - Method in interface interbase.interclient.Statistics
Number of memory writes to InterBase cache.
getMemoryWrites() - Method in class interbase.interclient.ConnectionStatistics
Number of memory writes to cache since connection was attached.
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.
getMinorVersion() - Method in class interbase.interclient.Server
What's the minor version number for InterServer.
getMoreResults() - Method in class interbase.interclient.Statement
getMoreResults moves to a Statement's next result.
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 column i 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 column i as a Java object.
getODSMajorVersion() - Method in class interbase.interclient.DatabaseMetaData
Get the On Disk Structure (ODS) major version for the database.
getODSMinorVersion() - Method in class interbase.interclient.DatabaseMetaData
Get the On Disk Structure (ODS) minor version for the database.
getPageAllocation() - Method in class interbase.interclient.DatabaseMetaData
Get the number of pages allocated for this database at the time of connection.
getPageSize() - Method in class interbase.interclient.DatabaseMetaData
Get the page size for this database.
getParameterCount() - Method in class interbase.interclient.ParameterMetaData
How many parameters are there.
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
SQL Type id from java.sql.Types for input parameter.
getParameterTypeName(int) - Method in class interbase.interclient.ParameterMetaData
Get the InterBase type name for an input parameter.
getPlan() - Method in class interbase.interclient.PreparedStatement
If this statement was prepared with setPlan enabled then retrieve the plan.
getPort() - Method in class interbase.interclient.Server
Get the JDBC/Net middleware server (InterServer) port.
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
Get the number of decimal digits.
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.ConnectionStatistics
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.
getRegisteredDatabases() - Method in class interbase.interclient.Server
Returns an array of database files registered in isc4.gdb.
getResultSet() - Method in class interbase.interclient.Statement
getResultSet returns the current result as a ResultSet.
getResultSet() - Method in class interbase.interclient.Array
Materialize the items designated by this Array as a ResultSet that contains a row for each element of the Array.
getResultSet(long, int) - Method in class interbase.interclient.Array
Materialize the designated sub-array as a ResultSet that contains a row for each element of the sub-array.
getResultSet(long, int, Map) - Method in class interbase.interclient.Array
Materialize the designated sub-array as a ResultSet that contains a row for each element of the sub-array.
getResultSet(Map) - Method in class interbase.interclient.Array
Materialize the items designated by this Array as a ResultSet that contains a row for each element of the Array.
getResultSetConcurrency() - Method in class interbase.interclient.Statement
Determine the result set concurrency.
getResultSetMetaData() - Method in class interbase.interclient.PreparedStatement
Deprecated. deprecated since 1.50, replaced by getMetaData() in JDBC 2.
getResultSetType() - Method in class interbase.interclient.Statement
Determine the result set type.
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
Number of digits to the right of decimal.
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.
getSecondaryFiles(String) - Method in class interbase.interclient.Server
Get the secondary files for a multi-file database.
getSequentialReadCount(String) - Method in class interbase.interclient.ConnectionStatistics
Number of sequential table reads, that is, the number of sequential row reads done for this connection.
getServer(String, Properties) - Method in class interbase.interclient.Driver
Attaches to the InterServer/InterBase administration service.
getServerExpirationDate() - Method in class interbase.interclient.DatabaseMetaData
Get the expiration date for the server side JDBC middleware server (InterServer).
getServerJDBCNetProtocolVersion() - Method in class interbase.interclient.DatabaseMetaData
Get the JDBC/Net protocol used by InterServer.
getServerMajorVersion() - Method in class interbase.interclient.DatabaseMetaData
What's the major version number for InterServer.
getServerMinorVersion() - Method in class interbase.interclient.DatabaseMetaData
What's the minor version number for InterServer.
getServerName() - Method in class interbase.interclient.DatabaseMetaData
What's the name of the server side JDBC middleware server.
getServerPort() - Method in class interbase.interclient.DatabaseMetaData
Get the JDBC/Net middleware server (InterServer) port.
getServerVersion() - Method in class interbase.interclient.DatabaseMetaData
What's the version of the server side JDBC middleware server (InterServer).
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
Return the Statement that produced the ResultSet.
getStatistics() - Method in class interbase.interclient.Server
Get server-wide statistics accumulated since the InterBase service started.
getStatistics() - Method in class interbase.interclient.Connection
Get statistics for this connection.
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.
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
Get the sweep interval for automatic housekeeping.
getSystemFunctions() - Method in class interbase.interclient.DatabaseMetaData
Get a comma separated list of system functions.
getTableLock(String) - Method in class interbase.interclient.Connection
Get the current table lock mode on a table.
getTableName(int) - Method in class interbase.interclient.ResultSetMetaData
What's a column's 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
Get 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
Get 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
Get 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
Get 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.
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
Return 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 future release, replaced by getCharacterStream(int) in JDBC 2.
getUnicodeStream(String) - Method in class interbase.interclient.ResultSet
Deprecated. to be deprecated in future release, replaced by getCharacterStream(java.lang.String) 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.ConnectionStatistics
Number of table updates for this connection.
getURL() - Method in class interbase.interclient.DatabaseMetaData
What's the url for this database.
getUserName() - Method in class interbase.interclient.DatabaseMetaData
What's our user name as known to the database.
getUsers() - Method in class interbase.interclient.Server
Returns an array of users registered in isc4.gdb.
getUsersConnected() - Method in class interbase.interclient.Server
Returns an array of users currently connected to server.
getUsersConnected(String) - Method in class interbase.interclient.Server
Returns an array of users currently connected to database.
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.ResultSet
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in class interbase.interclient.Statement
The first warning reported by calls on this Statement is returned.
getWarnings() - Method in class interbase.interclient.Server
The first warning reported by calls on this Server is returned.
getWarnings() - Method in class interbase.interclient.Connection
The first warning reported by calls on this Connection is returned.

I

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.Server
Is the server connection closed.
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.
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 parameter.
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.
isSpaceReservedForVersioning() - Method in class interbase.interclient.DatabaseMetaData
Is space being reserved on each newly created database page for anticipated record versions.
isSynchronous() - Method in class interbase.interclient.DatabaseMetaData
Are disk writes synchronous for this connection.
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.
limitNumberOfConnections(String, int) - Method in class interbase.interclient.Server
Limit the number of connections to a database.
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.

M

main(String[]) - Static method in class interbase.interclient.utils.CommDiag
The CommDiag application.
markAsDamaged(String) - Method in class interbase.interclient.Server
Mark the database as damaged.
missingResourceBundle - Static variable in class interbase.interclient.ErrorCodes
 
move(String, String) - Method in class interbase.interclient.Server
Change the name or physical location of a database.
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

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.
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.
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 Connection.prepareCall(String) above, 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(boolean, String) - Method in class interbase.interclient.Connection
Prepares a statement with InterBase SET_PLAN enabled or disabled.
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

refreshRow() - Method in class interbase.interclient.ResultSet
Refresh the value of the current row with its current value in the database.
register(String) - Method in class interbase.interclient.Server
Register a database in isc4.gdb
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.
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.
repair(String) - Method in class interbase.interclient.Server
Release unassigned pages and record fragments.
reserveNoSpaceForVersioning(boolean) - Method in class interbase.interclient.ConnectionProperties
Specify whether or not space is 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.
restore(String, String) - Method in class interbase.interclient.Server
Restore a database from a backup file.
restore(String, String, int, String[], int[]) - Method in class interbase.interclient.Server
Restore a database from a backup file.
restore(String, String, int, String[], int[], boolean, boolean, boolean, boolean, String[]) - Method in class interbase.interclient.Server
Restore a database from a backup 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 the default JDBC behavior for the object 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.
rollbackLimboTransaction(String, int) - Method in class interbase.interclient.Server
Rollback a limbo transaction.
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

Server - class interbase.interclient.Server.
Represents a server session for administering an InterBase server.
ServerProperties - class interbase.interclient.ServerProperties.
Properties used to tailor a server connection.
ServerProperties() - Constructor for class interbase.interclient.ServerProperties
Construct a default InterBase service configuration.
ServerStatistics - class interbase.interclient.ServerStatistics.
Statistics about database page reads and writes and other statistics for a server as a whole.
setArray(int, Array) - Method in class interbase.interclient.PreparedStatement
Set 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.
setCacheBuffers(int) - Method in class interbase.interclient.ConnectionProperties
Set the suggested number of cache page buffers to use for this connection.
setCacheBuffers(String, int) - Method in class interbase.interclient.Server
Set the suggested number of cache page buffers to use for a database.
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
Specify the character encoding for the connection.
setCharacterEncoding(String) - Method in class interbase.interclient.ServerProperties
Specify the character encoding for the server connection.
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.
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.
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
Set a parameter to a java.sql.Date value.
setDefaultCacheBuffers(int) - Method in class interbase.interclient.ServerProperties
Set the default suggested number of cache buffers the server will use for database attachments.
setDefaultPageSize(int) - Method in class interbase.interclient.ServerProperties
Set the default page size that will be used by the Server.createDatabase() method.
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.
setExclusiveAccess(boolean) - Method in class interbase.interclient.ConnectionProperties
Once a connection is established with this configuration, do not allow subsequent connections to the database.
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.
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.
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.
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.
setFloat(int, float) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java float value.
setHouseKeepingSweepInterval(int) - Method in class interbase.interclient.ConnectionProperties
Specify the periodicity of automatic garbage collection.
setInt(int, int) - Method in class interbase.interclient.PreparedStatement
Set a parameter to a Java int value.
setLockResolution(int) - Method in class interbase.interclient.Connection
Set the InterBase transaction lock resolution protocol.
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.
setNull(int, int) - Method in class interbase.interclient.PreparedStatement
Set a 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.
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.
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.
setSweepInterval(String, int) - Method in class interbase.interclient.Server
Set the sweep interval for automatic sweeping.
setTableLock(String, int) - Method in class interbase.interclient.Connection
Specify an InterBase table lock mode for 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
Set 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
Set 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.
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 future release, replaced by setCharacterStream() in JDBC 2
setUser(String, String) - Method in class interbase.interclient.ConnectionProperties
Set the user and password for the pending connection.
setUser(String, String) - Method in class interbase.interclient.ServerProperties
Set the user and password for the pending server connection.
shutdown() - Method in class interbase.interclient.Server
Shut down the InterBase service.
shutdown(String, boolean, boolean, boolean, int) - Method in class interbase.interclient.Server
Prevent further database connections or transactions, or force the shutdown of existing ones.
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.
startup(ServerProperties) - Method in class interbase.interclient.Server
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.
Statistics - interface interbase.interclient.Statistics.
Database memory and disk usage statistics for connections or servers.
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(boolean) - Method in class interbase.interclient.ConnectionProperties
Force garbage collection of outdated records immediately upon connection.
sweep(String) - Method in class interbase.interclient.Server
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
Disallow all table writes; Permit table reads by all transactions.
TABLELOCK_PROTECTED_WRITE - Static variable in class interbase.interclient.Connection
Permit exclusive table writes only; Permit table reads by concurrency and read-committed mode transactions with read access.
TABLELOCK_SHARED_READ - Static variable in class interbase.interclient.Connection
Permit table writes by any transaction with write access; Permit table reads by any transaction.
TABLELOCK_SHARED_WRITE - Static variable in class interbase.interclient.Connection
Permit table writes by concurrency and read-committed mode transactions with write access; Permit table reads by concurrency and read-committed mode transactions with read access.
testBuild - Static variable in class interbase.interclient.Driver
The lowest level of InterClient build certification.
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_LATEST_COMMITTED_VERSION - Static variable in class interbase.interclient.Connection
An InterBase isolation in which transactions read the last committed update but not if an uncommitted update is pending.
TRANSACTION_READ_MOST_RECENT_COMMITTED_VERSION - Static variable in class interbase.interclient.Connection
An InterBase isolation in which transactions read the most recent committed updates of simultaneous transactions (synonym for TRANSACTION_READ_COMMITTED).
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
The native isolation mode for InterBase, also known as concurrency mode (synonym for TRANSACTION_SERIALIZABLE).
TRANSACTION_SNAPSHOT_TABLE_STABILITY - Static variable in class interbase.interclient.Connection
An InterBase isolation which ensures exclusive write-access to tables which are being modified.
twoPhaseCommitLimboTransactions(String) - Method in class interbase.interclient.Server
Attempt to resolve all limbo transactions using two-phase commit.
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 or server 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.
UTF8 - Static variable in class interbase.interclient.CharacterEncodings
Standard UTF-8.

V

verify(String) - Method in class interbase.interclient.Server
Check the database for checksum errors, and unassigned or corrupt pages.
verifyPageStructures(boolean, boolean, boolean) - Method in class interbase.interclient.ConnectionProperties
On connection, verify 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.

_

_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 _
1.50.39

Send comments or suggestions to icsupport@interbase.com