Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
For details on using this class, see Using the Populate Utility.
To use the
super = %Persistent,%Populate
Do ##class(Employee).Populate(100)
|
|
|
The POPSPEC parameter provides a way to control how%Populate generates data for properties.For details, see Using the Populate Utility.
|
Creates up to count instances an object and stores them in the database.If verbose is true, then details are echoed to the console.
If DeferIndices is true, then indices are sorted at the end of the operation.
If objects is true, then each object that is created is returned in the objects array
If tune is true, then $SYSTEM.SQL.TuneTable is called after the instances of the class have been created. If tune>1, then $SYSTEM.SQL.TuneTable is also called for any tables projected by persistent superclasses of this class
If deterministic is true, then the set of objects produced by identical calls to Populate at different times will be identical.
Returns the number of instances successfully created.
For details, see Using the Populate Utility.
Create a single instance of a serial object.