LibreOffice Module dbaccess (master) 1
Classes | Namespaces | Typedefs | Enumerations
subcomponents.hxx File Reference
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
#include <rtl/ustring.hxx>
#include <map>
#include <unordered_map>
Include dependency graph for subcomponents.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dbaccess::SubComponentDescriptor
 

Namespaces

namespace  dbaccess
 

Typedefs

typedef std::unordered_map< OUString, SubComponentDescriptor > dbaccess::MapStringToCompDesc
 
typedef std::map< SubComponentType, MapStringToCompDesc > dbaccess::MapCompTypeToCompDescs
 

Enumerations

enum  dbaccess::SubComponentType {
  dbaccess::TABLE = css::sdb::application::DatabaseObject::TABLE ,
  dbaccess::QUERY = css::sdb::application::DatabaseObject::QUERY ,
  dbaccess::FORM = css::sdb::application::DatabaseObject::FORM ,
  dbaccess::REPORT = css::sdb::application::DatabaseObject::REPORT ,
  dbaccess::RELATION_DESIGN = 1000 ,
  dbaccess::UNKNOWN = 10001
}