Data.DB.IProviderSupportNG.PSGetIndexDefs

From RAD Studio API Documentation
Jump to: navigation, search

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 ;

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB IProviderSupportNG

Description

Embarcadero Technologies does not currently have any additional information.