[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sqldb' (#fcl)

TServerIndexDefs

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

SQLDB specific descendant of the TIndexDefs

Declaration

Source position: sqldb.pp line 131

type TServerIndexDefs = class(TIndexDefs) end;

public

  constructor Create(); override;

  

Create a new instance of TServerIndexDefs

  procedure Update; override;

  

Updates the list of indexes

Inheritance

TServerIndexDefs

  

SQLDB specific descendant of the TIndexDefs

|

TIndexDefs

  

A class to keep a list of index definitions

|

TDefCollection

  

Definition collection

|

TOwnedCollection

|

TCollection

|

TPersistent,IFPObserved

|

TObject

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: Nov 14 2015