Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TServerIndexDefs.Create

Create a new instance of TServerIndexDefs.

Declaration

Source position: sqldb.pp line 167

public constructor TServerIndexDefs.Create(

  ADataSet: TDataSet

); override;

Arguments

ADataSet

  

Dataset for which the index definition collection is created.

Description

Create will raise an exception if ADataset is not a TCustomSQLQuery descendent.

Errors

An EDatabaseError exception will be raised if ADataset is not a TCustomSQLQuery descendent.


Documentation generated on: Jul 24 2023