Home
last modified time | relevance | path

Searched refs:m_pCatalog (Results 1 – 18 of 18) sorted by relevance

/aoo42x/main/connectivity/source/drivers/ado/
H A DATables.cxx58 return new OAdoTable(this,isCaseSensitive(),m_pCatalog,m_aCollection.GetItem(_rName)); in createObject()
65 m_pCatalog->refreshTables(); in impl_refresh()
70 return new OAdoTable(this,isCaseSensitive(),m_pCatalog); in createDescriptor()
78m_pCatalog->getConnection()->throwGenericSQLException( STR_INVALID_TABLE_DESCRIPTOR_ERROR,static_c… in appendObject()
82 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject()
85 return new OAdoTable(this,isCaseSensitive(),m_pCatalog,pTable->getImpl()); in appendObject()
93 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
H A DATable.cxx58 ,m_pCatalog(_pCatalog) in OAdoTable()
69 ,m_pCatalog(_pCatalog) in OAdoTable()
97 …m_pColumns = new OColumns(*this,m_aMutex,aVector,aColumns,isCaseSensitive(),m_pCatalog->getConnect… in refreshColumns()
114 m_pKeys = new OKeys(*this,m_aMutex,aVector,aKeys,isCaseSensitive(),m_pCatalog->getConnection()); in refreshKeys()
131 …m_pIndexes = new OIndexes(*this,m_aMutex,aVector,aIndexes,isCaseSensitive(),m_pCatalog->getConnect… in refreshIndexes()
165 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in rename()
172 return m_pCatalog->getConnection()->getMetaData(); in getMetaData()
190 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in alterColumnByName()
H A DAUser.cxx47 ,m_pCatalog(_pParent) in OAdoUser()
59 , m_pCatalog(_pParent) in OAdoUser()
74 m_pGroups = new OGroups(m_pCatalog,m_aMutex,aVector,aGroups,isCaseSensitive()); in refreshGroups()
190 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in getGrantablePrivileges()
199 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in grantPrivileges()
207 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in revokePrivileges()
216 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in changePassword()
H A DAViews.cxx70m_pCatalog->getConnection()->throwGenericSQLException( STR_INVALID_VIEW_DESCRIPTOR_ERROR,static_ca… in appendObject()
75m_pCatalog->getConnection()->throwGenericSQLException( STR_VIEW_NO_COMMAND_ERROR,static_cast<XType… in appendObject()
82 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject()
95 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
H A DAGroups.cxx51 return new OAdoGroup(m_pCatalog,isCaseSensitive(),_rName); in createObject()
61 return new OAdoGroup(m_pCatalog,isCaseSensitive()); in createDescriptor()
69m_pCatalog->getConnection()->throwGenericSQLException( STR_INVALID_GROUP_DESCRIPTOR_ERROR,static_c… in appendObject()
H A DAUsers.cxx50 return new OAdoUser(m_pCatalog,isCaseSensitive(),_rName); in createObject()
60 return new OUserExtend(m_pCatalog,isCaseSensitive()); in createDescriptor()
68m_pCatalog->getConnection()->throwGenericSQLException( STR_INVALID_USER_DESCRIPTOR_ERROR,static_ca… in appendObject()
H A DAGroup.cxx66 …up(OCatalog* _pParent,sal_Bool _bCase, ADOGroup* _pGroup) : OGroup_ADO(_bCase),m_pCatalog(_pParent) in OAdoGroup()
76 …rent,sal_Bool _bCase, const ::rtl::OUString& _Name) : OGroup_ADO(_Name,_bCase),m_pCatalog(_pParent) in OAdoGroup()
93 m_pUsers = new OUsers(m_pCatalog,m_aMutex,aVector,aUsers,isCaseSensitive()); in refreshUsers()
H A DAConnection.cxx61 m_pCatalog(NULL) in OConnection()
/aoo42x/main/connectivity/source/inc/ado/
H A DAConnection.hxx71 OCatalog* m_pCatalog; member in connectivity::ado::OConnection
124 void setCatalog(OCatalog* _pCatalog) { m_pCatalog = _pCatalog; } in setCatalog()
130 return m_pCatalog; in getAdoCatalog()
H A DAGroups.hxx43 OCatalog* m_pCatalog; member in connectivity::ado::OGroups
57 ,m_pCatalog(_pParent) in OGroups()
H A DAUsers.hxx43 OCatalog* m_pCatalog; member in connectivity::ado::OUsers
58 ,m_pCatalog(_pParent) in OUsers()
H A DAViews.hxx40 OCatalog* m_pCatalog; member in connectivity::ado::OViews
53 ,m_pCatalog(_pParent) in OViews()
H A DATables.hxx38 OCatalog* m_pCatalog; member in connectivity::ado::OTables
51 ,m_pCatalog(_pParent) in OTables()
H A DATable.hxx41 OCatalog* m_pCatalog; member in connectivity::ado::OAdoTable
79 OCatalog* getCatalog() const { return m_pCatalog; } in getCatalog()
H A DAGroup.hxx40 OCatalog* m_pCatalog; member in connectivity::ado::OAdoGroup
H A DAUser.hxx42 OCatalog* m_pCatalog; member in connectivity::ado::OAdoUser
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dadvancedsettings.cxx86 ,m_pCatalog( NULL ) in SpecialSettingsPage()
198 DELETEZ( m_pCatalog ); in ~SpecialSettingsPage()
227 … { &m_pCatalog, CB_CATALOG, DSID_CATALOG, false }, in impl_initBooleanSettings()
H A Dadvancedsettings.hxx64 CheckBox* m_pCatalog; member in dbaui::SpecialSettingsPage

Completed in 96 milliseconds