Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
WARNING: This Class and its methods has been deprecated, please use the %SYS.LDAP class.
Attribute Value. Used by PropList, or Entry classes.
See
|
|
|
Delete the i-th entry.
Finds and returns the value associated with key. Null string if no value is found.
Get the i-th entry len.
Moves to the next key at the location in the iteration, and returns the associated value. If the key is a null string (""), it starts from the beginning. The value of key, which is passed by reference, is updated to the key value of the index or null string ("") if key is at the end of the list.
Get number of value entries.
Get partial value as %string. Use to extract large values. Note start position is zero based!!
Get the i-th value.
Get the i-th value into a stream. Returns $$$OK on success.
Append a value to this value list object. Return $$$OK status, otherwise related error.If the value is an abstract stream it will append the stream to the value list. If the value is an abstract iterator it will iterate and store its contents. Otherwise it will append/store the passed data as string or binary value.
Returns the next key at the location in the iteration. If key is a null string (""), then Next returns the first index (one). Return "" string if key is out of bounds.