[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a list of index definitions
Source position: db.pas line 1370
function IProviderSupport.PSGetIndexDefs( |
IndexTypes: TIndexOptions = [ixPrimary..ixNonMaintained] |
):TIndexDefs; |
IndexTypes |
|
Types of indexes that should be included in the result. |
The collection of index definitions.
PSGetIndexDefs should return a list of index definitions, limited to the types of indexes in IndexTypes.
PSGetDefaultOrder |
PSGetKeyFields |