Skip to main content

Demo.RecordMapBatch.Map.TrainDataOut.Record

persistent class Demo.RecordMapBatch.Map.TrainDataOut.Record extends %Library.Persistent, %XML.Adaptor, Ens.Request, EnsLib.RecordMap.Base

SQL Table Name: Demo_RecordMapBatch_Map_TrainDataOut.Record

RECORDMAP: Generated from RecordMap 'Demo.RecordMapBatch.Map.TrainDataOut' on 2015-12-18 at 17:32:14.985 [2015-12-18 22:32:14.985 UTC] by user UnknownUser

Property 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

relationship %ParentBatch as Demo.RecordMapBatch.Map.TrainDataOut.BatchOut [ Inverse = Records , Cardinality = one ];
Property methods: %ParentBatchGet(), %ParentBatchGetObject(), %ParentBatchGetObjectId(), %ParentBatchGetStored(), %ParentBatchGetSwizzled(), %ParentBatchIsValid(), %ParentBatchNewObject(), %ParentBatchOnDelete(), %ParentBatchRClose(), %ParentBatchRExec(), %ParentBatchRFetch(), %ParentBatchRelate(), %ParentBatchSQLCompute(), %ParentBatchSet(), %ParentBatchSetObject(), %ParentBatchSetObjectId(), %ParentBatchUnRelate(), %ParentBatchUnSwizzle()
property Date as %Date;
Property methods: DateDisplayToLogical(), DateGet(), DateGetStored(), DateIsValid(), DateLogicalToDisplay(), DateLogicalToOdbc(), DateLogicalToXSD(), DateNormalize(), DateOdbcToLogical(), DateSet(), DateXSDToLogical()
property Direction as %String;
Property methods: DirectionDisplayToLogical(), DirectionGet(), DirectionGetStored(), DirectionIsValid(), DirectionLogicalToDisplay(), DirectionLogicalToOdbc(), DirectionNormalize(), DirectionSet()
property Station as %String;
Property methods: StationDisplayToLogical(), StationGet(), StationGetStored(), StationIsValid(), StationLogicalToDisplay(), StationLogicalToOdbc(), StationNormalize(), StationSet()
property Time as %Time (XMLTIMEZONE = "IGNORE");
Property methods: TimeDisplayToLogical(), TimeGet(), TimeGetStored(), TimeIsValid(), TimeLogicalToDisplay(), TimeLogicalToOdbc(), TimeLogicalToXSD(), TimeNormalize(), TimeOdbcToLogical(), TimeSet(), TimeXSDToLogical()
property TrainID as %Integer;
Property methods: TrainIDDisplayToLogical(), TrainIDGet(), TrainIDGetStored(), TrainIDIsValid(), TrainIDLogicalToDisplay(), TrainIDNormalize(), TrainIDSet(), TrainIDXSDToLogical()

Indexes

index (%ParentBatchIdx on %ParentBatch);
Index methods: %ParentBatchIdxExists()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Storage Model: CacheStorage (Demo.RecordMapBatch.Map.TrainDataOut.Record)

^Demo.RecordMapBatch7CD0.RecordD(ID)
=
%%CLASSNAME
Date
%Source
Direction
Station
Time
%ParentBatch
TrainID
FeedbackOpens in a new tab