%Collection.MV.ArrayOfDT
class %Collection.MV.ArrayOfDT extends %Collection.ArrayOfDT
Method Inventory
Methods
Inherited description: Deserialize from string created with Serialize() back to collection
classmethod LogicalToOdbc(val As %Library.String = "", delim As %Library.String = ",", class As %Library.String = "", method As %Library.String = "") as %String
Converts the serial state of this list object to a delimited string
using "," as a delimiter.
classmethod OdbcToLogical(val As %Library.String = "", delim As %Library.String = ",", class As %Library.String = "", method As %Library.String = "") as %String
Converts the value of an incoming delimited string to a serialized state
using "," 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()
- Define()
- DisplayToLogical()
- Find()
- GetAt()
- GetNext()
- GetPrevious()
- IsDefined()
- LogicalToDisplay()
- Next()
- Previous()
- RemoveAt()
- SetAt()