partitionable

Type: Boolean

The read-only partitionable property of the DbFile class specifies whether partitioning rules are to be enforced for the DbFile instance.

When the partitionable property is set to true, the compiler and the Jade Platform development environment enforce file partitioning rules for the schema-defined DbFile instance irrespective of whether the file is physically partitioned.

Setting the partitionable property to false does not prevent a file from being partitioned. To enable partitioning on an empty database file, execute the setPartitioned method of the DbFile class passing true as the parameter. When partitioning is enabled on a database file, the partitionable property is also set if it was not already set.

You can change the value of the partitionable property: