Demo.RecordMapBatch.Map.TrainDataOut
class Demo.RecordMapBatch.Map.TrainDataOut extends EnsLib.RecordMap.RecordMap
ANNOTATION: Record Map describing the data which will be output by Demo.RecordMapBatch.Production. RECORDMAP: Modified during compilation of RecordMap 'Demo.RecordMapBatch.Map.TrainDataOut' on 2015-12-18 at 17:32:15.000 [2015-12-18 22:32:15.000 UTC] by user UnknownUserMethod Inventory
Parameters
parameter OBJECTNAME = Demo.RecordMapBatch.Map.TrainDataOut.Record;
Methods
classmethod GetObject(pStream As %IO.DeviceStream, Output pObject As %RegisteredObject, pTimeout As %Numeric = -1, ByRef pLookAhead As %String = "", pLabelFound As %Boolean = 0) as %Status
Method to retrieve a record from a stream or device. This method will be generated based on the
structure of the RecordMap. For testing purposes, a file name may be passed in the pStream argument.
classmethod PutObject(pStream As %IO.DeviceStream, pObject As %RegisteredObject, pFlush As %Boolean = 1, ByRef pPadArray As %String) as %Status
Method to write a record to a stream or device. This method will be generated based on the
structure of the RecordMap. For testing purposes, a file name may be passed in the pStream argument.
classmethod getIdentifier() as %String
classmethod getType() as EnsLib.RecordMap.Model.DataType.RecordType
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- DeleteRecordMap()
- Escape()
- Exists()
- GetRecordIdentifier()
- GetRecordType()
- ListClose()
- ListExecute()
- ListFetch()