Lines Matching refs:sdbc

44 	using namespace ::com::sun::star::sdbc;
58 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdbc::SQLException& _rError) in SQLExceptionInfo()
65 SQLExceptionInfo::SQLExceptionInfo(const ::com::sun::star::sdbc::SQLWarning& _rError) in SQLExceptionInfo()
95 const SQLExceptionInfo& SQLExceptionInfo::operator=(const ::com::sun::star::sdbc::SQLException& _rE… in operator =()
103 const SQLExceptionInfo& SQLExceptionInfo::operator=(const ::com::sun::star::sdbc::SQLWarning& _rErr… in operator =()
144 …const staruno::Type& aSQLExceptionType = ::getCppuType(reinterpret_cast< ::com::sun::star::sdbc::S… in SQLExceptionInfo()
193 SQLExceptionInfo::operator const ::com::sun::star::sdbc::SQLException*() const
196 return reinterpret_cast<const ::com::sun::star::sdbc::SQLException*>(m_aContent.getValue());
200 SQLExceptionInfo::operator const ::com::sun::star::sdbc::SQLWarning*() const
203 return reinterpret_cast<const ::com::sun::star::sdbc::SQLWarning*>(m_aContent.getValue());
297 SQLExceptionIteratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLException&… in SQLExceptionIteratorHelper()
304 SQLExceptionIteratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLWarning& _… in SQLExceptionIteratorHelper()
341 const ::com::sun::star::sdbc::SQLException* SQLExceptionIteratorHelper::next() in next()
345 const ::com::sun::star::sdbc::SQLException* pReturn = current(); in next()
391 …eference< XInterface >& _Context, const Any& _Next) throw ( ::com::sun::star::sdbc::SQLException ) in throwFunctionSequenceException()
404 const ::com::sun::star::uno::Any& _Next) throw ( ::com::sun::star::sdbc::SQLException ) in throwInvalidIndexException()
418 const ::com::sun::star::uno::Any& _Next) throw ( ::com::sun::star::sdbc::SQLException ) in throwFunctionNotSupportedException()
430 … const ::com::sun::star::uno::Any* _pNextException ) throw ( ::com::sun::star::sdbc::SQLException ) in throwFunctionNotSupportedException()
447 throw (::com::sun::star::sdbc::SQLException) in throwGenericSQLException()