类 ResultSetProxyImpl
java.lang.Object
com.alibaba.druid.proxy.jdbc.WrapperProxyImpl
com.alibaba.druid.proxy.jdbc.ResultSetProxyImpl
- 所有已实现的接口:
ResultSetProxy,WrapperProxy,AutoCloseable,ResultSet,Wrapper
- 作者:
- wenshao [szujobs@hotmail.com]
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanabsolute(int row) voidaddReadBytesLength(int length) voidaddReadStringLength(int length) 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) intintlongintgetDate(int columnIndex) doublegetDouble(int columnIndex) doubleintintintfloatgetFloat(int columnIndex) floatintintintgetInt(int columnIndex) intintgetLogicColumn(int physicalColumn) longgetLong(int columnIndex) longgetNCharacterStream(int columnIndex) getNCharacterStream(String columnLabel) getNClob(int columnIndex) getNString(int columnIndex) getNString(String columnLabel) getObject(int columnIndex) <T> T<T> TintintintgetPhysicalColumn(int logicColumn) longlonggetRef(int columnIndex) intgetRow()getRowId(int columnIndex) shortgetShort(int columnIndex) shortgetSql()getSQLXML(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) voidvoidvoidbooleanbooleanbooleanisClosed()booleanisFirst()booleanisLast()booleanisWrapperFor(Class<?> iface) booleanlast()voidvoidbooleannext()booleanprevious()voidvoidbooleanrelative(int rows) booleanbooleanbooleanvoidvoidsetConstructNano(long constructNano) voidsetFetchDirection(int direction) voidsetFetchSize(int rows) voidsetHiddenColumns(List<Integer> hiddenColumns) voidsetLogicColumnMap(Map<Integer, Integer> logicColumnMap) voidsetPhysicalColumnMap(Map<Integer, Integer> physicalColumnMap) <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 x, 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) 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()从类继承的方法 com.alibaba.druid.proxy.jdbc.WrapperProxyImpl
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, putAttribute从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject从接口继承的方法 com.alibaba.druid.proxy.jdbc.WrapperProxy
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, getRawObject, putAttribute
-
字段详细资料
-
cursorIndex
protected int cursorIndex -
fetchRowCount
protected int fetchRowCount -
constructNano
protected long constructNano -
sqlStat
-
-
构造器详细资料
-
ResultSetProxyImpl
-
-
方法详细资料
-
getConstructNano
public long getConstructNano()- 指定者:
getConstructNano在接口中ResultSetProxy
-
setConstructNano
public void setConstructNano(long constructNano) - 指定者:
setConstructNano在接口中ResultSetProxy
-
setConstructNano
public void setConstructNano()- 指定者:
setConstructNano在接口中ResultSetProxy
-
getCursorIndex
public int getCursorIndex()- 指定者:
getCursorIndex在接口中ResultSetProxy
-
getFetchRowCount
public int getFetchRowCount()- 指定者:
getFetchRowCount在接口中ResultSetProxy
-
getSql
- 指定者:
getSql在接口中ResultSetProxy
-
getSqlStat
- 指定者:
getSqlStat在接口中ResultSetProxy
-
getResultSetRaw
- 指定者:
getResultSetRaw在接口中ResultSetProxy
-
getStatementProxy
- 指定者:
getStatementProxy在接口中ResultSetProxy
-
createChain
- 指定者:
createChain在类中WrapperProxyImpl
-
recycleFilterChain
-
absolute
- 指定者:
absolute在接口中ResultSet- 抛出:
SQLException
-
afterLast
- 指定者:
afterLast在接口中ResultSet- 抛出:
SQLException
-
beforeFirst
- 指定者:
beforeFirst在接口中ResultSet- 抛出:
SQLException
-
cancelRowUpdates
- 指定者:
cancelRowUpdates在接口中ResultSet- 抛出:
SQLException
-
clearWarnings
- 指定者:
clearWarnings在接口中ResultSet- 抛出:
SQLException
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中ResultSet- 抛出:
SQLException
-
deleteRow
- 指定者:
deleteRow在接口中ResultSet- 抛出:
SQLException
-
findColumn
- 指定者:
findColumn在接口中ResultSet- 抛出:
SQLException
-
first
- 指定者:
first在接口中ResultSet- 抛出:
SQLException
-
getArray
- 指定者:
getArray在接口中ResultSet- 抛出:
SQLException
-
getArray
- 指定者:
getArray在接口中ResultSet- 抛出:
SQLException
-
getAsciiStream
- 指定者:
getAsciiStream在接口中ResultSet- 抛出:
SQLException
-
getAsciiStream
- 指定者:
getAsciiStream在接口中ResultSet- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中ResultSet- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中ResultSet- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中ResultSet- 抛出:
SQLException
-
getBigDecimal
- 指定者:
getBigDecimal在接口中ResultSet- 抛出:
SQLException
-
getBinaryStream
- 指定者:
getBinaryStream在接口中ResultSet- 抛出:
SQLException
-
getBinaryStream
- 指定者:
getBinaryStream在接口中ResultSet- 抛出:
SQLException
-
getBlob
- 指定者:
getBlob在接口中ResultSet- 抛出:
SQLException
-
getBlob
- 指定者:
getBlob在接口中ResultSet- 抛出:
SQLException
-
getBoolean
- 指定者:
getBoolean在接口中ResultSet- 抛出:
SQLException
-
getBoolean
- 指定者:
getBoolean在接口中ResultSet- 抛出:
SQLException
-
getByte
- 指定者:
getByte在接口中ResultSet- 抛出:
SQLException
-
getByte
- 指定者:
getByte在接口中ResultSet- 抛出:
SQLException
-
getBytes
- 指定者:
getBytes在接口中ResultSet- 抛出:
SQLException
-
getBytes
- 指定者:
getBytes在接口中ResultSet- 抛出:
SQLException
-
getCharacterStream
- 指定者:
getCharacterStream在接口中ResultSet- 抛出:
SQLException
-
getCharacterStream
- 指定者:
getCharacterStream在接口中ResultSet- 抛出:
SQLException
-
getClob
- 指定者:
getClob在接口中ResultSet- 抛出:
SQLException
-
getClob
- 指定者:
getClob在接口中ResultSet- 抛出:
SQLException
-
getConcurrency
- 指定者:
getConcurrency在接口中ResultSet- 抛出:
SQLException
-
getCursorName
- 指定者:
getCursorName在接口中ResultSet- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中ResultSet- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中ResultSet- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中ResultSet- 抛出:
SQLException
-
getDate
- 指定者:
getDate在接口中ResultSet- 抛出:
SQLException
-
getDouble
- 指定者:
getDouble在接口中ResultSet- 抛出:
SQLException
-
getDouble
- 指定者:
getDouble在接口中ResultSet- 抛出:
SQLException
-
getFetchDirection
- 指定者:
getFetchDirection在接口中ResultSet- 抛出:
SQLException
-
getFetchSize
- 指定者:
getFetchSize在接口中ResultSet- 抛出:
SQLException
-
getFloat
- 指定者:
getFloat在接口中ResultSet- 抛出:
SQLException
-
getFloat
- 指定者:
getFloat在接口中ResultSet- 抛出:
SQLException
-
getHoldability
- 指定者:
getHoldability在接口中ResultSet- 抛出:
SQLException
-
getInt
- 指定者:
getInt在接口中ResultSet- 抛出:
SQLException
-
getInt
- 指定者:
getInt在接口中ResultSet- 抛出:
SQLException
-
getLong
- 指定者:
getLong在接口中ResultSet- 抛出:
SQLException
-
getLong
- 指定者:
getLong在接口中ResultSet- 抛出:
SQLException
-
getMetaData
- 指定者:
getMetaData在接口中ResultSet- 抛出:
SQLException
-
getNCharacterStream
- 指定者:
getNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
getNCharacterStream
- 指定者:
getNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
getNClob
- 指定者:
getNClob在接口中ResultSet- 抛出:
SQLException
-
getNClob
- 指定者:
getNClob在接口中ResultSet- 抛出:
SQLException
-
getNString
- 指定者:
getNString在接口中ResultSet- 抛出:
SQLException
-
getNString
- 指定者:
getNString在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getRef
- 指定者:
getRef在接口中ResultSet- 抛出:
SQLException
-
getRef
- 指定者:
getRef在接口中ResultSet- 抛出:
SQLException
-
getRow
- 指定者:
getRow在接口中ResultSet- 抛出:
SQLException
-
getRowId
- 指定者:
getRowId在接口中ResultSet- 抛出:
SQLException
-
getRowId
- 指定者:
getRowId在接口中ResultSet- 抛出:
SQLException
-
getSQLXML
- 指定者:
getSQLXML在接口中ResultSet- 抛出:
SQLException
-
getSQLXML
- 指定者:
getSQLXML在接口中ResultSet- 抛出:
SQLException
-
getShort
- 指定者:
getShort在接口中ResultSet- 抛出:
SQLException
-
getShort
- 指定者:
getShort在接口中ResultSet- 抛出:
SQLException
-
getStatement
- 指定者:
getStatement在接口中ResultSet- 抛出:
SQLException
-
getString
- 指定者:
getString在接口中ResultSet- 抛出:
SQLException
-
getString
- 指定者:
getString在接口中ResultSet- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中ResultSet- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中ResultSet- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中ResultSet- 抛出:
SQLException
-
getTime
- 指定者:
getTime在接口中ResultSet- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中ResultSet- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中ResultSet- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中ResultSet- 抛出:
SQLException
-
getTimestamp
- 指定者:
getTimestamp在接口中ResultSet- 抛出:
SQLException
-
getType
- 指定者:
getType在接口中ResultSet- 抛出:
SQLException
-
getURL
- 指定者:
getURL在接口中ResultSet- 抛出:
SQLException
-
getURL
- 指定者:
getURL在接口中ResultSet- 抛出:
SQLException
-
getUnicodeStream
- 指定者:
getUnicodeStream在接口中ResultSet- 抛出:
SQLException
-
getUnicodeStream
- 指定者:
getUnicodeStream在接口中ResultSet- 抛出:
SQLException
-
getWarnings
- 指定者:
getWarnings在接口中ResultSet- 抛出:
SQLException
-
insertRow
- 指定者:
insertRow在接口中ResultSet- 抛出:
SQLException
-
isAfterLast
- 指定者:
isAfterLast在接口中ResultSet- 抛出:
SQLException
-
isBeforeFirst
- 指定者:
isBeforeFirst在接口中ResultSet- 抛出:
SQLException
-
isClosed
- 指定者:
isClosed在接口中ResultSet- 抛出:
SQLException
-
isFirst
- 指定者:
isFirst在接口中ResultSet- 抛出:
SQLException
-
isLast
- 指定者:
isLast在接口中ResultSet- 抛出:
SQLException
-
last
- 指定者:
last在接口中ResultSet- 抛出:
SQLException
-
moveToCurrentRow
- 指定者:
moveToCurrentRow在接口中ResultSet- 抛出:
SQLException
-
moveToInsertRow
- 指定者:
moveToInsertRow在接口中ResultSet- 抛出:
SQLException
-
next
- 指定者:
next在接口中ResultSet- 抛出:
SQLException
-
previous
- 指定者:
previous在接口中ResultSet- 抛出:
SQLException
-
refreshRow
- 指定者:
refreshRow在接口中ResultSet- 抛出:
SQLException
-
relative
- 指定者:
relative在接口中ResultSet- 抛出:
SQLException
-
rowDeleted
- 指定者:
rowDeleted在接口中ResultSet- 抛出:
SQLException
-
rowInserted
- 指定者:
rowInserted在接口中ResultSet- 抛出:
SQLException
-
rowUpdated
- 指定者:
rowUpdated在接口中ResultSet- 抛出:
SQLException
-
setFetchDirection
- 指定者:
setFetchDirection在接口中ResultSet- 抛出:
SQLException
-
setFetchSize
- 指定者:
setFetchSize在接口中ResultSet- 抛出:
SQLException
-
updateArray
- 指定者:
updateArray在接口中ResultSet- 抛出:
SQLException
-
updateArray
- 指定者:
updateArray在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateAsciiStream
- 指定者:
updateAsciiStream在接口中ResultSet- 抛出:
SQLException
-
updateBigDecimal
- 指定者:
updateBigDecimal在接口中ResultSet- 抛出:
SQLException
-
updateBigDecimal
- 指定者:
updateBigDecimal在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateBinaryStream
- 指定者:
updateBinaryStream在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateBlob
- 指定者:
updateBlob在接口中ResultSet- 抛出:
SQLException
-
updateBoolean
- 指定者:
updateBoolean在接口中ResultSet- 抛出:
SQLException
-
updateBoolean
- 指定者:
updateBoolean在接口中ResultSet- 抛出:
SQLException
-
updateByte
- 指定者:
updateByte在接口中ResultSet- 抛出:
SQLException
-
updateByte
- 指定者:
updateByte在接口中ResultSet- 抛出:
SQLException
-
updateBytes
- 指定者:
updateBytes在接口中ResultSet- 抛出:
SQLException
-
updateBytes
- 指定者:
updateBytes在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateCharacterStream
- 指定者:
updateCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateClob
- 指定者:
updateClob在接口中ResultSet- 抛出:
SQLException
-
updateDate
- 指定者:
updateDate在接口中ResultSet- 抛出:
SQLException
-
updateDate
- 指定者:
updateDate在接口中ResultSet- 抛出:
SQLException
-
updateDouble
- 指定者:
updateDouble在接口中ResultSet- 抛出:
SQLException
-
updateDouble
- 指定者:
updateDouble在接口中ResultSet- 抛出:
SQLException
-
updateFloat
- 指定者:
updateFloat在接口中ResultSet- 抛出:
SQLException
-
updateFloat
- 指定者:
updateFloat在接口中ResultSet- 抛出:
SQLException
-
updateInt
- 指定者:
updateInt在接口中ResultSet- 抛出:
SQLException
-
updateInt
- 指定者:
updateInt在接口中ResultSet- 抛出:
SQLException
-
updateLong
- 指定者:
updateLong在接口中ResultSet- 抛出:
SQLException
-
updateLong
- 指定者:
updateLong在接口中ResultSet- 抛出:
SQLException
-
updateNCharacterStream
- 指定者:
updateNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateNCharacterStream
- 指定者:
updateNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateNCharacterStream
- 指定者:
updateNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateNCharacterStream
- 指定者:
updateNCharacterStream在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNClob
- 指定者:
updateNClob在接口中ResultSet- 抛出:
SQLException
-
updateNString
- 指定者:
updateNString在接口中ResultSet- 抛出:
SQLException
-
updateNString
- 指定者:
updateNString在接口中ResultSet- 抛出:
SQLException
-
updateNull
- 指定者:
updateNull在接口中ResultSet- 抛出:
SQLException
-
updateNull
- 指定者:
updateNull在接口中ResultSet- 抛出:
SQLException
-
updateObject
- 指定者:
updateObject在接口中ResultSet- 抛出:
SQLException
-
updateObject
- 指定者:
updateObject在接口中ResultSet- 抛出:
SQLException
-
updateObject
- 指定者:
updateObject在接口中ResultSet- 抛出:
SQLException
-
updateObject
- 指定者:
updateObject在接口中ResultSet- 抛出:
SQLException
-
updateRef
- 指定者:
updateRef在接口中ResultSet- 抛出:
SQLException
-
updateRef
- 指定者:
updateRef在接口中ResultSet- 抛出:
SQLException
-
updateRow
- 指定者:
updateRow在接口中ResultSet- 抛出:
SQLException
-
updateRowId
- 指定者:
updateRowId在接口中ResultSet- 抛出:
SQLException
-
updateRowId
- 指定者:
updateRowId在接口中ResultSet- 抛出:
SQLException
-
updateSQLXML
- 指定者:
updateSQLXML在接口中ResultSet- 抛出:
SQLException
-
updateSQLXML
- 指定者:
updateSQLXML在接口中ResultSet- 抛出:
SQLException
-
updateShort
- 指定者:
updateShort在接口中ResultSet- 抛出:
SQLException
-
updateShort
- 指定者:
updateShort在接口中ResultSet- 抛出:
SQLException
-
updateString
- 指定者:
updateString在接口中ResultSet- 抛出:
SQLException
-
updateString
- 指定者:
updateString在接口中ResultSet- 抛出:
SQLException
-
updateTime
- 指定者:
updateTime在接口中ResultSet- 抛出:
SQLException
-
updateTime
- 指定者:
updateTime在接口中ResultSet- 抛出:
SQLException
-
updateTimestamp
- 指定者:
updateTimestamp在接口中ResultSet- 抛出:
SQLException
-
updateTimestamp
- 指定者:
updateTimestamp在接口中ResultSet- 抛出:
SQLException
-
wasNull
- 指定者:
wasNull在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getObject
- 指定者:
getObject在接口中ResultSet- 抛出:
SQLException
-
getCloseCount
public int getCloseCount()- 指定者:
getCloseCount在接口中ResultSetProxy
-
addReadStringLength
public void addReadStringLength(int length) - 指定者:
addReadStringLength在接口中ResultSetProxy
-
getReadStringLength
public long getReadStringLength()- 指定者:
getReadStringLength在接口中ResultSetProxy
-
addReadBytesLength
public void addReadBytesLength(int length) - 指定者:
addReadBytesLength在接口中ResultSetProxy
-
getReadBytesLength
public long getReadBytesLength()- 指定者:
getReadBytesLength在接口中ResultSetProxy
-
incrementOpenInputStreamCount
public void incrementOpenInputStreamCount()- 指定者:
incrementOpenInputStreamCount在接口中ResultSetProxy
-
getOpenInputStreamCount
public int getOpenInputStreamCount()- 指定者:
getOpenInputStreamCount在接口中ResultSetProxy
-
incrementOpenReaderCount
public void incrementOpenReaderCount()- 指定者:
incrementOpenReaderCount在接口中ResultSetProxy
-
getOpenReaderCount
public int getOpenReaderCount()- 指定者:
getOpenReaderCount在接口中ResultSetProxy
-
unwrap
- 指定者:
unwrap在接口中Wrapper- 覆盖:
unwrap在类中WrapperProxyImpl- 抛出:
SQLException
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Wrapper- 覆盖:
isWrapperFor在类中WrapperProxyImpl- 抛出:
SQLException
-
getPhysicalColumn
public int getPhysicalColumn(int logicColumn) - 指定者:
getPhysicalColumn在接口中ResultSetProxy
-
getLogicColumn
public int getLogicColumn(int physicalColumn) - 指定者:
getLogicColumn在接口中ResultSetProxy
-
getHiddenColumnCount
public int getHiddenColumnCount()- 指定者:
getHiddenColumnCount在接口中ResultSetProxy
-
getHiddenColumns
- 指定者:
getHiddenColumns在接口中ResultSetProxy
-
setLogicColumnMap
- 指定者:
setLogicColumnMap在接口中ResultSetProxy
-
setPhysicalColumnMap
- 指定者:
setPhysicalColumnMap在接口中ResultSetProxy
-
setHiddenColumns
- 指定者:
setHiddenColumns在接口中ResultSetProxy
-