TurboDB VCL Component Library

TTdbDatabase.AutoCreateIndexes

TTdbDatabase

Previous  Top  Next

Specifies, if a query automatically creates temporary indexes during execution.

Delphi syntax:

property AutoCreateIndexes: Boolean;

C++ syntax:

__property bool AutoCreateIndexes = {read=FExclusive, write=SetExclusive, nodefault};

Description

If AutoCreateIndexes is set to True (default), executing a query can create temporary indexes to be needed for faster execution. These indexes will be automatically removed when the last session stops accessing the database.