ODAC

TOraSQL.StatementCache Property

Used to get a value indicating whether Oracle resources assosiated with the current statement will be cached inside a session.

Class

TOraSQL

Syntax

property StatementCache: boolean default False;

Remarks

OCI statement cache is enabled when you set TOraSessionOptions.StatementCacheSize in TOraSession.Options to a positive value. Set TOraSessionOptions.StatementCacheSize to 0 (default) or TOraSession.Options.StatemantCache to false if you don't want the statements to be cached.

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