public class JdbcResultSet extends Object implements 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_SENSITIVEclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic boolean next()
throws SQLException
next in interface ResultSetSQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface ResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLExceptionpublic String getString(int colIdx) throws SQLException
getString in interface ResultSetSQLExceptionpublic boolean getBoolean(int colIdx)
throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic byte getByte(int colIdx)
throws SQLException
getByte in interface ResultSetSQLExceptionpublic short getShort(int colIdx)
throws SQLException
getShort in interface ResultSetSQLExceptionpublic int getInt(int colIdx)
throws SQLException
getInt in interface ResultSetSQLExceptionpublic long getLong(int colIdx)
throws SQLException
getLong in interface ResultSetSQLExceptionpublic float getFloat(int colIdx)
throws SQLException
getFloat in interface ResultSetSQLExceptionpublic double getDouble(int colIdx)
throws SQLException
getDouble in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int colIdx, int scale) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic byte[] getBytes(int colIdx)
throws SQLException
getBytes in interface ResultSetSQLExceptionpublic Date getDate(int colIdx) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Time getTime(int colIdx) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int colIdx) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(int colIdx) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic InputStream getUnicodeStream(int colIdx) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(int colIdx) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic String getString(String colLb) throws SQLException
getString in interface ResultSetSQLExceptionpublic boolean getBoolean(String colLb) throws SQLException
getBoolean in interface ResultSetSQLExceptionpublic byte getByte(String colLb) throws SQLException
getByte in interface ResultSetSQLExceptionpublic short getShort(String colLb) throws SQLException
getShort in interface ResultSetSQLExceptionpublic int getInt(String colLb) throws SQLException
getInt in interface ResultSetSQLExceptionpublic long getLong(String colLb) throws SQLException
getLong in interface ResultSetSQLExceptionpublic float getFloat(String colLb) throws SQLException
getFloat in interface ResultSetSQLExceptionpublic double getDouble(String colLb) throws SQLException
getDouble in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String colLb, int scale) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic byte[] getBytes(String colLb) throws SQLException
getBytes in interface ResultSetSQLExceptionpublic Date getDate(String colLb) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Time getTime(String colLb) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String colLb) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic InputStream getAsciiStream(String colLb) throws SQLException
getAsciiStream in interface ResultSetSQLExceptionpublic InputStream getUnicodeStream(String colLb) throws SQLException
getUnicodeStream in interface ResultSetSQLExceptionpublic InputStream getBinaryStream(String colLb) throws SQLException
getBinaryStream in interface ResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface ResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLExceptionpublic String getCursorName() throws SQLException
getCursorName in interface ResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface ResultSetSQLExceptionpublic Object getObject(int colIdx) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Object getObject(String colLb) throws SQLException
getObject in interface ResultSetSQLExceptionpublic int findColumn(String colLb) throws SQLException
findColumn in interface ResultSetSQLExceptionpublic Reader getCharacterStream(int colIdx) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic Reader getCharacterStream(String colLb) throws SQLException
getCharacterStream in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int colIdx) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String colLb) throws SQLException
getBigDecimal in interface ResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast in interface ResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast in interface ResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface ResultSetSQLExceptionpublic boolean last()
throws SQLException
last in interface ResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow in interface ResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute in interface ResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative in interface ResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous in interface ResultSetSQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
setFetchDirection in interface ResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLExceptionpublic void setFetchSize(int fetchSize)
throws SQLException
setFetchSize in interface ResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLExceptionpublic int getType()
throws SQLException
getType in interface ResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLExceptionpublic boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLExceptionpublic boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLExceptionpublic void updateNull(int colIdx)
throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateBoolean(int colIdx,
boolean x)
throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateByte(int colIdx,
byte x)
throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateShort(int colIdx,
short x)
throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateInt(int colIdx,
int x)
throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateLong(int colIdx,
long x)
throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void updateFloat(int colIdx,
float x)
throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateDouble(int colIdx,
double x)
throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateBigDecimal(int colIdx,
BigDecimal x)
throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateString(int colIdx,
String x)
throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateBytes(int colIdx,
byte[] x)
throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateDate(int colIdx,
Date x)
throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateTime(int colIdx,
Time x)
throws SQLException
updateTime in interface ResultSetSQLExceptionpublic void updateTimestamp(int colIdx,
Timestamp x)
throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic void updateAsciiStream(int colIdx,
InputStream x,
int len)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int colIdx,
InputStream x,
int len)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int colIdx,
Reader x,
int len)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateObject(int colIdx,
Object x,
int scaleOrLen)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(int colIdx,
Object x)
throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateNull(String colLb) throws SQLException
updateNull in interface ResultSetSQLExceptionpublic void updateBoolean(String colLb, boolean x) throws SQLException
updateBoolean in interface ResultSetSQLExceptionpublic void updateByte(String colLb, byte x) throws SQLException
updateByte in interface ResultSetSQLExceptionpublic void updateShort(String colLb, short x) throws SQLException
updateShort in interface ResultSetSQLExceptionpublic void updateInt(String colLb, int x) throws SQLException
updateInt in interface ResultSetSQLExceptionpublic void updateLong(String colLb, long x) throws SQLException
updateLong in interface ResultSetSQLExceptionpublic void updateFloat(String colLb, float x) throws SQLException
updateFloat in interface ResultSetSQLExceptionpublic void updateDouble(String colLb, double x) throws SQLException
updateDouble in interface ResultSetSQLExceptionpublic void updateBigDecimal(String colLb, BigDecimal x) throws SQLException
updateBigDecimal in interface ResultSetSQLExceptionpublic void updateString(String colLb, String x) throws SQLException
updateString in interface ResultSetSQLExceptionpublic void updateBytes(String colLb, byte[] x) throws SQLException
updateBytes in interface ResultSetSQLExceptionpublic void updateDate(String colLb, Date x) throws SQLException
updateDate in interface ResultSetSQLExceptionpublic void updateTime(String colLb, Time x) throws SQLException
updateTime in interface ResultSetSQLExceptionpublic void updateTimestamp(String colLb, Timestamp x) throws SQLException
updateTimestamp in interface ResultSetSQLExceptionpublic void updateAsciiStream(String colLb, InputStream x, int len) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String colLb, InputStream x, int len) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String colLb, Reader reader, int len) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateObject(String colLb, Object x, int scaleOrLen) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void updateObject(String colLb, Object x) throws SQLException
updateObject in interface ResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow in interface ResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow in interface ResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLExceptionpublic void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLExceptionpublic void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLExceptionpublic void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement in interface ResultSetSQLExceptionpublic Object getObject(int colIdx, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Ref getRef(int colIdx) throws SQLException
getRef in interface ResultSetSQLExceptionpublic Blob getBlob(int colIdx) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic Clob getClob(int colIdx) throws SQLException
getClob in interface ResultSetSQLExceptionpublic Array getArray(int colIdx) throws SQLException
getArray in interface ResultSetSQLExceptionpublic Object getObject(String colLb, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetSQLExceptionpublic Ref getRef(String colLb) throws SQLException
getRef in interface ResultSetSQLExceptionpublic Blob getBlob(String colLb) throws SQLException
getBlob in interface ResultSetSQLExceptionpublic Clob getClob(String colLb) throws SQLException
getClob in interface ResultSetSQLExceptionpublic Array getArray(String colLb) throws SQLException
getArray in interface ResultSetSQLExceptionpublic Date getDate(int colIdx, Calendar cal) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Date getDate(String colLb, Calendar cal) throws SQLException
getDate in interface ResultSetSQLExceptionpublic Time getTime(int colIdx, Calendar cal) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Time getTime(String colLb, Calendar cal) throws SQLException
getTime in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int colIdx, Calendar cal) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String colLb, Calendar cal) throws SQLException
getTimestamp in interface ResultSetSQLExceptionpublic URL getURL(int colIdx) throws SQLException
getURL in interface ResultSetSQLExceptionpublic URL getURL(String colLb) throws SQLException
getURL in interface ResultSetSQLExceptionpublic void updateRef(int colIdx,
Ref x)
throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateRef(String colLb, Ref x) throws SQLException
updateRef in interface ResultSetSQLExceptionpublic void updateBlob(int colIdx,
Blob x)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String colLb, Blob x) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateClob(int colIdx,
Clob x)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String colLb, Clob x) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateArray(int colIdx,
Array x)
throws SQLException
updateArray in interface ResultSetSQLExceptionpublic void updateArray(String colLb, Array x) throws SQLException
updateArray in interface ResultSetSQLExceptionpublic RowId getRowId(int colIdx) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic RowId getRowId(String colLb) throws SQLException
getRowId in interface ResultSetSQLExceptionpublic void updateRowId(int colIdx,
RowId x)
throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic void updateRowId(String colLb, RowId x) throws SQLException
updateRowId in interface ResultSetSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability in interface ResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed in interface ResultSetSQLExceptionpublic void updateNString(int colIdx,
String nStr)
throws SQLException
updateNString in interface ResultSetSQLExceptionpublic void updateNString(String colLb, String nStr) throws SQLException
updateNString in interface ResultSetSQLExceptionpublic void updateNClob(int colIdx,
NClob nClob)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String colLb, NClob nClob) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic NClob getNClob(int colIdx) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic NClob getNClob(String colLb) throws SQLException
getNClob in interface ResultSetSQLExceptionpublic SQLXML getSQLXML(int colIdx) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic SQLXML getSQLXML(String colLb) throws SQLException
getSQLXML in interface ResultSetSQLExceptionpublic void updateSQLXML(int colIdx,
SQLXML xmlObj)
throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic void updateSQLXML(String colLb, SQLXML xmlObj) throws SQLException
updateSQLXML in interface ResultSetSQLExceptionpublic String getNString(int colIdx) throws SQLException
getNString in interface ResultSetSQLExceptionpublic String getNString(String colLb) throws SQLException
getNString in interface ResultSetSQLExceptionpublic Reader getNCharacterStream(int colIdx) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic Reader getNCharacterStream(String colLb) throws SQLException
getNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(int colIdx,
Reader x,
long len)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(String colLb, Reader reader, long len) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(int colIdx,
InputStream x,
long len)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int colIdx,
InputStream x,
long len)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int colIdx,
Reader x,
long len)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String colLb, InputStream x, long len) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String colLb, InputStream x, long len) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String colLb, Reader reader, long len) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateBlob(int colIdx,
InputStream inputStream,
long len)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String colLb, InputStream inputStream, long len) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateClob(int colIdx,
Reader reader,
long len)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String colLb, Reader reader, long len) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateNClob(int colIdx,
Reader reader,
long len)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String colLb, Reader reader, long len) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNCharacterStream(int colIdx,
Reader x)
throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateNCharacterStream(String colLb, Reader reader) throws SQLException
updateNCharacterStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(int colIdx,
InputStream x)
throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(int colIdx,
InputStream x)
throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(int colIdx,
Reader x)
throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateAsciiStream(String colLb, InputStream x) throws SQLException
updateAsciiStream in interface ResultSetSQLExceptionpublic void updateBinaryStream(String colLb, InputStream x) throws SQLException
updateBinaryStream in interface ResultSetSQLExceptionpublic void updateCharacterStream(String colLb, Reader reader) throws SQLException
updateCharacterStream in interface ResultSetSQLExceptionpublic void updateBlob(int colIdx,
InputStream inputStream)
throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateBlob(String colLb, InputStream inputStream) throws SQLException
updateBlob in interface ResultSetSQLExceptionpublic void updateClob(int colIdx,
Reader reader)
throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateClob(String colLb, Reader reader) throws SQLException
updateClob in interface ResultSetSQLExceptionpublic void updateNClob(int colIdx,
Reader reader)
throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic void updateNClob(String colLb, Reader reader) throws SQLException
updateNClob in interface ResultSetSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic <T> T getObject(int colIdx,
Class<T> type)
throws SQLException
getObject in interface ResultSetSQLExceptionpublic <T> T getObject(String colLb, Class<T> type) throws SQLException
getObject in interface ResultSetSQLExceptionpublic boolean isQuery()
public long updateCount()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018