Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/hsqldb/
H A DHCatalog.cxx46 OHCatalog::OHCatalog(const Reference< XConnection >& _xConnection) : sdbcx::OCatalog(_xConnection) in OHCatalog() function in OHCatalog
51 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()
H A DHTables.cxx87 ,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()
H A DHViews.cxx84 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()
H A DHDriver.cxx466 xTab = new OHCatalog(connection); in getDataDefinitionByConnection()
/aoo41x/main/connectivity/source/inc/hsqldb/
H A DHCatalog.hxx35 class OHCatalog : public connectivity::sdbcx::OCatalog class
55OHCatalog(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConnect…

Completed in 39 milliseconds