Package org.orbisgis.data.jdbc.resultset
Class DefaultResultSet
- java.lang.Object
-
- org.orbisgis.data.jdbc.resultset.DefaultResultSet
-
-
Field Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description DefaultResultSet()
-
Method Summary
-
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
getStatement, updateObject, updateObject, updateObject, updateObject
-
-
-
-
Method Detail
-
getResultSet
protected abstract ResultSet getResultSet() throws SQLException
Return the contained ResultSet.- Returns:
- The table ResultSet.
- 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 i) throws SQLException
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getBoolean
public boolean getBoolean(int i) throws SQLException- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getByte
public byte getByte(int i) throws SQLException- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getShort
public short getShort(int i) throws SQLException- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getInt
public int getInt(int i) throws SQLException- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getLong
public long getLong(int i) throws SQLException- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getFloat
public float getFloat(int i) throws SQLException- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getDouble
public double getDouble(int i) throws SQLException- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getBigDecimal
@Deprecated public BigDecimal getBigDecimal(int i, int i1) throws SQLException
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBytes
public byte[] getBytes(int i) throws SQLException- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(int i) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(int i) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(int i) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
public InputStream getAsciiStream(int i) throws SQLException
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
@Deprecated public InputStream getUnicodeStream(int i) throws SQLException
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
public InputStream getBinaryStream(int i) throws SQLException
- Specified by:
getBinaryStreamin interfaceResultSet- Throws:
SQLException
-
getString
public String getString(String s) throws SQLException
- Specified by:
getStringin interfaceResultSet- Throws:
SQLException
-
getBoolean
public boolean getBoolean(String s) throws SQLException
- Specified by:
getBooleanin interfaceResultSet- Throws:
SQLException
-
getByte
public byte getByte(String s) throws SQLException
- Specified by:
getBytein interfaceResultSet- Throws:
SQLException
-
getShort
public short getShort(String s) throws SQLException
- Specified by:
getShortin interfaceResultSet- Throws:
SQLException
-
getInt
public int getInt(String s) throws SQLException
- Specified by:
getIntin interfaceResultSet- Throws:
SQLException
-
getLong
public long getLong(String s) throws SQLException
- Specified by:
getLongin interfaceResultSet- Throws:
SQLException
-
getFloat
public float getFloat(String s) throws SQLException
- Specified by:
getFloatin interfaceResultSet- Throws:
SQLException
-
getDouble
public double getDouble(String s) throws SQLException
- Specified by:
getDoublein interfaceResultSet- Throws:
SQLException
-
getBigDecimal
@Deprecated public BigDecimal getBigDecimal(String s, int i) throws SQLException
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBytes
public byte[] getBytes(String s) throws SQLException
- Specified by:
getBytesin interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(String s) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(String s) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(String s) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
public InputStream getAsciiStream(String s) throws SQLException
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
@Deprecated public InputStream getUnicodeStream(String s) throws SQLException
Deprecated.- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getBinaryStream
public InputStream getBinaryStream(String s) 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 i) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(String s) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
findColumn
public int findColumn(String s) throws SQLException
- Specified by:
findColumnin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
public Reader getCharacterStream(int i) throws SQLException
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
public Reader getCharacterStream(String s) throws SQLException
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(int i) throws SQLException
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
public BigDecimal getBigDecimal(String s) 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 i) throws SQLException- Specified by:
absolutein interfaceResultSet- Throws:
SQLException
-
relative
public boolean relative(int i) 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 i) 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 i) 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 i) throws SQLException- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(int i, boolean b) throws SQLException- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
public void updateByte(int i, byte b) throws SQLException- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
public void updateShort(int i, short i1) throws SQLException- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
public void updateInt(int i, int i1) throws SQLException- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
public void updateLong(int i, long l) throws SQLException- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(int i, float v) throws SQLException- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(int i, double v) throws SQLException- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(int i, BigDecimal bigDecimal) throws SQLException- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
public void updateString(int i, String s) throws SQLException- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(int i, byte[] bytes) throws SQLException- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
public void updateDate(int i, Date date) throws SQLException- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
public void updateTime(int i, Time time) throws SQLException- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(int i, Timestamp timestamp) throws SQLException- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int i, InputStream inputStream, int i1) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int i, InputStream inputStream, int i1) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int i, Reader reader, int i1) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int i, Object o, int i1) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int i, Object o) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateNull
public void updateNull(String s) throws SQLException
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(String s, boolean b) throws SQLException
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
public void updateByte(String s, byte b) throws SQLException
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
public void updateShort(String s, short i) throws SQLException
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
public void updateInt(String s, int i) throws SQLException
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
public void updateLong(String s, long l) throws SQLException
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(String s, float v) throws SQLException
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(String s, double v) throws SQLException
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(String s, BigDecimal bigDecimal) throws SQLException
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
public void updateString(String s, String s1) throws SQLException
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(String s, byte[] bytes) throws SQLException
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
public void updateDate(String s, Date date) throws SQLException
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
public void updateTime(String s, Time time) throws SQLException
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(String s, Timestamp timestamp) throws SQLException
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String s, InputStream inputStream, int i) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String s, InputStream inputStream, int i) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String s, Reader reader, int i) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String s, Object o, int i) throws SQLException
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String s, Object o) 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
-
getObject
public Object getObject(int i, Map<String,Class<?>> map) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
public Ref getRef(int i) throws SQLException
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getBlob
public Blob getBlob(int i) throws SQLException
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
public Clob getClob(int i) throws SQLException
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getArray
public Array getArray(int i) throws SQLException
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(String s, Map<String,Class<?>> map) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
public Ref getRef(String s) throws SQLException
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getBlob
public Blob getBlob(String s) throws SQLException
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
public Clob getClob(String s) throws SQLException
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getArray
public Array getArray(String s) throws SQLException
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(int i, Calendar calendar) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
public Date getDate(String s, Calendar calendar) throws SQLException
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(int i, Calendar calendar) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
public Time getTime(String s, Calendar calendar) throws SQLException
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(int i, Calendar calendar) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
public Timestamp getTimestamp(String s, Calendar calendar) throws SQLException
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getURL
public URL getURL(int i) throws SQLException
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
getURL
public URL getURL(String s) throws SQLException
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
updateRef
public void updateRef(int i, Ref ref) throws SQLException- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
public void updateRef(String s, Ref ref) throws SQLException
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int i, Blob blob) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String s, Blob blob) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int i, Clob clob) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String s, Clob clob) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateArray
public void updateArray(int i, Array array) throws SQLException- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
public void updateArray(String s, Array array) throws SQLException
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
getRowId
public RowId getRowId(int i) throws SQLException
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
getRowId
public RowId getRowId(String s) throws SQLException
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
public void updateRowId(int i, RowId rowId) throws SQLException- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
public void updateRowId(String s, RowId rowId) 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 i, String s) throws SQLException- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
public void updateNString(String s, String s1) throws SQLException
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int i, NClob nClob) throws SQLException- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String s, NClob nClob) throws SQLException
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
public NClob getNClob(int i) throws SQLException
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
public NClob getNClob(String s) throws SQLException
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getSQLXML
public SQLXML getSQLXML(int i) throws SQLException
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
getSQLXML
public SQLXML getSQLXML(String s) throws SQLException
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
public void updateSQLXML(int i, SQLXML sqlxml) throws SQLException- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
public void updateSQLXML(String s, SQLXML sqlxml) throws SQLException
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
getNString
public String getNString(int i) throws SQLException
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNString
public String getNString(String s) throws SQLException
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(int i) throws SQLException
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(String s) throws SQLException
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int i, Reader reader, long l) throws SQLException- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String s, Reader reader, long l) throws SQLException
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int i, InputStream inputStream, long l) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int i, InputStream inputStream, long l) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int i, Reader reader, long l) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String s, InputStream inputStream, long l) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String s, InputStream inputStream, long l) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String s, Reader reader, long l) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int i, InputStream inputStream, long l) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String s, InputStream inputStream, long l) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int i, Reader reader, long l) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String s, Reader reader, long l) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int i, Reader reader, long l) throws SQLException- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String s, Reader reader, long l) throws SQLException
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int i, Reader reader) throws SQLException- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String s, Reader reader) throws SQLException
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int i, InputStream inputStream) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int i, InputStream inputStream) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int i, Reader reader) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String s, InputStream inputStream) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String s, InputStream inputStream) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String s, Reader reader) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int i, InputStream inputStream) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String s, InputStream inputStream) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int i, Reader reader) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String s, Reader reader) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int i, Reader reader) throws SQLException- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String s, Reader reader) throws SQLException
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
getObject
public <T> T getObject(int i, Class<T> aClass) throws SQLException- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
public <T> T getObject(String s, Class<T> aClass) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
unwrap
public <T> T unwrap(Class<T> aClass) throws SQLException
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class<?> aClass) throws SQLException
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
-