Product Information > JADE Object Manager Guide > Chapter 4 - JADE System Instrumentation and Diagnosis > DbFilegetPartitions Method
DbFile::getPartitions Method
getPartitions(partitionList: JadeDbFilePartitionArray input;
              maxEntries:    Integer);

The DbFile class getPartitions method populates the partitionList parameter with references to JadeDbFilePartition instances; one for each partition of the associated database file.

If the value of the maxInstances parameter is non-zero, the array contains an entry for the number of latest partitions specified by the maxInstances parameter; otherwise it contains an entry for all partitions that have not been removed.