ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Enumeration –> This enumeration represents the column type in the DBF.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType</a>
Name | Summary |
---|---|
Null | Null |
String | A string type. |
Double | 8 byte numeric type. |
Logical | 1 byte to include: ? - Default Y,y - Yes N,n - No F,f - False T,t - True |
Integer | 8 byte numeric type. |
Memo | 10 digit pointer to memo file. |
Date | Date in the format of YYYYMMDD |
Long | 4 bytes. Leftmost bit used to indicate sign, 0 negative. |