Skip to main content

%FileMan.MappedField

deprecated 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

Note: The FileMan toolset is available and fully supported in InterSystems IRIS for existing FileMan users. InterSystems recommends against starting new development projects using FileMan.

Property Inventory

Properties

property Datatype as %RawString [ Required ];
Datatype the field mapped to
Property methods: DatatypeGet(), DatatypeGetStored(), DatatypeIsValid(), DatatypeSet()
property FMFieldName as %RawString [ Required ];
The FileMan Field name
Property methods: FMFieldNameGet(), FMFieldNameGetStored(), FMFieldNameIsValid(), FMFieldNameSet()
property FieldNumber as %RawString [ 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 %RawString [ Required ];
The Property name the field maps to
Property methods: PropertyNameGet(), PropertyNameGetStored(), PropertyNameIsValid(), PropertyNameSet()
property SqlFieldName as %RawString [ 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: Storage (%FileMan.MappedField)

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