mgILongTransactionPrivilegeReader.h File Reference

This graph shows which files directly or indirectly include this file:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::LongTransaction

Functions

System::Void OSGeo::FDO::Commands::LongTransaction::Close ()
 Closes the ILongTransactionCheckpointReader object, freeing any resources it may be holding.
System::Int32 OSGeo::FDO::Commands::LongTransaction::GetPrivileges ()
 Gets the privileges granted to the user currently being read. The returned value may be any combination of the values from the LongTransactionPrivileges enumeration combined via a bit-wise or operation.
System::Boolean OSGeo::FDO::Commands::LongTransaction::ReadNext ()
 Advances the reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.