IMetabaseObjectInstanceCacheKeeper.SplitBLOB

Syntax

SplitBLOB: Boolean;

SplitBLOB: boolean;

Description

The SplitBLOB property determines whether the data is split, which is stored in the fields that have binary data type.

Comments

If the field is set to True, the great amount of binary data will be split into parts and stored in several records in the DBMS table. Size of each record is determined by the IMetabaseObjectInstanceCacheKeeper.PieceSize property.

Example

The example of use is given in description of the IMetabaseObjectInstanceCacheKeeper.Database property.

See also:

IMetabaseObjectInstanceCacheKeeper