LibreOffice Module connectivity (master) 1
|
#include <sal/log.hxx>
#include <string_view>
#include <utility>
#include <vector>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <cppuhelper/exc_hlp.hxx>
#include <rtl/ref.hxx>
#include "pq_xcolumns.hxx"
#include "pq_xindexcolumns.hxx"
#include "pq_xindexcolumn.hxx"
#include "pq_statics.hxx"
#include "pq_tools.hxx"
Go to the source code of this file.
Namespaces | |
namespace | pq_sdbc_driver |
Functions | |
static sal_Int32 | pq_sdbc_driver::findInSequence (const Sequence< OUString > &seq, std::u16string_view str) |