Namespaces | |
namespace | OSGeo |
namespace | OSGeo::FDO |
namespace | OSGeo::FDO::Commands |
namespace | OSGeo::FDO::Commands::LongTransaction |
Functions | |
System::Void | OSGeo::FDO::Commands::LongTransaction::Execute () |
Executes the activate long transaction command. An exception is thrown if the long transaction does not exist or the user does not have access privileges to the long transaction. | |
__property System::String * | OSGeo::FDO::Commands::LongTransaction::get_CheckpointDescription () |
Gets the description of the checkpoint to be created for the named long transaction. | |
__property System::String * | OSGeo::FDO::Commands::LongTransaction::get_CheckpointName () |
Gets the name of the checkpoint to be created for the named long transaction. | |
__property System::Void | OSGeo::FDO::Commands::LongTransaction::set_CheckpointDescription (System::String *value) |
Sets the description of the checkpoint to be created for the named long transaction. | |
__property System::Void | OSGeo::FDO::Commands::LongTransaction::set_CheckpointName (System::String *value) |
Sets the name of the checkpoint to be activated for the named long transaction. If the property's value is empty the system will activate the most recent checkpoint of the long transaction. | |
__property System::Void | OSGeo::FDO::Commands::LongTransaction::set_LongTransactionName (System::String *value) |
Sets the name of the long transaction for which privileges should be changed. | |
Variables | |
public __gc __interface | OSGeo::FDO::Commands::LongTransaction::ICreateLongTransactionCheckpoint |