public interface RowSet extends ResultSet
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| Modifier and Type | Method and Description |
|---|---|
void |
addRowSetListener(RowSetListener listener) |
void |
clearParameters() |
void |
execute() |
String |
getCommand() |
String |
getDataSourceName() |
boolean |
getEscapeProcessing() |
int |
getMaxFieldSize() |
int |
getMaxRows() |
String |
getPassword() |
int |
getQueryTimeout() |
int |
getTransactionIsolation() |
Map<String,Class<?>> |
getTypeMap() |
String |
getUrl() |
String |
getUsername() |
boolean |
isReadOnly() |
void |
removeRowSetListener(RowSetListener listener) |
void |
setArray(int i,
Array x) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
int length) |
void |
setBigDecimal(int parameterIndex,
BigDecimal x) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
int length) |
void |
setBlob(int i,
Blob x) |
void |
setBoolean(int parameterIndex,
boolean x) |
void |
setByte(int parameterIndex,
byte x) |
void |
setBytes(int parameterIndex,
byte[] x) |
void |
setCharacterStream(int parameterIndex,
Reader reader,
int length) |
void |
setClob(int i,
Clob x) |
void |
setCommand(String cmd) |
void |
setConcurrency(int concurrency) |
void |
setDataSourceName(String name) |
void |
setDate(int parameterIndex,
Date x) |
void |
setDate(int parameterIndex,
Date x,
Calendar cal) |
void |
setDouble(int parameterIndex,
double x) |
void |
setEscapeProcessing(boolean enable) |
void |
setFloat(int parameterIndex,
float x) |
void |
setInt(int parameterIndex,
int x) |
void |
setLong(int parameterIndex,
long x) |
void |
setMaxFieldSize(int max) |
void |
setMaxRows(int max) |
void |
setNull(int parameterIndex,
int sqlType) |
void |
setNull(int paramIndex,
int sqlType,
String typeName) |
void |
setObject(int parameterIndex,
Object x) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale) |
void |
setPassword(String password) |
void |
setQueryTimeout(int seconds) |
void |
setReadOnly(boolean value) |
void |
setRef(int i,
Ref x) |
void |
setShort(int parameterIndex,
short x) |
void |
setString(int parameterIndex,
String x) |
void |
setTime(int parameterIndex,
Time x) |
void |
setTime(int parameterIndex,
Time x,
Calendar cal) |
void |
setTimestamp(int parameterIndex,
Timestamp x) |
void |
setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal) |
void |
setTransactionIsolation(int level) |
void |
setType(int type) |
void |
setTypeMap(Map<String,Class<?>> map) |
void |
setUrl(String url) |
void |
setUsername(String name) |
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getShort, getShort, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateShort, updateShort, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNullString getUrl() throws SQLException
SQLExceptionvoid setUrl(String url) throws SQLException
SQLExceptionString getDataSourceName()
void setDataSourceName(String name) throws SQLException
SQLExceptionString getUsername()
void setUsername(String name) throws SQLException
SQLExceptionString getPassword()
void setPassword(String password) throws SQLException
SQLExceptionint getTransactionIsolation()
void setTransactionIsolation(int level) throws SQLException
SQLExceptionMap<String,Class<?>> getTypeMap() throws SQLException
SQLExceptionvoid setTypeMap(Map<String,Class<?>> map) throws SQLException
SQLExceptionString getCommand()
void setCommand(String cmd) throws SQLException
SQLExceptionboolean isReadOnly()
void setReadOnly(boolean value) throws SQLException
SQLExceptionint getMaxFieldSize() throws SQLException
SQLExceptionvoid setMaxFieldSize(int max) throws SQLException
SQLExceptionint getMaxRows() throws SQLException
SQLExceptionvoid setMaxRows(int max) throws SQLException
SQLExceptionboolean getEscapeProcessing() throws SQLException
SQLExceptionvoid setEscapeProcessing(boolean enable) throws SQLException
SQLExceptionint getQueryTimeout() throws SQLException
SQLExceptionvoid setQueryTimeout(int seconds) throws SQLException
SQLExceptionvoid setType(int type) throws SQLException
SQLExceptionvoid setConcurrency(int concurrency) throws SQLException
SQLExceptionvoid setNull(int parameterIndex, int sqlType) throws SQLException
SQLExceptionvoid setNull(int paramIndex, int sqlType, String typeName) throws SQLException
SQLExceptionvoid setBoolean(int parameterIndex, boolean x) throws SQLException
SQLExceptionvoid setByte(int parameterIndex, byte x) throws SQLException
SQLExceptionvoid setShort(int parameterIndex, short x) throws SQLException
SQLExceptionvoid setInt(int parameterIndex, int x) throws SQLException
SQLExceptionvoid setLong(int parameterIndex, long x) throws SQLException
SQLExceptionvoid setFloat(int parameterIndex, float x) throws SQLException
SQLExceptionvoid setDouble(int parameterIndex, double x) throws SQLException
SQLExceptionvoid setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException
SQLExceptionvoid setString(int parameterIndex, String x) throws SQLException
SQLExceptionvoid setBytes(int parameterIndex, byte[] x) throws SQLException
SQLExceptionvoid setDate(int parameterIndex, Date x) throws SQLException
SQLExceptionvoid setTime(int parameterIndex, Time x) throws SQLException
SQLExceptionvoid setTimestamp(int parameterIndex, Timestamp x) throws SQLException
SQLExceptionvoid setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException
SQLExceptionvoid setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException
SQLExceptionvoid setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException
SQLExceptionvoid setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException
SQLExceptionvoid setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException
SQLExceptionvoid setObject(int parameterIndex, Object x) throws SQLException
SQLExceptionvoid setRef(int i, Ref x) throws SQLException
SQLExceptionvoid setBlob(int i, Blob x) throws SQLException
SQLExceptionvoid setClob(int i, Clob x) throws SQLException
SQLExceptionvoid setArray(int i, Array x) throws SQLException
SQLExceptionvoid setDate(int parameterIndex, Date x, Calendar cal) throws SQLException
SQLExceptionvoid setTime(int parameterIndex, Time x, Calendar cal) throws SQLException
SQLExceptionvoid setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException
SQLExceptionvoid clearParameters() throws SQLException
SQLExceptionvoid execute() throws SQLException
SQLExceptionvoid addRowSetListener(RowSetListener listener)
void removeRowSetListener(RowSetListener listener)