Changes between Version 17 and Version 18 of MapGuideRfc78
- Timestamp:
- 07/12/09 20:07:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc78
v17 v18 36 36 However, MapGuide Feature Service also provides another two APIs to execute sql statements as illustrated below, where a database transaction will internally be started and committed before and after the sql statement execution. Here the capability of executing a sequence of sql statements within a single transaction is missing. 37 37 {{{ 38 virtual MgSqlDataReader* ExecuteSqlQuery(MgResourceIdentifier* resource, 39 CREFSTRING sqlStatemen) = 0; 38 40 virtual INT32 ExecuteSqlNonQuery( MgResourceIdentifier* resource, 39 41 CREFSTRING sqlNonSelectStatement ) = 0; 40 virtual MgSpatialContextReader* GetSpatialContexts( MgResourceIdentifier* resource,41 bool bActiveOnly) = 0;42 42 }}} 43 43 This proposal is to extend Feature Service to support executing a sequence of sql statements within a single transaction.