xpfCreateScratchAggr
FUNCTION xpfCreateScratchAggr (aggregateType : INTEGER; lowerBound : INTEGER; upperBound : INTEGER; valueType : INTEGER; domainId : GENERIC) scratchAggrId : AGGREGATE OF GENERIC;
The xpfCreateScratchAggr function creates a scratch aggregate instance in the scratch model, i.e., a scratch aggregate will not be written to the persistent EDMdatabase. All EDMinterface access operations defined for persistent aggregates are applicable on scratch aggregates. The scratch model is a volatile model that is deleted when the session is closed or the database is closed. The scratch model can hold instances of any instance types defined by any dictionary models in the EDMdatabase. Each open session has it own unique scratch model, hence the data in a scratch model cannot be shared between concurrent users of an EDMdatabase. The scratch model will implicitly be created and open for write access when the session is opened. A scratch aggregate can be deleted by the xpxDeleteAggr operation. All scratch aggregates are deleted when the open session is closed or when the database is closed.                             Â
Arguments
Type | Name | Comment |
INTEGER | aggregateType | comments |
INTEGER | lowerBound | Â |
INTEGER | upperBound | Â |
INTEGER | valueType | Â |
GENERIC | domainId | Â |
Return Value
Â
Type | Name | Comment |
AGGREGATE OF GENERIC | scratchAggrId | comments |
Options
Option | Comment |
XPXSOMEOPTION | comment |
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â