LibreOffice Module dbaccess (master) 1
|
#include <memory>
#include "OptimisticSet.hxx"
#include <core_resource.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
#include <com/sun/star/sdbc/XParameters.hpp>
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
#include <comphelper/types.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/dbexception.hxx>
#include <map>
#include <algorithm>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <composertools.hxx>
Go to the source code of this file.
Typedefs | |
typedef std::map< OUString, OUStringBuffer > | TSQLStatements |
typedef std::map<OUString, OUStringBuffer> TSQLStatements |
Definition at line 56 of file OptimisticSet.cxx.