Skip to main content

%FileMan.MappedField

persistent class %FileMan.MappedField extends %Library.Persistent

SQL Table Name: %FileMan.MappedField

This class stored information about the mapping of a FileMan field to a property

Property Inventory

Properties

property Datatype as %CacheString [ Required ];
Datatype the field mapped to
Property methods: DatatypeGet(), DatatypeGetStored(), DatatypeIsValid(), DatatypeSet()
property FMFieldName as %CacheString [ Required ];
The FileMan Field name
Property methods: FMFieldNameGet(), FMFieldNameGetStored(), FMFieldNameIsValid(), FMFieldNameSet()
property FieldNumber as %CacheString [ Required ];
The FileMan Field number
Property methods: FieldNumberGet(), FieldNumberGetStored(), FieldNumberIsValid(), FieldNumberSet()
relationship MappedFilePackage as %FileMan.MappedFilePackage [ Required , Inverse = MappedFields , Cardinality = parent ];
Property methods: MappedFilePackageGet(), MappedFilePackageGetObject(), MappedFilePackageGetObjectId(), MappedFilePackageGetStored(), MappedFilePackageGetSwizzled(), MappedFilePackageIsValid(), MappedFilePackageNewObject(), MappedFilePackageOnDelete(), MappedFilePackageRClose(), MappedFilePackageRExec(), MappedFilePackageRFetch(), MappedFilePackageRelate(), MappedFilePackageSQLCompute(), MappedFilePackageSet(), MappedFilePackageSetObject(), MappedFilePackageSetObjectId(), MappedFilePackageUnRelate(), MappedFilePackageUnSwizzle()
property PropertyName as %CacheString [ Required ];
The Property name the field maps to
Property methods: PropertyNameGet(), PropertyNameGetStored(), PropertyNameIsValid(), PropertyNameSet()
property SqlFieldName as %CacheString [ Required ];
The Sql Field name the field maps to
Property methods: SqlFieldNameGet(), SqlFieldNameGetStored(), SqlFieldNameIsValid(), SqlFieldNameSet()

Indexes

index (IDKeyIndex on FieldNumber) [IdKey, PrimaryKey, Type = key, Unique];
Index methods: IDKeyIndexCheck(), IDKeyIndexDelete(), IDKeyIndexExists(), IDKeyIndexOpen(), IDKeyIndexSQLCheckUnique(), IDKeyIndexSQLExists(), IDKeyIndexSQLFindPKeyByConstraint(), IDKeyIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (%FileMan.MappedField)

{%%PARENT}("f")(ID)
=
FMFieldName
PropertyName
SqlFieldName
Datatype
FeedbackOpens in a new tab