#include <comphelper/processfactory.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <com/sun/star/sheet/DataImportMode.hpp>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdb/DatabaseContext.hpp>
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
#include <com/sun/star/sdb/XCompletedConnection.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <dapidata.hxx>
#include <dpsdbtab.hxx>
Go to the source code of this file.
◆ DP_TYPELIST_QUERY
#define DP_TYPELIST_QUERY 1 |
◆ DP_TYPELIST_SQLNAT
#define DP_TYPELIST_SQLNAT 3 |
◆ DP_TYPELIST_TABLE
#define DP_TYPELIST_TABLE 0 |
◆ IMPL_LINK_NOARG()