|
LibreOffice Module connectivity (master) 1
|
#include <WrapIndex.hxx>
Public Member Functions | |
| WpADOIndex ()=default | |
| WpADOIndex (const WpADOIndex &rhs) | |
| WpADOIndex & | operator= (const WpADOIndex &rhs) |
| void | Create () |
| OUString | get_Name () const |
| void | put_Name (std::u16string_view _rName) |
| bool | get_Clustered () const |
| void | put_Clustered (bool _b) |
| bool | get_Unique () const |
| void | put_Unique (bool _b) |
| bool | get_PrimaryKey () const |
| void | put_PrimaryKey (bool _b) |
| WpADOColumns | get_Columns () const |
Public Member Functions inherited from connectivity::ado::WpOLEBase< _ADOIndex > | |
| WpOLEBase (_ADOIndex *pInt=nullptr) | |
| WpOLEBase (const WpOLEBase< _ADOIndex > &aWrapper) | |
| WpOLEBase< _ADOIndex > & | operator= (const WpOLEBase< _ADOIndex > &rhs) |
| operator _ADOIndex * () const | |
| _ADOIndex ** | operator& () |
| bool | IsValid () const |
| void | set (_ADOIndex *p) |
| void | clear () |
Additional Inherited Members | |
Protected Attributes inherited from connectivity::ado::WpOLEBase< _ADOIndex > | |
| sal::systools::COMReference< _ADOIndex > | pInterface |
Definition at line 29 of file WrapIndex.hxx.
|
default |
|
inline |
Definition at line 33 of file WrapIndex.hxx.
| void WpADOIndex::Create | ( | ) |
Definition at line 389 of file ADatabaseMetaDataImpl.cxx.
References connectivity::ado::ADOS::CLSID_ADOINDEX_25, and connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::OAdoIndex().
| bool WpADOIndex::get_Clustered | ( | ) | const |
Definition at line 1187 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::fillPropertyValues().
| WpADOColumns WpADOIndex::get_Columns | ( | ) | const |
Definition at line 1229 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::refreshColumns().
| OUString WpADOIndex::get_Name | ( | ) | const |
Definition at line 1172 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::fillPropertyValues().
| bool WpADOIndex::get_PrimaryKey | ( | ) | const |
Definition at line 1215 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::fillPropertyValues().
| bool WpADOIndex::get_Unique | ( | ) | const |
Definition at line 1201 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::fillPropertyValues().
|
inline |
Definition at line 35 of file WrapIndex.hxx.
References connectivity::ado::WpOLEBase< T >::operator=().
| void WpADOIndex::put_Clustered | ( | bool | _b | ) |
Definition at line 1195 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::setFastPropertyValue_NoBroadcast().
| void WpADOIndex::put_Name | ( | std::u16string_view | _rName | ) |
Definition at line 1180 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::setFastPropertyValue_NoBroadcast().
| void WpADOIndex::put_PrimaryKey | ( | bool | _b | ) |
Definition at line 1223 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::setFastPropertyValue_NoBroadcast().
| void WpADOIndex::put_Unique | ( | bool | _b | ) |
Definition at line 1209 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOIndex >::pInterface.
Referenced by connectivity::ado::OAdoIndex::setFastPropertyValue_NoBroadcast().