- java.lang.Object
-
- org.sqlite.core.CoreResultSet
-
- org.sqlite.jdbc3.JDBC3ResultSet
-
- org.sqlite.jdbc4.JDBC4ResultSet
-
- All Implemented Interfaces:
AutoCloseable,ResultSet,ResultSetMetaData,Wrapper,Codes
public class JDBC4ResultSet extends JDBC3ResultSet implements ResultSet, ResultSetMetaData
-
-
Field Summary
-
Fields inherited from class org.sqlite.jdbc3.JDBC3ResultSet
COLUMN_PRECISION, COLUMN_TYPECAST, COLUMN_TYPENAME
-
Fields inherited from class org.sqlite.core.CoreResultSet
closeStmt, cols, colsMeta, columnNameToIndex, lastCol, limitRows, maxRows, meta, open, row, stmt
-
Fields inherited from interface org.sqlite.core.Codes
SQLITE_ABORT, SQLITE_AUTH, SQLITE_BLOB, SQLITE_BUSY, SQLITE_CANTOPEN, SQLITE_CONSTRAINT, SQLITE_CORRUPT, SQLITE_DONE, SQLITE_EMPTY, SQLITE_ERROR, SQLITE_FLOAT, SQLITE_FULL, SQLITE_INTEGER, SQLITE_INTERNAL, SQLITE_INTERRUPT, SQLITE_IOERR, SQLITE_LOCKED, SQLITE_MISMATCH, SQLITE_MISUSE, SQLITE_NOLFS, SQLITE_NOMEM, SQLITE_NOTFOUND, SQLITE_NULL, SQLITE_OK, SQLITE_PERM, SQLITE_PROTOCOL, SQLITE_READONLY, SQLITE_ROW, SQLITE_SCHEMA, SQLITE_TEXT, SQLITE_TOOBIG
-
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
-
Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown
-
-
Constructor Summary
Constructors Constructor Description JDBC4ResultSet(CoreStatement stmt)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanabsolute(int row)voidafterLast()voidbeforeFirst()voidcancelRowUpdates()voidclose()voiddeleteRow()booleanfirst()ArraygetArray(int i)ArraygetArray(String col)InputStreamgetAsciiStream(int col)InputStreamgetAsciiStream(String col)BigDecimalgetBigDecimal(int col, int s)Deprecated.BigDecimalgetBigDecimal(String col, int s)Deprecated.BlobgetBlob(int col)BlobgetBlob(String col)ClobgetClob(int col)ClobgetClob(String col)intgetHoldability()ReadergetNCharacterStream(int col)ReadergetNCharacterStream(String col)NClobgetNClob(int columnIndex)NClobgetNClob(String columnLabel)StringgetNString(int columnIndex)StringgetNString(String columnLabel)<T> TgetObject(int columnIndex, Class<T> type)ObjectgetObject(int col, Map map)<T> TgetObject(String columnLabel, Class<T> type)ObjectgetObject(String col, Map map)RefgetRef(int i)RefgetRef(String col)RowIdgetRowId(int columnIndex)RowIdgetRowId(String columnLabel)SQLXMLgetSQLXML(int columnIndex)SQLXMLgetSQLXML(String columnLabel)InputStreamgetUnicodeStream(int col)InputStreamgetUnicodeStream(String col)URLgetURL(int col)URLgetURL(String col)voidinsertRow()booleanisClosed()booleanisWrapperFor(Class<?> iface)booleanlast()voidmoveToCurrentRow()voidmoveToInsertRow()booleanprevious()voidrefreshRow()booleanrelative(int rows)protected SQLExceptionunused()<T> Tunwrap(Class<T> iface)voidupdateArray(int col, Array x)voidupdateArray(String col, Array x)voidupdateAsciiStream(int columnIndex, InputStream x)voidupdateAsciiStream(int col, InputStream x, int l)voidupdateAsciiStream(int columnIndex, InputStream x, long length)voidupdateAsciiStream(String columnLabel, InputStream x)voidupdateAsciiStream(String col, InputStream x, int l)voidupdateAsciiStream(String columnLabel, InputStream x, long length)voidupdateBigDecimal(int col, BigDecimal x)voidupdateBigDecimal(String col, BigDecimal x)voidupdateBinaryStream(int columnIndex, InputStream x)voidupdateBinaryStream(int c, InputStream x, int l)voidupdateBinaryStream(int columnIndex, InputStream x, long length)voidupdateBinaryStream(String columnLabel, InputStream x)voidupdateBinaryStream(String c, InputStream x, int l)voidupdateBinaryStream(String columnLabel, InputStream x, long length)voidupdateBlob(int columnIndex, InputStream inputStream)voidupdateBlob(int columnIndex, InputStream inputStream, long length)voidupdateBlob(int col, Blob x)voidupdateBlob(String columnLabel, InputStream inputStream)voidupdateBlob(String columnLabel, InputStream inputStream, long length)voidupdateBlob(String col, Blob x)voidupdateBoolean(int col, boolean x)voidupdateBoolean(String col, boolean x)voidupdateByte(int col, byte x)voidupdateByte(String col, byte x)voidupdateBytes(int col, byte[] x)voidupdateBytes(String col, byte[] x)voidupdateCharacterStream(int columnIndex, Reader x)voidupdateCharacterStream(int c, Reader x, int l)voidupdateCharacterStream(int columnIndex, Reader x, long length)voidupdateCharacterStream(String columnLabel, Reader reader)voidupdateCharacterStream(String c, Reader r, int l)voidupdateCharacterStream(String columnLabel, Reader reader, long length)voidupdateClob(int columnIndex, Reader reader)voidupdateClob(int columnIndex, Reader reader, long length)voidupdateClob(int col, Clob x)voidupdateClob(String columnLabel, Reader reader)voidupdateClob(String columnLabel, Reader reader, long length)voidupdateClob(String col, Clob x)voidupdateDate(int col, Date x)voidupdateDate(String col, Date x)voidupdateDouble(int col, double x)voidupdateDouble(String col, double x)voidupdateFloat(int col, float x)voidupdateFloat(String col, float x)voidupdateInt(int col, int x)voidupdateInt(String col, int x)voidupdateLong(int col, long x)voidupdateLong(String col, 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 col)voidupdateNull(String col)voidupdateObject(int c, Object x)voidupdateObject(int c, Object x, int s)voidupdateObject(String col, Object x)voidupdateObject(String c, Object x, int s)voidupdateRef(int col, Ref x)voidupdateRef(String c, Ref x)voidupdateRow()voidupdateRowId(int columnIndex, RowId x)voidupdateRowId(String columnLabel, RowId x)voidupdateShort(int c, short x)voidupdateShort(String c, short x)voidupdateSQLXML(int columnIndex, SQLXML xmlObject)voidupdateSQLXML(String columnLabel, SQLXML xmlObject)voidupdateString(int c, String x)voidupdateString(String c, String x)voidupdateTime(int c, Time x)voidupdateTime(String c, Time x)voidupdateTimestamp(int c, Timestamp x)voidupdateTimestamp(String c, Timestamp x)-
Methods inherited from class org.sqlite.jdbc3.JDBC3ResultSet
checkCalendar, clearWarnings, findColumn, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCatalogName, getCharacterStream, getCharacterStream, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getPrecision, getRow, getScale, getSchemaName, getShort, getShort, getStatement, getString, getString, getTableName, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getWarnings, isAfterLast, isAutoIncrement, isBeforeFirst, isCaseSensitive, isCurrency, isDefinitelyWritable, isFirst, isLast, isNullable, isReadOnly, isSearchable, isSigned, isWritable, next, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, wasNull
-
Methods inherited from class org.sqlite.core.CoreResultSet
addColumnIndexInCache, checkCol, checkMeta, checkOpen, findColumnIndexInCache, getConnectionConfig, getDatabase, isOpen, markCol
-
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
clearWarnings, findColumn, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getRow, getShort, getShort, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getWarnings, isAfterLast, isBeforeFirst, isFirst, isLast, next, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateObject, updateObject, updateObject, updateObject, wasNull
-
Methods inherited from interface java.sql.ResultSetMetaData
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
-
-
-
-
Constructor Detail
-
JDBC4ResultSet
public JDBC4ResultSet(CoreStatement stmt)
-
-
Method Detail
-
close
public void close() throws SQLException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceResultSet- Overrides:
closein classCoreResultSet- Throws:
SQLException
-
unwrap
public <T> T unwrap(Class<T> iface) throws ClassCastException
- Specified by:
unwrapin interfaceWrapper- Throws:
ClassCastException
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface)
- Specified by:
isWrapperForin interfaceWrapper
-
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 col) throws SQLException
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
public Reader getNCharacterStream(String col) 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
-
unused
protected SQLException unused()
-
getArray
public Array getArray(int i) throws SQLException
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getArray
public Array getArray(String col) throws SQLException
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
public InputStream getAsciiStream(int col) throws SQLException
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getAsciiStream
public InputStream getAsciiStream(String col) throws SQLException
- Specified by:
getAsciiStreamin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
@Deprecated public BigDecimal getBigDecimal(int col, int s) throws SQLException
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
@Deprecated public BigDecimal getBigDecimal(String col, int s) throws SQLException
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
SQLException
-
getBlob
public Blob getBlob(int col) throws SQLException
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getBlob
public Blob getBlob(String col) throws SQLException
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
public Clob getClob(int col) throws SQLException
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getClob
public Clob getClob(String col) throws SQLException
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(int col, Map map) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
public Object getObject(String col, Map map) throws SQLException
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
public Ref getRef(int i) throws SQLException
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getRef
public Ref getRef(String col) throws SQLException
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
public InputStream getUnicodeStream(int col) throws SQLException
- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getUnicodeStream
public InputStream getUnicodeStream(String col) throws SQLException
- Specified by:
getUnicodeStreamin interfaceResultSet- Throws:
SQLException
-
getURL
public URL getURL(int col) throws SQLException
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
getURL
public URL getURL(String col) throws SQLException
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
insertRow
public void insertRow() throws SQLException- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
public void moveToCurrentRow() throws SQLException- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
public void moveToInsertRow() throws SQLException- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
last
public boolean last() throws SQLException- Specified by:
lastin interfaceResultSet- Throws:
SQLException
-
previous
public boolean previous() throws SQLException- Specified by:
previousin interfaceResultSet- Throws:
SQLException
-
relative
public boolean relative(int rows) throws SQLException- Specified by:
relativein interfaceResultSet- Throws:
SQLException
-
absolute
public boolean absolute(int row) throws SQLException- Specified by:
absolutein interfaceResultSet- Throws:
SQLException
-
afterLast
public void afterLast() throws SQLException- Specified by:
afterLastin interfaceResultSet- Throws:
SQLException
-
beforeFirst
public void beforeFirst() throws SQLException- Specified by:
beforeFirstin interfaceResultSet- Throws:
SQLException
-
first
public boolean first() throws SQLException- Specified by:
firstin interfaceResultSet- Throws:
SQLException
-
cancelRowUpdates
public void cancelRowUpdates() throws SQLException- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
deleteRow
public void deleteRow() throws SQLException- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException
-
updateArray
public void updateArray(int col, Array x) throws SQLException- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
public void updateArray(String col, Array x) throws SQLException
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int col, InputStream x, int l) throws SQLException- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String col, InputStream x, int l) throws SQLException
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(int col, BigDecimal x) throws SQLException- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(String col, BigDecimal x) throws SQLException
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int c, InputStream x, int l) throws SQLException- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String c, InputStream x, int l) throws SQLException
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int col, Blob x) throws SQLException- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String col, Blob x) throws SQLException
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(int col, boolean x) throws SQLException- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(String col, boolean x) throws SQLException
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
public void updateByte(int col, byte x) throws SQLException- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateByte
public void updateByte(String col, byte x) throws SQLException
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(int col, byte[] x) throws SQLException- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(String col, byte[] x) throws SQLException
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int c, Reader x, int l) throws SQLException- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String c, Reader r, int l) throws SQLException
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int col, Clob x) throws SQLException- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String col, Clob x) throws SQLException
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateDate
public void updateDate(int col, Date x) throws SQLException- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateDate
public void updateDate(String col, Date x) throws SQLException
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(int col, double x) throws SQLException- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(String col, double x) throws SQLException
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(int col, float x) throws SQLException- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(String col, float x) throws SQLException
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateInt
public void updateInt(int col, int x) throws SQLException- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateInt
public void updateInt(String col, int x) throws SQLException
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
public void updateLong(int col, long x) throws SQLException- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateLong
public void updateLong(String col, long x) throws SQLException
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateNull
public void updateNull(int col) throws SQLException- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateNull
public void updateNull(String col) throws SQLException
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int c, Object x) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int c, Object x, int s) throws SQLException- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String col, Object x) throws SQLException
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String c, Object x, int s) throws SQLException
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateRef
public void updateRef(int col, Ref x) throws SQLException- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
public void updateRef(String c, Ref x) throws SQLException
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRow
public void updateRow() throws SQLException- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException
-
updateShort
public void updateShort(int c, short x) throws SQLException- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateShort
public void updateShort(String c, short x) throws SQLException
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateString
public void updateString(int c, String x) throws SQLException- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateString
public void updateString(String c, String x) throws SQLException
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateTime
public void updateTime(int c, Time x) throws SQLException- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTime
public void updateTime(String c, Time x) throws SQLException
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(int c, Timestamp x) throws SQLException- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(String c, Timestamp x) throws SQLException
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
refreshRow
public void refreshRow() throws SQLException- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException
-
-