Return a list of index definitions.
Source position: db.pas line 1639
| 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 |