Changeset 8 for trunk/UDataTypes.pas


Ignore:
Timestamp:
Jan 23, 2015, 12:00:37 AM (9 years ago)
Author:
chronos
Message:
  • Modified: All data types have own table which is used to specify supported data types by database engines.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UDataTypes.pas

    r6 r8  
    112112  end;
    113113
    114 const
    115   FieldTypeString: array[TFieldType] of string = ('String', 'Numeric', 'DateTime',
    116     'Boolean', 'Float', 'Image', 'Date', 'Time', 'MapPosition');
    117   FieldTypeClass: array[TFieldType] of TFieldTypeSpecificClass = (TFieldString,
    118     TFieldInteger, TFieldDateTime, TFieldBoolean, TFieldFloat, TFieldImage,
    119     TFieldDate, TFieldTime, TFieldMapPosition);
    120 
    121114
    122115implementation
Note: See TracChangeset for help on using the changeset viewer.