Searched refs:OView (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/connectivity/source/sdbcx/ |
H A D | VView.cxx | 43 OView::OView(sal_Bool _bCase, in OView() function in OView 61 OView::OView(sal_Bool _bCase,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatab… in OView() function in OView 68 OView::~OView() in ~OView() 72 void OView::construct() in construct() 84 void OView::disposing(void) in disposing() 91 Sequence< Type > SAL_CALL OView::getTypes( ) throw(RuntimeException) in getTypes() 96 Any SAL_CALL OView::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 107 ::cppu::IPropertyArrayHelper & OView::getInfoHelper() in getInfoHelper() 109 return *const_cast<OView*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper() 135 void SAL_CALL OView::acquire() throw() in acquire() [all …]
|
/aoo41x/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VView.hxx | 50 class OOO_DLLPUBLIC_DBTOOLS OView : class 53 public ::comphelper::OIdPropertyArrayUsageHelper<OView>, 72 …OView(sal_Bool _bCase,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMet… 73 OView( sal_Bool _bCase, 80 virtual ~OView();
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YViews.cxx | 66 return new ::connectivity::sdbcx::OView(isCaseSensitive(), in createObject() 90 …connectivity::sdbcx::OView* pNew = new connectivity::sdbcx::OView(sal_True,xConnection->getMetaDat… in createDescriptor()
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BViews.cxx | 84 connectivity::sdbcx::OView* pRet = new connectivity::sdbcx::OView(sal_True, in createObject() 113 return new connectivity::sdbcx::OView(sal_True,xConnection->getMetaData()); in createDescriptor()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HViews.cxx | 96 …connectivity::sdbcx::OView* pNew = new connectivity::sdbcx::OView(sal_True,xConnection->getMetaDat… in createDescriptor()
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | ACollection.hxx | 210 class OView; 218 typedef OCollection< ADOViews,ADOView,OView> OViews;
|
H A D | AView.hxx | 35 typedef sdbcx::OView OView_ADO;
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | View.hxx | 45 typedef ::connectivity::sdbcx::OView View_Base;
|
/aoo41x/main/connectivity/source/inc/hsqldb/ |
H A D | HView.hxx | 44 typedef ::connectivity::sdbcx::OView HView_Base;
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | viewcontainer.cxx | 132 xRet = new ::connectivity::sdbcx::OView(isCaseSensitive(),m_xMetaData); in createDescriptor()
|
Completed in 48 milliseconds