Skip to main content

%SYS.Journal.BitSetRecord

persistent class %SYS.Journal.BitSetRecord extends %SYS.Journal.SetKillRecord

SQL Table Name: %SYS_Journal.BitSetRecord

Journal BITSET record related API

Property Inventory

Method Inventory

Parameters

parameter READONLY = 1;
Inherited description: READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.

Properties

property OldLength as %Integer [ Calculated ];
The length of the bit string prior to the BITSET
Property methods: OldLengthDisplayToLogical(), OldLengthIsValid(), OldLengthLogicalToDisplay(), OldLengthNormalize()
property Position as %Integer [ Calculated ];
Bit position of the BITSET
Property methods: PositionDisplayToLogical(), PositionIsValid(), PositionLogicalToDisplay(), PositionNormalize()

Methods

method NewValueGet() as %String
method OldLengthGet() as %Integer
method OldValueGet() as %String
method PositionGet() as %Integer

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

FeedbackOpens in a new tab