* Firebird/Interbase needs CREATE GENERATOR instead of sequence, added sequence/domain capability

git-svn-id: trunk@11602 -
This commit is contained in:
michael 2008-08-17 14:52:58 +00:00
parent 81b4052a2a
commit 2a108bb4bf

View File

@ -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;