Home
last modified time | relevance | path

Searched refs:HView (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHView.cxx72 HView::HView( const Reference< XConnection >& _rxConnection, sal_Bool _bCaseSensitive, in HView() function in connectivity::hsqldb::HView
80 HView::~HView() in ~HView()
85 IMPLEMENT_FORWARD_XINTERFACE2( HView, HView_Base, HView_IBASE ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
86 IMPLEMENT_FORWARD_XTYPEPROVIDER2( HView, HView_Base, HView_IBASE ) in IMPLEMENT_FORWARD_XINTERFACE2()
89 …void SAL_CALL HView::alterCommand( const ::rtl::OUString& _rNewCommand ) throw (SQLException, Runt… in IMPLEMENT_FORWARD_XINTERFACE2()
157 void SAL_CALL HView::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
171 ::rtl::OUString HView::impl_getCommand_throw( bool _bAllowSQLException ) const in impl_getCommand_throw()
197 …throw WrappedTargetException( e.Message, static_cast< XAlterView* >( const_cast< HView* >( this ) … in impl_getCommand_throw()
H A DHViews.cxx78 return new HView( m_xConnection, isCaseSensitive(), sSchema, sTable ); in createObject()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHView.hxx46 class HView :public HView_Base class
50 HView(
65 virtual ~HView();

Completed in 38 milliseconds