public abstract class AbstractUnsupportedGeneratedKeysResultSet extends AbstractUnsupportedOperationResultSet
ResultSet methods for generated keys.| 构造器和说明 |
|---|
AbstractUnsupportedGeneratedKeysResultSet() |
absolute, afterLast, beforeFirst, cancelRowUpdates, deleteRow, first, getArray, getArray, getCursorName, getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, 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, waitclose, findColumn, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getByte, getByte, getBytes, getBytes, getConcurrency, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getShort, getShort, getStatement, getString, getString, getType, isClosed, next, updateObject, updateObject, updateObject, updateObject, wasNullisWrapperFor, unwrappublic AbstractUnsupportedGeneratedKeysResultSet()
public final boolean getBoolean(int columnIndex)
throws SQLException
SQLExceptionpublic final boolean getBoolean(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(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic final Time getTime(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic final Time getTime(String columnLabel) 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 SQLWarning getWarnings() throws SQLException
SQLExceptionpublic final void clearWarnings()
throws SQLException
SQLExceptionpublic final Reader getCharacterStream(int columnIndex) throws SQLException
SQLExceptionpublic final Reader getCharacterStream(String columnLabel) throws SQLException
SQLExceptionpublic final void setFetchDirection(int direction)
throws SQLException
SQLExceptionpublic final int getFetchDirection()
throws SQLException
SQLExceptionpublic final void setFetchSize(int rows)
throws SQLException
SQLExceptionpublic final int getFetchSize()
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
SQLExceptionCopyright © 2018. All rights reserved.