Searched refs:HView (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/connectivity/source/drivers/hsqldb/ |
H A D | HView.cxx | 72 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 D | HViews.cxx | 78 return new HView( m_xConnection, isCaseSensitive(), sSchema, sTable ); in createObject()
|
/aoo4110/main/connectivity/source/inc/hsqldb/ |
H A D | HView.hxx | 46 class HView :public HView_Base class 50 HView( 65 virtual ~HView();
|
Completed in 16 milliseconds