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_CHANGESFields 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 TypeMethodDescriptionbooleanabsolute(int row) voidvoidacceptChanges(Connection con) voidaddRowSetListener(RowSetListener listener) voidvoidvoidvoidvoidvoidclose()booleancolumnUpdated(int idx) booleancolumnUpdated(String columnName) voidcommit()voidvoidexecute()voidexecute(Connection conn) intfindColumn(String columnLabel) booleanfirst()static CCachedRowSetget()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) booleangetBoolean(int columnIndex) booleangetBoolean(String columnLabel) bytegetByte(int columnIndex) bytebyte[]getBytes(int columnIndex) byte[]getCharacterStream(int columnIndex) getCharacterStream(String columnLabel) getClob(int columnIndex) intgetDate(int columnIndex) doublegetDouble(int columnIndex) doublebooleanintintfloatgetFloat(int columnIndex) floatintintgetInt(int idx) intint[]longgetLong(int columnIndex) longint[]String[]intintgetNCharacterStream(int columnIndex) getNCharacterStream(String columnLabel) getNClob(int columnIndex) getNString(int columnIndex) getNString(String columnLabel) getObject(int columnIndex) <T> T<T> TintintgetRef(int columnIndex) intgetRow()getRowId(int columnIndex) static RowSetGet Row Set.
Read-Only, Scroll Insensitive.
Need to set parameters and call execute(Connection).static RowSetgetRowSet(String sql, Connection conn, AdempiereDatabase db) Get and Execute Row Set.
No parameters, Read-Only, Scroll Insensitive.static RowSetGet Cached Row Set.
Delegate togetRowSet(ResultSet, AdempiereDatabase).static RowSetgetRowSet(ResultSet rs, AdempiereDatabase db) Get Cached Row Set.
Required due to Java Sun bug 393865.
Also, Oracle NUMBER returns scale -127 .shortgetShort(int columnIndex) shortbooleangetSQLXML(int columnIndex) getString(int columnIndex) getTime(int columnIndex) getTimestamp(int columnIndex) getTimestamp(int columnIndex, Calendar cal) getTimestamp(String columnLabel) getTimestamp(String columnLabel, Calendar cal) intintgetType()getUnicodeStream(int columnIndex) Deprecated.getUnicodeStream(String columnLabel) Deprecated.getUrl()getURL(int columnIndex) voidbooleanbooleanbooleanisClosed()booleanisFirst()booleanisLast()booleanbooleanisWrapperFor(Class<?> iface) booleanlast()voidvoidbooleannext()booleannextPage()voidvoidbooleanprevious()booleanvoidbooleanrelative(int rows) voidrelease()voidremoveRowSetListener(RowSetListener listener) voidvoidrollback()voidbooleanbooleanvoidrowSetPopulated(RowSetEvent event, int numRows) booleanvoidvoidsetAsciiStream(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) voidvoidsetBlob(String parameterName, InputStream inputStream) voidsetBlob(String parameterName, InputStream inputStream, long length) voidvoidsetBoolean(int parameterIndex, boolean x) voidsetBoolean(String parameterName, boolean x) voidsetByte(int parameterIndex, byte x) voidvoidsetBytes(int parameterIndex, byte[] x) voidvoidsetCharacterStream(int parameterIndex, Reader reader) voidsetCharacterStream(int parameterIndex, Reader reader, int length) voidsetCharacterStream(String parameterName, Reader reader) voidsetCharacterStream(String parameterName, Reader reader, int length) voidvoidvoidvoidvoidvoidvoidsetCommand(String cmd) voidsetConcurrency(int concurrency) voidsetDataSourceName(String name) voidvoidvoidvoidvoidsetDouble(int parameterIndex, double x) voidvoidsetEscapeProcessing(boolean enable) voidsetFetchDirection(int direction) voidsetFetchSize(int rows) voidsetFloat(int parameterIndex, float x) voidvoidsetInt(int parameterIndex, int x) voidvoidsetKeyColumns(int[] keys) voidsetLong(int parameterIndex, long x) voidvoidsetMatchColumn(int columnIdx) voidsetMatchColumn(int[] columnIdxes) voidsetMatchColumn(String columnName) voidsetMatchColumn(String[] columnNames) voidsetMaxFieldSize(int max) voidsetMaxRows(int max) voidvoidsetNCharacterStream(int parameterIndex, Reader value) voidsetNCharacterStream(int parameterIndex, Reader value, long length) voidsetNCharacterStream(String parameterName, Reader value) voidsetNCharacterStream(String parameterName, Reader value, long length) voidvoidvoidvoidvoidvoidvoidsetNString(int parameterIndex, String value) voidsetNString(String parameterName, String value) voidsetNull(int parameterIndex, int sqlType) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetPageSize(int size) voidsetPassword(String password) voidsetQueryTimeout(int seconds) voidsetReadOnly(boolean value) voidvoidvoidvoidsetShort(int parameterIndex, short x) voidvoidsetShowDeleted(boolean b) voidvoidvoidvoidvoidsetSyncProvider(String provider) voidsetTableName(String tabName) voidvoidvoidvoidvoidsetTimestamp(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) voidvoidvoidsetUsername(String name) intsize()Collection<?>Collection<?>toCollection(int column) Collection<?>toCollection(String column) voidvoidvoidvoidunsetMatchColumn(int columnIdx) voidunsetMatchColumn(int[] columnIdxes) voidunsetMatchColumn(String columnName) voidunsetMatchColumn(String[] columnName) <T> TvoidupdateArray(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) voidvoidupdateLong(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) voidvoidvoidvoidupdateRowId(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, waitMethods 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:
getIntin interfaceResultSet- Throws:
SQLException
-
getInt
- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getUrl
- Specified by:
getUrlin interfaceRowSet- Throws:
SQLException
-
setUrl
- Specified by:
setUrlin interfaceRowSet- Throws:
SQLException
-
getDataSourceName
- Specified by:
getDataSourceNamein interfaceRowSet
-
setDataSourceName
- Specified by:
setDataSourceNamein interfaceRowSet- Throws:
SQLException
-
getUsername
- Specified by:
getUsernamein interfaceRowSet
-
setUsername
- Specified by:
setUsernamein interfaceRowSet- Throws:
SQLException
-
getPassword
- Specified by:
getPasswordin interfaceRowSet
-
setPassword
- Specified by:
setPasswordin interfaceRowSet- Throws:
SQLException
-
getTransactionIsolation
public int getTransactionIsolation()- Specified by:
getTransactionIsolationin interfaceRowSet
-
setTransactionIsolation
- Specified by:
setTransactionIsolationin interfaceRowSet- Throws:
SQLException
-
getTypeMap
- Specified by:
getTypeMapin interfaceRowSet- Throws:
SQLException
-
setTypeMap
- Specified by:
setTypeMapin interfaceRowSet- Throws:
SQLException
-
getCommand
- Specified by:
getCommandin interfaceRowSet
-
setCommand
- Specified by:
setCommandin interfaceRowSet- Throws:
SQLException
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin interfaceRowSet
-
setReadOnly
- Specified by:
setReadOnlyin interfaceRowSet- Throws:
SQLException
-
getMaxFieldSize
- Specified by:
getMaxFieldSizein interfaceRowSet- Throws:
SQLException
-
setMaxFieldSize
- Specified by:
setMaxFieldSizein interfaceRowSet- Throws:
SQLException
-
getMaxRows
- Specified by:
getMaxRowsin interfaceRowSet- Throws:
SQLException
-
setMaxRows
- Specified by:
setMaxRowsin interfaceRowSet- Throws:
SQLException
-
getEscapeProcessing
- Specified by:
getEscapeProcessingin interfaceRowSet- Throws:
SQLException
-
setEscapeProcessing
- Specified by:
setEscapeProcessingin interfaceRowSet- Throws:
SQLException
-
getQueryTimeout
- Specified by:
getQueryTimeoutin interfaceRowSet- Throws:
SQLException
-
setQueryTimeout
- Specified by:
setQueryTimeoutin interfaceRowSet- Throws:
SQLException
-
setType
- Specified by:
setTypein interfaceRowSet- Throws:
SQLException
-
setConcurrency
- Specified by:
setConcurrencyin interfaceRowSet- Throws:
SQLException
-
setNull
- Specified by:
setNullin interfaceRowSet- Throws:
SQLException
-
setNull
- Specified by:
setNullin interfaceRowSet- Throws:
SQLException
-
setNull
- Specified by:
setNullin interfaceRowSet- Throws:
SQLException
-
setNull
- Specified by:
setNullin interfaceRowSet- Throws:
SQLException
-
setBoolean
- Specified by:
setBooleanin interfaceRowSet- Throws:
SQLException
-
setBoolean
- Specified by:
setBooleanin interfaceRowSet- Throws:
SQLException
-
setByte
- Specified by:
setBytein interfaceRowSet- Throws:
SQLException
-
setByte
- Specified by:
setBytein interfaceRowSet- Throws:
SQLException
-
setShort
- Specified by:
setShortin interfaceRowSet- Throws:
SQLException
-
setShort
- Specified by:
setShortin interfaceRowSet- Throws:
SQLException
-
setInt
- Specified by:
setIntin interfaceRowSet- Throws:
SQLException
-
setInt
- Specified by:
setIntin interfaceRowSet- Throws:
SQLException
-
setLong
- Specified by:
setLongin interfaceRowSet- Throws:
SQLException
-
setLong
- Specified by:
setLongin interfaceRowSet- Throws:
SQLException
-
setFloat
- Specified by:
setFloatin interfaceRowSet- Throws:
SQLException
-
setFloat
- Specified by:
setFloatin interfaceRowSet- Throws:
SQLException
-
setDouble
- Specified by:
setDoublein interfaceRowSet- Throws:
SQLException
-
setDouble
- Specified by:
setDoublein interfaceRowSet- Throws:
SQLException
-
setBigDecimal
- Specified by:
setBigDecimalin interfaceRowSet- Throws:
SQLException
-
setBigDecimal
- Specified by:
setBigDecimalin interfaceRowSet- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceRowSet- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceRowSet- Throws:
SQLException
-
setBytes
- Specified by:
setBytesin interfaceRowSet- Throws:
SQLException
-
setBytes
- Specified by:
setBytesin interfaceRowSet- Throws:
SQLException
-
setDate
- Specified by:
setDatein interfaceRowSet- Throws:
SQLException
-
setTime
- Specified by:
setTimein interfaceRowSet- Throws:
SQLException
-
setTimestamp
- Specified by:
setTimestampin interfaceRowSet- Throws:
SQLException
-
setTimestamp
- Specified by:
setTimestampin interfaceRowSet- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceRowSet- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceRowSet- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceRowSet- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceRowSet- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceRowSet- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceRowSet- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceRowSet- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceRowSet- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setNCharacterStream
- 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
- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setObject
- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setObject
- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setObject
- Specified by:
setObjectin interfaceRowSet- Throws:
SQLException
-
setRef
- Specified by:
setRefin interfaceRowSet- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceRowSet- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceRowSet- Throws:
SQLException
-
setArray
- Specified by:
setArrayin interfaceRowSet- Throws:
SQLException
-
setDate
- Specified by:
setDatein interfaceRowSet- Throws:
SQLException
-
setDate
- Specified by:
setDatein interfaceRowSet- Throws:
SQLException
-
setDate
- Specified by:
setDatein interfaceRowSet- Throws:
SQLException
-
setTime
- Specified by:
setTimein interfaceRowSet- Throws:
SQLException
-
setTime
- Specified by:
setTimein interfaceRowSet- Throws:
SQLException
-
setTime
- Specified by:
setTimein interfaceRowSet- Throws:
SQLException
-
setTimestamp
- Specified by:
setTimestampin interfaceRowSet- Throws:
SQLException
-
setTimestamp
- Specified by:
setTimestampin interfaceRowSet- Throws:
SQLException
-
clearParameters
- Specified by:
clearParametersin interfaceRowSet- Throws:
SQLException
-
execute
- Specified by:
executein interfaceRowSet- Throws:
SQLException
-
addRowSetListener
- Specified by:
addRowSetListenerin interfaceRowSet
-
removeRowSetListener
- Specified by:
removeRowSetListenerin interfaceRowSet
-
setSQLXML
- Specified by:
setSQLXMLin interfaceRowSet- Throws:
SQLException
-
setSQLXML
- Specified by:
setSQLXMLin interfaceRowSet- Throws:
SQLException
-
setRowId
- Specified by:
setRowIdin interfaceRowSet- Throws:
SQLException
-
setRowId
- Specified by:
setRowIdin interfaceRowSet- Throws:
SQLException
-
setNString
- Specified by:
setNStringin interfaceRowSet- Throws:
SQLException
-
setNString
- Specified by:
setNStringin interfaceRowSet- Throws:
SQLException
-
setNCharacterStream
- 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
- Specified by:
setNCharacterStreamin interfaceRowSet- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceRowSet- Throws:
SQLException
-
setURL
- Specified by:
setURLin interfaceRowSet- Throws:
SQLException
-
next
- Specified by:
nextin interfaceResultSet- Throws:
SQLException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceResultSet- Throws:
SQLException
-
wasNull
- Specified by:
wasNullin interfaceResultSet- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getBoolean
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getByte
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getLong
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getFloat
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getDouble
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBytes
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getBoolean
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getByte
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getLong
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getFloat
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getDouble
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBytes
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getWarnings
- Specified by:
getWarningsin interfaceResultSet- Throws:
SQLException
-
clearWarnings
- Specified by:
clearWarningsin interfaceResultSet- Throws:
SQLException
-
getCursorName
- Specified by:
getCursorNamein interfaceResultSet- Throws:
SQLException
-
getMetaData
- Specified by:
getMetaDatain interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
findColumn
- Specified by:
findColumnin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
isBeforeFirst
- Specified by:
isBeforeFirstin interfaceResultSet- Throws:
SQLException
-
isAfterLast
- Specified by:
isAfterLastin interfaceResultSet- Throws:
SQLException
-
isFirst
- Specified by:
isFirstin interfaceResultSet- Throws:
SQLException
-
isLast
- Specified by:
isLastin interfaceResultSet- Throws:
SQLException
-
beforeFirst
- Specified by:
beforeFirstin interfaceResultSet- Throws:
SQLException
-
afterLast
- Specified by:
afterLastin interfaceResultSet- Throws:
SQLException
-
first
- Specified by:
firstin interfaceResultSet- Throws:
SQLException
-
last
- Specified by:
lastin interfaceResultSet- Throws:
SQLException
-
getRow
- Specified by:
getRowin interfaceResultSet- Throws:
SQLException
-
absolute
- Specified by:
absolutein interfaceResultSet- Throws:
SQLException
-
relative
- Specified by:
relativein interfaceResultSet- Throws:
SQLException
-
previous
- Specified by:
previousin interfaceResultSet- Throws:
SQLException
-
setFetchDirection
- Specified by:
setFetchDirectionin interfaceResultSet- Throws:
SQLException
-
getFetchDirection
- Specified by:
getFetchDirectionin interfaceResultSet- Throws:
SQLException
-
setFetchSize
- Specified by:
setFetchSizein interfaceResultSet- Throws:
SQLException
-
getFetchSize
- Specified by:
getFetchSizein interfaceResultSet- Throws:
SQLException
-
getType
- Specified by:
getTypein interfaceResultSet- Throws:
SQLException
-
getConcurrency
- Specified by:
getConcurrencyin interfaceResultSet- Throws:
SQLException
-
rowUpdated
- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException
-
rowInserted
- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException
-
rowDeleted
- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- 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
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
insertRow
- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException
-
updateRow
- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException
-
deleteRow
- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException
-
refreshRow
- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException
-
cancelRowUpdates
- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
getStatement
- Specified by:
getStatementin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getBlob
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getBlob
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getURL
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
getURL
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
getHoldability
- Specified by:
getHoldabilityin interfaceResultSet- Throws:
SQLException
-
isClosed
- Specified by:
isClosedin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- 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
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- 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
- 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
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
unwrap
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
setMatchColumn
- Specified by:
setMatchColumnin interfaceJoinable- Throws:
SQLException
-
setMatchColumn
- Specified by:
setMatchColumnin interfaceJoinable- Throws:
SQLException
-
setMatchColumn
- Specified by:
setMatchColumnin interfaceJoinable- Throws:
SQLException
-
setMatchColumn
- Specified by:
setMatchColumnin interfaceJoinable- Throws:
SQLException
-
getMatchColumnIndexes
- Specified by:
getMatchColumnIndexesin interfaceJoinable- Throws:
SQLException
-
getMatchColumnNames
- Specified by:
getMatchColumnNamesin interfaceJoinable- Throws:
SQLException
-
unsetMatchColumn
- Specified by:
unsetMatchColumnin interfaceJoinable- Throws:
SQLException
-
unsetMatchColumn
- Specified by:
unsetMatchColumnin interfaceJoinable- Throws:
SQLException
-
unsetMatchColumn
- Specified by:
unsetMatchColumnin interfaceJoinable- Throws:
SQLException
-
unsetMatchColumn
- Specified by:
unsetMatchColumnin interfaceJoinable- Throws:
SQLException
-
populate
- Specified by:
populatein interfaceCachedRowSet- Throws:
SQLException
-
execute
- Specified by:
executein interfaceCachedRowSet- Throws:
SQLException
-
acceptChanges
- Specified by:
acceptChangesin interfaceCachedRowSet- Throws:
SyncProviderException
-
acceptChanges
- Specified by:
acceptChangesin interfaceCachedRowSet- Throws:
SyncProviderException
-
restoreOriginal
- Specified by:
restoreOriginalin interfaceCachedRowSet- Throws:
SQLException
-
release
- Specified by:
releasein interfaceCachedRowSet- Throws:
SQLException
-
undoDelete
- Specified by:
undoDeletein interfaceCachedRowSet- Throws:
SQLException
-
undoInsert
- Specified by:
undoInsertin interfaceCachedRowSet- Throws:
SQLException
-
undoUpdate
- Specified by:
undoUpdatein interfaceCachedRowSet- Throws:
SQLException
-
columnUpdated
- Specified by:
columnUpdatedin interfaceCachedRowSet- Throws:
SQLException
-
columnUpdated
- Specified by:
columnUpdatedin interfaceCachedRowSet- Throws:
SQLException
-
toCollection
- Specified by:
toCollectionin interfaceCachedRowSet- Throws:
SQLException
-
toCollection
- Specified by:
toCollectionin interfaceCachedRowSet- Throws:
SQLException
-
toCollection
- Specified by:
toCollectionin interfaceCachedRowSet- Throws:
SQLException
-
getSyncProvider
- Specified by:
getSyncProviderin interfaceCachedRowSet- Throws:
SQLException
-
setSyncProvider
- Specified by:
setSyncProviderin interfaceCachedRowSet- Throws:
SQLException
-
size
public int size()- Specified by:
sizein interfaceCachedRowSet
-
setMetaData
- Specified by:
setMetaDatain interfaceCachedRowSet- Throws:
SQLException
-
getOriginal
- Specified by:
getOriginalin interfaceCachedRowSet- Throws:
SQLException
-
getOriginalRow
- Specified by:
getOriginalRowin interfaceCachedRowSet- Throws:
SQLException
-
setOriginalRow
- Specified by:
setOriginalRowin interfaceCachedRowSet- Throws:
SQLException
-
getTableName
- Specified by:
getTableNamein interfaceCachedRowSet- Throws:
SQLException
-
setTableName
- Specified by:
setTableNamein interfaceCachedRowSet- Throws:
SQLException
-
getKeyColumns
- Specified by:
getKeyColumnsin interfaceCachedRowSet- Throws:
SQLException
-
setKeyColumns
- Specified by:
setKeyColumnsin interfaceCachedRowSet- Throws:
SQLException
-
createCopy
- Specified by:
createCopyin interfaceCachedRowSet- Throws:
SQLException
-
createCopySchema
- Specified by:
createCopySchemain interfaceCachedRowSet- Throws:
SQLException
-
createCopyNoConstraints
- Specified by:
createCopyNoConstraintsin interfaceCachedRowSet- Throws:
SQLException
-
getRowSetWarnings
- Specified by:
getRowSetWarningsin interfaceCachedRowSet- Throws:
SQLException
-
getShowDeleted
- Specified by:
getShowDeletedin interfaceCachedRowSet- Throws:
SQLException
-
setShowDeleted
- Specified by:
setShowDeletedin interfaceCachedRowSet- Throws:
SQLException
-
commit
- Specified by:
commitin interfaceCachedRowSet- Throws:
SQLException
-
rollback
- Specified by:
rollbackin interfaceCachedRowSet- Throws:
SQLException
-
rollback
- Specified by:
rollbackin interfaceCachedRowSet- Throws:
SQLException
-
rowSetPopulated
- Specified by:
rowSetPopulatedin interfaceCachedRowSet- Throws:
SQLException
-
populate
- Specified by:
populatein interfaceCachedRowSet- Throws:
SQLException
-
setPageSize
- Specified by:
setPageSizein interfaceCachedRowSet- Throws:
SQLException
-
getPageSize
public int getPageSize()- Specified by:
getPageSizein interfaceCachedRowSet
-
nextPage
- Specified by:
nextPagein interfaceCachedRowSet- Throws:
SQLException
-
previousPage
- Specified by:
previousPagein interfaceCachedRowSet- Throws:
SQLException
-