Skip to main content

%Collection.MV.ListOfDT

Class %Collection.MV.ListOfDT Extends %Collection.ListOfDT [ System = 2 ]

Methods

LogicalToOdbc

ClassMethod LogicalToOdbc(val As %String = "", delim As %String = ",", class As %String = "", method As %String = "") As %String

Converts the serial state of this list object to a delimited string using delim (default delim is ",") as a delimiter.

OdbcToLogical

ClassMethod OdbcToLogical(val As %String = "", delim As %String = ",", class As %String = "", method As %String = "") As %String

Converts the value of an incoming delimited string to a serialized state using delim (default delim is ",") as a delimiter.

LogicalToDisplay

ClassMethod LogicalToDisplay(val As %String = "", delim As %String = {$char(13,10)}, class As %String = "", method As %String = "") As %String

Converts the serial state of this list object to a delimited string using the value of the %delim argument as a delimiter.

DisplayToLogical

ClassMethod DisplayToLogical(val As %String = "", delim As %String = {$char(13,10)}, class As %String = "", method As %String = "") As %String

Converts the value of an incoming delimited string to a serialized state using the value of the delim argument as a delimiter.

Serialize

Method Serialize(force As %Integer = 0) As %String(MAXLEN="")

Serialize() constructs a serialized form of the collection as a string

DeSerialize

Method DeSerialize(serialized As %String(MAXLEN="")) As %Status

InsertList

Method InsertList(inslist As %String) As %Status

Inserts a list with value inslist at the end of the list.

Returns a %Status value indicating success or failure.