#include <transaction.h>
Inheritance diagram for Gnome::Gda::Transaction:

Public Member Functions | ||||
| virtual | ~Transaction () | |||
| GdaTransaction * | gobj () | |||
| Provides access to the underlying C GObject. | ||||
| const GdaTransaction * | gobj () const | |||
| Provides access to the underlying C GObject. | ||||
| GdaTransaction * | gobj_copy () | |||
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | ||||
| TransactionIsolation | get_isolation_level () const | |||
| void | set_isolation_level (GdaTransactionIsolation level) | |||
| Glib::ustring | get_name () const | |||
| void | set_name (const Glib::ustring &name) | |||
Static Public Member Functions | ||||
| static Glib::RefPtr< Transaction > | create (const Glib::ustring &name) | |||
Protected Member Functions | ||||
| Transaction (const Glib::ustring &name=Glib::ustring()) | ||||
Related Functions | ||||
| (Note that these are not member functions.) | ||||
| Glib::RefPtr< Gnome::Gda::Transaction > | wrap (GdaTransaction *object, bool take_copy=false) | |||
| ||||
| virtual Gnome::Gda::Transaction::~Transaction | ( | ) | [virtual] |
| Gnome::Gda::Transaction::Transaction | ( | const Glib::ustring & | name = Glib::ustring() |
) | [explicit, protected] |
| GdaTransaction* Gnome::Gda::Transaction::gobj | ( | ) | [inline] |
| const GdaTransaction* Gnome::Gda::Transaction::gobj | ( | ) | const [inline] |
| GdaTransaction* Gnome::Gda::Transaction::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
| static Glib::RefPtr<Transaction> Gnome::Gda::Transaction::create | ( | const Glib::ustring & | name | ) | [static] |
| TransactionIsolation Gnome::Gda::Transaction::get_isolation_level | ( | ) | const |
| void Gnome::Gda::Transaction::set_isolation_level | ( | GdaTransactionIsolation | level | ) |
| Glib::ustring Gnome::Gda::Transaction::get_name | ( | ) | const |
| void Gnome::Gda::Transaction::set_name | ( | const Glib::ustring & | name | ) |
| Glib::RefPtr< Gnome::Gda::Transaction > wrap | ( | GdaTransaction * | 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. |
1.5.1