Home
last modified time | relevance | path

Searched refs:OMySQLCatalog (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx46 OMySQLCatalog::OMySQLCatalog(const Reference< XConnection >& _xConnection) : OCatalog(_xConnection) in OMySQLCatalog() function in OMySQLCatalog
51 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()
H A DYTables.cxx104 ,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()
H A DYViews.cxx78 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()
H A DYDriver.cxx414 xTab = new OMySQLCatalog(connection); in getDataDefinitionByConnection()
433 xTab = new OMySQLCatalog(connection); in getDataDefinitionByConnection()
/aoo4110/main/connectivity/source/inc/mysql/
H A DYCatalog.hxx36 class OMySQLCatalog : public connectivity::sdbcx::OCatalog class
56OMySQLCatalog(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xCon…

Completed in 27 milliseconds