Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%Stream.GlobalCharacter

stream class %Stream.GlobalCharacter extends %Stream.TmpCharacter

Stream class that stores character data in global nodes.

Method Inventory

Methods

method CopyFromAndSave(source As %Stream.Object) as %Status
Inherited description: Copy the stream from source into the current stream ignoring anything already in the current stream and save the result to the permanent location. This is used to optimise the copying of say a %GlobalCharacterStream to another %GlobalCharacterStream to avoid copying into temporary storage first and then moving this to the permanent storage when SaveStream() is called.

Note that any locking or transaction handling must be done by the caller.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab