Searched refs:SQLError_Impl (Results 1 – 2 of 2) sorted by relevance
66 class SQLError_Impl class69 SQLError_Impl( const ::comphelper::ComponentContext& _rContext );70 ~SQLError_Impl();110 SQLError_Impl::SQLError_Impl( const ::comphelper::ComponentContext& _rContext ) in SQLError_Impl() function in connectivity::SQLError_Impl118 SQLError_Impl::~SQLError_Impl() in ~SQLError_Impl()123 const ::rtl::OUString& SQLError_Impl::getMessagePrefix() in getMessagePrefix()176 ErrorCode SQLError_Impl::getErrorCode( const ErrorCondition _eCondition ) in getErrorCode()279 bool SQLError_Impl::impl_initResources() in impl_initResources()298 :m_pImpl( new SQLError_Impl( _rContext ) ) in SQLError()310 return SQLError_Impl::getMessagePrefix(); in getMessagePrefix()[all …]
58 class SQLError_Impl;329 ::boost::shared_ptr< SQLError_Impl > m_pImpl;
Completed in 15 milliseconds