|
LibreOffice Module connectivity (master) 1
|
#include <Awrapado.hxx>
Public Member Functions | |
| WpADOError ()=default | |
| WpADOError (const WpADOError &rhs) | |
| WpADOError & | operator= (const WpADOError &rhs) |
| OUString | GetDescription () const |
| OUString | GetSource () const |
| sal_Int32 | GetNumber () const |
| OUString | GetSQLState () const |
| sal_Int32 | GetNativeError () const |
Public Member Functions inherited from connectivity::ado::WpOLEBase< ADOError > | |
| WpOLEBase (ADOError *pInt=nullptr) | |
| WpOLEBase (const WpOLEBase< ADOError > &aWrapper) | |
| WpOLEBase< ADOError > & | operator= (const WpOLEBase< ADOError > &rhs) |
| operator ADOError * () const | |
| ADOError ** | operator& () |
| bool | IsValid () const |
| void | set (ADOError *p) |
| void | clear () |
Additional Inherited Members | |
Protected Attributes inherited from connectivity::ado::WpOLEBase< ADOError > | |
| sal::systools::COMReference< ADOError > | pInterface |
Definition at line 175 of file Awrapado.hxx.
|
default |
|
inline |
Definition at line 183 of file Awrapado.hxx.
| OUString WpADOError::GetDescription | ( | ) | const |
Definition at line 390 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOError >::pInterface.
Referenced by connectivity::ado::ADOS::ThrowException().
| sal_Int32 WpADOError::GetNativeError | ( | ) | const |
Definition at line 422 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOError >::pInterface.
| sal_Int32 WpADOError::GetNumber | ( | ) | const |
Definition at line 406 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOError >::pInterface.
Referenced by connectivity::ado::ADOS::ThrowException().
| OUString WpADOError::GetSource | ( | ) | const |
Definition at line 398 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOError >::pInterface.
| OUString WpADOError::GetSQLState | ( | ) | const |
Definition at line 414 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< ADOError >::pInterface.
Referenced by connectivity::ado::ADOS::ThrowException().
|
inline |
Definition at line 185 of file Awrapado.hxx.
References connectivity::ado::WpOLEBase< T >::operator=().