LibreOffice Module dbaccess (master) 1
|
#include <com/sun/star/sdb/application/DatabaseObject.hpp>
#include <rtl/ustring.hxx>
#include <map>
#include <unordered_map>
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 } |