Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxMapInteger(mapTableIndex , integerKey : INTEGER;
              instance                   : GENERIC)              status                     : INTEGER;
 
The xpxMapInteger function is used to connect an instance to an integer key. The actual instance can later be found by using the xpxGetIntegerMap function. The argument mapTableIndex specifies a particular map (hash) table used for connecting the specified instance to the numeric key integerKey. The number of map tables available in an EDMmodelConverter is specified when the actual EDMmodelConverter is generated.

  • No labels