[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

IProviderSupport.PSGetIndexDefs

Return a list of index definitions

Declaration

Source position: db.pas line 1421

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: May 14 2021