Java output classes returned by sql()

Previous Next

You can retrieve data from a USoft application and use it in Service Definer in Java code that is the Implementation of a Method. Data may be retrieved successfully in various ways.

You retrieve data by calling the sql() utility function. The format in which retrieved data becomes available to your Java code depends on the Java output class that you use for the return value of the sql() function.

This help topic discusses various Java output classes that you are allowed to use when calling sql() in various situations.

collapseSingle-row, single-value SELECT result
collapseSingle-row, multiple-value SELECT result
collapseMultiple-row, single-value SELECT result
collapseMultiple-row, multiple-value SELECT result

 

 

See also

sql()