@Deprecated
public interface ResultSet2
extends java.sql.ResultSet
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOSE_CURSORS_AT_COMMIT
Deprecated.
|
static int |
CONCUR_READ_ONLY
Deprecated.
|
static int |
CONCUR_UPDATABLE
Deprecated.
|
static int |
FETCH_FORWARD
Deprecated.
|
static int |
FETCH_REVERSE
Deprecated.
|
static int |
FETCH_UNKNOWN
Deprecated.
|
static int |
HOLD_CURSORS_OVER_COMMIT
Deprecated.
|
static int |
TYPE_FORWARD_ONLY
Deprecated.
|
static int |
TYPE_SCROLL_INSENSITIVE
Deprecated.
|
static int |
TYPE_SCROLL_SENSITIVE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.sql.Blob |
getBlob(int col)
Deprecated.
|
java.sql.Blob |
getBlob(java.lang.String colName)
Deprecated.
|
java.sql.Clob |
getClob(int col)
Deprecated.
|
java.sql.Clob |
getClob(java.lang.String colName)
Deprecated.
|
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateArray, 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, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNullstatic final int FETCH_FORWARD
static final int FETCH_REVERSE
static final int FETCH_UNKNOWN
static final int TYPE_FORWARD_ONLY
static final int TYPE_SCROLL_INSENSITIVE
static final int TYPE_SCROLL_SENSITIVE
static final int CONCUR_READ_ONLY
static final int CONCUR_UPDATABLE
static final int HOLD_CURSORS_OVER_COMMIT
static final int CLOSE_CURSORS_AT_COMMIT
java.sql.Blob getBlob(java.lang.String colName)
throws java.sql.SQLException
getBlob in interface java.sql.ResultSetjava.sql.SQLExceptionjava.sql.Clob getClob(java.lang.String colName)
throws java.sql.SQLException
getClob in interface java.sql.ResultSetjava.sql.SQLExceptionjava.sql.Blob getBlob(int col)
throws java.sql.SQLException
getBlob in interface java.sql.ResultSetjava.sql.SQLExceptionjava.sql.Clob getClob(int col)
throws java.sql.SQLException
getClob in interface java.sql.ResultSetjava.sql.SQLException