|
@@ -479,7 +479,8 @@ Type
|
|
|
end;
|
|
|
|
|
|
{ TFPDDEngine }
|
|
|
- TFPDDEngineCapability =(ecImport,ecCreateTable,ecViewTable, ecTableIndexes, ecRunQuery, ecRowsAffected);
|
|
|
+ TFPDDEngineCapability =(ecImport,ecCreateTable,ecViewTable, ecTableIndexes,
|
|
|
+ ecRunQuery, ecRowsAffected, ecSequences, ecDomains);
|
|
|
TFPDDEngineCapabilities = set of TFPDDEngineCapability;
|
|
|
{
|
|
|
to avoid dependencies on GUI elements in the data dictionary engines,
|
|
@@ -2872,8 +2873,6 @@ begin
|
|
|
end;
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
{ TFPDDSequenceList }
|
|
|
|
|
|
function TFPDDSequenceList.GetSequenceDef(AIndex: Integer): TDDSequenceDef;
|