LibreOffice Module connectivity (master) 1
|
#include <WrapTable.hxx>
Public Member Functions | |
WpADOTable ()=default | |
WpADOTable (const WpADOTable &rhs) | |
WpADOTable & | operator= (const WpADOTable &rhs) |
void | Create () |
OUString | get_Name () const |
void | put_Name (std::u16string_view _rName) |
OUString | get_Type () const |
WpADOColumns | get_Columns () const |
WpADOIndexes | get_Indexes () const |
WpADOKeys | get_Keys () const |
WpADOCatalog | get_ParentCatalog () const |
WpADOProperties | get_Properties () const |
void | putref_ParentCatalog (_ADOCatalog __RPC_FAR *ppvObject) |
Public Member Functions inherited from connectivity::ado::WpOLEBase< _ADOTable > | |
WpOLEBase (_ADOTable *pInt=nullptr) | |
WpOLEBase (const WpOLEBase< _ADOTable > &aWrapper) | |
WpOLEBase< _ADOTable > & | operator= (const WpOLEBase< _ADOTable > &rhs) |
operator _ADOTable * () const | |
_ADOTable ** | operator& () |
bool | IsValid () const |
void | set (_ADOTable *p) |
void | clear () |
Additional Inherited Members | |
Protected Attributes inherited from connectivity::ado::WpOLEBase< _ADOTable > | |
sal::systools::COMReference< _ADOTable > | pInterface |
Definition at line 31 of file WrapTable.hxx.
|
default |
|
inline |
Definition at line 35 of file WrapTable.hxx.
void WpADOTable::Create | ( | ) |
Definition at line 502 of file ADatabaseMetaDataImpl.cxx.
References connectivity::ado::ADOS::CLSID_ADOTABLE_25, and connectivity::ado::WpOLEBase< _ADOTable >::pInterface.
Referenced by connectivity::ado::OAdoTable::OAdoTable().
WpADOColumns WpADOTable::get_Columns | ( | ) | const |
Definition at line 1306 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOTable >::pInterface.
Referenced by connectivity::ado::OAdoTable::alterColumnByName(), and connectivity::ado::OAdoTable::refreshColumns().
WpADOIndexes WpADOTable::get_Indexes | ( | ) | const |
Definition at line 1314 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOTable >::pInterface.
Referenced by connectivity::ado::OAdoTable::refreshIndexes().
WpADOKeys WpADOTable::get_Keys | ( | ) | const |
Definition at line 1322 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOTable >::pInterface.
Referenced by connectivity::ado::OAdoTable::refreshKeys().
OUString WpADOTable::get_Name | ( | ) | const |
Definition at line 1283 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOTable >::pInterface.
Referenced by connectivity::ado::OAdoTable::fillPropertyValues(), connectivity::ado::OAdoTable::getName(), and connectivity::ado::OCatalog::refreshTables().
WpADOCatalog WpADOTable::get_ParentCatalog | ( | ) | const |
Definition at line 1330 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOTable >::pInterface.
Referenced by connectivity::ado::OAdoTable::fillPropertyValues().
WpADOProperties WpADOTable::get_Properties | ( | ) | const |
Definition at line 1338 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOTable >::pInterface.
Referenced by connectivity::ado::OAdoTable::fillPropertyValues(), and connectivity::ado::OAdoTable::setFastPropertyValue_NoBroadcast().
OUString WpADOTable::get_Type | ( | ) | const |
Definition at line 1298 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOTable >::pInterface.
Referenced by connectivity::ado::OAdoTable::fillPropertyValues(), and connectivity::ado::OCatalog::refreshTables().
|
inline |
Definition at line 37 of file WrapTable.hxx.
References connectivity::ado::WpOLEBase< T >::operator=().
void WpADOTable::put_Name | ( | std::u16string_view | _rName | ) |
Definition at line 1291 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOTable >::pInterface.
Referenced by connectivity::ado::OAdoTable::rename(), and connectivity::ado::OAdoTable::setFastPropertyValue_NoBroadcast().
void WpADOTable::putref_ParentCatalog | ( | _ADOCatalog __RPC_FAR * | ppvObject | ) |
Definition at line 1985 of file Awrapado.cxx.
References connectivity::ado::WpOLEBase< _ADOTable >::pInterface, and SAL_WARN_IF.
Referenced by connectivity::ado::OAdoTable::OAdoTable().