public abstract class AbstractDelegateResultSet extends AbstractResultSetAdapter
| 构造器和说明 |
|---|
AbstractDelegateResultSet(List<ResultSet> resultSets) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract boolean |
afterFirstNext() |
void |
clearWarnings() |
int |
findColumn(String columnLabel) |
protected abstract boolean |
firstNext() |
InputStream |
getAsciiStream(int columnIndex) |
InputStream |
getAsciiStream(String columnLabel) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
BigDecimal |
getBigDecimal(String columnLabel) |
BigDecimal |
getBigDecimal(String columnLabel,
int scale) |
InputStream |
getBinaryStream(int columnIndex) |
InputStream |
getBinaryStream(String columnLabel) |
Blob |
getBlob(int columnIndex) |
Blob |
getBlob(String columnLabel) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnLabel) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnLabel) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnLabel) |
Reader |
getCharacterStream(int columnIndex) |
Reader |
getCharacterStream(String columnLabel) |
Clob |
getClob(int columnIndex) |
Clob |
getClob(String columnLabel) |
int |
getConcurrency() |
Date |
getDate(int columnIndex) |
Date |
getDate(int columnIndex,
Calendar cal) |
Date |
getDate(String columnLabel) |
Date |
getDate(String columnLabel,
Calendar cal) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnLabel) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnLabel) |
int |
getInt(int columnIndex) |
int |
getInt(String columnLabel) |
long |
getLong(int columnIndex) |
long |
getLong(String columnLabel) |
ResultSetMetaData |
getMetaData() |
Object |
getObject(int columnIndex) |
Object |
getObject(int columnIndex,
Map<String,Class<?>> map) |
Object |
getObject(String columnLabel) |
Object |
getObject(String columnLabel,
Map<String,Class<?>> map) |
short |
getShort(int columnIndex) |
short |
getShort(String columnLabel) |
SQLXML |
getSQLXML(int columnIndex) |
SQLXML |
getSQLXML(String columnLabel) |
Statement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnLabel) |
Time |
getTime(int columnIndex) |
Time |
getTime(int columnIndex,
Calendar cal) |
Time |
getTime(String columnLabel) |
Time |
getTime(String columnLabel,
Calendar cal) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
Calendar cal) |
Timestamp |
getTimestamp(String columnLabel) |
Timestamp |
getTimestamp(String columnLabel,
Calendar cal) |
int |
getType() |
InputStream |
getUnicodeStream(int columnIndex) |
InputStream |
getUnicodeStream(String columnLabel) |
URL |
getURL(int columnIndex) |
URL |
getURL(String columnLabel) |
SQLWarning |
getWarnings() |
boolean |
next() |
boolean |
wasNull() |
close, isClosed, setFetchDirection, setFetchSizeabsolute, afterLast, beforeFirst, cancelRowUpdates, deleteRow, first, getArray, getArray, getCursorName, getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, updateRowupdateArray, 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, updateRef, updateRef, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampisWrapperFor, recordMethodInvocation, replayMethodsInvocation, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectisWrapperFor, unwrappublic AbstractDelegateResultSet(List<ResultSet> resultSets) throws SQLException
SQLExceptionpublic final boolean next()
throws SQLException
SQLExceptionprotected abstract boolean firstNext()
throws SQLException
SQLExceptionprotected abstract boolean afterFirstNext()
throws SQLException
SQLExceptionpublic final boolean getBoolean(int columnIndex)
throws SQLException
SQLExceptionpublic final boolean getBoolean(String columnLabel) throws SQLException
SQLExceptionpublic final byte getByte(int columnIndex)
throws SQLException
SQLExceptionpublic final byte getByte(String columnLabel) throws SQLException
SQLExceptionpublic final short getShort(int columnIndex)
throws SQLException
SQLExceptionpublic final short getShort(String columnLabel) throws SQLException
SQLExceptionpublic final int getInt(int columnIndex)
throws SQLException
SQLExceptionpublic final int getInt(String columnLabel) throws SQLException
SQLExceptionpublic final long getLong(int columnIndex)
throws SQLException
SQLExceptionpublic final long getLong(String columnLabel) throws SQLException
SQLExceptionpublic final float getFloat(int columnIndex)
throws SQLException
SQLExceptionpublic final float getFloat(String columnLabel) throws SQLException
SQLExceptionpublic final double getDouble(int columnIndex)
throws SQLException
SQLExceptionpublic final double getDouble(String columnLabel) throws SQLException
SQLExceptionpublic final String getString(int columnIndex) throws SQLException
SQLExceptionpublic final String getString(String columnLabel) throws SQLException
SQLExceptionpublic final BigDecimal getBigDecimal(int columnIndex) throws SQLException
SQLExceptionpublic final BigDecimal getBigDecimal(String columnLabel) throws SQLException
SQLExceptionpublic final BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
SQLExceptionpublic final BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException
SQLExceptionpublic final byte[] getBytes(int columnIndex)
throws SQLException
SQLExceptionpublic final byte[] getBytes(String columnLabel) throws SQLException
SQLExceptionpublic final Date getDate(int columnIndex) throws SQLException
SQLExceptionpublic final Date getDate(String columnLabel) throws SQLException
SQLExceptionpublic final Date getDate(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic final Date getDate(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic final Time getTime(int columnIndex) throws SQLException
SQLExceptionpublic final Time getTime(String columnLabel) throws SQLException
SQLExceptionpublic final Time getTime(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic final Time getTime(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic final Timestamp getTimestamp(int columnIndex) throws SQLException
SQLExceptionpublic final Timestamp getTimestamp(String columnLabel) throws SQLException
SQLExceptionpublic final Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic final Timestamp getTimestamp(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic final InputStream getAsciiStream(int columnIndex) throws SQLException
SQLExceptionpublic final InputStream getAsciiStream(String columnLabel) throws SQLException
SQLExceptionpublic final InputStream getUnicodeStream(int columnIndex) throws SQLException
SQLExceptionpublic final InputStream getUnicodeStream(String columnLabel) throws SQLException
SQLExceptionpublic final InputStream getBinaryStream(int columnIndex) throws SQLException
SQLExceptionpublic final InputStream getBinaryStream(String columnLabel) throws SQLException
SQLExceptionpublic final Reader getCharacterStream(int columnIndex) throws SQLException
SQLExceptionpublic final Reader getCharacterStream(String columnLabel) throws SQLException
SQLExceptionpublic final Blob getBlob(int columnIndex) throws SQLException
SQLExceptionpublic final Blob getBlob(String columnLabel) throws SQLException
SQLExceptionpublic final Clob getClob(int columnIndex) throws SQLException
SQLExceptionpublic final Clob getClob(String columnLabel) throws SQLException
SQLExceptionpublic final URL getURL(int columnIndex) throws SQLException
SQLExceptionpublic final URL getURL(String columnLabel) throws SQLException
SQLExceptionpublic final SQLXML getSQLXML(int columnIndex) throws SQLException
SQLExceptionpublic final SQLXML getSQLXML(String columnLabel) throws SQLException
SQLExceptionpublic final Object getObject(int columnIndex) throws SQLException
SQLExceptionpublic final Object getObject(String columnLabel) throws SQLException
SQLExceptionpublic final Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic final Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic final boolean wasNull()
throws SQLException
SQLExceptionpublic final int getFetchDirection()
throws SQLException
SQLExceptionpublic final int getFetchSize()
throws SQLException
SQLExceptionpublic final int getType()
throws SQLException
SQLExceptionpublic final int getConcurrency()
throws SQLException
SQLExceptionpublic final Statement getStatement() throws SQLException
SQLExceptionpublic final SQLWarning getWarnings() throws SQLException
SQLExceptionpublic final void clearWarnings()
throws SQLException
SQLExceptionpublic final ResultSetMetaData getMetaData() throws SQLException
SQLExceptionpublic final int findColumn(String columnLabel) throws SQLException
SQLExceptionCopyright © 2016. All rights reserved.