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

isAfterLast()
isBeforeFirst()
isFirst()
isLast()
last()
moveToCurrentRow()
moveToInsertRow()
next()
previous()
relative(int rows)
rowDeleted()
rowInserted()
rowUpdated()
setFetchDirection(int direction)
setFetchSize(int rows)
updateAsciiStream(String colname, InputStream x,, int length)
updateAsciiStream(int columnIndex, InputStream x,, int length)
updateBigDecimal(String colname, BigDecimal x)
updateBigDecimal(int columnIndex, BigDecimal)
updateBinaryStream(int columnIndex, InputStream x,, int length)
updateBinaryStream(String colname, InputStream x,, int length)
updateBoolean(int columnIndex, boolean x)
updateBoolean(String colname, boolean x)
updateByte(int columnIndex, byte x)
updateByte(String colname, byte x)
updateBytes(int columnIndex, byte[] x)
updateBytes(String colname, byte[] x)
updateCharacterStream(int columnIndex, Reader x,, int length)
updateCharacterStream(String colname, Reader x,, int length)
updateDate(int columnIndex, Date x)
updateDate(String colname, Date x)
updateDouble(int columnIndex, double x)
updateDouble(String colname, double x)
updateFloat(int columnIndex, float x)
updateFloat(String colname, float x)
updateInt(int columnIndex, int x)
updateInt(String colname, int x)
updateLong(int columnIndex, long x)
updateLong(String colname, long x)
updateNull(int columnIndex)
updateNull(String colname)
updateObject(int columnIndex, Object x)
updateObject(int columnIndex, Object x,, int scale)
updateObject(String colname, Object x)
updateObject(String colname, Object x,, int scale)
updateRow()
updateShort(int columnIndex, short x)
updateShort(String colname, short x)