diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-01 12:20:30 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-01 12:20:30 +0000 |
commit | 294af53678cda18e5f6e5f2007daa0893c1250d0 (patch) | |
tree | 1ba6643637001b2d4852094551e7deb2f22c929b /Source/SPTableData.h | |
parent | d7efae3ff6e5cf9407af16dbba09a55be092ce45 (diff) | |
download | sequelpro-294af53678cda18e5f6e5f2007daa0893c1250d0.tar.gz sequelpro-294af53678cda18e5f6e5f2007daa0893c1250d0.tar.bz2 sequelpro-294af53678cda18e5f6e5f2007daa0893c1250d0.zip |
• added basic support for spatial data
- while querying and writing back make usage of AsText() and GeomFromText() to allow to edit each GEOMETRY field as text simple string
- works only in Content Tab so far
- the spatial data are not yet editable inside views
Diffstat (limited to 'Source/SPTableData.h')
-rw-r--r-- | Source/SPTableData.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableData.h b/Source/SPTableData.h index ade1d30e..69a6ed2f 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -57,6 +57,7 @@ - (NSArray *) getConstraints; - (NSArray *) triggers; - (BOOL) columnIsBlobOrText:(NSString *)colName; +- (BOOL) columnIsGeometry:(NSString *)colName; - (NSString *) statusValueForKey:(NSString *)aKey; - (void)setStatusValue:(NSString *)value forKey:(NSString *)key; - (NSDictionary *) statusValues; |