%DeepSee.Datatype.list
datatype class %DeepSee.Datatype.list extends %Library.String
ODBC Type: VARCHAR
This datatype represents a list of values and supports indexing on each individual value. The list value can be in $List format or be a character-delimited list. The default is comma-delimited.Method Inventory
Parameters
parameter DELIMITER = ,;
If LISTTYPE is "PIECE", then this specifies the delimiter character.
parameter LISTTYPE = PIECE;
This specifies whether the data in $List format (LIST) or character delimited (PIECE).
parameter MAXLEN = 30000;
The maximum number of characters the string can contain.
Methods
Convert the list to an array of values that can be indexed.
classmethod LogicalToDisplay(%val="") as %String
Crude display method.