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

U

undoDelete() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
undoDelete() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Cancels deletion of the current row and notifies listeners that a row has changed.
undoInsert() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
undoInsert() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Immediately removes the current row from this CachedRowSetXImpl object if the row has been inserted, and also notifies listeners the a row has changed.
undoUpdate() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
undoUpdate() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Immediately reverses the last update operation if the row has been modified.
unsetMatchColumn(int[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
unsetMatchColumn(String[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
unsetMatchColumn(int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
unsetMatchColumn(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
unsetMatchColumn(int[]) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Unsets the designated parameter to the given int array.
unsetMatchColumn(String[]) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Unsets the designated parameter to the given String array.
unsetMatchColumn(int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Unsets the designated parameter to the given int object.
unsetMatchColumn(String) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Unsets the designated parameter to the given String object.
unwrap(Class) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
unwrap(Class) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
 
updateArray(int, Array) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateArray(String, Array) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateArray(int, Array) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.sql.Array values.
updateArray(String, Array) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.sql.Array value.
updateAsciiStream(int, InputStream, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateAsciiStream(String, InputStream, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateAsciiStream(int, InputStream) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateAsciiStream(String, InputStream) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateAsciiStream(int, InputStream, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateAsciiStream(String, InputStream, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateAsciiStream(int, InputStream, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given ASCII stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given ASCII stream value.
updateBigDecimal(int, BigDecimal) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateBigDecimal(String, BigDecimal) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateBigDecimal(int, BigDecimal) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.math.BigDecimal object.
updateBigDecimal(String, BigDecimal) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.math.BigDecimal object.
updateBinaryStream(int, InputStream, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateBinaryStream(String, InputStream, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateBinaryStream(int, InputStream) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateBinaryStream(String, InputStream) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateBinaryStream(int, InputStream, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateBinaryStream(String, InputStream, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateBinaryStream(int, InputStream, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.io.InputStream object.
updateBinaryStream(String, InputStream, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.io.InputStream object.
updateBlob(int, InputStream, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateBlob(String, InputStream, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateBlob(int, InputStream) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateBlob(String, InputStream) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateBlob(int, Blob) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateBlob(String, Blob) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateBlob(int, Blob) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.sql.Blob value.
updateBlob(String, Blob) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.sql.Blob value.
updateBoolean(int, boolean) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateBoolean(String, boolean) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateBoolean(int, boolean) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given boolean value.
updateBoolean(String, boolean) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given boolean value.
updateByte(int, byte) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateByte(String, byte) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateByte(int, byte) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given byte value.
updateByte(String, byte) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given byte value.
updateBytes(int, byte[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateBytes(String, byte[]) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateBytes(int, byte[]) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given byte array.
updateBytes(String, byte[]) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given byte array.
updateCharacterStream(int, Reader, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateCharacterStream(String, Reader, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateCharacterStream(int, Reader) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateCharacterStream(String, Reader) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateCharacterStream(int, Reader, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateCharacterStream(String, Reader, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateCharacterStream(int, Reader, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.io.Reader object.
updateCharacterStream(String, Reader, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given java.io.Reader object.
updateClob(int, Reader, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateClob(String, Reader, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateClob(int, Reader) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateClob(String, Reader) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateClob(int, Clob) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateClob(String, Clob) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateClob(int, Clob) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given double value.
updateClob(String, Clob) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given double value.
updateDate(int, Date) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateDate(String, Date) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateDate(int, Date) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Date object.
updateDate(String, Date) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Date object.
updateDouble(int, double) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateDouble(String, double) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateDouble(int, double) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given double value.
updateDouble(String, double) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given double value.
updateFloat(int, float) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateFloat(String, float) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateFloat(int, float) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given float value.
updateFloat(String, float) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given float value.
updateInt(int, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateInt(String, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateInt(int, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given int value.
updateInt(String, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given int value.
updateLong(int, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateLong(String, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateLong(int, long) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given long value.
updateLong(String, long) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given long value.
updateNCharacterStream(int, Reader, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNCharacterStream(String, Reader, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNCharacterStream(int, Reader) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNCharacterStream(String, Reader) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNClob(int, NClob) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNClob(String, NClob) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNClob(int, Reader, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNClob(String, Reader, long) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNClob(int, Reader) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNClob(String, Reader) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNString(int, String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNString(String, String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateNull(int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateNull(String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateNull(int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated nullable column in the current row or the insert row of this CachedRowSetXImpl object with null value.
updateNull(String) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated nullable column in the current row or the insert row of this CachedRowSetXImpl object with null value.
updateObject(int, Object, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateObject(int, Object) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateObject(String, Object, int) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateObject(String, Object) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateObject(int, Object, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Object value.
updateObject(int, Object) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Object value.
updateObject(String, Object, int) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Object value.
updateObject(String, Object) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Object value.
updateRef(int, Ref) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateRef(String, Ref) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateRef(int, Ref) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given double value.
updateRef(String, Ref) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given double value.
updateRow() - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateRow() - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Marks the current row of this CachedRowSetXImpl object as updated and notifies listeners registered with this rowset that the row has changed.
updateRowId(int, RowId) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateRowId(String, RowId) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateShort(int, short) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateShort(String, short) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateShort(int, short) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given short value.
updateShort(String, short) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given short value.
updateSQLXML(int, SQLXML) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateSQLXML(String, SQLXML) - Method in class com.sun.sql.rowset.CachedRowSetXImpl
 
updateString(int, String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateString(String, String) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateString(int, String) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given String object.
updateString(String, String) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given String object.
updateTime(int, Time) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateTime(String, Time) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateTime(int, Time) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Time object.
updateTime(String, Time) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Time object.
updateTimestamp(int, Timestamp) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
updateTimestamp(String, Timestamp) - Method in class com.sun.sql.rowset.CachedRowSetXImpl5
 
updateTimestamp(int, Timestamp) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Timestamp object.
updateTimestamp(String, Timestamp) - Method in class com.sun.sql.rowset.internal.SyncResolverXImpl
Sets the designated column in either the current row or the insert row of this CachedRowSetXImpl object with the given Timestamp object.

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