libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::TransactionStatus:
Public Member Functions | ||||
const GnomeDbTransactionStatus* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbTransactionStatus* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
TransactionStatus (const Glib::RefPtr<Gda::Connection>& connection) | ||||
virtual | ~TransactionStatus () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::TransactionStatus* | wrap (GnomeDbTransactionStatus* object, bool take_copy=false) | |||
|
This widget displays the contents of a Gda::TransactionStatus object which represents the "transactional status" of a connection (it tells whether a transaction has been started, if there are savepoints, etc).
This widget also allows the user to begin, commit or rollback transactions and to add, rollback or remove savepoints.
virtual Gnome::Db::TransactionStatus::~TransactionStatus | ( | ) | [virtual] |
Gnome::Db::TransactionStatus::TransactionStatus | ( | const Glib::RefPtr< Gda::Connection > & | connection | ) | [explicit] |
const GnomeDbTransactionStatus* Gnome::Db::TransactionStatus::gobj | ( | ) | const [inline] |
GnomeDbTransactionStatus* Gnome::Db::TransactionStatus::gobj | ( | ) | [inline] |
Gnome::Db::TransactionStatus* wrap | ( | GnomeDbTransactionStatus * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |