LibreOffice Module connectivity (master) 1
Functions
mysqlc_databasemetadata.cxx File Reference
#include "mysqlc_databasemetadata.hxx"
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/TransactionIsolation.hpp>
#include <com/sun/star/sdbc/Deferrability.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <comphelper/sequence.hxx>
#include <o3tl/string_view.hxx>
#include <sal/log.hxx>
#include <rtl/ustrbuf.hxx>
#include "mysqlc_general.hxx"
#include "mysqlc_driver.hxx"
#include "mysqlc_preparedstatement.hxx"
Include dependency graph for mysqlc_databasemetadata.cxx:

Go to the source code of this file.

Functions

static std::string wild ("%")
 
static void lcl_setRows_throw (const Reference< XResultSet > &_xResultSet, sal_Int32 _nType, const std::vector< std::vector< Any > > &_rRows)
 

Function Documentation

◆ lcl_setRows_throw()

static void lcl_setRows_throw ( const Reference< XResultSet > &  _xResultSet,
sal_Int32  _nType,
const std::vector< std::vector< Any > > &  _rRows 
)
static

◆ wild()

static std::string wild ( "%"  )
static