Lines Matching refs:SQLExceptionInfo
66 class OOO_DLLPUBLIC_DBTOOLS SQLExceptionInfo class
76 SQLExceptionInfo();
77 SQLExceptionInfo(const ::com::sun::star::sdbc::SQLException& _rError);
78 SQLExceptionInfo(const ::com::sun::star::sdbc::SQLWarning& _rError);
79 SQLExceptionInfo(const ::com::sun::star::sdb::SQLContext& _rError);
88 SQLExceptionInfo( const ::rtl::OUString& _rSimpleErrorMessage );
90 SQLExceptionInfo(const SQLExceptionInfo& _rCopySource);
92 SQLExceptionInfo(const ::com::sun::star::sdb::SQLErrorEvent& _rError);
94 SQLExceptionInfo(const ::com::sun::star::uno::Any& _rError);
129 const SQLExceptionInfo& operator=(const ::com::sun::star::sdbc::SQLException& _rError);
130 const SQLExceptionInfo& operator=(const ::com::sun::star::sdbc::SQLWarning& _rError);
131 const SQLExceptionInfo& operator=(const ::com::sun::star::sdb::SQLContext& _rError);
132 const SQLExceptionInfo& operator=(const ::com::sun::star::sdb::SQLErrorEvent& _rErrorEvent);
133 const SQLExceptionInfo& operator=(const ::com::sun::star::uno::Any& _rCaughtSQLException);
164 SQLExceptionInfo::TYPE m_eCurrentType;
197 SQLExceptionIteratorHelper( const SQLExceptionInfo& _rErrorInfo );
205 SQLExceptionInfo::TYPE currentType() const { return m_eCurrentType; } in currentType()
218 void current( SQLExceptionInfo& _out_rInfo ) const;
231 void next( SQLExceptionInfo& _out_rInfo );