Searched refs:WpADOTable (Results 1 – 7 of 7) sorted by relevance
34 class WpADOTable : public WpOLEBase<_ADOTable> class37 WpADOTable(_ADOTable* pInt=NULL) : WpOLEBase<_ADOTable>(pInt){} in WpADOTable() function in connectivity::ado::WpADOTable38 WpADOTable(const WpADOTable& rhs){operator=(rhs);} in WpADOTable() function in connectivity::ado::WpADOTable40 inline WpADOTable& operator=(const WpADOTable& rhs) in operator =()57 typedef WpOLEAppendCollection<ADOTables, _ADOTable, WpADOTable> WpADOTables;
31 class WpADOTable;39 typedef WpOLEAppendCollection<ADOTables, _ADOTable, WpADOTable> WpADOTables;
40 WpADOTable m_aTable;78 WpADOTable getImpl() const { return m_aTable;} in getImpl()
1364 ::rtl::OUString WpADOTable::get_Name() const in get_Name()1372 void WpADOTable::put_Name(const ::rtl::OUString& _rName) in put_Name()1380 ::rtl::OUString WpADOTable::get_Type() const in get_Type()1388 WpADOColumns WpADOTable::get_Columns() const in get_Columns()1398 WpADOIndexes WpADOTable::get_Indexes() const in get_Indexes()1408 WpADOKeys WpADOTable::get_Keys() const in get_Keys()1418 WpADOCatalog WpADOTable::get_ParentCatalog() const in get_ParentCatalog()1428 WpADOProperties WpADOTable::get_Properties() const in get_Properties()2168 void WpADOTable::putref_ParentCatalog(/* [in] */ _ADOCatalog __RPC_FAR *ppvObject) in putref_ParentCatalog()
67 WpADOTable aElement = aTables.GetItem(i); in refreshTables()
61 m_aTable = WpADOTable(_pTable); in OAdoTable()
538 void WpADOTable::Create() in Create()
Completed in 86 milliseconds