%SYS.Journal.BitSetRecord
persistent class %SYS.Journal.BitSetRecord extends %SYS.Journal.SetKillRecord
SQL Table Name: %SYS_Journal.BitSetRecord
Journal BITSET record related APIProperty Inventory (Including Private)
Method Inventory (Including Private)
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 (Including Private)
property OldLength as %Integer [ Calculated ];
The length of the bit string prior to the BITSET
Property methods: OldLengthDisplayToLogical(), OldLengthGet(), OldLengthIsValid(), OldLengthLogicalToDisplay(), OldLengthNormalize()
property Position as %Integer [ Calculated ];
Bit position of the BITSET
Property methods: PositionDisplayToLogical(), PositionGet(), PositionIsValid(), PositionLogicalToDisplay(), PositionNormalize()
Methods (Including Private)
private method %LoadData(Offset As %String, flag As %Boolean) as %Status [ Language = objectscript ]
Inherited description: %LoadData() - loads an object from storage. This method is
implemented by the storage class.
method NewValueGet() as %String [ Language = objectscript ]
method OldLengthGet() as %Integer [ Language = objectscript ]
method OldValueGet() as %String [ Language = objectscript ]
method PositionGet() as %Integer [ Language = objectscript ]
Inherited Members
Inherited Properties (Including Private)
- Address
- ClusterSequence
- Collation
- DatabaseName
- ECPSystemID
- GlobalNode
- GlobalReference
- InTransaction
- JobID
- MirrorDatabaseName
- NewValue
- Next
- NextAddress
- NumberOfValues
- OldValue
- Prev
- PrevAddress
- ProcessID
- RemoteSystemID
- TimeStamp
- Type
- TypeName
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BuildDeferredIndices()
- %BuildIndices()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveData()
- %SaveDirect()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- ClusterSequenceGet()
- CollationGet()
- Count()
- DatabaseNameGet()
- ECPSystemIDGet()
- ExistsNewValue()
- ExistsOldValue()
- GetAddressNear()
- GetPhysicalLocation()
- GetRealPIDSYSinFilter()
- GlobalNodeGet()
- GlobalReferenceGet()
- InTransactionGet()
- JobIDGet()
- MirrorDatabaseNameGet()
- NextAddressGet()
- NextGet()
- NumberOfValuesGet()
- PIDLookup()
- PrevAddressGet()
- PrevGet()
- ProcessIDGet()
- RemoteSystemIDGet()
- Restore()
- TimeStampGet()
- TypeNameGet()
Storage
Gray indicates storage defined by superclasses.