Try OpenEdge Now
skip to main content
SQL Reference
JDBC Reference : Java Class Reference : DhSQLResultSet : DhSQLResultSet.set : Parameters
 
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.