#include "mysqlc_general.hxx"
#include <sal/log.hxx>
#include <rtl/ustring.hxx>
#include <o3tl/string_view.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
Go to the source code of this file.
|
void | mysqlc_sdbc_driver::allocateSqlVar (void **mem, enum_field_types eType, unsigned nSize) |
|
void | mysqlc_sdbc_driver::throwFeatureNotImplementedException (const char *_pAsciiFeatureName, const css::uno::Reference< XInterface > &_rxContext) |
|
void | mysqlc_sdbc_driver::throwInvalidArgumentException (const char *_pAsciiFeatureName, const css::uno::Reference< XInterface > &_rxContext) |
|
void | mysqlc_sdbc_driver::throwSQLExceptionWithMsg (const char *msg, const char *SQLSTATE, unsigned int errorNum, const css::uno::Reference< css::uno::XInterface > &_context, const rtl_TextEncoding encoding) |
|
void | mysqlc_sdbc_driver::throwSQLExceptionWithMsg (const OUString &msg, const char *SQLSTATE, unsigned int errorNum, const css::uno::Reference< css::uno::XInterface > &_context) |
|
sal_Int32 | mysqlc_sdbc_driver::mysqlToOOOType (int eType, int charsetnr) noexcept |
|
sal_Int32 | mysqlc_sdbc_driver::mysqlStrToOOOType (std::u16string_view sType) |
|
OUString | mysqlc_sdbc_driver::mysqlTypeToStr (unsigned type, unsigned flags) |
|
OUString | mysqlc_sdbc_driver::convert (const ::std::string &_string, const rtl_TextEncoding encoding) |
|