Demo.ComplexMap.Summary.Student.Record
persistent class Demo.ComplexMap.Summary.Student.Record extends EnsLib.RecordMap.ComplexChild, %XML.Adaptor, Ens.Request, EnsLib.RecordMap.Base
SQL Table Name: Demo_ComplexMap_Summary_Student.Record
RECORDMAP: Generated from RecordMap 'Demo.ComplexMap.Summary.Student' on 2012-12-05 at 17:47:28.581 [2012-12-05 22:47:28.581 UTC] by user DemoUserProperty Inventory
Parameters
parameter INCLUDETOPFIELDS = 1;
parameter RECORDMAPGENERATED = 1;
Inherited description: Parameter to indicate whether a Record class has been generated by EnsLib.RecordMap.Generator.
If users wish to map data to existing classes, or ensure that the Generator does not overwrite
their existing class, this parameter should be left as 0.
Classes which have the parameter set to 1 are subject to updates by the RecordMap framework.
Properties
property Email as %String;
Property methods: EmailDisplayToLogical(), EmailGet(), EmailGetStored(), EmailIsValid(), EmailLogicalToDisplay(), EmailLogicalToOdbc(), EmailNormalize(), EmailSet()
property GPA as %Numeric;
Property methods: GPADisplayToLogical(), GPAGet(), GPAGetStored(), GPAIsValid(), GPALogicalToDisplay(), GPANormalize(), GPASet(), GPAXSDToLogical()
property Grade as %Integer;
Property methods: GradeDisplayToLogical(), GradeGet(), GradeGetStored(), GradeIsValid(), GradeLogicalToDisplay(), GradeNormalize(), GradeSet(), GradeXSDToLogical()
property Name as Demo.ComplexMap.Summary.Student.Record.Name;
Property methods: NameGet(), NameGetObject(), NameGetObjectId(), NameGetStored(), NameGetSwizzled(), NameIsEmpty(), NameIsValid(), NameNewObject(), NameSet(), NameSetObject(), NameSetObjectId(), NameUnSwizzle()
property NumberClasses as %Integer;
Property methods: NumberClassesDisplayToLogical(), NumberClassesGet(), NumberClassesGetStored(), NumberClassesIsValid(), NumberClassesLogicalToDisplay(), NumberClassesNormalize(), NumberClassesSet(), NumberClassesXSDToLogical()
property Phone as %String;
Property methods: PhoneDisplayToLogical(), PhoneGet(), PhoneGetStored(), PhoneIsValid(), PhoneLogicalToDisplay(), PhoneLogicalToOdbc(), PhoneNormalize(), PhoneSet()
property StudentID as %Integer;
Property methods: StudentIDDisplayToLogical(), StudentIDGet(), StudentIDGetStored(), StudentIDIsValid(), StudentIDLogicalToDisplay(), StudentIDNormalize(), StudentIDSet(), StudentIDXSDToLogical()
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (StudentIDIdx on StudentID);
Index methods: StudentIDIdxExists()
Triggers
trigger OnDelete (BEFORE event DELETE);
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %CompareContents()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTMLForm()
- %DrawHTMLTable()
- %Exists()
- %ExistsId()
- %Extends()
- %ForceId()
- %GUID()
- %GUIDSet()
- %GetContentType()
- %GetId()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %IsReferenced()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %OnTimeout()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %ParentAdd()
- %ParentRefsLoad()
- %ParentRemove()
- %ParentsClear()
- %PhysicalAddress()
- %ProcessSubmit()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %ShowContents()
- %ShowContentsHead()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- GetStatsDimension()
- NewResponse()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Gray indicates storage defined by superclasses.
Storage Model: CacheStorage (Demo.ComplexMap.Summary.Student.Record)
^Demo.ComplexMap.Sum86EC.RecordD(ID) | = | %%CLASSNAME
StudentID
%Source
Grade
Email
Phone
NumberClasses
GPA
Name
|