LibreOffice Module connectivity (master) 1
Functions
Util.cxx File Reference
#include "Util.hxx"
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <o3tl/string_view.hxx>
Include dependency graph for Util.cxx:

Go to the source code of this file.

Functions

static sal_Int32 lcl_getNumberType (short aType, NumberSubType aSubType)
 
static sal_Int32 lcl_getCharColumnType (short aType, std::u16string_view sCharset)
 

Function Documentation

◆ lcl_getCharColumnType()

static sal_Int32 lcl_getCharColumnType ( short  aType,
std::u16string_view  sCharset 
)
static

Definition at line 98 of file Util.cxx.

References u.

Referenced by connectivity::firebird::ColumnTypeInfo::getSdbcType().

◆ lcl_getNumberType()

static sal_Int32 lcl_getNumberType ( short  aType,
NumberSubType  aSubType 
)
static

Definition at line 73 of file Util.cxx.

Referenced by connectivity::firebird::ColumnTypeInfo::getSdbcType().