This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mapsuitegeocoder.dbfmatchingplugincolumntype [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mapsuitegeocoder.dbfmatchingplugincolumntype [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType ====== | ====== ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Enumeration --> | ||
| This enumeration represents the column type in the DBF. | This enumeration represents the column type in the DBF. | ||
| - | === Remarks === | + | == Remarks == |
| - | 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> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType |
| - | ===== Items ===== | + | == Items == |
| - | ^ Name ^ Summary ^ | + | **Null** |
| - | | Null | Null | | + | * **Summary**:Null |
| - | | String | A string type. | | + | |
| - | | Double | 8 byte numeric type. | | + | **String** |
| - | | Logical | 1 byte to include: ? - Default Y,y - Yes N,n - No F,f - False T,t - True | | + | * **Summary**:A string type. |
| - | | Integer | 8 byte numeric type. | | + | |
| - | | Memo | 10 digit pointer to memo file. | | + | **Double** |
| - | | Date | Date in the format of YYYYMMDD | | + | * **Summary**:8 byte numeric type. |
| - | | Long | 4 bytes. Leftmost bit used to indicate sign, 0 negative. | | + | |
| + | **Logical** | ||
| + | * **Summary**:1 byte to include: ? - Default Y,y - Yes N,n - No F,f - False T,t - True | ||
| + | |||
| + | **Integer** | ||
| + | * **Summary**:8 byte numeric type. | ||
| + | |||
| + | **Memo** | ||
| + | * **Summary**:10 digit pointer to memo file. | ||
| + | |||
| + | **Date** | ||
| + | * **Summary**:Date in the format of YYYYMMDD | ||
| + | |||
| + | **Long** | ||
| + | * **Summary**:4 bytes. Leftmost bit used to indicate sign, 0 negative. | ||
| - | __NOTOC__ | ||
| - | [[Category:MapSuiteGeocoder]] | ||
| - | [[Category:ThinkGeo.MapSuite.MapSuiteGeocoder]] | ||