Progress
SQL-92
Guide and Reference
DhSQLResultSet.set
Sets the field in the currently-active row of a procedure’s result set to the specified value (a literal, procedure variable, or procedure input parameter).
Format
public void set(int
field, Object
val)
Returns
None
Parameters
field
An integer that specifies which field of the result-set row to set to the value specified by val. (1 denotes the first field in the row, 2 denotes the second, and so on.)
val
A literal or the name of a variable or input parameter that contains the value to be assigned to the field.
Throws
DhSQLException
EXAMPLEThis code fragment illustrates SQLResultSet.Set:
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |