Changes between Version 17 and Version 18 of MapGuideRfc78


Ignore:
Timestamp:
Jul 12, 2009, 8:07:45 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc78

    v17 v18  
    3636However, 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.
    3737{{{
     38virtual MgSqlDataReader* ExecuteSqlQuery(MgResourceIdentifier* resource,
     39                                         CREFSTRING sqlStatemen) = 0;
    3840virtual INT32 ExecuteSqlNonQuery( MgResourceIdentifier* resource,
    3941                                  CREFSTRING sqlNonSelectStatement ) = 0;
    40 virtual MgSpatialContextReader* GetSpatialContexts( MgResourceIdentifier* resource,
    41                                                     bool bActiveOnly) = 0;
    4242}}}
    4343This proposal is to extend Feature Service to support executing a sequence of sql statements within a single transaction.