Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

IProviderSupport.PSGetIndexDefs

Return a list of index definitions.

Declaration

Source position: db.pas line 1633

function IProviderSupport.PSGetIndexDefs(

  IndexTypes: TIndexOptions = [ixPrimary..ixNonMaintained]

):TIndexDefs;

Arguments

IndexTypes

  

Types of indexes that should be included in the result.

Function result

The collection of index definitions.

Description

PSGetIndexDefs should return a list of index definitions, limited to the types of indexes in IndexTypes.

See also

PSGetDefaultOrder

PSGetKeyFields


Documentation generated on: Jul 24 2023