Data.DB.IProviderSupportNG.PSGetIndexDefs
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: IProviderSupportNG | |
Delphi
function PSGetIndexDefs(IndexTypes: TIndexOptions = [ixPrimary..ixNonMaintained]): TIndexDefs;
C++
virtual TIndexDefs* __fastcall PSGetIndexDefs(TIndexOptions IndexTypes = (TIndexOptions() << TIndexOption::ixPrimary << TIndexOption::ixUnique << TIndexOption::ixDescending << TIndexOption::ixCaseInsensitive << TIndexOption::ixExpression << TIndexOption::ixNonMaintained )) = 0 ;
Description
Embarcadero Technologies does not currently have any additional information.