- All Superinterfaces:
- ResultSet
- All Known Subinterfaces:
- CachedRowSet, FilteredRowSet, JdbcRowSet, JoinRowSet, SyncResolver, WebRowSet
- See Also:
- Top Examples, Source Code
void addRowSetListener(RowSetListener listener)
- See Also:
removeRowSetListener(javax.sql.RowSetListener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void clearParameters()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void execute()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getCommand()
- See Also:
setCommand(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getDataSourceName()
- See Also:
setUrl(java.lang.String)
, setDataSourceName(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean getEscapeProcessing()
throws SQLException
- See Also:
setEscapeProcessing(boolean)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getMaxFieldSize()
throws SQLException
- See Also:
setMaxFieldSize(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getMaxRows()
throws SQLException
- See Also:
setMaxRows(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getPassword()
- See Also:
setPassword(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getQueryTimeout()
throws SQLException
- See Also:
setQueryTimeout(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getTransactionIsolation()
- See Also:
setTransactionIsolation(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Map<String,Class<?>> getTypeMap()
throws SQLException
- See Also:
setTypeMap(java.util.Map>)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getUrl()
throws SQLException
- See Also:
setUrl(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getUsername()
- See Also:
setUsername(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isReadOnly()
- See Also:
setReadOnly(boolean)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeRowSetListener(RowSetListener listener)
- See Also:
addRowSetListener(javax.sql.RowSetListener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setArray(int i,
Array x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setBlob(int i,
Blob x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setBoolean(int parameterIndex,
boolean x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setByte(int parameterIndex,
byte x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setBytes(int parameterIndex,
byte[] x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setCharacterStream(int parameterIndex,
Reader reader,
int length)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setClob(int i,
Clob x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setCommand(String cmd)
throws SQLException
- See Also:
getCommand()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setConcurrency(int concurrency)
throws SQLException
- See Also:
ResultSet.getConcurrency()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setDataSourceName(String name)
throws SQLException
- See Also:
getDataSourceName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setDate(int parameterIndex,
Date x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setDate(int parameterIndex,
Date x,
Calendar cal)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setDouble(int parameterIndex,
double x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setEscapeProcessing(boolean enable)
throws SQLException
- See Also:
getEscapeProcessing()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setFloat(int parameterIndex,
float x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setInt(int parameterIndex,
int x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setLong(int parameterIndex,
long x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setMaxFieldSize(int max)
throws SQLException
- See Also:
getMaxFieldSize()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setMaxRows(int max)
throws SQLException
- See Also:
getMaxRows()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setNull(int parameterIndex,
int sqlType)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setNull(int paramIndex,
int sqlType,
String typeName)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setObject(int parameterIndex,
Object x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setObject(int parameterIndex,
Object x,
int targetSqlType)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale)
throws SQLException
- See Also:
Types
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setPassword(String password)
throws SQLException
- See Also:
getPassword()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setQueryTimeout(int seconds)
throws SQLException
- See Also:
getQueryTimeout()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setReadOnly(boolean value)
throws SQLException
- See Also:
isReadOnly()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setRef(int i,
Ref x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setShort(int parameterIndex,
short x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setString(int parameterIndex,
String x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setTime(int parameterIndex,
Time x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setTime(int parameterIndex,
Time x,
Calendar cal)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setTimestamp(int parameterIndex,
Timestamp x)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setTransactionIsolation(int level)
throws SQLException
- See Also:
getTransactionIsolation()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setType(int type)
throws SQLException
- See Also:
ResultSet.getType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[442]_
By henry { dot } davis { at } oit { dot } state { dot } nj { dot } us on 2004/03/17 09:24:30 Rate
rs.setType ( 1004 ) ;
void setTypeMap(Map<String,Class<?>> map)
throws SQLException
- See Also:
getTypeMap()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setUrl(String url)
throws SQLException
- See Also:
getUrl()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setUsername(String name)
throws SQLException
- See Also:
getUsername()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples