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