Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

JavaDemo.JavaListSample

class JavaDemo.JavaListSample

Caché classes for Java List Demo Version: $Revision: 1.1 $ Author: Gerd Nachtsheim

Method Inventory

Methods

classmethod GetListOfNames(pList As %List) as %List [ SQLProc = GetListOfNames ]
Projected as the stored procedure: GetListOfNames
Get a list of names
in: $list of IDs
out: $list of names
classmethod GetListOfNamesByRef(ByRef pList As %List) as %Integer [ SQLProc = GetListOfNamesByRef ]
Projected as the stored procedure: GetListOfNamesByRef
Get a list of names by reference
in: $list of IDs by ref
out: # of names
list of names in pList as $list
FeedbackOpens in a new tab