%BI.ListField
persistent class %BI.ListField extends %Library.Persistent, %XML.Adaptor
SQL Table Name: %BI.ListField
Property Inventory
- AddFType
- AdditionalCondition
- CatName
- ClassName
- ComplexCode
- DefParam
- Definition
- FieldShortCutAccess
- IsActive
- LinkField
- MTranslation
- NullField
- NullPointer
- PropName
- Ranges
- StartClass
- StringConversion
- TranslationType
Properties
property AddFType as %String (TRUNCATE = 1);
Property methods: AddFTypeDisplayToLogical(), AddFTypeGet(), AddFTypeGetStored(), AddFTypeIsValid(), AddFTypeLogicalToDisplay(), AddFTypeLogicalToOdbc(), AddFTypeNormalize(), AddFTypeSet()
property AdditionalCondition as %String (TRUNCATE = 1);
Property methods: AdditionalConditionDisplayToLogical(), AdditionalConditionGet(), AdditionalConditionGetStored(), AdditionalConditionIsValid(), AdditionalConditionLogicalToDisplay(), AdditionalConditionLogicalToOdbc(), AdditionalConditionNormalize(), AdditionalConditionSet()
property CatName as %String (TRUNCATE = 1);
Property methods: CatNameDisplayToLogical(), CatNameGet(), CatNameGetStored(), CatNameIsValid(), CatNameLogicalToDisplay(), CatNameLogicalToOdbc(), CatNameNormalize(), CatNameSet()
property ClassName as %String (TRUNCATE = 1);
Property methods: ClassNameDisplayToLogical(), ClassNameGet(), ClassNameGetStored(), ClassNameIsValid(), ClassNameLogicalToDisplay(), ClassNameLogicalToOdbc(), ClassNameNormalize(), ClassNameSet()
property ComplexCode as %String (MAXLEN = 10000, TRUNCATE = 1);
Property methods: ComplexCodeDisplayToLogical(), ComplexCodeGet(), ComplexCodeGetStored(), ComplexCodeIsValid(), ComplexCodeLogicalToDisplay(), ComplexCodeLogicalToOdbc(), ComplexCodeNormalize(), ComplexCodeSet()
property DefParam as %String (TRUNCATE = 1);
Property methods: DefParamDisplayToLogical(), DefParamGet(), DefParamGetStored(), DefParamIsValid(), DefParamLogicalToDisplay(), DefParamLogicalToOdbc(), DefParamNormalize(), DefParamSet()
property Definition as %String (MAXLEN = 5000, TRUNCATE = 1);
Property methods: DefinitionDisplayToLogical(), DefinitionGet(), DefinitionGetStored(), DefinitionIsValid(), DefinitionLogicalToDisplay(), DefinitionLogicalToOdbc(), DefinitionNormalize(), DefinitionSet()
property FieldShortCutAccess as %String (MAXLEN = 20000, TRUNCATE = 1);
Property methods: FieldShortCutAccessDisplayToLogical(), FieldShortCutAccessGet(), FieldShortCutAccessGetStored(), FieldShortCutAccessIsValid(), FieldShortCutAccessLogicalToDisplay(), FieldShortCutAccessLogicalToOdbc(), FieldShortCutAccessNormalize(), FieldShortCutAccessSet()
property IsActive as %Boolean;
Property methods: IsActiveDisplayToLogical(), IsActiveGet(), IsActiveGetStored(), IsActiveIsValid(), IsActiveLogicalToDisplay(), IsActiveLogicalToXSD(), IsActiveNormalize(), IsActiveSet(), IsActiveXSDToLogical()
property LinkField as %String (TRUNCATE = 1);
Property methods: LinkFieldDisplayToLogical(), LinkFieldGet(), LinkFieldGetStored(), LinkFieldIsValid(), LinkFieldLogicalToDisplay(), LinkFieldLogicalToOdbc(), LinkFieldNormalize(), LinkFieldSet()
property MTranslation as %String (MAXLEN = 20000, 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 PropName as %String (MAXLEN = 10000, TRUNCATE = 1);
Property methods: PropNameDisplayToLogical(), PropNameGet(), PropNameGetStored(), PropNameIsValid(), PropNameLogicalToDisplay(), PropNameLogicalToOdbc(), PropNameNormalize(), PropNameSet()
property Ranges as %String (MAXLEN = 10000, TRUNCATE = 1);
Property methods: RangesDisplayToLogical(), RangesGet(), RangesGetStored(), RangesIsValid(), RangesLogicalToDisplay(), RangesLogicalToOdbc(), RangesNormalize(), RangesSet()
property StartClass as %String (TRUNCATE = 1);
Property methods: StartClassDisplayToLogical(), StartClassGet(), StartClassGetStored(), StartClassIsValid(), StartClassLogicalToDisplay(), StartClassLogicalToOdbc(), StartClassNormalize(), StartClassSet()
property StringConversion as %String (TRUNCATE = 1);
Property methods: StringConversionDisplayToLogical(), StringConversionGet(), StringConversionGetStored(), StringConversionIsValid(), StringConversionLogicalToDisplay(), StringConversionLogicalToOdbc(), StringConversionNormalize(), StringConversionSet()
property TranslationType as %String (MAXLEN = 5000, TRUNCATE = 1);
Property methods: TranslationTypeDisplayToLogical(), TranslationTypeGet(), TranslationTypeGetStored(), TranslationTypeIsValid(), TranslationTypeLogicalToDisplay(), TranslationTypeLogicalToOdbc(), TranslationTypeNormalize(), TranslationTypeSet()
Queries
query ListByClass(cls As %String)
SQL Query:
SELECT %ID,CatName FROM ListField WHERE (ClassName = :cls) ORDER BY CatName
SELECT %ID,CatName FROM ListField WHERE (ClassName = :cls) ORDER BY CatName
Indexes
index (CatName on ClassName:Exact,CatName:Exact);
Index methods: CatNameDisplayToLogical(), CatNameExists(), CatNameGet(), CatNameGetStored(), CatNameIsValid(), CatNameLogicalToDisplay(), CatNameLogicalToOdbc(), CatNameNormalize(), CatNameSet()
index (ClassProp on ClassName:Exact,PropName:Exact);
Index methods: ClassPropExists()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
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()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: CacheStorage (%BI.ListField)
^BI.ListFieldD(ID,"X") | = | %%CLASSNAME |
^BI.ListFieldD(ID) | = | FieldShortCutAccess
ClassName
CatName
StartClass
PropName
LinkField
Definition
NullField
NullPointer
IsActive
AdditionalCondition
ComplexCode
MTranslation
TranslationType
DefParam
Ranges
StringConversion
DateType
AddFType
|