libgdamm Reference Documentation |
Classes | |
class | Gnome::Gda::MetaStruct |
In-memory representation of some database objects. More... | |
Namespaces | |
namespace | Glib |
namespace | Gnome |
namespace | Gnome::Gda |
Enumerations | |
enum | Gnome::Gda::MetaDbObjectType { Gnome::Gda::META_DB_UNKNOWN, Gnome::Gda::META_DB_TABLE, Gnome::Gda::META_DB_VIEW } |
enum | Gnome::Gda::MetaGraphInfo { Gnome::Gda::META_GRAPH_COLUMNS = 1 << 0 } |
enum | Gnome::Gda::MetaSortType { Gnome::Gda::META_SORT_ALHAPETICAL, Gnome::Gda::META_SORT_DEPENDENCIES } |
enum | Gnome::Gda::MetaStructFeature { Gnome::Gda::META_STRUCT_FEATURE_NONE = 0, Gnome::Gda::META_STRUCT_FEATURE_FOREIGN_KEYS = 1 << 0, Gnome::Gda::META_STRUCT_FEATURE_VIEW_DEPENDENCIES = 1 << 1, Gnome::Gda::META_STRUCT_FEATURE_ALL = 0x1 } |
Functions | |
MetaGraphInfo | Gnome::Gda::operator& (MetaGraphInfo lhs, MetaGraphInfo rhs) |
MetaStructFeature | Gnome::Gda::operator& (MetaStructFeature lhs, MetaStructFeature rhs) |
MetaGraphInfo& | Gnome::Gda::operator&= (MetaGraphInfo& lhs, MetaGraphInfo rhs) |
MetaStructFeature& | Gnome::Gda::operator&= (MetaStructFeature& lhs, MetaStructFeature rhs) |
MetaGraphInfo | Gnome::Gda::operator^ (MetaGraphInfo lhs, MetaGraphInfo rhs) |
MetaStructFeature | Gnome::Gda::operator^ (MetaStructFeature lhs, MetaStructFeature rhs) |
MetaGraphInfo& | Gnome::Gda::operator^= (MetaGraphInfo& lhs, MetaGraphInfo rhs) |
MetaStructFeature& | Gnome::Gda::operator^= (MetaStructFeature& lhs, MetaStructFeature rhs) |
MetaGraphInfo | Gnome::Gda::operator| (MetaGraphInfo lhs, MetaGraphInfo rhs) |
MetaStructFeature | Gnome::Gda::operator| (MetaStructFeature lhs, MetaStructFeature rhs) |
MetaGraphInfo& | Gnome::Gda::operator|= (MetaGraphInfo& lhs, MetaGraphInfo rhs) |
MetaStructFeature& | Gnome::Gda::operator|= (MetaStructFeature& lhs, MetaStructFeature rhs) |
MetaGraphInfo | Gnome::Gda::operator~ (MetaGraphInfo flags) |
MetaStructFeature | Gnome::Gda::operator~ (MetaStructFeature flags) |