Package org.compiere.util
Class CCachedRowSet
- java.lang.Object
-
- org.compiere.util.CCachedRowSet
-
- All Implemented Interfaces:
Serializable,AutoCloseable,Cloneable,ResultSet,Wrapper,RowSet,CachedRowSet,Joinable
public class CCachedRowSet extends Object implements RowSet, Serializable, Cloneable, CachedRowSet
Adempiere Cached Row Set Implementation- Version:
- $Id: CCachedRowSet.java,v 1.6 2006/07/30 00:54:36 jjanke Exp $
- Author:
- Jorg Janke
- See Also:
- Serialized Form
-
-
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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanabsolute(int row)voidacceptChanges()voidacceptChanges(Connection con)voidaddRowSetListener(RowSetListener listener)voidafterLast()voidbeforeFirst()voidcancelRowUpdates()voidclearParameters()voidclearWarnings()voidclose()booleancolumnUpdated(int idx)booleancolumnUpdated(String columnName)voidcommit()CachedRowSetcreateCopy()CachedRowSetcreateCopyNoConstraints()CachedRowSetcreateCopySchema()RowSetcreateShared()voiddeleteRow()voidexecute()voidexecute(Connection conn)intfindColumn(String columnLabel)booleanfirst()static CCachedRowSetget()Get Cached Row Set.ArraygetArray(int columnIndex)ArraygetArray(String columnLabel)InputStreamgetAsciiStream(int columnIndex)InputStreamgetAsciiStream(String columnLabel)BigDecimalgetBigDecimal(int columnIndex)BigDecimalgetBigDecimal(int columnIndex, int scale)Deprecated.BigDecimalgetBigDecimal(String columnLabel)BigDecimalgetBigDecimal(String columnLabel, int scale)Deprecated.InputStreamgetBinaryStream(int columnIndex)InputStreamgetBinaryStream(String columnLabel)BlobgetBlob(int columnIndex)BlobgetBlob(String columnLabel)booleangetBoolean(int columnIndex)booleangetBoolean(String columnLabel)bytegetByte(int columnIndex)bytegetByte(String columnLabel)byte[]getBytes(int columnIndex)byte[]getBytes(String columnLabel)ReadergetCharacterStream(int columnIndex)ReadergetCharacterStream(String columnLabel)ClobgetClob(int columnIndex)ClobgetClob(String columnLabel)StringgetCommand()intgetConcurrency()StringgetCursorName()StringgetDataSourceName()DategetDate(int columnIndex)DategetDate(int columnIndex, Calendar cal)DategetDate(String columnLabel)DategetDate(String columnLabel, Calendar cal)doublegetDouble(int columnIndex)doublegetDouble(String columnLabel)booleangetEscapeProcessing()intgetFetchDirection()intgetFetchSize()floatgetFloat(int columnIndex)floatgetFloat(String columnLabel)intgetHoldability()intgetInt(int idx)intgetInt(String column)int[]getKeyColumns()longgetLong(int columnIndex)longgetLong(String columnLabel)int[]getMatchColumnIndexes()String[]getMatchColumnNames()intgetMaxFieldSize()intgetMaxRows()ResultSetMetaDatagetMetaData()ReadergetNCharacterStream(int columnIndex)ReadergetNCharacterStream(String columnLabel)NClobgetNClob(int columnIndex)NClobgetNClob(String columnLabel)StringgetNString(int columnIndex)StringgetNString(String columnLabel)ObjectgetObject(int columnIndex)<T> TgetObject(int columnIndex, Class<T> type)ObjectgetObject(int columnIndex, Map<String,Class<?>> map)ObjectgetObject(String columnLabel)<T> TgetObject(String columnLabel, Class<T> type)ObjectgetObject(String columnLabel, Map<String,Class<?>> map)ResultSetgetOriginal()ResultSetgetOriginalRow()intgetPageSize()StringgetPassword()intgetQueryTimeout()RefgetRef(int columnIndex)RefgetRef(String columnLabel)intgetRow()RowIdgetRowId(int columnIndex)RowIdgetRowId(String columnLabel)static RowSetgetRowSet(String sql)Get Row Set.static RowSetgetRowSet(String sql, Connection conn, AdempiereDatabase db)Get and Execute Row Set.static RowSetgetRowSet(ResultSet rs)Get Cached Row Set.static RowSetgetRowSet(ResultSet rs, AdempiereDatabase db)Get Cached Row Set.RowSetWarninggetRowSetWarnings()shortgetShort(int columnIndex)shortgetShort(String columnLabel)booleangetShowDeleted()SQLXMLgetSQLXML(int columnIndex)SQLXMLgetSQLXML(String columnLabel)StatementgetStatement()StringgetString(int columnIndex)StringgetString(String columnLabel)SyncProvidergetSyncProvider()StringgetTableName()TimegetTime(int columnIndex)TimegetTime(int columnIndex, Calendar cal)TimegetTime(String columnLabel)TimegetTime(String columnLabel, Calendar cal)TimestampgetTimestamp(int columnIndex)TimestampgetTimestamp(int columnIndex, Calendar cal)TimestampgetTimestamp(String columnLabel)TimestampgetTimestamp(String columnLabel, Calendar cal)intgetTransactionIsolation()intgetType()Map<String,Class<?>>getTypeMap()InputStreamgetUnicodeStream(int columnIndex)Deprecated.InputStreamgetUnicodeStream(String columnLabel)Deprecated.StringgetUrl()URLgetURL(int columnIndex)URLgetURL(String columnLabel)StringgetUsername()SQLWarninggetWarnings()voidinsertRow()booleanisAfterLast()booleanisBeforeFirst()booleanisClosed()booleanisFirst()booleanisLast()booleanisReadOnly()booleanisWrapperFor(Class<?> iface)booleanlast()static voidmain(String[] args)TestvoidmoveToCurrentRow()voidmoveToInsertRow()booleannext()booleannextPage()voidpopulate(ResultSet data)voidpopulate(ResultSet rs, int startRow)booleanprevious()booleanpreviousPage()voidrefreshRow()booleanrelative(int rows)voidrelease()voidremoveRowSetListener(RowSetListener listener)voidrestoreOriginal()voidrollback()voidrollback(Savepoint s)booleanrowDeleted()booleanrowInserted()voidrowSetPopulated(RowSetEvent event, int numRows)booleanrowUpdated()voidsetArray(int i, Array x)voidsetAsciiStream(int parameterIndex, InputStream x)voidsetAsciiStream(int parameterIndex, InputStream x, int length)voidsetAsciiStream(String parameterName, InputStream x)voidsetAsciiStream(String parameterName, InputStream x, int length)voidsetBigDecimal(int parameterIndex, BigDecimal x)voidsetBigDecimal(String parameterName, BigDecimal x)voidsetBinaryStream(int parameterIndex, InputStream x)voidsetBinaryStream(int parameterIndex, InputStream x, int length)voidsetBinaryStream(String parameterName, InputStream x)voidsetBinaryStream(String parameterName, InputStream x, int length)voidsetBlob(int parameterIndex, InputStream inputStream)voidsetBlob(int parameterIndex, InputStream inputStream, long length)voidsetBlob(int i, Blob x)voidsetBlob(String parameterName, InputStream inputStream)voidsetBlob(String parameterName, InputStream inputStream, long length)voidsetBlob(String parameterName, Blob x)voidsetBoolean(int parameterIndex, boolean x)voidsetBoolean(String parameterName, boolean x)voidsetByte(int parameterIndex, byte x)voidsetByte(String parameterName, byte x)voidsetBytes(int parameterIndex, byte[] x)voidsetBytes(String parameterName, byte[] x)voidsetCharacterStream(int parameterIndex, Reader reader)voidsetCharacterStream(int parameterIndex, Reader reader, int length)voidsetCharacterStream(String parameterName, Reader reader)voidsetCharacterStream(String parameterName, Reader reader, int length)voidsetClob(int parameterIndex, Reader reader)voidsetClob(int parameterIndex, Reader reader, long length)voidsetClob(int i, Clob x)voidsetClob(String parameterName, Reader reader)voidsetClob(String parameterName, Reader reader, long length)voidsetClob(String parameterName, Clob x)voidsetCommand(String cmd)voidsetConcurrency(int concurrency)voidsetDataSourceName(String name)voidsetDate(int parameterIndex, Date x)voidsetDate(int parameterIndex, Date x, Calendar cal)voidsetDate(String parameterName, Date x)voidsetDate(String parameterName, Date x, Calendar cal)voidsetDouble(int parameterIndex, double x)voidsetDouble(String parameterName, double x)voidsetEscapeProcessing(boolean enable)voidsetFetchDirection(int direction)voidsetFetchSize(int rows)voidsetFloat(int parameterIndex, float x)voidsetFloat(String parameterName, float x)voidsetInt(int parameterIndex, int x)voidsetInt(String parameterName, int x)voidsetKeyColumns(int[] keys)voidsetLong(int parameterIndex, long x)voidsetLong(String parameterName, long x)voidsetMatchColumn(int columnIdx)voidsetMatchColumn(int[] columnIdxes)voidsetMatchColumn(String columnName)voidsetMatchColumn(String[] columnNames)voidsetMaxFieldSize(int max)voidsetMaxRows(int max)voidsetMetaData(RowSetMetaData md)voidsetNCharacterStream(int parameterIndex, Reader value)voidsetNCharacterStream(int parameterIndex, Reader value, long length)voidsetNCharacterStream(String parameterName, Reader value)voidsetNCharacterStream(String parameterName, Reader value, long length)voidsetNClob(int parameterIndex, Reader reader)voidsetNClob(int parameterIndex, Reader reader, long length)voidsetNClob(int parameterIndex, NClob value)voidsetNClob(String parameterName, Reader reader)voidsetNClob(String parameterName, Reader reader, long length)voidsetNClob(String parameterName, NClob value)voidsetNString(int parameterIndex, String value)voidsetNString(String parameterName, String value)voidsetNull(int parameterIndex, int sqlType)voidsetNull(int paramIndex, int sqlType, String typeName)voidsetNull(String parameterName, int sqlType)voidsetNull(String parameterName, int sqlType, String typeName)voidsetObject(int parameterIndex, Object x)voidsetObject(int parameterIndex, Object x, int targetSqlType)voidsetObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)voidsetObject(String parameterName, Object x)voidsetObject(String parameterName, Object x, int targetSqlType)voidsetObject(String parameterName, Object x, int targetSqlType, int scale)voidsetOriginalRow()voidsetPageSize(int size)voidsetPassword(String password)voidsetQueryTimeout(int seconds)voidsetReadOnly(boolean value)voidsetRef(int i, Ref x)voidsetRowId(int parameterIndex, RowId x)voidsetRowId(String parameterName, RowId x)voidsetShort(int parameterIndex, short x)voidsetShort(String parameterName, short x)voidsetShowDeleted(boolean b)voidsetSQLXML(int parameterIndex, SQLXML xmlObject)voidsetSQLXML(String parameterName, SQLXML xmlObject)voidsetString(int parameterIndex, String x)voidsetString(String parameterName, String x)voidsetSyncProvider(String provider)voidsetTableName(String tabName)voidsetTime(int parameterIndex, Time x)voidsetTime(int parameterIndex, Time x, Calendar cal)voidsetTime(String parameterName, Time x)voidsetTime(String parameterName, Time x, Calendar cal)voidsetTimestamp(int parameterIndex, Timestamp x)voidsetTimestamp(int parameterIndex, Timestamp x, Calendar cal)voidsetTimestamp(String parameterName, Timestamp x)voidsetTimestamp(String parameterName, Timestamp x, Calendar cal)voidsetTransactionIsolation(int level)voidsetType(int type)voidsetTypeMap(Map<String,Class<?>> map)voidsetUrl(String url)voidsetURL(int parameterIndex, URL x)voidsetUsername(String name)intsize()Collection<?>toCollection()Collection<?>toCollection(int column)Collection<?>toCollection(String column)voidundoDelete()voidundoInsert()voidundoUpdate()voidunsetMatchColumn(int columnIdx)voidunsetMatchColumn(int[] columnIdxes)voidunsetMatchColumn(String columnName)voidunsetMatchColumn(String[] columnName)<T> Tunwrap(Class<T> iface)voidupdateArray(int columnIndex, Array x)voidupdateArray(String columnLabel, Array x)voidupdateAsciiStream(int columnIndex, InputStream x)voidupdateAsciiStream(int columnIndex, InputStream x, int length)voidupdateAsciiStream(int columnIndex, InputStream x, long length)voidupdateAsciiStream(String columnLabel, InputStream x)voidupdateAsciiStream(String columnLabel, InputStream x, int length)voidupdateAsciiStream(String columnLabel, InputStream x, long length)voidupdateBigDecimal(int columnIndex, BigDecimal x)voidupdateBigDecimal(String columnLabel, BigDecimal x)voidupdateBinaryStream(int columnIndex, InputStream x)voidupdateBinaryStream(int columnIndex, InputStream x, int length)voidupdateBinaryStream(int columnIndex, InputStream x, long length)voidupdateBinaryStream(String columnLabel, InputStream x)voidupdateBinaryStream(String columnLabel, InputStream x, int length)voidupdateBinaryStream(String columnLabel, InputStream x, long length)voidupdateBlob(int columnIndex, InputStream inputStream)voidupdateBlob(int columnIndex, InputStream inputStream, long length)voidupdateBlob(int columnIndex, Blob x)voidupdateBlob(String columnLabel, InputStream inputStream)voidupdateBlob(String columnLabel, InputStream inputStream, long length)voidupdateBlob(String columnLabel, Blob x)voidupdateBoolean(int columnIndex, boolean x)voidupdateBoolean(String columnLabel, boolean x)voidupdateByte(int columnIndex, byte x)voidupdateByte(String columnLabel, byte x)voidupdateBytes(int columnIndex, byte[] x)voidupdateBytes(String columnLabel, byte[] x)voidupdateCharacterStream(int columnIndex, Reader x)voidupdateCharacterStream(int columnIndex, Reader x, int length)voidupdateCharacterStream(int columnIndex, Reader x, long length)voidupdateCharacterStream(String columnLabel, Reader reader)voidupdateCharacterStream(String columnLabel, Reader reader, int length)voidupdateCharacterStream(String columnLabel, Reader reader, long length)voidupdateClob(int columnIndex, Reader reader)voidupdateClob(int columnIndex, Reader reader, long length)voidupdateClob(int columnIndex, Clob x)voidupdateClob(String columnLabel, Reader reader)voidupdateClob(String columnLabel, Reader reader, long length)voidupdateClob(String columnLabel, Clob x)voidupdateDate(int columnIndex, Date x)voidupdateDate(String columnLabel, Date x)voidupdateDouble(int columnIndex, double x)voidupdateDouble(String columnLabel, double x)voidupdateFloat(int columnIndex, float x)voidupdateFloat(String columnLabel, float x)voidupdateInt(int columnIndex, int x)voidupdateInt(String columnLabel, int x)voidupdateLong(int columnIndex, long x)voidupdateLong(String columnLabel, long x)voidupdateNCharacterStream(int columnIndex, Reader x)voidupdateNCharacterStream(int columnIndex, Reader x, long length)voidupdateNCharacterStream(String columnLabel, Reader reader)voidupdateNCharacterStream(String columnLabel, Reader reader, long length)voidupdateNClob(int columnIndex, Reader reader)voidupdateNClob(int columnIndex, Reader reader, long length)voidupdateNClob(int columnIndex, NClob nClob)voidupdateNClob(String columnLabel, Reader reader)voidupdateNClob(String columnLabel, Reader reader, long length)voidupdateNClob(String columnLabel, NClob nClob)voidupdateNString(int columnIndex, String nString)voidupdateNString(String columnLabel, String nString)voidupdateNull(int columnIndex)voidupdateNull(String columnLabel)voidupdateObject(int columnIndex, Object x)voidupdateObject(int columnIndex, Object x, int scaleOrLength)voidupdateObject(String columnLabel, Object x)voidupdateObject(String columnLabel, Object x, int scaleOrLength)voidupdateRef(int columnIndex, Ref x)voidupdateRef(String columnLabel, Ref x)voidupdateRow()voidupdateRowId(int columnIndex, RowId x)voidupdateRowId(String columnLabel, RowId x)voidupdateShort(int columnIndex, short x)voidupdateShort(String columnLabel, short x)voidupdateSQLXML(int columnIndex, SQLXML xmlObject)voidupdateSQLXML(String columnLabel, SQLXML xmlObject)voidupdateString(int columnIndex, String x)voidupdateString(String columnLabel, String x)voidupdateTime(int columnIndex, Time x)voidupdateTime(String columnLabel, Time x)voidupdateTimestamp(int columnIndex, Timestamp x)voidupdateTimestamp(String columnLabel, Timestamp x)booleanwasNull()-
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 Detail
-
get
public static CCachedRowSet get() throws SQLException
Get Cached Row Set. Required due to Java Sun bug 393865- Returns:
- Cached Row Set
- Throws:
SQLException
-
getRowSet
public static RowSet getRowSet(String sql) throws SQLException
Get Row Set. Read-Only, Scroll Insensitive Need to set parameters and call execute(Commection)- 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
public static RowSet getRowSet(ResultSet rs, AdempiereDatabase db) throws SQLException
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
public static RowSet getRowSet(ResultSet rs) throws SQLException
Get Cached Row Set. Gets Database from DB Required due to Java Sun bug 393865. Also, Oracle NUMBER returns scale -127- Parameters:
rs- result set- Returns:
- Cached Row Set
- Throws:
SQLException
-
main
public static void main(String[] args)
Test- Parameters:
args- ignored
-
getInt
public int getInt(int idx) throws SQLException- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getInt
public int getInt(String column) throws SQLException
- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getUrl
public String getUrl() throws SQLException
- Specified by:
getUrlin interfaceRowSet- Throws:
SQLException
-
setUrl
public void setUrl(String url) throws SQLException
- Specified by:
setUrlin interfaceRowSet- Throws:
SQLException
-
getDataSourceName
public String getDataSourceName()
- Specified by:
getDataSourceNamein interfaceRowSet
-
setDataSourceName
public void setDataSourceName(String name) throws SQLException
- Specified by:
setDataSourceNamein interfaceRowSet- Throws:
SQLException
-
getUsername
public String getUsername()
- Specified by:
getUsernamein interfaceRowSet
-
setUsername
public void setUsername(String name) throws SQLException
- Specified by:
setUsernamein interfaceRowSet- Throws:
SQLException
-
getPassword
public String getPassword()
- Specified by:
getPasswordin interfaceRowSet
-
setPassword
public void setPassword(String password) throws SQLException
- Specified by:
setPasswordin interfaceRowSet- Throws:
SQLException
-
getTransactionIsolation
public int getTransactionIsolation()
- Specified by:
getTransactionIsolationin interfaceRowSet
-
setTransactionIsolation
public void setTransactionIsolation(int level) throws SQLException- Specified by:
setTransactionIsolationin interfaceRowSet- Throws:
SQLException
-
getTypeMap
public Map<String,Class<?>> getTypeMap() throws SQLException
- Specified by:
getTypeMapin interfaceRowSet- Throws:
SQLException
-
setTypeMap
public void setTypeMap(Map<String,Class<?>> map) throws SQLException
- Specified by:
setTypeMapin interfaceRowSet- Throws:
SQLException
-
getCommand
public String getCommand()
- Specified by:
getCommandin interfaceRowSet
-
setCommand
public void setCommand(String cmd) throws SQLException
- Specified by:
setCommandin interfaceRowSet- Throws:
SQLException
-
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceRowSet
-
setReadOnly
public void setReadOnly(boolean value) throws SQLException- Specified by:
setReadOnlyin interfaceRowSet- Throws:
SQLException
-
getMaxFieldSize
public int getMaxFieldSize() throws SQLException- Specified by:
getMaxFieldSizein interfaceRowSet- Throws:
SQLException
-
setMaxFieldSize
public void setMaxFieldSize(int max) throws SQLException- Specified by:
setMaxFieldSizein interfaceRowSet- Throws:
SQLException
-
getMaxRows
public int getMaxRows() throws SQLException- Specified by:
getMaxRowsin interfaceRowSet- Throws:
SQLException
-
setMaxRows
public void setMaxRows(int max) throws SQLException- Specified by:
setMaxRowsin interfaceRowSet- Throws:
SQLException
-
getEscapeProcessing
public boolean getEscapeProcessing() throws SQLException- Specified by:
getEscapeProcessingin interfaceRowSet- Throws:
SQLException
-
setEscapeProcessing
public void setEscapeProcessing(boolean enable) throws SQLException- Specified by:
setEscapeProcessingin interfaceRowSet- Throws:
SQLException
-
getQueryTimeout
public int getQueryTimeout() throws SQLException- Specified by:
getQueryTimeoutin interfaceRowSet- Throws:
SQLException
-
setQueryTimeout
public void setQueryTimeout(int seconds) throws SQLException- Specified by:
setQueryTimeoutin interfaceRowSet- Throws:
SQLException
-
setType
public void setType(int type) throws SQLException- Specified by:
setTypein interfaceRowSet- Throws:
SQLException
-
setConcurrency
public void setConcurrency(int concurrency) throws SQLException- Specified by:
setConcurrencyin interfaceRowSet- Throws:
SQLException
-
setNull
public void setNull(int parameterIndex, int sqlType) throws SQLException- Specified by:
setNullin interfaceRowSet- Throws:
SQLException
-
setNull
public void setNull(String parameterName, int sqlType) throws SQLException
- Specified by:
setNullin interfaceRowSet- Throws:
SQLException
-
setNull
public void setNull(int paramIndex, int sqlType, String typeName) throws SQLException- Specified by:
setNullin interfaceRowSet- Throws:
SQLException
-
setNull
public void setNull(String parameterName, int sqlType, String typeName) throws SQLException
- Specified by:
setNullin interfaceRowSet- Throws:
SQLException
-
setBoolean
public void setBoolean(int parameterIndex, boolean x) throws SQLException- Specified by:
setBooleanin interfaceRowSet- Throws:
SQLException
-
setBoolean
public void setBoolean(String parameterName, boolean x) throws SQLException
- Specified by:
setBooleanin interfaceRowSet- Throws:
SQLException
-
setByte
public void setByte(int parameterIndex, byte x) throws SQLException- Specified by:
setBytein interfaceRowSet- Throws:
SQLException
-
setByte
public void setByte(String parameterName, byte x) throws SQLException
- Specified by:
setBytein interfaceRowSet- Throws:
SQLException
-
setShort
public void setShort(int parameterIndex, short x) throws SQLException- Specified by:
setShortin interfaceRowSet- Throws:
SQLException
-
setShort
public void setShort(String parameterName, short x) throws SQLException
- Specified by:
setShortin interfaceRowSet- Throws:
SQLException
-
setInt
public void setInt(int parameterIndex, int x) throws SQLException- Specified by:
setIntin interfaceRowSet- Throws:
SQLException
-
setInt
public void setInt(String parameterName, int x) throws SQLException
- Specified by:
setIntin interfaceRowSet- Throws:
SQLException
-
setLong
public void setLong(int parameterIndex, long x) throws SQLException- Specified by:
setLongin interfaceRowSet- Throws:
SQLException
-
setLong
public void setLong(String parameterName, long x) throws SQLException
- Specified by:
setLongin interfaceRowSet- Throws:
SQLException
-
setFloat
public void setFloat(int parameterIndex, float x) throws SQLException- Specified by:
setFloatin interfaceRowSet- Throws:
SQLException
-
setFloat
public void setFloat(String parameterName, float x) throws SQLException
- Specified by:
setFloatin interfaceRowSet- Throws:
SQLException
-
setDouble
public void setDouble(int parameterIndex, double x) throws SQLException- Specified by:
setDoublein interfaceRowSet- Throws:
SQLException
-
setDouble
public void setDouble(String parameterName, double x) throws SQLException
- Specified by:
setDoublein interfaceRowSet- Throws:
SQLException
-
setBigDecimal
public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException- Specified by:
setBigDecimalin interfaceRowSet- Throws:
SQLException
-
setBigDecimal
public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException
- Specified by:
setBigDecimalin interfaceRowSet- Throws:
SQLException
-
setString
public void setString(int parameterIndex, String x) throws SQLException- Specified by:
setStringin interfaceRowSet- Throws:
SQLException
-
setString
public void setString(String parameterName, String x) throws SQLException
- Specified by:
setStringin interfaceRowSet- Throws:
SQLException
-
setBytes
public void setBytes(int parameterIndex, byte[] x) throws SQLException- Specified by:
setBytesin interfaceRowSet- Throws:
SQLException
-
setBytes
public void setBytes(String parameterName, byte[] x) throws SQLException
- Specified by:
setBytesin interfaceRowSet- Throws:
SQLException
-
setDate
public void setDate(int parameterIndex, Date x) throws SQLException- Specified by:
setDatein interfaceRowSet- Throws:
SQLException
-
setTime
public void setTime(int parameterIndex, Time x) throws SQLException- Specified by:
setTimein interfaceRowSet- Throws:
SQLException
-
setTimestamp
public void setTimestamp(int parameterIndex, Timestamp x) throws SQLException- Specified by:
setTimestampin interfaceRowSet- Throws:
SQLException
-
setTimestamp
public void setTimestamp(String parameterName, Timestamp x) throws SQLException
- Specified by:
setTimestampin interfaceRowSet- Throws:
SQLException
-
setAsciiStream
public void setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException- Specified by:
setAsciiStreamin interfaceRowSet- Throws:
SQLException
-
setAsciiStream
public void setAsciiStream(String parameterName, InputStream x, int length) throws SQLException
- Specified by:
setAsciiStreamin interfaceRowSet- Throws:
SQLException
-
setBinaryStream
public void setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException- Specified by:
setBinaryStreamin interfaceRowSet- Throws:
SQLException
-
setBinaryStream
public void setBinaryStream(String parameterName, InputStream x, int length) throws SQLException
- Specified by:
setBinaryStreamin interfaceRowSet- Throws:
SQLException
-
setCharacterStream
public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException- Specified by:
setCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader, int length) throws SQLException
- Specified by:
setCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setAsciiStream
public void setAsciiStream(int parameterIndex, InputStream x) throws SQLException- Specified by:
setAsciiStreamin interfaceRowSet- Throws:
SQLException
-
setAsciiStream
public void setAsciiStream(String parameterName, InputStream x) throws SQLException
- Specified by:
setAsciiStreamin interfaceRowSet- Throws:
SQLException
-
setBinaryStream
public void setBinaryStream(int parameterIndex, InputStream x) throws SQLException- Specified by:
setBinaryStreamin interfaceRowSet- Throws:
SQLException
-
setBinaryStream
public void setBinaryStream(String parameterName, InputStream x) throws SQLException
- Specified by:
setBinaryStreamin interfaceRowSet- Throws:
SQLException
-
setCharacterStream
public void setCharacterStream(int parameterIndex, Reader reader) throws SQLException- Specified by:
setCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader) throws SQLException
- Specified by:
setCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setNCharacterStream
public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException- Specified by:
setNCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setObject
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setObject
public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setObject
public void setObject(String parameterName, Object x) throws SQLException
- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x) throws SQLException- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setRef
public void setRef(int i, Ref x) throws SQLException- Specified by:
setRefin interfaceRowSet- Throws:
SQLException
-
setBlob
public void setBlob(int i, Blob x) throws SQLException- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException
- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
public void setBlob(String parameterName, Blob x) throws SQLException
- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
public void setBlob(String parameterName, InputStream inputStream) throws SQLException
- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setClob
public void setClob(int i, Clob x) throws SQLException- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
public void setClob(int parameterIndex, Reader reader, long length) throws SQLException- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
public void setClob(int parameterIndex, Reader reader) throws SQLException- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
public void setClob(String parameterName, Reader reader, long length) throws SQLException
- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
public void setClob(String parameterName, Clob x) throws SQLException
- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
public void setClob(String parameterName, Reader reader) throws SQLException
- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setArray
public void setArray(int i, Array x) throws SQLException- Specified by:
setArrayin interfaceRowSet- Throws:
SQLException
-
setDate
public void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException- Specified by:
setDatein interfaceRowSet- Throws:
SQLException
-
setDate
public void setDate(String parameterName, Date x) throws SQLException
- Specified by:
setDatein interfaceRowSet- Throws:
SQLException
-
setDate
public void setDate(String parameterName, Date x, Calendar cal) throws SQLException
- Specified by:
setDatein interfaceRowSet- Throws:
SQLException
-
setTime
public void setTime(int parameterIndex, Time x, Calendar cal) throws SQLException- Specified by:
setTimein interfaceRowSet- Throws:
SQLException
-
setTime
public void setTime(String parameterName, Time x) throws SQLException
- Specified by:
setTimein interfaceRowSet- Throws:
SQLException
-
setTime
public void setTime(String parameterName, Time x, Calendar cal) throws SQLException
- Specified by:
setTimein interfaceRowSet- Throws:
SQLException
-
setTimestamp
public void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException- Specified by:
setTimestampin interfaceRowSet- Throws:
SQLException
-
setTimestamp
public void setTimestamp(String parameterName, Timestamp x, Calendar cal) throws SQLException
- Specified by:
setTimestampin interfaceRowSet- Throws:
SQLException
-
clearParameters
public void clearParameters() throws SQLException- Specified by:
clearParametersin interfaceRowSet- Throws:
SQLException
-
execute
public void execute() throws SQLException- Specified by:
executein interfaceRowSet- Throws:
SQLException
-
addRowSetListener
public void addRowSetListener(RowSetListener listener)
- Specified by:
addRowSetListenerin interfaceRowSet
-
removeRowSetListener
public void removeRowSetListener(RowSetListener listener)
- Specified by:
removeRowSetListenerin interfaceRowSet
-
setSQLXML
public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException- Specified by:
setSQLXMLin interfaceRowSet- Throws:
SQLException
-
setSQLXML
public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException
- Specified by:
setSQLXMLin interfaceRowSet- Throws:
SQLException
-
setRowId
public void setRowId(int parameterIndex, RowId x) throws SQLException- Specified by:
setRowIdin interfaceRowSet- Throws:
SQLException
-
setRowId
public void setRowId(String parameterName, RowId x) throws SQLException
- Specified by:
setRowIdin interfaceRowSet- Throws:
SQLException
-
setNString
public void setNString(int parameterIndex, String value) throws SQLException- Specified by:
setNStringin interfaceRowSet- Throws:
SQLException
-
setNString
public void setNString(String parameterName, String value) throws SQLException
- Specified by:
setNStringin interfaceRowSet- Throws:
SQLException
-
setNCharacterStream
public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException- Specified by:
setNCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException
- Specified by:
setNCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value) throws SQLException
- Specified by:
setNCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setNClob
public void setNClob(String parameterName, NClob value) throws SQLException
- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
public void setNClob(String parameterName, Reader reader, long length) throws SQLException
- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
public void setNClob(String parameterName, Reader reader) throws SQLException
- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
public void setNClob(int parameterIndex, NClob value) throws SQLException- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
public void setNClob(int parameterIndex, Reader reader) throws SQLException- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setURL
public void setURL(int parameterIndex, URL x) throws SQLException- Specified by:
setURLin interfaceRowSet- Throws:
SQLException
-
next
public boolean next() throws SQLException- Specified by:
nextin interfaceResultSet- Throws:
SQLException
-
close
public void close() throws SQLException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceResultSet- Throws:
SQLException
-
wasNull
public boolean wasNull() throws SQLException- Specified by:
wasNullin interfaceResultSet- Throws:
SQLException
-
getString
public String getString(int columnIndex) throws SQLException
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getBoolean
public boolean getBoolean(int columnIndex) throws SQLException- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getByte
public byte getByte(int columnIndex) throws SQLException- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getShort
public short getShort(int columnIndex) throws SQLException- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getLong
public long getLong(int columnIndex) throws SQLException- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getFloat
public float getFloat(int columnIndex) throws SQLException- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getDouble
public double getDouble(int columnIndex) throws SQLException- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getBigDecimal
@Deprecated public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBytes
public byte[] getBytes(int columnIndex) throws SQLException- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(int columnIndex) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(int columnIndex) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(int columnIndex) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
public InputStream getAsciiStream(int columnIndex) throws SQLException
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
@Deprecated public InputStream getUnicodeStream(int columnIndex) throws SQLException
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
public InputStream getBinaryStream(int columnIndex) throws SQLException
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getString
public String getString(String columnLabel) throws SQLException
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getBoolean
public boolean getBoolean(String columnLabel) throws SQLException
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getByte
public byte getByte(String columnLabel) throws SQLException
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getShort
public short getShort(String columnLabel) throws SQLException
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getLong
public long getLong(String columnLabel) throws SQLException
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getFloat
public float getFloat(String columnLabel) throws SQLException
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getDouble
public double getDouble(String columnLabel) throws SQLException
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getBigDecimal
@Deprecated public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBytes
public byte[] getBytes(String columnLabel) throws SQLException
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(String columnLabel) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(String columnLabel) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(String columnLabel) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
public InputStream getAsciiStream(String columnLabel) throws SQLException
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
@Deprecated public InputStream getUnicodeStream(String columnLabel) throws SQLException
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
public InputStream getBinaryStream(String columnLabel) throws SQLException
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getWarnings
public SQLWarning getWarnings() throws SQLException
- Specified by:
getWarningsin interfaceResultSet- Throws:
SQLException
-
clearWarnings
public void clearWarnings() throws SQLException- Specified by:
clearWarningsin interfaceResultSet- Throws:
SQLException
-
getCursorName
public String getCursorName() throws SQLException
- Specified by:
getCursorNamein interfaceResultSet- Throws:
SQLException
-
getMetaData
public ResultSetMetaData getMetaData() throws SQLException
- Specified by:
getMetaDatain interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(int columnIndex) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(String columnLabel) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
findColumn
public int findColumn(String columnLabel) throws SQLException
- Specified by:
findColumnin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
public Reader getCharacterStream(int columnIndex) throws SQLException
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
public Reader getCharacterStream(String columnLabel) throws SQLException
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(int columnIndex) throws SQLException
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(String columnLabel) throws SQLException
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
isBeforeFirst
public boolean isBeforeFirst() throws SQLException- Specified by:
isBeforeFirstin interfaceResultSet- Throws:
SQLException
-
isAfterLast
public boolean isAfterLast() throws SQLException- Specified by:
isAfterLastin interfaceResultSet- Throws:
SQLException
-
isFirst
public boolean isFirst() throws SQLException- Specified by:
isFirstin interfaceResultSet- Throws:
SQLException
-
isLast
public boolean isLast() throws SQLException- Specified by:
isLastin interfaceResultSet- Throws:
SQLException
-
beforeFirst
public void beforeFirst() throws SQLException- Specified by:
beforeFirstin interfaceResultSet- Throws:
SQLException
-
afterLast
public void afterLast() throws SQLException- Specified by:
afterLastin interfaceResultSet- Throws:
SQLException
-
first
public boolean first() throws SQLException- Specified by:
firstin interfaceResultSet- Throws:
SQLException
-
last
public boolean last() throws SQLException- Specified by:
lastin interfaceResultSet- Throws:
SQLException
-
getRow
public int getRow() throws SQLException- Specified by:
getRowin interfaceResultSet- Throws:
SQLException
-
absolute
public boolean absolute(int row) throws SQLException- Specified by:
absolutein interfaceResultSet- Throws:
SQLException
-
relative
public boolean relative(int rows) throws SQLException- Specified by:
relativein interfaceResultSet- Throws:
SQLException
-
previous
public boolean previous() throws SQLException- Specified by:
previousin interfaceResultSet- Throws:
SQLException
-
setFetchDirection
public void setFetchDirection(int direction) throws SQLException- Specified by:
setFetchDirectionin interfaceResultSet- Throws:
SQLException
-
getFetchDirection
public int getFetchDirection() throws SQLException- Specified by:
getFetchDirectionin interfaceResultSet- Throws:
SQLException
-
setFetchSize
public void setFetchSize(int rows) throws SQLException- Specified by:
setFetchSizein interfaceResultSet- Throws:
SQLException
-
getFetchSize
public int getFetchSize() throws SQLException- Specified by:
getFetchSizein interfaceResultSet- Throws:
SQLException
-
getType
public int getType() throws SQLException- Specified by:
getTypein interfaceResultSet- Throws:
SQLException
-
getConcurrency
public int getConcurrency() throws SQLException- Specified by:
getConcurrencyin interfaceResultSet- Throws:
SQLException
-
rowUpdated
public boolean rowUpdated() throws SQLException- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException
-
rowInserted
public boolean rowInserted() throws SQLException- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException
-
rowDeleted
public boolean rowDeleted() throws SQLException- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException
-
updateNull
public void updateNull(int columnIndex) throws SQLException- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(int columnIndex, boolean x) throws SQLException- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
public void updateByte(int columnIndex, byte x) throws SQLException- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
public void updateShort(int columnIndex, short x) throws SQLException- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
public void updateInt(int columnIndex, int x) throws SQLException- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
public void updateLong(int columnIndex, long x) throws SQLException- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(int columnIndex, float x) throws SQLException- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(int columnIndex, double x) throws SQLException- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
public void updateString(int columnIndex, String x) throws SQLException- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(int columnIndex, byte[] x) throws SQLException- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
public void updateDate(int columnIndex, Date x) throws SQLException- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
public void updateTime(int columnIndex, Time x) throws SQLException- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(int columnIndex, Timestamp x) throws SQLException- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader x, int length) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int columnIndex, Object x, int scaleOrLength) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int columnIndex, Object x) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateNull
public void updateNull(String columnLabel) throws SQLException
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(String columnLabel, boolean x) throws SQLException
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
public void updateByte(String columnLabel, byte x) throws SQLException
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
public void updateShort(String columnLabel, short x) throws SQLException
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
public void updateInt(String columnLabel, int x) throws SQLException
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
public void updateLong(String columnLabel, long x) throws SQLException
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(String columnLabel, float x) throws SQLException
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(String columnLabel, double x) throws SQLException
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(String columnLabel, BigDecimal x) throws SQLException
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
public void updateString(String columnLabel, String x) throws SQLException
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(String columnLabel, byte[] x) throws SQLException
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
public void updateDate(String columnLabel, Date x) throws SQLException
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
public void updateTime(String columnLabel, Time x) throws SQLException
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(String columnLabel, Timestamp x) throws SQLException
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String columnLabel, Object x, int scaleOrLength) throws SQLException
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String columnLabel, Object x) throws SQLException
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
insertRow
public void insertRow() throws SQLException- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException
-
updateRow
public void updateRow() throws SQLException- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException
-
deleteRow
public void deleteRow() throws SQLException- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException
-
refreshRow
public void refreshRow() throws SQLException- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException
-
cancelRowUpdates
public void cancelRowUpdates() throws SQLException- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
public void moveToInsertRow() throws SQLException- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
public void moveToCurrentRow() throws SQLException- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
getStatement
public Statement getStatement() throws SQLException
- Specified by:
getStatementin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
public Ref getRef(int columnIndex) throws SQLException
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getBlob
public Blob getBlob(int columnIndex) throws SQLException
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
public Clob getClob(int columnIndex) throws SQLException
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getArray
public Array getArray(int columnIndex) throws SQLException
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
public Ref getRef(String columnLabel) throws SQLException
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getBlob
public Blob getBlob(String columnLabel) throws SQLException
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
public Clob getClob(String columnLabel) throws SQLException
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getArray
public Array getArray(String columnLabel) throws SQLException
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(int columnIndex, Calendar cal) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(String columnLabel, Calendar cal) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(int columnIndex, Calendar cal) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(String columnLabel, Calendar cal) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(String columnLabel, Calendar cal) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getURL
public URL getURL(int columnIndex) throws SQLException
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
getURL
public URL getURL(String columnLabel) throws SQLException
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
updateRef
public void updateRef(int columnIndex, Ref x) throws SQLException- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
public void updateRef(String columnLabel, Ref x) throws SQLException
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int columnIndex, Blob x) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, Blob x) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int columnIndex, Clob x) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String columnLabel, Clob x) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateArray
public void updateArray(int columnIndex, Array x) throws SQLException- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
public void updateArray(String columnLabel, Array x) throws SQLException
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
getRowId
public RowId getRowId(int columnIndex) throws SQLException
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
getRowId
public RowId getRowId(String columnLabel) throws SQLException
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
public void updateRowId(int columnIndex, RowId x) throws SQLException- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
public void updateRowId(String columnLabel, RowId x) throws SQLException
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
getHoldability
public int getHoldability() throws SQLException- Specified by:
getHoldabilityin interfaceResultSet- Throws:
SQLException
-
isClosed
public boolean isClosed() throws SQLException- Specified by:
isClosedin interfaceResultSet- Throws:
SQLException
-
updateNString
public void updateNString(int columnIndex, String nString) throws SQLException- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
public void updateNString(String columnLabel, String nString) throws SQLException
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int columnIndex, NClob nClob) throws SQLException- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String columnLabel, NClob nClob) throws SQLException
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
public NClob getNClob(int columnIndex) throws SQLException
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
public NClob getNClob(String columnLabel) throws SQLException
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getSQLXML
public SQLXML getSQLXML(int columnIndex) throws SQLException
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
getSQLXML
public SQLXML getSQLXML(String columnLabel) throws SQLException
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
getNString
public String getNString(int columnIndex) throws SQLException
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNString
public String getNString(String columnLabel) throws SQLException
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(int columnIndex) throws SQLException
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(String columnLabel) throws SQLException
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader x) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int columnIndex, Reader reader) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String columnLabel, Reader reader) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int columnIndex, Reader reader) throws SQLException- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String columnLabel, Reader reader) throws SQLException
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
getObject
public <T> T getObject(int columnIndex, Class<T> type) throws SQLException- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
public <T> T getObject(String columnLabel, Class<T> type) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
unwrap
public <T> T unwrap(Class<T> iface) throws SQLException
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface) throws SQLException
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
setMatchColumn
public void setMatchColumn(int columnIdx) throws SQLException- Specified by:
setMatchColumnin interfaceJoinable- Throws:
SQLException
-
setMatchColumn
public void setMatchColumn(int[] columnIdxes) throws SQLException- Specified by:
setMatchColumnin interfaceJoinable- Throws:
SQLException
-
setMatchColumn
public void setMatchColumn(String columnName) throws SQLException
- Specified by:
setMatchColumnin interfaceJoinable- Throws:
SQLException
-
setMatchColumn
public void setMatchColumn(String[] columnNames) throws SQLException
- Specified by:
setMatchColumnin interfaceJoinable- Throws:
SQLException
-
getMatchColumnIndexes
public int[] getMatchColumnIndexes() throws SQLException- Specified by:
getMatchColumnIndexesin interfaceJoinable- Throws:
SQLException
-
getMatchColumnNames
public String[] getMatchColumnNames() throws SQLException
- Specified by:
getMatchColumnNamesin interfaceJoinable- Throws:
SQLException
-
unsetMatchColumn
public void unsetMatchColumn(int columnIdx) throws SQLException- Specified by:
unsetMatchColumnin interfaceJoinable- Throws:
SQLException
-
unsetMatchColumn
public void unsetMatchColumn(int[] columnIdxes) throws SQLException- Specified by:
unsetMatchColumnin interfaceJoinable- Throws:
SQLException
-
unsetMatchColumn
public void unsetMatchColumn(String columnName) throws SQLException
- Specified by:
unsetMatchColumnin interfaceJoinable- Throws:
SQLException
-
unsetMatchColumn
public void unsetMatchColumn(String[] columnName) throws SQLException
- Specified by:
unsetMatchColumnin interfaceJoinable- Throws:
SQLException
-
populate
public void populate(ResultSet data) throws SQLException
- Specified by:
populatein interfaceCachedRowSet- Throws:
SQLException
-
execute
public void execute(Connection conn) throws SQLException
- Specified by:
executein interfaceCachedRowSet- Throws:
SQLException
-
acceptChanges
public void acceptChanges() throws SyncProviderException- Specified by:
acceptChangesin interfaceCachedRowSet- Throws:
SyncProviderException
-
acceptChanges
public void acceptChanges(Connection con) throws SyncProviderException
- Specified by:
acceptChangesin interfaceCachedRowSet- Throws:
SyncProviderException
-
restoreOriginal
public void restoreOriginal() throws SQLException- Specified by:
restoreOriginalin interfaceCachedRowSet- Throws:
SQLException
-
release
public void release() throws SQLException- Specified by:
releasein interfaceCachedRowSet- Throws:
SQLException
-
undoDelete
public void undoDelete() throws SQLException- Specified by:
undoDeletein interfaceCachedRowSet- Throws:
SQLException
-
undoInsert
public void undoInsert() throws SQLException- Specified by:
undoInsertin interfaceCachedRowSet- Throws:
SQLException
-
undoUpdate
public void undoUpdate() throws SQLException- Specified by:
undoUpdatein interfaceCachedRowSet- Throws:
SQLException
-
columnUpdated
public boolean columnUpdated(int idx) throws SQLException- Specified by:
columnUpdatedin interfaceCachedRowSet- Throws:
SQLException
-
columnUpdated
public boolean columnUpdated(String columnName) throws SQLException
- Specified by:
columnUpdatedin interfaceCachedRowSet- Throws:
SQLException
-
toCollection
public Collection<?> toCollection() throws SQLException
- Specified by:
toCollectionin interfaceCachedRowSet- Throws:
SQLException
-
toCollection
public Collection<?> toCollection(int column) throws SQLException
- Specified by:
toCollectionin interfaceCachedRowSet- Throws:
SQLException
-
toCollection
public Collection<?> toCollection(String column) throws SQLException
- Specified by:
toCollectionin interfaceCachedRowSet- Throws:
SQLException
-
getSyncProvider
public SyncProvider getSyncProvider() throws SQLException
- Specified by:
getSyncProviderin interfaceCachedRowSet- Throws:
SQLException
-
setSyncProvider
public void setSyncProvider(String provider) throws SQLException
- Specified by:
setSyncProviderin interfaceCachedRowSet- Throws:
SQLException
-
size
public int size()
- Specified by:
sizein interfaceCachedRowSet
-
setMetaData
public void setMetaData(RowSetMetaData md) throws SQLException
- Specified by:
setMetaDatain interfaceCachedRowSet- Throws:
SQLException
-
getOriginal
public ResultSet getOriginal() throws SQLException
- Specified by:
getOriginalin interfaceCachedRowSet- Throws:
SQLException
-
getOriginalRow
public ResultSet getOriginalRow() throws SQLException
- Specified by:
getOriginalRowin interfaceCachedRowSet- Throws:
SQLException
-
setOriginalRow
public void setOriginalRow() throws SQLException- Specified by:
setOriginalRowin interfaceCachedRowSet- Throws:
SQLException
-
getTableName
public String getTableName() throws SQLException
- Specified by:
getTableNamein interfaceCachedRowSet- Throws:
SQLException
-
setTableName
public void setTableName(String tabName) throws SQLException
- Specified by:
setTableNamein interfaceCachedRowSet- Throws:
SQLException
-
getKeyColumns
public int[] getKeyColumns() throws SQLException- Specified by:
getKeyColumnsin interfaceCachedRowSet- Throws:
SQLException
-
setKeyColumns
public void setKeyColumns(int[] keys) throws SQLException- Specified by:
setKeyColumnsin interfaceCachedRowSet- Throws:
SQLException
-
createShared
public RowSet createShared() throws SQLException
- Specified by:
createSharedin interfaceCachedRowSet- Throws:
SQLException
-
createCopy
public CachedRowSet createCopy() throws SQLException
- Specified by:
createCopyin interfaceCachedRowSet- Throws:
SQLException
-
createCopySchema
public CachedRowSet createCopySchema() throws SQLException
- Specified by:
createCopySchemain interfaceCachedRowSet- Throws:
SQLException
-
createCopyNoConstraints
public CachedRowSet createCopyNoConstraints() throws SQLException
- Specified by:
createCopyNoConstraintsin interfaceCachedRowSet- Throws:
SQLException
-
getRowSetWarnings
public RowSetWarning getRowSetWarnings() throws SQLException
- Specified by:
getRowSetWarningsin interfaceCachedRowSet- Throws:
SQLException
-
getShowDeleted
public boolean getShowDeleted() throws SQLException- Specified by:
getShowDeletedin interfaceCachedRowSet- Throws:
SQLException
-
setShowDeleted
public void setShowDeleted(boolean b) throws SQLException- Specified by:
setShowDeletedin interfaceCachedRowSet- Throws:
SQLException
-
commit
public void commit() throws SQLException- Specified by:
commitin interfaceCachedRowSet- Throws:
SQLException
-
rollback
public void rollback() throws SQLException- Specified by:
rollbackin interfaceCachedRowSet- Throws:
SQLException
-
rollback
public void rollback(Savepoint s) throws SQLException
- Specified by:
rollbackin interfaceCachedRowSet- Throws:
SQLException
-
rowSetPopulated
public void rowSetPopulated(RowSetEvent event, int numRows) throws SQLException
- Specified by:
rowSetPopulatedin interfaceCachedRowSet- Throws:
SQLException
-
populate
public void populate(ResultSet rs, int startRow) throws SQLException
- Specified by:
populatein interfaceCachedRowSet- Throws:
SQLException
-
setPageSize
public void setPageSize(int size) throws SQLException- Specified by:
setPageSizein interfaceCachedRowSet- Throws:
SQLException
-
getPageSize
public int getPageSize()
- Specified by:
getPageSizein interfaceCachedRowSet
-
nextPage
public boolean nextPage() throws SQLException- Specified by:
nextPagein interfaceCachedRowSet- Throws:
SQLException
-
previousPage
public boolean previousPage() throws SQLException- Specified by:
previousPagein interfaceCachedRowSet- Throws:
SQLException
-
-