LibreOffice Module connectivity (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <o3tl/safeint.hxx>
#include <o3tl/string_view.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <cppuhelper/exc_hlp.hxx>
#include <utility>
#include "pq_xcolumns.hxx"
#include "pq_xcolumn.hxx"
#include "pq_statics.hxx"
#include "pq_tools.hxx"
Go to the source code of this file.
Namespaces | |
namespace | pq_sdbc_driver |
Functions | |
static Any | pq_sdbc_driver::isCurrency (std::u16string_view typeName) |
static Any | pq_sdbc_driver::isAutoIncrement (std::u16string_view defaultValue) |
OUString | pq_sdbc_driver::columnMetaData2SDBCX (ReflectionBase *pBase, const css::uno::Reference< css::sdbc::XRow > &xRow) |
void | pq_sdbc_driver::alterColumnByDescriptor (std::u16string_view schemaName, std::u16string_view tableName, ConnectionSettings *settings, const Reference< XStatement > &stmt, const css::uno::Reference< css::beans::XPropertySet > &past, const css::uno::Reference< css::beans::XPropertySet > &future) |