%Collection.MV.ListOfDT
class %Collection.MV.ListOfDT extends %Collection.ListOfDT
Method Inventory
- DeSerialize()
- DisplayToLogical()
- InsertList()
- LogicalToDisplay()
- LogicalToOdbc()
- OdbcToLogical()
- Serialize()
Methods
Inherited description: Deserialize from string created with Serialize() back to collection
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.
Inserts a list with value inslist at the end of the list.
Returns a %Status value indicating success or failure.
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.
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.
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.
Serialize() constructs a serialized form of the collection as a string
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %Disconnect()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %IsNull()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- BuildValueArray()
- Clear()
- Count()
- FDBMSToLogical()
- Find()
- GetAt()
- GetNext()
- GetPrevious()
- Insert()
- InsertAt()
- InsertOrdered()
- IsDefined()
- LogicalToFDBMS()
- Next()
- Previous()
- RemoveAt()
- SetAt()
- SizeGet()
- SizeSet()