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

TServerIndexDefs

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

SQLDB specific descendant of the TIndexDefs.

Declaration

Source position: sqldb.pp line 164

type TServerIndexDefs = class(TIndexDefs)

public

  constructor Create(); override;

  

Create a new instance of TServerIndexDefs.

  procedure Update; override;

  

Updates the list of indexes.

end;

Inheritance

TServerIndexDefs

  

SQLDB specific descendant of the TIndexDefs.

|

TIndexDefs

  

A class to keep a list of index definitions.

|

TDefCollection

  

Definition collection.

|

TOwnedCollection

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

TServerIndexDefs is a simple descendent of TIndexDefs that implements the necessary methods to update the list of definitions using the TSQLConnection. It should not be used directly.

See also

TSQLConnection

  

An abstract class representing a connection to a SQL Database.


Documentation generated on: Jul 24 2023