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, wasNull
String getUrl() throws SQLException
SQLException
void setUrl(String url) throws SQLException
SQLException
String getDataSourceName()
void setDataSourceName(String name) throws SQLException
SQLException
String getUsername()
void setUsername(String name) throws SQLException
SQLException
String getPassword()
void setPassword(String password) throws SQLException
SQLException
int getTransactionIsolation()
void setTransactionIsolation(int level) throws SQLException
SQLException
Map<String,Class<?>> getTypeMap() throws SQLException
SQLException
void setTypeMap(Map<String,Class<?>> map) throws SQLException
SQLException
String getCommand()
void setCommand(String cmd) throws SQLException
SQLException
boolean isReadOnly()
void setReadOnly(boolean value) throws SQLException
SQLException
int getMaxFieldSize() throws SQLException
SQLException
void setMaxFieldSize(int max) throws SQLException
SQLException
int getMaxRows() throws SQLException
SQLException
void setMaxRows(int max) throws SQLException
SQLException
boolean getEscapeProcessing() throws SQLException
SQLException
void setEscapeProcessing(boolean enable) throws SQLException
SQLException
int getQueryTimeout() throws SQLException
SQLException
void setQueryTimeout(int seconds) throws SQLException
SQLException
void setType(int type) throws SQLException
SQLException
void setConcurrency(int concurrency) throws SQLException
SQLException
void setNull(int parameterIndex, int sqlType) throws SQLException
SQLException
void setNull(int paramIndex, int sqlType, String typeName) throws SQLException
SQLException
void setBoolean(int parameterIndex, boolean x) throws SQLException
SQLException
void setByte(int parameterIndex, byte x) throws SQLException
SQLException
void setShort(int parameterIndex, short x) throws SQLException
SQLException
void setInt(int parameterIndex, int x) throws SQLException
SQLException
void setLong(int parameterIndex, long x) throws SQLException
SQLException
void setFloat(int parameterIndex, float x) throws SQLException
SQLException
void setDouble(int parameterIndex, double x) throws SQLException
SQLException
void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException
SQLException
void setString(int parameterIndex, String x) throws SQLException
SQLException
void setBytes(int parameterIndex, byte[] x) throws SQLException
SQLException
void setDate(int parameterIndex, Date x) throws SQLException
SQLException
void setTime(int parameterIndex, Time x) throws SQLException
SQLException
void setTimestamp(int parameterIndex, Timestamp x) throws SQLException
SQLException
void setAsciiStream(int parameterIndex, InputStream x, int length) throws SQLException
SQLException
void setBinaryStream(int parameterIndex, InputStream x, int length) throws SQLException
SQLException
void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException
SQLException
void setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException
SQLException
void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException
SQLException
void setObject(int parameterIndex, Object x) throws SQLException
SQLException
void setRef(int i, Ref x) throws SQLException
SQLException
void setBlob(int i, Blob x) throws SQLException
SQLException
void setClob(int i, Clob x) throws SQLException
SQLException
void setArray(int i, Array x) throws SQLException
SQLException
void setDate(int parameterIndex, Date x, Calendar cal) throws SQLException
SQLException
void setTime(int parameterIndex, Time x, Calendar cal) throws SQLException
SQLException
void setTimestamp(int parameterIndex, Timestamp x, Calendar cal) throws SQLException
SQLException
void clearParameters() throws SQLException
SQLException
void execute() throws SQLException
SQLException
void addRowSetListener(RowSetListener listener)
void removeRowSetListener(RowSetListener listener)