The partition-related property provided in the
Property | Description |
---|---|
|
Specifies whether the DbFile instance can be partitioned (for example, to enforce partition file restrictions in a test or development system where the file is not physically partitioned) |
The partition-related methods provided in the
Method | Description |
---|---|
|
Begins the backup of selected database file partitions (backs up the partition control file and the partition index file) |
|
Creates a new empty partition and returns the partition identifier |
|
Ends the backup of selected database file partitions |
|
Converts a file to read-only mode, after which no object update, delete, or create action is allowed |
|
Populates the input partitionList array with references to JadeDbFilePartition instances |
|
Returns the |
|
Returns the number of non-removed partitions assigned to the file |
|
Returns the number of partitions in which new instances are stored |
|
Populates the input partitionList array with JadeDbFilePartition instances |
|
Returns true if the database file has been frozen |
|
Returns true if the database file is partitioned |
|
Specifies the number of database partitions in which new instances are stored |
|
Changes the partitioned attribute of an empty (non-instantiated) database file |
|
Restores the database file to its default active state |