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

getMetaData() updateLong(int columnIndex, long x)
updateLong(String colname, long x)
getObject(int)
getObject(int
columnIndex)
getObject(String)
getObject(String colname)
updateNull(int columnIndex)
updateNull(String colname)
getRow() updateObject(int columnIndex,
Object x)
updateObject(int columnIndex,
Object x,, int scale)
updateObject(String colname,
Object x)
updateObject(String colname,
Object x,, int scale)
getShort(int)
getShort(String)
updateRow()
getStatement() updateShort(int columnIndex,
short x)
updateShort(String colname,
short x)
getString(int)
getString(String)
updateString(int columnIndex,
String x)
updateString(String colname,
String x)
getTime(int)
getTime(String)
updateTime(int columnIndex, Time x)
updateTime(String colname, Time x)
getTimestamp(int)
getTimestamp(String)
updateTimeStamp(int columnIndex,
TimeStamp x)
updateTimeStamp(String colname,
TimeStamp x)
getType() wasNull()
The SQL/MP drivers do not support the following SQLMPResultSet methods:
getArray(int i)
getArray(String colname)
getBinaryStream(int)
getBinaryStream(String)
getObject(int i, Map map)
getObject(String colname, Map map)
getRef(int i)
getRef(String colname)
getUnicodeStream(int)
getUnicodeStream(String)
refreshRow()