public abstract class AbstractUnsupportedOperationMemoryResultSet extends AbstractResultSetAdapter
| 构造器和说明 |
|---|
AbstractUnsupportedOperationMemoryResultSet(List<ResultSet> resultSets) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getAsciiStream(int columnIndex) |
InputStream |
getAsciiStream(String columnLabel) |
InputStream |
getBinaryStream(int columnIndex) |
InputStream |
getBinaryStream(String columnLabel) |
Blob |
getBlob(int columnIndex) |
Blob |
getBlob(String columnLabel) |
Reader |
getCharacterStream(int columnIndex) |
Reader |
getCharacterStream(String columnLabel) |
Clob |
getClob(int columnIndex) |
Clob |
getClob(String columnLabel) |
Object |
getObject(int columnIndex,
Map<String,Class<?>> map) |
Object |
getObject(String columnLabel,
Map<String,Class<?>> map) |
SQLXML |
getSQLXML(int columnIndex) |
SQLXML |
getSQLXML(String columnLabel) |
InputStream |
getUnicodeStream(int columnIndex) |
InputStream |
getUnicodeStream(String columnLabel) |
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, waitclearWarnings, findColumn, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getConcurrency, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getShort, getShort, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getURL, getURL, getWarnings, next, updateObject, updateObject, updateObject, updateObject, wasNullisWrapperFor, unwrappublic AbstractUnsupportedOperationMemoryResultSet(List<ResultSet> resultSets) 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 InputStream getAsciiStream(int columnIndex) throws SQLException
SQLExceptionpublic final InputStream getAsciiStream(String columnLabel) throws SQLException
SQLExceptionpublic final InputStream getBinaryStream(int columnIndex) throws SQLException
SQLExceptionpublic final InputStream getBinaryStream(String columnLabel) throws SQLException
SQLExceptionpublic final InputStream getUnicodeStream(int columnIndex) throws SQLException
SQLExceptionpublic final InputStream getUnicodeStream(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(String columnLabel) throws SQLException
SQLExceptionpublic final Clob getClob(int columnIndex) throws SQLException
SQLExceptionpublic final SQLXML getSQLXML(int columnIndex) throws SQLException
SQLExceptionpublic final SQLXML getSQLXML(String columnLabel) throws SQLException
SQLExceptionCopyright © 2016. All rights reserved.