PgDAC

TPgSQLLargeObject.Cached Property

Used to specify whether the content of large object should be stored in memory buffer on the client.

Class

TPgSQLLargeObject

Syntax

property Cached: boolean;

Remarks

Use the Cached property to specify whether the content of large object should be stored in memory buffer on the client.

By default the whole content of large object is stored in the memory buffer on the client. Set Cached to False if you want to reduce memory usage in your application when working with very large object. When Cached is False, the Read and Write methods read/write data directly from/to the database.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback