NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.0+)
setByte()*●
setBytes()*●
setClob(int i, Clob x)*●
setDate(), which supports the SQL/MP data type DATE●
setDouble()*●
setFetchDirection●
setFetchSize●
setFloat()*●
setInt()*●
setLong()*●
setNull(), which sets the value of a particular column to null for all SQL/MP data types●
setObject()*●
setShort()*●
setString()*●
setTime(), which supports the SQL/MP data type TIME●
setTimestamp(), which supports the SQL/MP data type TIMESTAMP●
* These methods support the following SQL/MP data types:
BIGINT●
CHAR●
DOUBLE●
INTEGER (unsigned)●
REAL●
SMALLINT (unsigned)●
VARCHAR●
The SQL/MP drivers do not support the following SQLMPPreparedStatement methods:
setBinaryStream()●
setUnicodeStream()●
SQLMPResultSet
SQLMPResultSet provides access to a table of data generated by executing an SQLMPStatement object.
The SQL/MP drivers support the following SQLMPResultSet methods:
absolute(int row)●
afterLast()●
beforeFirst()●
cancelRowUpdates()●
clearWarnings()●
close()●
deleteRow()●
findColumn(String)●
first()●
getAsciiStream(int)
getAsciiStream(String)
●
getBigDecimal()●