mgILongTransactionReader.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.
OSGeo::FDO::Commands::LongTransaction::ILongTransactionReaderOSGeo::FDO::Commands::LongTransaction::GetChildren ()
 Provides access to the direct descendent long transactions for the long transaction being currently read. The caller can use the returned reader to get to the next level of descendents if required. The returned reader is empty if there are no descendents for the long transction.
System::DateTime OSGeo::FDO::Commands::LongTransaction::GetCreationDate ()
 Gets the creation date of the checkpoint currently being read.
System::String * OSGeo::FDO::Commands::LongTransaction::GetDescription ()
 Retrieves the description of the long transaction currently being read.
System::String * OSGeo::FDO::Commands::LongTransaction::GetOwner ()
 Retrieves the owner of the long transaction currently being read.
OSGeo::FDO::Commands::LongTransaction::ILongTransactionReaderOSGeo::FDO::Commands::LongTransaction::GetParents ()
 Provides access to the direct ascendant long transactions for the long transaction being currently read. The caller can use the returned reader to get to the next level of ascendants if required. The returned reader is empty if there are no ascendants for the long transaction.
System::Boolean OSGeo::FDO::Commands::LongTransaction::IsActive ()
 Returns true if the checkpoint currently being read is the active checkpoint.
System::Boolean OSGeo::FDO::Commands::LongTransaction::IsFrozen ()
 Returns true if the long transaction currently being read is frozen.
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.