Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

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