NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.1+)
getBoolean(int)
getBoolean(String)
rowUpdated()
getByte(int)
getByte(String)
setFetchDirection(int direction)
getBytes(int)
getBytes(String)
setFetchSize(int rows)
getCharacterStream(int
colIndex)
getCharacterStream(String
colname)
updateAsciiStream(String colname,
InputStream x,, int length)
updateAsciiStream(int columnIndex,
InputStream x,, int length)
getClob(int i)
getClob(String colName)
updateBigDecimal(String colname,
BigDecimal x)
updateBigDecimal(int columnIndex,
BigDecimal)
getConcurrency() updateBinaryStream(int columnIndex,
InputStream x,, int length)
updateBinaryStream(String colname,
InputStream x,, int length)
getCursorName() updateBoolean(int columnIndex,
boolean x)
updateBoolean(String colname,
boolean x)
getDate(int)
getDate(int columnIndex,
Calendar cal)
getDate(String)
updateByte(int columnIndex, byte x)
updateByte(String colname, byte x)
getDouble(int)
getDouble(String)
updateBytes(int columnIndex,
byte[] x)
updateBytes(String colname,
byte[] x)
getFetchDirection() updateCharacterStream(int
columnIndex, Reader x,, int length)
updateCharacterStream(String
colname, Reader x,, int length)
getFetchSize() updateDate(int columnIndex, Date x)
updateDate(String colname, Date x)
getFloat(int)
getFloat(String)
updateDouble(int columnIndex,
double x)
updateDouble(String colname,
double x)
getInt(int)
getInt(String)
updateFloat(int columnIndex,
float x)
updateFloat(String colname,
float x)
getLong(int)
getLong(String)
updateInt(int columnIndex, int x)
updateInt(String colname, int x)