LibreOffice Module connectivity (master) 1
|
This is the complete list of members for connectivity::odbc::OTools, including all inherited members.
bindValue(OConnection const *_pConnection, SQLHANDLE _aStatementHandle, sal_Int32 columnIndex, SQLSMALLINT _nType, SQLSMALLINT _nMaxLen, const void *_pValue, void *_pData, SQLLEN *pLen, const css::uno::Reference< css::uno::XInterface > &_xInterface, rtl_TextEncoding _nTextEncoding, bool _bUseOldTimeDate) | connectivity::odbc::OTools | static |
DateTimeToTimestamp(const css::util::DateTime &x) | connectivity::odbc::OTools | inlinestatic |
DateToOdbcDate(const css::util::Date &x) | connectivity::odbc::OTools | inlinestatic |
getBindTypes(bool _bUseWChar, bool _bUseOldTimeDate, SQLSMALLINT _nOdbcType, SQLSMALLINT &fCType, SQLSMALLINT &fSqlType) | connectivity::odbc::OTools | static |
getBytesValue(const OConnection *_pConnection, SQLHANDLE _aStatementHandle, sal_Int32 columnIndex, SQLSMALLINT _fSqlType, bool &_bWasNull, const css::uno::Reference< css::uno::XInterface > &_xInterface) | connectivity::odbc::OTools | static |
GetInfo(OConnection const *_pConnection, SQLHANDLE _aConnectionHandle, SQLUSMALLINT _nInfo, OUString &_rValue, const css::uno::Reference< css::uno::XInterface > &_xInterface, rtl_TextEncoding _nTextEncoding) | connectivity::odbc::OTools | static |
GetInfo(OConnection const *_pConnection, SQLHANDLE _aConnectionHandle, SQLUSMALLINT _nInfo, sal_Int32 &_rValue, const css::uno::Reference< css::uno::XInterface > &_xInterface) | connectivity::odbc::OTools | static |
GetInfo(OConnection const *_pConnection, SQLHANDLE _aConnectionHandle, SQLUSMALLINT _nInfo, SQLUSMALLINT &_rValue, const css::uno::Reference< css::uno::XInterface > &_xInterface) | connectivity::odbc::OTools | static |
GetInfo(OConnection const *_pConnection, SQLHANDLE _aConnectionHandle, SQLUSMALLINT _nInfo, SQLUINTEGER &_rValue, const css::uno::Reference< css::uno::XInterface > &_xInterface) | connectivity::odbc::OTools | static |
getStringValue(OConnection const *_pConnection, SQLHANDLE _aStatementHandle, sal_Int32 columnIndex, SQLSMALLINT _fSqlType, bool &_bWasNull, const css::uno::Reference< css::uno::XInterface > &_xInterface, rtl_TextEncoding _nTextEncoding) | connectivity::odbc::OTools | static |
getValue(OConnection const *_pConnection, SQLHANDLE _aStatementHandle, sal_Int32 columnIndex, SQLSMALLINT _nType, bool &_bWasNull, const css::uno::Reference< css::uno::XInterface > &_xInterface, void *_pValue, SQLLEN _nSize) | connectivity::odbc::OTools | static |
jdbcTypeToOdbc(sal_Int32 jdbcType) | connectivity::odbc::OTools | static |
MapOdbcType2Jdbc(SQLSMALLINT _nType) | connectivity::odbc::OTools | static |
ThrowException(const OConnection *_pConnection, SQLRETURN _rRetCode, SQLHANDLE _pContext, SQLSMALLINT _nHandleType, const css::uno::Reference< css::uno::XInterface > &_xInterface, bool _bNoFound=true) | connectivity::odbc::OTools | static |
TimeToOdbcTime(const css::util::Time &x) | connectivity::odbc::OTools | inlinestatic |