Searched refs:OHCatalog (Results 1 – 5 of 5) sorted by relevance
46 OHCatalog::OHCatalog(const Reference< XConnection >& _xConnection) : sdbcx::OCatalog(_xConnection) in OHCatalog() function in OHCatalog51 void OHCatalog::refreshObjects(const Sequence< ::rtl::OUString >& _sKindOfObject,TStringVector& _rN… in refreshObjects()60 void OHCatalog::refreshTables() in refreshTables()78 void OHCatalog::refreshViews() in refreshViews()110 void OHCatalog::refreshGroups() in refreshGroups()114 void OHCatalog::refreshUsers() in refreshUsers()135 Any SAL_CALL OHCatalog::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()143 Sequence< Type > SAL_CALL OHCatalog::getTypes( ) throw(RuntimeException) in getTypes()
87 ,static_cast<OHCatalog&>(m_rParent).getConnection() in createObject()104 static_cast<OHCatalog&>(m_rParent).refreshTables(); in impl_refresh()115 return new OHSQLTable(this,static_cast<OHCatalog&>(m_rParent).getConnection()); in createDescriptor()132 Reference< XConnection > xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in dropObject()159 HViews* pViews = static_cast<HViews*>(static_cast<OHCatalog&>(m_rParent).getPrivateViews()); in dropObject()168 Reference< XConnection > xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in createTable()
84 static_cast<OHCatalog&>(m_rParent).refreshTables(); in impl_refresh()95 Reference<XConnection> xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in createDescriptor()122 Reference<XConnection> xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in dropObject()138 Reference<XConnection> xConnection = static_cast<OHCatalog&>(m_rParent).getConnection(); in createView()158 OTables* pTables = static_cast<OTables*>(static_cast<OHCatalog&>(m_rParent).getPrivateTables()); in createView()
466 xTab = new OHCatalog(connection); in getDataDefinitionByConnection()
35 class OHCatalog : public connectivity::sdbcx::OCatalog class55 …OHCatalog(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnect…
Completed in 30 milliseconds