类 ResultSetBase
java.lang.Object
com.alibaba.druid.util.jdbc.ResultSetBase
- 所有已实现的接口:
AutoCloseable,ResultSet,Wrapper
- 直接已知子类:
LocalResultSet,MockResultSet
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanabsolute(int row) voidvoidvoidvoidvoidclose()voidintfindColumn(String columnLabel) booleanfirst()getArray(int columnIndex) getAsciiStream(int columnIndex) getAsciiStream(String columnLabel) getBigDecimal(int columnIndex) getBigDecimal(int columnIndex, int scale) getBigDecimal(String columnLabel) getBigDecimal(String columnLabel, int scale) 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) doubleintintfloatgetFloat(int columnIndex) floatintintgetInt(int columnIndex) intlonggetLong(int columnIndex) longgetNCharacterStream(int columnIndex) getNCharacterStream(String columnLabel) getNClob(int columnIndex) getNString(int columnIndex) getNString(String columnLabel) getObject(int columnIndex) <T> T<T> TgetObjectInternal(int columnIndex) getRef(int columnIndex) intgetRow()getRowId(int columnIndex) shortgetShort(int columnIndex) shortgetSQLXML(int columnIndex) getString(int columnIndex) getTime(int columnIndex) getTimestamp(int columnIndex) getTimestamp(int columnIndex, Calendar cal) getTimestamp(String columnLabel) getTimestamp(String columnLabel, Calendar cal) intgetType()getUnicodeStream(int columnIndex) getUnicodeStream(String columnLabel) getURL(int columnIndex) voidbooleanbooleanbooleanisClosed()booleanisFirst()booleanisLast()booleanisWrapperFor(Class<?> iface) booleanlast()voidvoidvoidbooleanrelative(int rows) booleanbooleanbooleanvoidsetCursorName(String cursorName) voidsetFetchDirection(int direction) voidsetFetchSize(int rows) voidsetWarning(SQLWarning warning) <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 x) voidupdateBlob(int columnIndex, InputStream x, long length) voidupdateBlob(int columnIndex, Blob x) voidupdateBlob(String columnLabel, InputStream x) voidupdateBlob(String columnLabel, InputStream x, 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 x) voidupdateCharacterStream(String columnLabel, Reader reader, int length) voidupdateCharacterStream(String columnLabel, Reader x, long length) voidupdateClob(int columnIndex, Reader x) voidupdateClob(int columnIndex, Reader x, long length) voidupdateClob(int columnIndex, Clob x) voidupdateClob(String columnLabel, Reader x) voidupdateClob(String columnLabel, Reader x, 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 x) voidupdateNCharacterStream(String columnLabel, Reader x, long length) voidupdateNClob(int columnIndex, Reader x) voidupdateNClob(int columnIndex, Reader x, long length) voidupdateNClob(int columnIndex, NClob x) voidupdateNClob(String columnLabel, Reader x) voidupdateNClob(String columnLabel, Reader x, long length) voidupdateNClob(String columnLabel, NClob x) voidupdateNString(int columnIndex, String x) voidupdateNString(String columnLabel, String x) voidupdateNull(int columnIndex) voidupdateNull(String columnLabel) 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 x) voidupdateSQLXML(String columnLabel, SQLXML x) 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()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.sql.ResultSet
next, previous, updateObject, updateObject, updateObject, updateObject, updateObject
-
字段详细资料
-
closed
protected boolean closed -
wasNull
protected boolean wasNull -
statement
-
metaData
-
-
构造器详细资料
-
ResultSetBase
-
-
方法详细资料
-
isClosed
- 指定者:
isClosed在接口中ResultSet- 抛出:
SQLException
-
updateNString
- 指定者:
updateNString在接口中ResultSet- 抛出:
SQLException
-
updateNString
- 指定者:
updateNString在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
getNClob
- 指定者:
getNClob在接口中ResultSet- 抛出:
SQLException
-
getNClob
- 指定者:
getNClob在接口中ResultSet- 抛出:
SQLException
-
getSQLXML
- 指定者:
getSQLXML在接口中ResultSet- 抛出:
SQLException
-
getSQLXML
- 指定者:
getSQLXML在接口中ResultSet- 抛出:
SQLException
-
updateSQLXML
- 指定者:
updateSQLXML在接口中ResultSet- 抛出:
SQLException
-
updateSQLXML
- 指定者:
updateSQLXML在接口中ResultSet- 抛出:
SQLException
-
getNString
- 指定者:
getNString在接口中ResultSet- 抛出:
SQLException
-
getNString
- 指定者:
getNString在接口中ResultSet- 抛出:
SQLException
-
getNCharacterStream
- 指定者:
getNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
getNCharacterStream
- 指定者:
getNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateNCharacterStream
- 指定者:
updateNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateNCharacterStream
- 指定者:
updateNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNCharacterStream
- 指定者:
updateNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateNCharacterStream
- 指定者:
updateNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
unwrap
- 指定者:
unwrap在接口中Wrapper- 抛出:
SQLException
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Wrapper- 抛出:
SQLException
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中ResultSet- 抛出:
SQLException
-
wasNull
- 指定者:
wasNull在接口中ResultSet- 抛出:
SQLException
-
getObjectInternal
- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
findColumn
- 指定者:
findColumn在接口中ResultSet- 抛出:
SQLException
-
getCharacterStream
- 指定者:
getCharacterStream在接口中ResultSet- 抛出:
SQLException
-
getCharacterStream
- 指定者:
getCharacterStream在接口中ResultSet- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中ResultSet- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中ResultSet- 抛出:
SQLException
-
clearWarnings
- 指定者:
clearWarnings在接口中ResultSet- 抛出:
SQLException
-
setWarning
-
getCursorName
- 指定者:
getCursorName在接口中ResultSet- 抛出:
SQLException
-
setCursorName
-
getWarnings
- 指定者:
getWarnings在接口中ResultSet- 抛出:
SQLException
-
setFetchDirection
- 指定者:
setFetchDirection在接口中ResultSet- 抛出:
SQLException
-
getFetchDirection
- 指定者:
getFetchDirection在接口中ResultSet- 抛出:
SQLException
-
setFetchSize
- 指定者:
setFetchSize在接口中ResultSet- 抛出:
SQLException
-
getFetchSize
- 指定者:
getFetchSize在接口中ResultSet- 抛出:
SQLException
-
rowUpdated
- 指定者:
rowUpdated在接口中ResultSet- 抛出:
SQLException
-
rowInserted
- 指定者:
rowInserted在接口中ResultSet- 抛出:
SQLException
-
rowDeleted
- 指定者:
rowDeleted在接口中ResultSet- 抛出:
SQLException
-
updateNull
- 指定者:
updateNull在接口中ResultSet- 抛出:
SQLException
-
updateBoolean
- 指定者:
updateBoolean在接口中ResultSet- 抛出:
SQLException
-
updateByte
- 指定者:
updateByte在接口中ResultSet- 抛出:
SQLException
-
updateShort
- 指定者:
updateShort在接口中ResultSet- 抛出:
SQLException
-
updateInt
- 指定者:
updateInt在接口中ResultSet- 抛出:
SQLException
-
updateLong
- 指定者:
updateLong在接口中ResultSet- 抛出:
SQLException
-
updateFloat
- 指定者:
updateFloat在接口中ResultSet- 抛出:
SQLException
-
updateDouble
- 指定者:
updateDouble在接口中ResultSet- 抛出:
SQLException
-
updateBigDecimal
- 指定者:
updateBigDecimal在接口中ResultSet- 抛出:
SQLException
-
updateString
- 指定者:
updateString在接口中ResultSet- 抛出:
SQLException
-
updateBytes
- 指定者:
updateBytes在接口中ResultSet- 抛出:
SQLException
-
updateDate
- 指定者:
updateDate在接口中ResultSet- 抛出:
SQLException
-
updateTime
- 指定者:
updateTime在接口中ResultSet- 抛出:
SQLException
-
updateTimestamp
- 指定者:
updateTimestamp在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateObject
- 指定者:
updateObject在接口中ResultSet- 抛出:
SQLException
-
updateNull
- 指定者:
updateNull在接口中ResultSet- 抛出:
SQLException
-
updateBoolean
- 指定者:
updateBoolean在接口中ResultSet- 抛出:
SQLException
-
updateByte
- 指定者:
updateByte在接口中ResultSet- 抛出:
SQLException
-
updateShort
- 指定者:
updateShort在接口中ResultSet- 抛出:
SQLException
-
updateInt
- 指定者:
updateInt在接口中ResultSet- 抛出:
SQLException
-
updateLong
- 指定者:
updateLong在接口中ResultSet- 抛出:
SQLException
-
updateFloat
- 指定者:
updateFloat在接口中ResultSet- 抛出:
SQLException
-
updateDouble
- 指定者:
updateDouble在接口中ResultSet- 抛出:
SQLException
-
updateBigDecimal
- 指定者:
updateBigDecimal在接口中ResultSet- 抛出:
SQLException
-
updateString
- 指定者:
updateString在接口中ResultSet- 抛出:
SQLException
-
updateBytes
- 指定者:
updateBytes在接口中ResultSet- 抛出:
SQLException
-
updateDate
- 指定者:
updateDate在接口中ResultSet- 抛出:
SQLException
-
updateTime
- 指定者:
updateTime在接口中ResultSet- 抛出:
SQLException
-
updateTimestamp
- 指定者:
updateTimestamp在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateObject
- 指定者:
updateObject在接口中ResultSet- 抛出:
SQLException
-
updateObject
- 指定者:
updateObject在接口中ResultSet- 抛出:
SQLException
-
insertRow
- 指定者:
insertRow在接口中ResultSet- 抛出:
SQLException
-
updateRow
- 指定者:
updateRow在接口中ResultSet- 抛出:
SQLException
-
deleteRow
- 指定者:
deleteRow在接口中ResultSet- 抛出:
SQLException
-
refreshRow
- 指定者:
refreshRow在接口中ResultSet- 抛出:
SQLException
-
cancelRowUpdates
- 指定者:
cancelRowUpdates在接口中ResultSet- 抛出:
SQLException
-
moveToInsertRow
- 指定者:
moveToInsertRow在接口中ResultSet- 抛出:
SQLException
-
moveToCurrentRow
- 指定者:
moveToCurrentRow在接口中ResultSet- 抛出:
SQLException
-
getStatement
- 指定者:
getStatement在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getRef
- 指定者:
getRef在接口中ResultSet- 抛出:
SQLException
-
getBlob
- 指定者:
getBlob在接口中ResultSet- 抛出:
SQLException
-
getClob
- 指定者:
getClob在接口中ResultSet- 抛出:
SQLException
-
getArray
- 指定者:
getArray在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getRef
- 指定者:
getRef在接口中ResultSet- 抛出:
SQLException
-
getBlob
- 指定者:
getBlob在接口中ResultSet- 抛出:
SQLException
-
getClob
- 指定者:
getClob在接口中ResultSet- 抛出:
SQLException
-
getArray
- 指定者:
getArray在接口中ResultSet- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中ResultSet- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中ResultSet- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中ResultSet- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中ResultSet- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中ResultSet- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中ResultSet- 抛出:
SQLException
-
getURL
- 指定者:
getURL在接口中ResultSet- 抛出:
SQLException
-
getURL
- 指定者:
getURL在接口中ResultSet- 抛出:
SQLException
-
updateRef
- 指定者:
updateRef在接口中ResultSet- 抛出:
SQLException
-
updateRef
- 指定者:
updateRef在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateArray
- 指定者:
updateArray在接口中ResultSet- 抛出:
SQLException
-
updateArray
- 指定者:
updateArray在接口中ResultSet- 抛出:
SQLException
-
getRowId
- 指定者:
getRowId在接口中ResultSet- 抛出:
SQLException
-
getRowId
- 指定者:
getRowId在接口中ResultSet- 抛出:
SQLException
-
updateRowId
- 指定者:
updateRowId在接口中ResultSet- 抛出:
SQLException
-
updateRowId
- 指定者:
updateRowId在接口中ResultSet- 抛出:
SQLException
-
getHoldability
- 指定者:
getHoldability在接口中ResultSet- 抛出:
SQLException
-
getString
- 指定者:
getString在接口中ResultSet- 抛出:
SQLException
-
getBoolean
- 指定者:
getBoolean在接口中ResultSet- 抛出:
SQLException
-
getByte
- 指定者:
getByte在接口中ResultSet- 抛出:
SQLException
-
getShort
- 指定者:
getShort在接口中ResultSet- 抛出:
SQLException
-
getInt
- 指定者:
getInt在接口中ResultSet- 抛出:
SQLException
-
getLong
- 指定者:
getLong在接口中ResultSet- 抛出:
SQLException
-
getFloat
- 指定者:
getFloat在接口中ResultSet- 抛出:
SQLException
-
getDouble
- 指定者:
getDouble在接口中ResultSet- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中ResultSet- 抛出:
SQLException
-
getBytes
- 指定者:
getBytes在接口中ResultSet- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中ResultSet- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中ResultSet- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中ResultSet- 抛出:
SQLException
-
getAsciiStream
- 指定者:
getAsciiStream在接口中ResultSet- 抛出:
SQLException
-
getUnicodeStream
- 指定者:
getUnicodeStream在接口中ResultSet- 抛出:
SQLException
-
getBinaryStream
- 指定者:
getBinaryStream在接口中ResultSet- 抛出:
SQLException
-
getString
- 指定者:
getString在接口中ResultSet- 抛出:
SQLException
-
getBoolean
- 指定者:
getBoolean在接口中ResultSet- 抛出:
SQLException
-
getByte
- 指定者:
getByte在接口中ResultSet- 抛出:
SQLException
-
getShort
- 指定者:
getShort在接口中ResultSet- 抛出:
SQLException
-
getInt
- 指定者:
getInt在接口中ResultSet- 抛出:
SQLException
-
getLong
- 指定者:
getLong在接口中ResultSet- 抛出:
SQLException
-
getFloat
- 指定者:
getFloat在接口中ResultSet- 抛出:
SQLException
-
getDouble
- 指定者:
getDouble在接口中ResultSet- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中ResultSet- 抛出:
SQLException
-
getBytes
- 指定者:
getBytes在接口中ResultSet- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中ResultSet- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中ResultSet- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中ResultSet- 抛出:
SQLException
-
getAsciiStream
- 指定者:
getAsciiStream在接口中ResultSet- 抛出:
SQLException
-
getUnicodeStream
- 指定者:
getUnicodeStream在接口中ResultSet- 抛出:
SQLException
-
getBinaryStream
- 指定者:
getBinaryStream在接口中ResultSet- 抛出:
SQLException
-
isBeforeFirst
- 指定者:
isBeforeFirst在接口中ResultSet- 抛出:
SQLException
-
isAfterLast
- 指定者:
isAfterLast在接口中ResultSet- 抛出:
SQLException
-
isFirst
- 指定者:
isFirst在接口中ResultSet- 抛出:
SQLException
-
isLast
- 指定者:
isLast在接口中ResultSet- 抛出:
SQLException
-
beforeFirst
- 指定者:
beforeFirst在接口中ResultSet- 抛出:
SQLException
-
afterLast
- 指定者:
afterLast在接口中ResultSet- 抛出:
SQLException
-
first
- 指定者:
first在接口中ResultSet- 抛出:
SQLException
-
last
- 指定者:
last在接口中ResultSet- 抛出:
SQLException
-
getRow
- 指定者:
getRow在接口中ResultSet- 抛出:
SQLException
-
absolute
- 指定者:
absolute在接口中ResultSet- 抛出:
SQLException
-
relative
- 指定者:
relative在接口中ResultSet- 抛出:
SQLException
-
getType
- 指定者:
getType在接口中ResultSet- 抛出:
SQLException
-
getConcurrency
- 指定者:
getConcurrency在接口中ResultSet- 抛出:
SQLException
-
getMetaData
- 指定者:
getMetaData在接口中ResultSet- 抛出:
SQLException
-