Searched refs:OMySQLCatalog (Results 1 – 5 of 5) sorted by relevance
46 OMySQLCatalog::OMySQLCatalog(const Reference< XConnection >& _xConnection) : OCatalog(_xConnection) in OMySQLCatalog() function in OMySQLCatalog51 void OMySQLCatalog::refreshObjects(const Sequence< ::rtl::OUString >& _sKindOfObject,TStringVector&… in refreshObjects()60 void OMySQLCatalog::refreshTables() in refreshTables()80 void OMySQLCatalog::refreshViews() in refreshViews()117 void OMySQLCatalog::refreshGroups() in refreshGroups()121 void OMySQLCatalog::refreshUsers() in refreshUsers()142 Any SAL_CALL OMySQLCatalog::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()151 Sequence< Type > SAL_CALL OMySQLCatalog::getTypes( ) throw(RuntimeException) in getTypes()
104 ,static_cast<OMySQLCatalog&>(m_rParent).getConnection() in createObject()121 static_cast<OMySQLCatalog&>(m_rParent).refreshTables(); in impl_refresh()132 return new OMySQLTable(this,static_cast<OMySQLCatalog&>(m_rParent).getConnection()); in createDescriptor()149 Reference< XConnection > xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(); in dropObject()176 OViews* pViews = static_cast<OViews*>(static_cast<OMySQLCatalog&>(m_rParent).getPrivateViews()); in dropObject()201 …const Reference< XConnection > xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(… in createTable()
78 static_cast<OMySQLCatalog&>(m_rParent).refreshTables(); in impl_refresh()89 Reference<XConnection> xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(); in createDescriptor()116 Reference<XConnection> xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(); in dropObject()132 Reference<XConnection> xConnection = static_cast<OMySQLCatalog&>(m_rParent).getConnection(); in createView()152 …OTables* pTables = static_cast<OTables*>(static_cast<OMySQLCatalog&>(m_rParent).getPrivateTables()… in createView()
414 xTab = new OMySQLCatalog(connection); in getDataDefinitionByConnection()433 xTab = new OMySQLCatalog(connection); in getDataDefinitionByConnection()
36 class OMySQLCatalog : public connectivity::sdbcx::OCatalog class56 …OMySQLCatalog(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xCon…
Completed in 26 milliseconds