Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JDBC for CDC/FP Optional Package
A B C D E F G H I J K L M N O P R S T U V W

I

importedKeyCascade - Static variable in interface java.sql.DatabaseMetaData
For the column UPDATE_RULE, indicates that when the primary key is updated, the foreign key (imported key) is changed to agree with it.
importedKeyInitiallyDeferred - Static variable in interface java.sql.DatabaseMetaData
Indicates deferrability.
importedKeyInitiallyImmediate - Static variable in interface java.sql.DatabaseMetaData
Indicates deferrability.
importedKeyNoAction - Static variable in interface java.sql.DatabaseMetaData
For the columns UPDATE_RULE and DELETE_RULE, indicates that if the primary key has been imported, it cannot be updated or deleted.
importedKeyNotDeferrable - Static variable in interface java.sql.DatabaseMetaData
Indicates deferrability.
importedKeyRestrict - Static variable in interface java.sql.DatabaseMetaData
For the column UPDATE_RULE, indicates that a primary key may not be updated if it has been imported by another table as a foreign key.
importedKeySetDefault - Static variable in interface java.sql.DatabaseMetaData
For the columns UPDATE_RULE and DELETE_RULE, indicates that if the primary key is updated or deleted, the foreign key (imported key) is set to the default value.
importedKeySetNull - Static variable in interface java.sql.DatabaseMetaData
For the columns UPDATE_RULE and DELETE_RULE, indicates that when the primary key is updated or deleted, the foreign key (imported key) is changed to NULL.
insertRow() - Method in interface java.sql.ResultSet
Inserts the contents of the insert row into this ResultSet object and into the database.
insertsAreDetected(int) - Method in interface java.sql.DatabaseMetaData
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
INTEGER - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.
isAfterLast() - Method in interface java.sql.ResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAutoIncrement(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
isBeforeFirst() - Method in interface java.sql.ResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isCaseSensitive(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a catalog appears at the start of a fully qualified table name.
isClosed() - Method in interface java.sql.Connection
Retrieves whether this Connection object has been closed.
isCurrency(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether the designated column is a cash value.
isDefinitelyWritable(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether a write on the designated column will definitely succeed.
isFirst() - Method in interface java.sql.ResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isLast() - Method in interface java.sql.ResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isNullable(int) - Method in interface java.sql.ResultSetMetaData
Indicates the nullability of values in the designated column.
isReadOnly() - Method in interface java.sql.Connection
Retrieves whether this Connection object is in read-only mode.
isReadOnly() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database is in read-only mode.
isReadOnly() - Method in interface javax.sql.RowSet
Retrieves whether this RowSet object is read-only.
isReadOnly(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether the designated column is definitely not writable.
isSearchable(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether the designated column can be used in a where clause.
isSigned(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether values in the designated column are signed numbers.
isWritable(int) - Method in interface java.sql.ResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.

JDBC for CDC/FP Optional Package
A B C D E F G H I J K L M N O P R S T U V W
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 169 specification.