Home
last modified time | relevance | path

Searched refs:WpADOTable (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/connectivity/source/inc/ado/
H A DWrapTable.hxx34 class WpADOTable : public WpOLEBase<_ADOTable> class
37 WpADOTable(_ADOTable* pInt=NULL) : WpOLEBase<_ADOTable>(pInt){} in WpADOTable() function in connectivity::ado::WpADOTable
38 WpADOTable(const WpADOTable& rhs){operator=(rhs);} in WpADOTable() function in connectivity::ado::WpADOTable
40 inline WpADOTable& operator=(const WpADOTable& rhs) in operator =()
57 typedef WpOLEAppendCollection<ADOTables, _ADOTable, WpADOTable> WpADOTables;
H A DWrapTypeDefs.hxx31 class WpADOTable;
39 typedef WpOLEAppendCollection<ADOTables, _ADOTable, WpADOTable> WpADOTables;
H A DATable.hxx40 WpADOTable m_aTable;
78 WpADOTable getImpl() const { return m_aTable;} in getImpl()
/aoo4110/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx1364 ::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()
H A DACatalog.cxx67 WpADOTable aElement = aTables.GetItem(i); in refreshTables()
H A DATable.cxx61 m_aTable = WpADOTable(_pTable); in OAdoTable()
H A DADatabaseMetaDataImpl.cxx538 void WpADOTable::Create() in Create()

Completed in 49 milliseconds