LibreOffice Module connectivity (master) 1
Namespaces | Functions
pq_preparedstatement.cxx File Reference
#include <sal/log.hxx>
#include "pq_preparedstatement.hxx"
#include "pq_tools.hxx"
#include "pq_statics.hxx"
#include "pq_statement.hxx"
#include <o3tl/safeint.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <comphelper/sequence.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <memory>
#include <string.h>
#include <string_view>
#include <connectivity/dbconversion.hxx>
#include <utility>
Include dependency graph for pq_preparedstatement.cxx:

Go to the source code of this file.

Namespaces

namespace  pq_sdbc_driver
 

Functions

::cppu::IPropertyArrayHelperpq_sdbc_driver::getPreparedStatementPropertyArrayHelper ()
 
static bool pq_sdbc_driver::isOperator (char c)
 
static bool pq_sdbc_driver::isNamedParameterStart (std::string_view o, int index)
 
static bool pq_sdbc_driver::isQuoted (std::string_view str)