Try OpenEdge Now
skip to main content
SQL Development
Stored Procedures and Triggers : Writing stored procedures : Using the OpenEdge SQL Java classes : Passing values to SQL statements
 
Passing values to SQL statements
Stored procedures must be able to pass and receive values from SQL statements they execute. They do this through the setParam and getValue methods.