libgdamm Reference Documentation
Main Page   Namespaces   Book  

metastruct.h File Reference


Namespaces

namespace  Glib
namespace  Gnome
namespace  Gnome::Gda

Classes

class  Gnome::Gda::MetaStruct
 In memory representation of some database objects. More...

Typedefs

typedef GdaMetaDbObject Gnome::Gda::MetaDbObject
typedef GdaMetaTable Gnome::Gda::MetaTable
typedef GdaMetaTableColumn Gnome::Gda::MetaTableColumn

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)

Generated for libgdamm by Doxygen 1.5.6 © 1997-2001