%BI.Transformation
persistent class %BI.Transformation extends %Library.Persistent
SQL Table Name: %BI.Transformation
Property Inventory
- CaseConvertion
- Justification
- MTranslation
- NullField
- NullPointer
- Ranges
- TrBitMap
- TypeName
- UseExternalValue
Method Inventory
Properties
property CaseConvertion as %SmallInt;
Property methods: CaseConvertionDisplayToLogical(), CaseConvertionGet(), CaseConvertionGetStored(), CaseConvertionIsValid(), CaseConvertionLogicalToDisplay(), CaseConvertionNormalize(), CaseConvertionSet()
property Justification as %String (TRUNCATE = 1);
Property methods: JustificationDisplayToLogical(), JustificationGet(), JustificationGetStored(), JustificationIsValid(), JustificationLogicalToDisplay(), JustificationLogicalToOdbc(), JustificationNormalize(), JustificationSet()
property MTranslation as %String (MAXLEN = 30000, TRUNCATE = 1);
Property methods: MTranslationDisplayToLogical(), MTranslationGet(), MTranslationGetStored(), MTranslationIsValid(), MTranslationLogicalToDisplay(), MTranslationLogicalToOdbc(), MTranslationNormalize(), MTranslationSet()
property NullField as %String (TRUNCATE = 1);
Property methods: NullFieldDisplayToLogical(), NullFieldGet(), NullFieldGetStored(), NullFieldIsValid(), NullFieldLogicalToDisplay(), NullFieldLogicalToOdbc(), NullFieldNormalize(), NullFieldSet()
property NullPointer as %String (TRUNCATE = 1);
Property methods: NullPointerDisplayToLogical(), NullPointerGet(), NullPointerGetStored(), NullPointerIsValid(), NullPointerLogicalToDisplay(), NullPointerLogicalToOdbc(), NullPointerNormalize(), NullPointerSet()
property Ranges as %String (MAXLEN = 30000, TRUNCATE = 1);
Property methods: RangesDisplayToLogical(), RangesGet(), RangesGetStored(), RangesIsValid(), RangesLogicalToDisplay(), RangesLogicalToOdbc(), RangesNormalize(), RangesSet()
property TrBitMap as array of %BI.TransBitMap;
Property methods: TrBitMapBuildValueArray(), TrBitMapCollectionToDisplay(), TrBitMapCollectionToOdbc(), TrBitMapDisplayToCollection(), TrBitMapGet(), TrBitMapGetObject(), TrBitMapGetObjectId(), TrBitMapGetStored(), TrBitMapGetSwizzled(), TrBitMapIsValid(), TrBitMapOdbcToCollection(), TrBitMapSet(), TrBitMapSetObject(), TrBitMapSetObjectId()
property TypeName as %String (TRUNCATE = 1);
Property methods: TypeNameDisplayToLogical(), TypeNameGet(), TypeNameGetStored(), TypeNameIsValid(), TypeNameLogicalToDisplay(), TypeNameLogicalToOdbc(), TypeNameNormalize(), TypeNameSet()
property UseExternalValue as %Boolean;
Property methods: UseExternalValueDisplayToLogical(), UseExternalValueGet(), UseExternalValueGetStored(), UseExternalValueIsValid(), UseExternalValueLogicalToDisplay(), UseExternalValueNormalize(), UseExternalValueSet()
Methods
classmethod genDefault()
Queries
query ListAll()
SQL Query:
SELECT ID,TypeName FROM %BI.Transformation
SELECT ID,TypeName FROM %BI.Transformation
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (Name on TypeName:Exact);
Index methods: NameExists()
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.Transformation)
^BI.TransformationD(ID,"X") | = | %%CLASSNAME |
^BI.TransformationD(ID,"B",n) | = | TrBitMap(n) |
^BI.TransformationD(ID) | = | TypeName
MTranslation
Ranges
CaseConvertion
NullField
NullPointer
UseExternalValue
Justification
|