public abstract class ReadonlyScrollResultSet extends ReadonlyResultSet
ResultSet 抽象实现类,getType() 方法永远返回
ResultSet.TYPE_SCROLL_INSENSITIVE。
说明:ReadonlyScrollResultSet 类是非线程安全的。
| 构造器和说明 |
|---|
ReadonlyScrollResultSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
boolean |
first() |
int |
getFetchDirection() |
int |
getFetchSize() |
int |
getRow() |
abstract int |
getRowsSize() |
int |
getType() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
boolean |
relative(int rows) |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
cancelRowUpdates, deleteRow, getConcurrency, insertRow, moveToCurrentRow, moveToInsertRow, refreshRow, rowDeleted, rowInserted, rowUpdated, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearWarnings, close, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isClosed, wasNullpublic boolean next()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isBeforeFirst()
public boolean isAfterLast()
public boolean isFirst()
public boolean isLast()
public void beforeFirst()
public void afterLast()
public boolean first()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean last()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getRow()
public boolean absolute(int row)
public boolean relative(int rows)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean previous()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setFetchDirection(int direction)
public int getFetchDirection()
public void setFetchSize(int rows)
public int getFetchSize()
public int getType()
public abstract int getRowsSize()
Copyright © 2019. All Rights Reserved.