Home
last modified time | relevance | path

Searched refs:m_aCollection (Results 1 – 14 of 14) sorted by relevance

/aoo41x/main/connectivity/source/drivers/ado/
H A DATables.cxx57 OSL_ENSURE(m_aCollection.IsValid(),"Collection isn't valid"); in createObject()
58 return new OAdoTable(this,isCaseSensitive(),m_pCatalog,m_aCollection.GetItem(_rName)); in createObject()
63 OSL_ENSURE(m_aCollection.IsValid(),"Collection isn't valid"); in impl_refresh()
64 m_aCollection.Refresh(); in impl_refresh()
80 OSL_ENSURE(m_aCollection.IsValid(),"Collection isn't valid"); in appendObject()
81 if(!m_aCollection.Append(pTable->getImpl())) in appendObject()
83 m_aCollection.Refresh(); in appendObject()
91 OSL_ENSURE(m_aCollection.IsValid(),"Collection isn't valid"); in dropObject()
92 if ( !m_aCollection.Delete(_sElementName) ) in dropObject()
98 OSL_ENSURE(m_aCollection.IsValid(),"Collection isn't valid"); in appendNew()
[all …]
H A DAColumns.cxx51 return new OAdoColumn(isCaseSensitive(),m_pConnection,m_aCollection.GetItem(_rName)); in createObject()
57 m_aCollection.Refresh(); in impl_refresh()
109 …if ( SUCCEEDED(((ADOColumns*)m_aCollection)->Append(OLEVariant(aColumn.get_Name()),aColumn.get_Typ… in appendObject()
111 WpADOColumn aAddedColumn = m_aCollection.GetItem(OLEVariant(aColumn.get_Name())); in appendObject()
136 if(!m_aCollection.Delete(_sElementName)) in dropObject()
H A DAIndexes.cxx49 return new OAdoIndex(isCaseSensitive(),m_pConnection,m_aCollection.GetItem(_rName)); in createObject()
54 m_aCollection.Refresh(); in impl_refresh()
69 ADOIndexes* pIndexes = m_aCollection; in appendObject()
82 m_aCollection.Delete(_sElementName); in dropObject()
H A DAKeys.cxx53 return new OAdoKey(isCaseSensitive(),m_pConnection,m_aCollection.GetItem(_rName)); in createObject()
58 m_aCollection.Refresh(); in impl_refresh()
90 ADOKeys* pKeys = m_aCollection; in appendObject()
106 if(!m_aCollection.Delete(OLEVariant(_sElementName))) in dropObject()
H A DAViews.cxx49 OAdoView* pView = new OAdoView(isCaseSensitive(),m_aCollection.GetItem(_rName)); in createObject()
56 m_aCollection.Refresh(); in impl_refresh()
80 ADOViews* pViews = (ADOViews*)m_aCollection; in appendObject()
94 if(!m_aCollection.Delete(_sElementName)) in dropObject()
H A DAGroups.cxx56 m_aCollection.Refresh(); in impl_refresh()
71 m_aCollection.Append( pGroup->getImpl() ); in appendObject()
78 m_aCollection.Delete(_sElementName); in dropObject()
H A DAUsers.cxx55 m_aCollection.Refresh(); in impl_refresh()
70 ADOUsers* pUsers = (ADOUsers*)m_aCollection; in appendObject()
79 m_aCollection.Delete(_sElementName); in dropObject()
/aoo41x/main/connectivity/source/inc/ado/
H A DATables.hxx37 WpADOTables m_aCollection; member in connectivity::ado::OTables
52 ,m_aCollection(_rCollection) in OTables()
54 OSL_ENSURE(m_aCollection.IsValid(),"Collection isn't valid"); in OTables()
H A DAColumns.hxx40 WpADOColumns m_aCollection; member in connectivity::ado::OColumns
55 ,m_aCollection(_rCollection) in OColumns()
H A DAGroups.hxx42 WpADOGroups m_aCollection; member in connectivity::ado::OGroups
56 ,m_aCollection(_rCollection) in OGroups()
H A DAIndexes.hxx37 WpADOIndexes m_aCollection; member in connectivity::ado::OIndexes
53 , m_aCollection(_rCollection) in OIndexes()
H A DAKeys.hxx37 WpADOKeys m_aCollection; member in connectivity::ado::OKeys
53 ,m_aCollection(_rCollection) in OKeys()
H A DAUsers.hxx42 WpADOUsers m_aCollection; member in connectivity::ado::OUsers
57 ,m_aCollection(_rCollection) in OUsers()
H A DAViews.hxx39 WpADOViews m_aCollection; member in connectivity::ado::OViews
52 ,m_aCollection(_rCollection) in OViews()

Completed in 67 milliseconds