Progress
SQL-92
Guide and Reference
DhSQLResultSet.makeNULL
Sets a field of the currently-active row in a procedure’s result set to null. This method is redundant with using the DhSQLResultSet.set method to set a procedure result-set field to null.
Format
public void makeNULL(int
field)
Returns
None
Parameters
field
An integer that specifies which field of the result-set row to set to null. 1 denotes the first field in the row, 2 denotes the second,
n
denotes thenth
.Throws
DhSQLException
EXAMPLEThis code fragment illustrates SQLResultSet.set and SQLResultSet.makeNULL:
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |