Package org.compiere.util
Class CCachedRowSet
java.lang.Object
org.compiere.util.CCachedRowSet
- All Implemented Interfaces:
Serializable
,AutoCloseable
,Cloneable
,ResultSet
,Wrapper
,RowSet
,CachedRowSet
,Joinable
iDempiere Cached Row Set Implementation
- Version:
- $Id: CCachedRowSet.java,v 1.6 2006/07/30 00:54:36 jjanke Exp $
- Author:
- Jorg Janke
- See Also:
-
Field Summary
Fields inherited from interface javax.sql.rowset.CachedRowSet
COMMIT_ON_ACCEPT_CHANGES
Fields inherited from interface java.sql.ResultSet
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
-
Method Summary
Modifier and TypeMethodDescriptionboolean
absolute
(int row) void
void
acceptChanges
(Connection con) void
addRowSetListener
(RowSetListener listener) void
void
void
void
void
void
close()
boolean
columnUpdated
(int idx) boolean
columnUpdated
(String columnName) void
commit()
void
void
execute()
void
execute
(Connection conn) int
findColumn
(String columnLabel) boolean
first()
static CCachedRowSet
get()
Get Cached Row Set.
Required due to Java Sun bug 393865.getArray
(int columnIndex) getAsciiStream
(int columnIndex) getAsciiStream
(String columnLabel) getBigDecimal
(int columnIndex) getBigDecimal
(int columnIndex, int scale) Deprecated.getBigDecimal
(String columnLabel) getBigDecimal
(String columnLabel, int scale) Deprecated.getBinaryStream
(int columnIndex) getBinaryStream
(String columnLabel) getBlob
(int columnIndex) boolean
getBoolean
(int columnIndex) boolean
getBoolean
(String columnLabel) byte
getByte
(int columnIndex) byte
byte[]
getBytes
(int columnIndex) byte[]
getCharacterStream
(int columnIndex) getCharacterStream
(String columnLabel) getClob
(int columnIndex) int
getDate
(int columnIndex) double
getDouble
(int columnIndex) double
boolean
int
int
float
getFloat
(int columnIndex) float
int
int
getInt
(int idx) int
int[]
long
getLong
(int columnIndex) long
int[]
String[]
int
int
getNCharacterStream
(int columnIndex) getNCharacterStream
(String columnLabel) getNClob
(int columnIndex) getNString
(int columnIndex) getNString
(String columnLabel) getObject
(int columnIndex) <T> T
<T> T
int
int
getRef
(int columnIndex) int
getRow()
getRowId
(int columnIndex) static RowSet
Get Row Set.
Read-Only, Scroll Insensitive.
Need to set parameters and call execute(Connection).static RowSet
getRowSet
(String sql, Connection conn, AdempiereDatabase db) Get and Execute Row Set.
No parameters, Read-Only, Scroll Insensitive.static RowSet
Get Cached Row Set.
Delegate togetRowSet(ResultSet, AdempiereDatabase)
.static RowSet
getRowSet
(ResultSet rs, AdempiereDatabase db) Get Cached Row Set.
Required due to Java Sun bug 393865.
Also, Oracle NUMBER returns scale -127 .short
getShort
(int columnIndex) short
boolean
getSQLXML
(int columnIndex) getString
(int columnIndex) getTime
(int columnIndex) getTimestamp
(int columnIndex) getTimestamp
(int columnIndex, Calendar cal) getTimestamp
(String columnLabel) getTimestamp
(String columnLabel, Calendar cal) int
int
getType()
getUnicodeStream
(int columnIndex) Deprecated.getUnicodeStream
(String columnLabel) Deprecated.getUrl()
getURL
(int columnIndex) void
boolean
boolean
boolean
isClosed()
boolean
isFirst()
boolean
isLast()
boolean
boolean
isWrapperFor
(Class<?> iface) boolean
last()
void
void
boolean
next()
boolean
nextPage()
void
void
boolean
previous()
boolean
void
boolean
relative
(int rows) void
release()
void
removeRowSetListener
(RowSetListener listener) void
void
rollback()
void
boolean
boolean
void
rowSetPopulated
(RowSetEvent event, int numRows) boolean
void
void
setAsciiStream
(int parameterIndex, InputStream x) void
setAsciiStream
(int parameterIndex, InputStream x, int length) void
setAsciiStream
(String parameterName, InputStream x) void
setAsciiStream
(String parameterName, InputStream x, int length) void
setBigDecimal
(int parameterIndex, BigDecimal x) void
setBigDecimal
(String parameterName, BigDecimal x) void
setBinaryStream
(int parameterIndex, InputStream x) void
setBinaryStream
(int parameterIndex, InputStream x, int length) void
setBinaryStream
(String parameterName, InputStream x) void
setBinaryStream
(String parameterName, InputStream x, int length) void
setBlob
(int parameterIndex, InputStream inputStream) void
setBlob
(int parameterIndex, InputStream inputStream, long length) void
void
setBlob
(String parameterName, InputStream inputStream) void
setBlob
(String parameterName, InputStream inputStream, long length) void
void
setBoolean
(int parameterIndex, boolean x) void
setBoolean
(String parameterName, boolean x) void
setByte
(int parameterIndex, byte x) void
void
setBytes
(int parameterIndex, byte[] x) void
void
setCharacterStream
(int parameterIndex, Reader reader) void
setCharacterStream
(int parameterIndex, Reader reader, int length) void
setCharacterStream
(String parameterName, Reader reader) void
setCharacterStream
(String parameterName, Reader reader, int length) void
void
void
void
void
void
void
setCommand
(String cmd) void
setConcurrency
(int concurrency) void
setDataSourceName
(String name) void
void
void
void
void
setDouble
(int parameterIndex, double x) void
void
setEscapeProcessing
(boolean enable) void
setFetchDirection
(int direction) void
setFetchSize
(int rows) void
setFloat
(int parameterIndex, float x) void
void
setInt
(int parameterIndex, int x) void
void
setKeyColumns
(int[] keys) void
setLong
(int parameterIndex, long x) void
void
setMatchColumn
(int columnIdx) void
setMatchColumn
(int[] columnIdxes) void
setMatchColumn
(String columnName) void
setMatchColumn
(String[] columnNames) void
setMaxFieldSize
(int max) void
setMaxRows
(int max) void
void
setNCharacterStream
(int parameterIndex, Reader value) void
setNCharacterStream
(int parameterIndex, Reader value, long length) void
setNCharacterStream
(String parameterName, Reader value) void
setNCharacterStream
(String parameterName, Reader value, long length) void
void
void
void
void
void
void
setNString
(int parameterIndex, String value) void
setNString
(String parameterName, String value) void
setNull
(int parameterIndex, int sqlType) void
void
void
void
void
void
void
void
void
void
void
setPageSize
(int size) void
setPassword
(String password) void
setQueryTimeout
(int seconds) void
setReadOnly
(boolean value) void
void
void
void
setShort
(int parameterIndex, short x) void
void
setShowDeleted
(boolean b) void
void
void
void
void
setSyncProvider
(String provider) void
setTableName
(String tabName) void
void
void
void
void
setTimestamp
(int parameterIndex, Timestamp x) void
setTimestamp
(int parameterIndex, Timestamp x, Calendar cal) void
setTimestamp
(String parameterName, Timestamp x) void
setTimestamp
(String parameterName, Timestamp x, Calendar cal) void
setTransactionIsolation
(int level) void
setType
(int type) void
setTypeMap
(Map<String, Class<?>> map) void
void
void
setUsername
(String name) int
size()
Collection<?>
Collection<?>
toCollection
(int column) Collection<?>
toCollection
(String column) void
void
void
void
unsetMatchColumn
(int columnIdx) void
unsetMatchColumn
(int[] columnIdxes) void
unsetMatchColumn
(String columnName) void
unsetMatchColumn
(String[] columnName) <T> T
void
updateArray
(int columnIndex, Array x) void
updateArray
(String columnLabel, Array x) void
updateAsciiStream
(int columnIndex, InputStream x) void
updateAsciiStream
(int columnIndex, InputStream x, int length) void
updateAsciiStream
(int columnIndex, InputStream x, long length) void
updateAsciiStream
(String columnLabel, InputStream x) void
updateAsciiStream
(String columnLabel, InputStream x, int length) void
updateAsciiStream
(String columnLabel, InputStream x, long length) void
updateBigDecimal
(int columnIndex, BigDecimal x) void
updateBigDecimal
(String columnLabel, BigDecimal x) void
updateBinaryStream
(int columnIndex, InputStream x) void
updateBinaryStream
(int columnIndex, InputStream x, int length) void
updateBinaryStream
(int columnIndex, InputStream x, long length) void
updateBinaryStream
(String columnLabel, InputStream x) void
updateBinaryStream
(String columnLabel, InputStream x, int length) void
updateBinaryStream
(String columnLabel, InputStream x, long length) void
updateBlob
(int columnIndex, InputStream inputStream) void
updateBlob
(int columnIndex, InputStream inputStream, long length) void
updateBlob
(int columnIndex, Blob x) void
updateBlob
(String columnLabel, InputStream inputStream) void
updateBlob
(String columnLabel, InputStream inputStream, long length) void
updateBlob
(String columnLabel, Blob x) void
updateBoolean
(int columnIndex, boolean x) void
updateBoolean
(String columnLabel, boolean x) void
updateByte
(int columnIndex, byte x) void
updateByte
(String columnLabel, byte x) void
updateBytes
(int columnIndex, byte[] x) void
updateBytes
(String columnLabel, byte[] x) void
updateCharacterStream
(int columnIndex, Reader x) void
updateCharacterStream
(int columnIndex, Reader x, int length) void
updateCharacterStream
(int columnIndex, Reader x, long length) void
updateCharacterStream
(String columnLabel, Reader reader) void
updateCharacterStream
(String columnLabel, Reader reader, int length) void
updateCharacterStream
(String columnLabel, Reader reader, long length) void
updateClob
(int columnIndex, Reader reader) void
updateClob
(int columnIndex, Reader reader, long length) void
updateClob
(int columnIndex, Clob x) void
updateClob
(String columnLabel, Reader reader) void
updateClob
(String columnLabel, Reader reader, long length) void
updateClob
(String columnLabel, Clob x) void
updateDate
(int columnIndex, Date x) void
updateDate
(String columnLabel, Date x) void
updateDouble
(int columnIndex, double x) void
updateDouble
(String columnLabel, double x) void
updateFloat
(int columnIndex, float x) void
updateFloat
(String columnLabel, float x) void
updateInt
(int columnIndex, int x) void
void
updateLong
(int columnIndex, long x) void
updateLong
(String columnLabel, long x) void
updateNCharacterStream
(int columnIndex, Reader x) void
updateNCharacterStream
(int columnIndex, Reader x, long length) void
updateNCharacterStream
(String columnLabel, Reader reader) void
updateNCharacterStream
(String columnLabel, Reader reader, long length) void
updateNClob
(int columnIndex, Reader reader) void
updateNClob
(int columnIndex, Reader reader, long length) void
updateNClob
(int columnIndex, NClob nClob) void
updateNClob
(String columnLabel, Reader reader) void
updateNClob
(String columnLabel, Reader reader, long length) void
updateNClob
(String columnLabel, NClob nClob) void
updateNString
(int columnIndex, String nString) void
updateNString
(String columnLabel, String nString) void
updateNull
(int columnIndex) void
updateNull
(String columnLabel) void
updateObject
(int columnIndex, Object x) void
updateObject
(int columnIndex, Object x, int scaleOrLength) void
updateObject
(String columnLabel, Object x) void
updateObject
(String columnLabel, Object x, int scaleOrLength) void
void
void
void
updateRowId
(int columnIndex, RowId x) void
updateRowId
(String columnLabel, RowId x) void
updateShort
(int columnIndex, short x) void
updateShort
(String columnLabel, short x) void
updateSQLXML
(int columnIndex, SQLXML xmlObject) void
updateSQLXML
(String columnLabel, SQLXML xmlObject) void
updateString
(int columnIndex, String x) void
updateString
(String columnLabel, String x) void
updateTime
(int columnIndex, Time x) void
updateTime
(String columnLabel, Time x) void
updateTimestamp
(int columnIndex, Timestamp x) void
updateTimestamp
(String columnLabel, Timestamp x) boolean
wasNull()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject
-
Method Details
-
get
Get Cached Row Set.
Required due to Java Sun bug 393865.- Returns:
- Cached Row Set
- Throws:
SQLException
-
getRowSet
Get Row Set.
Read-Only, Scroll Insensitive.
Need to set parameters and call execute(Connection).- Parameters:
sql
- sql- Returns:
- row set
- Throws:
SQLException
-
getRowSet
public static RowSet getRowSet(String sql, Connection conn, AdempiereDatabase db) throws SQLException Get and Execute Row Set.
No parameters, Read-Only, Scroll Insensitive.- Parameters:
sql
- sqlconn
- connectiondb
- database- Returns:
- row set
- Throws:
SQLException
-
getRowSet
Get Cached Row Set.
Required due to Java Sun bug 393865.
Also, Oracle NUMBER returns scale -127 .- Parameters:
rs
- result setdb
- database- Returns:
- Cached Row Set
- Throws:
SQLException
-
getRowSet
Get Cached Row Set.
Delegate togetRowSet(ResultSet, AdempiereDatabase)
.- Parameters:
rs
- result set- Returns:
- Cached Row Set
- Throws:
SQLException
-
getInt
- Specified by:
getInt
in interfaceResultSet
- Throws:
SQLException
-
getInt
- Specified by:
getInt
in interfaceResultSet
- Throws:
SQLException
-
getUrl
- Specified by:
getUrl
in interfaceRowSet
- Throws:
SQLException
-
setUrl
- Specified by:
setUrl
in interfaceRowSet
- Throws:
SQLException
-
getDataSourceName
- Specified by:
getDataSourceName
in interfaceRowSet
-
setDataSourceName
- Specified by:
setDataSourceName
in interfaceRowSet
- Throws:
SQLException
-
getUsername
- Specified by:
getUsername
in interfaceRowSet
-
setUsername
- Specified by:
setUsername
in interfaceRowSet
- Throws:
SQLException
-
getPassword
- Specified by:
getPassword
in interfaceRowSet
-
setPassword
- Specified by:
setPassword
in interfaceRowSet
- Throws:
SQLException
-
getTransactionIsolation
public int getTransactionIsolation()- Specified by:
getTransactionIsolation
in interfaceRowSet
-
setTransactionIsolation
- Specified by:
setTransactionIsolation
in interfaceRowSet
- Throws:
SQLException
-
getTypeMap
- Specified by:
getTypeMap
in interfaceRowSet
- Throws:
SQLException
-
setTypeMap
- Specified by:
setTypeMap
in interfaceRowSet
- Throws:
SQLException
-
getCommand
- Specified by:
getCommand
in interfaceRowSet
-
setCommand
- Specified by:
setCommand
in interfaceRowSet
- Throws:
SQLException
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnly
in interfaceRowSet
-
setReadOnly
- Specified by:
setReadOnly
in interfaceRowSet
- Throws:
SQLException
-
getMaxFieldSize
- Specified by:
getMaxFieldSize
in interfaceRowSet
- Throws:
SQLException
-
setMaxFieldSize
- Specified by:
setMaxFieldSize
in interfaceRowSet
- Throws:
SQLException
-
getMaxRows
- Specified by:
getMaxRows
in interfaceRowSet
- Throws:
SQLException
-
setMaxRows
- Specified by:
setMaxRows
in interfaceRowSet
- Throws:
SQLException
-
getEscapeProcessing
- Specified by:
getEscapeProcessing
in interfaceRowSet
- Throws:
SQLException
-
setEscapeProcessing
- Specified by:
setEscapeProcessing
in interfaceRowSet
- Throws:
SQLException
-
getQueryTimeout
- Specified by:
getQueryTimeout
in interfaceRowSet
- Throws:
SQLException
-
setQueryTimeout
- Specified by:
setQueryTimeout
in interfaceRowSet
- Throws:
SQLException
-
setType
- Specified by:
setType
in interfaceRowSet
- Throws:
SQLException
-
setConcurrency
- Specified by:
setConcurrency
in interfaceRowSet
- Throws:
SQLException
-
setNull
- Specified by:
setNull
in interfaceRowSet
- Throws:
SQLException
-
setNull
- Specified by:
setNull
in interfaceRowSet
- Throws:
SQLException
-
setNull
- Specified by:
setNull
in interfaceRowSet
- Throws:
SQLException
-
setNull
- Specified by:
setNull
in interfaceRowSet
- Throws:
SQLException
-
setBoolean
- Specified by:
setBoolean
in interfaceRowSet
- Throws:
SQLException
-
setBoolean
- Specified by:
setBoolean
in interfaceRowSet
- Throws:
SQLException
-
setByte
- Specified by:
setByte
in interfaceRowSet
- Throws:
SQLException
-
setByte
- Specified by:
setByte
in interfaceRowSet
- Throws:
SQLException
-
setShort
- Specified by:
setShort
in interfaceRowSet
- Throws:
SQLException
-
setShort
- Specified by:
setShort
in interfaceRowSet
- Throws:
SQLException
-
setInt
- Specified by:
setInt
in interfaceRowSet
- Throws:
SQLException
-
setInt
- Specified by:
setInt
in interfaceRowSet
- Throws:
SQLException
-
setLong
- Specified by:
setLong
in interfaceRowSet
- Throws:
SQLException
-
setLong
- Specified by:
setLong
in interfaceRowSet
- Throws:
SQLException
-
setFloat
- Specified by:
setFloat
in interfaceRowSet
- Throws:
SQLException
-
setFloat
- Specified by:
setFloat
in interfaceRowSet
- Throws:
SQLException
-
setDouble
- Specified by:
setDouble
in interfaceRowSet
- Throws:
SQLException
-
setDouble
- Specified by:
setDouble
in interfaceRowSet
- Throws:
SQLException
-
setBigDecimal
- Specified by:
setBigDecimal
in interfaceRowSet
- Throws:
SQLException
-
setBigDecimal
- Specified by:
setBigDecimal
in interfaceRowSet
- Throws:
SQLException
-
setString
- Specified by:
setString
in interfaceRowSet
- Throws:
SQLException
-
setString
- Specified by:
setString
in interfaceRowSet
- Throws:
SQLException
-
setBytes
- Specified by:
setBytes
in interfaceRowSet
- Throws:
SQLException
-
setBytes
- Specified by:
setBytes
in interfaceRowSet
- Throws:
SQLException
-
setDate
- Specified by:
setDate
in interfaceRowSet
- Throws:
SQLException
-
setTime
- Specified by:
setTime
in interfaceRowSet
- Throws:
SQLException
-
setTimestamp
- Specified by:
setTimestamp
in interfaceRowSet
- Throws:
SQLException
-
setTimestamp
- Specified by:
setTimestamp
in interfaceRowSet
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfaceRowSet
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfaceRowSet
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceRowSet
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceRowSet
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceRowSet
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceRowSet
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfaceRowSet
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfaceRowSet
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceRowSet
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceRowSet
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceRowSet
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceRowSet
- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStream
in interfaceRowSet
- Throws:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException - Specified by:
setObject
in interfaceRowSet
- Throws:
SQLException
-
setObject
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException - Specified by:
setObject
in interfaceRowSet
- Throws:
SQLException
-
setObject
- Specified by:
setObject
in interfaceRowSet
- Throws:
SQLException
-
setObject
- Specified by:
setObject
in interfaceRowSet
- Throws:
SQLException
-
setObject
- Specified by:
setObject
in interfaceRowSet
- Throws:
SQLException
-
setObject
- Specified by:
setObject
in interfaceRowSet
- Throws:
SQLException
-
setRef
- Specified by:
setRef
in interfaceRowSet
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfaceRowSet
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfaceRowSet
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfaceRowSet
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfaceRowSet
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfaceRowSet
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfaceRowSet
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfaceRowSet
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfaceRowSet
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfaceRowSet
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfaceRowSet
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfaceRowSet
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfaceRowSet
- Throws:
SQLException
-
setArray
- Specified by:
setArray
in interfaceRowSet
- Throws:
SQLException
-
setDate
- Specified by:
setDate
in interfaceRowSet
- Throws:
SQLException
-
setDate
- Specified by:
setDate
in interfaceRowSet
- Throws:
SQLException
-
setDate
- Specified by:
setDate
in interfaceRowSet
- Throws:
SQLException
-
setTime
- Specified by:
setTime
in interfaceRowSet
- Throws:
SQLException
-
setTime
- Specified by:
setTime
in interfaceRowSet
- Throws:
SQLException
-
setTime
- Specified by:
setTime
in interfaceRowSet
- Throws:
SQLException
-
setTimestamp
- Specified by:
setTimestamp
in interfaceRowSet
- Throws:
SQLException
-
setTimestamp
- Specified by:
setTimestamp
in interfaceRowSet
- Throws:
SQLException
-
clearParameters
- Specified by:
clearParameters
in interfaceRowSet
- Throws:
SQLException
-
execute
- Specified by:
execute
in interfaceRowSet
- Throws:
SQLException
-
addRowSetListener
- Specified by:
addRowSetListener
in interfaceRowSet
-
removeRowSetListener
- Specified by:
removeRowSetListener
in interfaceRowSet
-
setSQLXML
- Specified by:
setSQLXML
in interfaceRowSet
- Throws:
SQLException
-
setSQLXML
- Specified by:
setSQLXML
in interfaceRowSet
- Throws:
SQLException
-
setRowId
- Specified by:
setRowId
in interfaceRowSet
- Throws:
SQLException
-
setRowId
- Specified by:
setRowId
in interfaceRowSet
- Throws:
SQLException
-
setNString
- Specified by:
setNString
in interfaceRowSet
- Throws:
SQLException
-
setNString
- Specified by:
setNString
in interfaceRowSet
- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStream
in interfaceRowSet
- Throws:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException - Specified by:
setNCharacterStream
in interfaceRowSet
- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStream
in interfaceRowSet
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfaceRowSet
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfaceRowSet
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfaceRowSet
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfaceRowSet
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfaceRowSet
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfaceRowSet
- Throws:
SQLException
-
setURL
- Specified by:
setURL
in interfaceRowSet
- Throws:
SQLException
-
next
- Specified by:
next
in interfaceResultSet
- Throws:
SQLException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceResultSet
- Throws:
SQLException
-
wasNull
- Specified by:
wasNull
in interfaceResultSet
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceResultSet
- Throws:
SQLException
-
getBoolean
- Specified by:
getBoolean
in interfaceResultSet
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Throws:
SQLException
-
getLong
- Specified by:
getLong
in interfaceResultSet
- Throws:
SQLException
-
getFloat
- Specified by:
getFloat
in interfaceResultSet
- Throws:
SQLException
-
getDouble
- Specified by:
getDouble
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBytes
- Specified by:
getBytes
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStream
in interfaceResultSet
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceResultSet
- Throws:
SQLException
-
getBoolean
- Specified by:
getBoolean
in interfaceResultSet
- Throws:
SQLException
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Throws:
SQLException
-
getShort
- Specified by:
getShort
in interfaceResultSet
- Throws:
SQLException
-
getLong
- Specified by:
getLong
in interfaceResultSet
- Throws:
SQLException
-
getFloat
- Specified by:
getFloat
in interfaceResultSet
- Throws:
SQLException
-
getDouble
- Specified by:
getDouble
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBytes
- Specified by:
getBytes
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStream
in interfaceResultSet
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
getWarnings
- Specified by:
getWarnings
in interfaceResultSet
- Throws:
SQLException
-
clearWarnings
- Specified by:
clearWarnings
in interfaceResultSet
- Throws:
SQLException
-
getCursorName
- Specified by:
getCursorName
in interfaceResultSet
- Throws:
SQLException
-
getMetaData
- Specified by:
getMetaData
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
findColumn
- Specified by:
findColumn
in interfaceResultSet
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
isBeforeFirst
- Specified by:
isBeforeFirst
in interfaceResultSet
- Throws:
SQLException
-
isAfterLast
- Specified by:
isAfterLast
in interfaceResultSet
- Throws:
SQLException
-
isFirst
- Specified by:
isFirst
in interfaceResultSet
- Throws:
SQLException
-
isLast
- Specified by:
isLast
in interfaceResultSet
- Throws:
SQLException
-
beforeFirst
- Specified by:
beforeFirst
in interfaceResultSet
- Throws:
SQLException
-
afterLast
- Specified by:
afterLast
in interfaceResultSet
- Throws:
SQLException
-
first
- Specified by:
first
in interfaceResultSet
- Throws:
SQLException
-
last
- Specified by:
last
in interfaceResultSet
- Throws:
SQLException
-
getRow
- Specified by:
getRow
in interfaceResultSet
- Throws:
SQLException
-
absolute
- Specified by:
absolute
in interfaceResultSet
- Throws:
SQLException
-
relative
- Specified by:
relative
in interfaceResultSet
- Throws:
SQLException
-
previous
- Specified by:
previous
in interfaceResultSet
- Throws:
SQLException
-
setFetchDirection
- Specified by:
setFetchDirection
in interfaceResultSet
- Throws:
SQLException
-
getFetchDirection
- Specified by:
getFetchDirection
in interfaceResultSet
- Throws:
SQLException
-
setFetchSize
- Specified by:
setFetchSize
in interfaceResultSet
- Throws:
SQLException
-
getFetchSize
- Specified by:
getFetchSize
in interfaceResultSet
- Throws:
SQLException
-
getType
- Specified by:
getType
in interfaceResultSet
- Throws:
SQLException
-
getConcurrency
- Specified by:
getConcurrency
in interfaceResultSet
- Throws:
SQLException
-
rowUpdated
- Specified by:
rowUpdated
in interfaceResultSet
- Throws:
SQLException
-
rowInserted
- Specified by:
rowInserted
in interfaceResultSet
- Throws:
SQLException
-
rowDeleted
- Specified by:
rowDeleted
in interfaceResultSet
- Throws:
SQLException
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
insertRow
- Specified by:
insertRow
in interfaceResultSet
- Throws:
SQLException
-
updateRow
- Specified by:
updateRow
in interfaceResultSet
- Throws:
SQLException
-
deleteRow
- Specified by:
deleteRow
in interfaceResultSet
- Throws:
SQLException
-
refreshRow
- Specified by:
refreshRow
in interfaceResultSet
- Throws:
SQLException
-
cancelRowUpdates
- Specified by:
cancelRowUpdates
in interfaceResultSet
- Throws:
SQLException
-
moveToInsertRow
- Specified by:
moveToInsertRow
in interfaceResultSet
- Throws:
SQLException
-
moveToCurrentRow
- Specified by:
moveToCurrentRow
in interfaceResultSet
- Throws:
SQLException
-
getStatement
- Specified by:
getStatement
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Throws:
SQLException
-
getHoldability
- Specified by:
getHoldability
in interfaceResultSet
- Throws:
SQLException
-
isClosed
- Specified by:
isClosed
in interfaceResultSet
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
unwrap
- Specified by:
unwrap
in interfaceWrapper
- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperFor
in interfaceWrapper
- Throws:
SQLException
-
setMatchColumn
- Specified by:
setMatchColumn
in interfaceJoinable
- Throws:
SQLException
-
setMatchColumn
- Specified by:
setMatchColumn
in interfaceJoinable
- Throws:
SQLException
-
setMatchColumn
- Specified by:
setMatchColumn
in interfaceJoinable
- Throws:
SQLException
-
setMatchColumn
- Specified by:
setMatchColumn
in interfaceJoinable
- Throws:
SQLException
-
getMatchColumnIndexes
- Specified by:
getMatchColumnIndexes
in interfaceJoinable
- Throws:
SQLException
-
getMatchColumnNames
- Specified by:
getMatchColumnNames
in interfaceJoinable
- Throws:
SQLException
-
unsetMatchColumn
- Specified by:
unsetMatchColumn
in interfaceJoinable
- Throws:
SQLException
-
unsetMatchColumn
- Specified by:
unsetMatchColumn
in interfaceJoinable
- Throws:
SQLException
-
unsetMatchColumn
- Specified by:
unsetMatchColumn
in interfaceJoinable
- Throws:
SQLException
-
unsetMatchColumn
- Specified by:
unsetMatchColumn
in interfaceJoinable
- Throws:
SQLException
-
populate
- Specified by:
populate
in interfaceCachedRowSet
- Throws:
SQLException
-
execute
- Specified by:
execute
in interfaceCachedRowSet
- Throws:
SQLException
-
acceptChanges
- Specified by:
acceptChanges
in interfaceCachedRowSet
- Throws:
SyncProviderException
-
acceptChanges
- Specified by:
acceptChanges
in interfaceCachedRowSet
- Throws:
SyncProviderException
-
restoreOriginal
- Specified by:
restoreOriginal
in interfaceCachedRowSet
- Throws:
SQLException
-
release
- Specified by:
release
in interfaceCachedRowSet
- Throws:
SQLException
-
undoDelete
- Specified by:
undoDelete
in interfaceCachedRowSet
- Throws:
SQLException
-
undoInsert
- Specified by:
undoInsert
in interfaceCachedRowSet
- Throws:
SQLException
-
undoUpdate
- Specified by:
undoUpdate
in interfaceCachedRowSet
- Throws:
SQLException
-
columnUpdated
- Specified by:
columnUpdated
in interfaceCachedRowSet
- Throws:
SQLException
-
columnUpdated
- Specified by:
columnUpdated
in interfaceCachedRowSet
- Throws:
SQLException
-
toCollection
- Specified by:
toCollection
in interfaceCachedRowSet
- Throws:
SQLException
-
toCollection
- Specified by:
toCollection
in interfaceCachedRowSet
- Throws:
SQLException
-
toCollection
- Specified by:
toCollection
in interfaceCachedRowSet
- Throws:
SQLException
-
getSyncProvider
- Specified by:
getSyncProvider
in interfaceCachedRowSet
- Throws:
SQLException
-
setSyncProvider
- Specified by:
setSyncProvider
in interfaceCachedRowSet
- Throws:
SQLException
-
size
public int size()- Specified by:
size
in interfaceCachedRowSet
-
setMetaData
- Specified by:
setMetaData
in interfaceCachedRowSet
- Throws:
SQLException
-
getOriginal
- Specified by:
getOriginal
in interfaceCachedRowSet
- Throws:
SQLException
-
getOriginalRow
- Specified by:
getOriginalRow
in interfaceCachedRowSet
- Throws:
SQLException
-
setOriginalRow
- Specified by:
setOriginalRow
in interfaceCachedRowSet
- Throws:
SQLException
-
getTableName
- Specified by:
getTableName
in interfaceCachedRowSet
- Throws:
SQLException
-
setTableName
- Specified by:
setTableName
in interfaceCachedRowSet
- Throws:
SQLException
-
getKeyColumns
- Specified by:
getKeyColumns
in interfaceCachedRowSet
- Throws:
SQLException
-
setKeyColumns
- Specified by:
setKeyColumns
in interfaceCachedRowSet
- Throws:
SQLException
-
createCopy
- Specified by:
createCopy
in interfaceCachedRowSet
- Throws:
SQLException
-
createCopySchema
- Specified by:
createCopySchema
in interfaceCachedRowSet
- Throws:
SQLException
-
createCopyNoConstraints
- Specified by:
createCopyNoConstraints
in interfaceCachedRowSet
- Throws:
SQLException
-
getRowSetWarnings
- Specified by:
getRowSetWarnings
in interfaceCachedRowSet
- Throws:
SQLException
-
getShowDeleted
- Specified by:
getShowDeleted
in interfaceCachedRowSet
- Throws:
SQLException
-
setShowDeleted
- Specified by:
setShowDeleted
in interfaceCachedRowSet
- Throws:
SQLException
-
commit
- Specified by:
commit
in interfaceCachedRowSet
- Throws:
SQLException
-
rollback
- Specified by:
rollback
in interfaceCachedRowSet
- Throws:
SQLException
-
rollback
- Specified by:
rollback
in interfaceCachedRowSet
- Throws:
SQLException
-
rowSetPopulated
- Specified by:
rowSetPopulated
in interfaceCachedRowSet
- Throws:
SQLException
-
populate
- Specified by:
populate
in interfaceCachedRowSet
- Throws:
SQLException
-
setPageSize
- Specified by:
setPageSize
in interfaceCachedRowSet
- Throws:
SQLException
-
getPageSize
public int getPageSize()- Specified by:
getPageSize
in interfaceCachedRowSet
-
nextPage
- Specified by:
nextPage
in interfaceCachedRowSet
- Throws:
SQLException
-
previousPage
- Specified by:
previousPage
in interfaceCachedRowSet
- Throws:
SQLException
-