%BI.OCRRule
persistent class %BI.OCRRule extends %Library.Persistent
SQL Table Name: %BI.OCRRule
Property Inventory
Properties
property endPos as %String;
Property methods: endPosDisplayToLogical(), endPosGet(), endPosGetStored(), endPosIsValid(), endPosLogicalToDisplay(), endPosLogicalToOdbc(), endPosNormalize(), endPosSet()
relationship form as %BI.OCRForm [ Required , Inverse = rule , Cardinality = parent ];
Property methods: formGet(), formGetObject(), formGetObjectId(), formGetStored(), formGetSwizzled(), formIsValid(), formNewObject(), formOnDelete(), formRClose(), formRExec(), formRFetch(), formRelate(), formSQLCompute(), formSet(), formSetObject(), formSetObjectId(), formUnRelate(), formUnSwizzle()
property line as %String;
Property methods: lineDisplayToLogical(), lineGet(), lineGetStored(), lineIsValid(), lineLogicalToDisplay(), lineLogicalToOdbc(), lineNormalize(), lineSet()
property prop as %String [ Required ];
Property methods: propDisplayToLogical(), propGet(), propGetStored(), propIsValid(), propLogicalToDisplay(), propLogicalToOdbc(), propNormalize(), propSet()
property startPos as %String;
Property methods: startPosDisplayToLogical(), startPosGet(), startPosGetStored(), startPosIsValid(), startPosLogicalToDisplay(), startPosLogicalToOdbc(), startPosNormalize(), startPosSet()
Indexes
index (MainIndex on prop) [IdKey, Type = key];
Index methods: MainIndexCheck(), MainIndexDelete(), MainIndexExists(), MainIndexOpen(), MainIndexSQLCheckUnique(), MainIndexSQLExists(), MainIndexSQLFindPKeyByConstraint(), MainIndexSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
Storage
Storage Model: CacheStorage (%BI.OCRRule)
{%%PARENT}("rule")(ID) | = | %%CLASSNAME
endPos
line
startPos
|