[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqltree.pp line 1118
type TSQLCreateIndexStatement = class(TSQLCreateOrAlterIndexStatement) |
public |
constructor Create(); override; |
destructor Destroy; override; |
property TableName: TSQLIdentifierName; [rw] |
function GetAsSQL(); override; |
property Options: TIndexOptions; [rw] |
property FieldNames: TSQLElementList; [r] |
end; |
| |
| |
| |
| |
| |
| |
TObject |