public abstract class AbstractUnsupportedGeneratedKeysResultSet extends AbstractUnsupportedOperationResultSet
ResultSet methods for generated keys.CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE| Constructor and Description |
|---|
AbstractUnsupportedGeneratedKeysResultSet() |
absolute, 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, throwSQLExceptionIfNecessary, 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 boolean getBoolean(int columnIndex)
throws SQLException
SQLExceptionpublic boolean getBoolean(String columnLabel) throws SQLException
SQLExceptionpublic Date getDate(int columnIndex) throws SQLException
SQLExceptionpublic Date getDate(String columnLabel) throws SQLException
SQLExceptionpublic Date getDate(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Date getDate(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic Time getTime(int columnIndex) throws SQLException
SQLExceptionpublic Time getTime(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Time getTime(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic Time getTime(String columnLabel) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(String columnLabel) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getAsciiStream(String columnLabel) throws SQLException
SQLExceptionpublic InputStream getUnicodeStream(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getUnicodeStream(String columnLabel) throws SQLException
SQLExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getBinaryStream(String columnLabel) throws SQLException
SQLExceptionpublic SQLWarning getWarnings() throws SQLException
SQLExceptionpublic void clearWarnings()
throws SQLException
SQLExceptionpublic Reader getCharacterStream(int columnIndex) throws SQLException
SQLExceptionpublic Reader getCharacterStream(String columnLabel) throws SQLException
SQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
SQLExceptionpublic int getFetchDirection()
throws SQLException
SQLExceptionpublic void setFetchSize(int rows)
throws SQLException
SQLExceptionpublic int getFetchSize()
throws SQLException
SQLExceptionpublic Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetgetObject in class AbstractUnsupportedOperationResultSetSQLExceptionpublic Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
getObject in interface ResultSetgetObject in class AbstractUnsupportedOperationResultSetSQLExceptionpublic Blob getBlob(int columnIndex) throws SQLException
SQLExceptionpublic Blob getBlob(String columnLabel) throws SQLException
SQLExceptionpublic Clob getClob(int columnIndex) throws SQLException
SQLExceptionpublic Clob getClob(String columnLabel) throws SQLException
SQLExceptionpublic URL getURL(int columnIndex) throws SQLException
SQLExceptionpublic URL getURL(String columnLabel) throws SQLException
SQLExceptionpublic SQLXML getSQLXML(int columnIndex) throws SQLException
SQLExceptionpublic SQLXML getSQLXML(String columnLabel) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.