NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.1+)

getMaxFieldSize() setFloat(int parameterIndex, float x)
getMaxRows() setInt(int parameterIndex, int x)
getPassword() setLong(int parameterIndex, long x)
getQueryTimeout() setMaxFieldSize(int max)
getTransactionIsolation() setMaxRows(int max)
getTypeMap() setNull(int parameterIndex, int sqlType)
getUrl() 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)
getUsername() setPassword(java.langString password)
isReadOnly() setQueryTimeout(int seconds)
removeRowSetListener(RowSetListener
listener)
setReadOnly(boolean value)
setAsciiStream(int parameterIndex,
java.io.InputStream x,, int
length)
setShort(int parameterIndex, short x)
setBigDecimal(int parameterIndex,
java.math.BigDecimal x)
setString(int parameterIndex,
java.langString x)
setBinaryStream(int parameterIndex,
java.io.InputStream x,, int
length)
setTimestamp(int parameterIndex,
java.sql.Timestamp x)
setTimestamp(int parameterIndex,
java.sql.Timestamp x,, java.util.Calendar
cal)
setBlob(int i, java.sql.Blob x) setTransactionIsolation(int level)
setBoolean(int parameterIndex,
boolean x)
setType(int type)
setByte(int parameterIndex, byte x) setUrl(java.lang.String url)
setCharacterStream(int
parameterIndex,
java.io.Reader reader, int
length)
setUserName(java.lang.String name)
The following CachedRowSet methods are not supported:
setArray(int i, java.sql.Array x)
setEscapeProcessing(boolean enable)
setNull(int paramIndex, int sqlType, java.lang.String typeName)
setRef(int i, java.sql.Ref x)
setTypeMap(java.util.Map map)