[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
SQLDB specific descendant of the TIndexDefs
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 |
|
SQLDB specific descendant of the TIndexDefs |
|
| | ||
|
A class to keep a list of index definitions |
|
| | ||
|
Definition collection |
|
| | ||
| | ||
| | ||
| | ||
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.
|
An abstract class representing a connection to a SQL Database |