A B C D E F G I L M N P R S T U W

I

initContainer() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Sets the rvh field to a new Vector object with a capacity of 100 and sets the cursorPos and numRows fields to zero.
initParams() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
initProperties() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Sets the properties for this CachedRowSetXImpl object to their default values.
insertRow() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
insertRow() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Inserts the contents of this CachedRowSetXImpl object's insert row into this rowset immediately following the current row.
internalFirst() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
internalFirst() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Moves this CachedRowSetXImpl object's cursor to the first row and returns true if the operation is successful.
internalLast() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
internalLast() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Moves this CachedRowSetXImpl object's cursor to the last row and returns true if the operation is successful.
internalNext() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Moves this CachedRowSetXImpl object's cursor to the next row and returns true if the cursor is still in the rowset; returns false if the cursor has moved to the position after the last row.
internalNext() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Moves this CachedRowSetXImpl object's cursor to the next row and returns true if the cursor is still in the rowset; returns false if the cursor has moved to the position after the last row.
internalPrevious() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
internalPrevious() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Moves the cursor to the previous row in this CachedRowSetXImpl object, skipping past deleted rows that are not visible; returns true if the cursor is on a row in this rowset and false when the cursor goes before the first row.
internalUseInstance - Variable in class com.sun.sql.rowset.CachedRowSetXImpl5
The internalUseInstance flag tells to ignore exceptional conditions with regard to the rowset not being executed.
isAfterLast() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
isAfterLast() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Indicates whether the cursor is after the last row in this CachedRowSetXImpl object.
isBeforeFirst() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
isBeforeFirst() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Indicates whether the cursor is before the first row in this CachedRowSetXImpl object.
isClosed() - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
isDefinitelyWritable(int) - Method in class com.sun.sql.rowset.RowSetMetaDataXImpl
 
isExecuted() - Method in interface com.sun.sql.rowset.CachedRowSetX
Returns true if this rowset is in an executed state
isExecuted() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
Returns true if this rowset is in an executed state
isFirst() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
isFirst() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Indicates whether the cursor is on the first row in this CachedRowSetXImpl object.
isLast() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
isLast() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Indicates whether the cursor is on the last row in this CachedRowSetXImpl object.
isReadOnly(int) - Method in class com.sun.sql.rowset.RowSetMetaDataXImpl
 
isWrapperFor(Class) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
isWritable(int) - Method in class com.sun.sql.rowset.RowSetMetaDataXImpl
 

A B C D E F G I L M N P R S T U W