git-svn-id: trunk@6296 -
This commit is contained in:
joost 2007-02-02 10:39:59 +00:00
parent 3067415fe4
commit e37b97cfbf

View File

@ -63,6 +63,10 @@ type
TProviderFlag = (pfInUpdate, pfInWhere, pfInKey, pfHidden);
TProviderFlags = set of TProviderFlag;
{ Part of DBCommon, but temporary defined here (bug 8206) }
TFieldMap = array[TFieldType] of Byte;
{ Forward declarations }
TFieldDef = class;