Lines Matching refs:OCatalog
44 IMPLEMENT_SERVICE_INFO(OCatalog,"com.sun.star.comp.connectivity.OCatalog","com.sun.star.sdbcx.Datab…
46 OCatalog::OCatalog(const Reference< XConnection> &_xConnection) : OCatalog_BASE(m_aMutex) in OCatalog() function in OCatalog
47 ,connectivity::OSubComponent<OCatalog, OCatalog_BASE>(_xConnection, this) in OCatalog()
63 OCatalog::~OCatalog() in ~OCatalog()
71 void SAL_CALL OCatalog::acquire() throw() in acquire()
76 void SAL_CALL OCatalog::release() throw() in release()
82 void SAL_CALL OCatalog::disposing() in disposing()
100 Reference< XNameAccess > SAL_CALL OCatalog::getTables( ) throw(RuntimeException) in getTables()
120 return const_cast<OCatalog*>(this)->m_pTables; in getTables()
124 Reference< XNameAccess > SAL_CALL OCatalog::getViews( ) throw(RuntimeException) in getViews()
144 return const_cast<OCatalog*>(this)->m_pViews; in getViews()
148 Reference< XNameAccess > SAL_CALL OCatalog::getUsers( ) throw(RuntimeException) in getUsers()
168 return const_cast<OCatalog*>(this)->m_pUsers; in getUsers()
172 Reference< XNameAccess > SAL_CALL OCatalog::getGroups( ) throw(RuntimeException) in getGroups()
192 return const_cast<OCatalog*>(this)->m_pGroups; in getGroups()
195 ::rtl::OUString OCatalog::buildName(const Reference< XRow >& _xRow) in buildName()
212 void OCatalog::fillNames(Reference< XResultSet >& _xResult,TStringVector& _rNames) in fillNames()