Home
last modified time | relevance | path

Searched refs:OView (Results 1 – 12 of 12) sorted by relevance

/trunk/main/connectivity/source/sdbcx/
H A DVView.cxx43 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 …]
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVView.hxx50 class OOO_DLLPUBLIC_DBTOOLS OView : class
53 public ::comphelper::OIdPropertyArrayUsageHelper<OView>,
72OView(sal_Bool _bCase,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMet…
73 OView( sal_Bool _bCase,
80 virtual ~OView();
/trunk/main/connectivity/source/drivers/mysql/
H A DYViews.cxx66 return new ::connectivity::sdbcx::OView(isCaseSensitive(), in createObject()
90 …connectivity::sdbcx::OView* pNew = new connectivity::sdbcx::OView(sal_True,xConnection->getMetaDat… in createDescriptor()
/trunk/main/connectivity/source/drivers/adabas/
H A DBViews.cxx84 connectivity::sdbcx::OView* pRet = new connectivity::sdbcx::OView(sal_True, in createObject()
113 return new connectivity::sdbcx::OView(sal_True,xConnection->getMetaData()); in createDescriptor()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOView.java32 public class OView extends ODescriptor class
44 …public OView(String catalog, String schema, String name, boolean isCaseSensitive, String command, … in OView() method in OView
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHViews.cxx96 …connectivity::sdbcx::OView* pNew = new connectivity::sdbcx::OView(sal_True,xConnection->getMetaDat… in createDescriptor()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlViews.java27 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.OView;
113 …return new OView(nameComponents.getCatalog(), nameComponents.getSchema(), nameComponents.getTable(… in createObject()
/trunk/main/connectivity/source/inc/ado/
H A DACollection.hxx210 class OView;
218 typedef OCollection< ADOViews,ADOView,OView> OViews;
H A DAView.hxx35 typedef sdbcx::OView OView_ADO;
/trunk/main/connectivity/source/inc/hsqldb/
H A DHView.hxx44 typedef ::connectivity::sdbcx::OView HView_Base;
/trunk/main/dbaccess/source/core/inc/
H A DView.hxx45 typedef ::connectivity::sdbcx::OView View_Base;
/trunk/main/dbaccess/source/core/api/
H A Dviewcontainer.cxx132 xRet = new ::connectivity::sdbcx::OView(isCaseSensitive(),m_xMetaData); in createDescriptor()

Completed in 80 milliseconds