NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.0+)
different components of a remote application. For example, a SQLMPCachedRowSet can be used to send the result of
a query executed by an Enterprise JavaBeans component running in a server environment to a client running in a web
browser.
The SQL/MP drivers support the following methods of the SQLMPCachedRowSet interface:
addRowSetListener(RowSetListener listener)● 
clearParameters()● 
execute()● 
getCommand()● 
getDataSourceName()● 
getEscapeProcessing()● 
getMaxFieldSize()● 
getMaxRows()● 
getPassword()● 
getQueryTimeout()● 
getTransactionIsolation()● 
getTypeMap()● 
getUrl()● 
getUsername()● 
isReadOnly()● 
removeRowSetListener(RowSetListener listener)● 
setAsciiStream(int parameterIndex, java.io.InputStream x,, int length)● 
setBigDecimal(int parameterIndex, java.math.BigDecimal x)● 
setBinaryStream(int parameterIndex, java.io.InputStream x,, int length)● 
setBlob(int i, java.sql.Blob x)● 
setBoolean(int parameterIndex, boolean x)● 
setByte(int parameterIndex, byte x)● 
setBytes(int parameterIndex, byte[] x)● 
setCharacterStream(int parameterIndex, java.io.Reader reader, int length)● 
setClob(int i, java.sql.Clob x)● 
setCommand(java.lang.String cmd)● 
setConcurrency(int concurrency)● 
setDataSourceName(java.lang.String name)● 
setDate(int parameterIndex, java.sql.Date x)● 
setDate(int parameterIndex, java.sql.Date x,, java.util.Calendar cal)● 
setDouble(int parameterIndex, double x)● 
setFloat(int parameterIndex, float x)● 
setInt(int parameterIndex, int x)● 
setLong(int parameterIndex, long x)● 
setMaxFieldSize(int max)● 
setMaxRows(int max)● 
setNull(int parameterIndex, int sqlType)● 
setObject(int parameterIndex, java.lang.Object x)
setObject(int parameterIndex, java.lang.Object x,, int targetSqlType)
setObject(int parameterIndex, java.lang.Object x,, int targetSqlType, int
scale)
● 
setPassword(java.langString password)● 










