persistent class %SYS.Journal.BitSetRecord
extends %SYS.Journal.SetKillRecord
Journal BITSET record related API
parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
property OldLength
as %Integer [ Calculated ];
The length of the bit string prior to the BITSET
property Position
as %Integer [ Calculated ];
Bit position of the BITSET
method NewValueGet()
as %String
This is a Get accessor method for the NewValue property.
method OldLengthGet()
as %Integer
This is a Get accessor method for the OldLength property.
method OldValueGet()
as %String
This is a Get accessor method for the OldValue property.
method PositionGet()
as %Integer
This is a Get accessor method for the Position property.