Try OpenEdge Now
skip to main content
SQL Reference
JDBC Reference : Java Class Reference : SQLPStatement : SQLPStatement.setParam : Parameters
 
Parameters
f
An integer that specifies which parameter marker in the SQL statement is to receive the value (1 denotes the first parameter marker, 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 parameter marker.