allInstances

allInstances(objArray:     ObjectArray input;
             maxInstances: Integer64);

The allInstances method of the JadeDbFilePartition class populates the object array specified in the objArray parameter with references to objects stored in the partition associated with the receiver. The object array is not cleared before instances are added.

The maxInstances parameter specifies the maximum number of instances that will be added to the object array.

The allInstances method can used to obtain a list of instances stored in an offline partition without bringing it online.

An exception is raised if the database partition was not located or there was an error accessing a database partition control file.