User: hr Date: 2007-11-01 14:48:52+0000 Modified: dba/connectivity/inc/connectivity/virtualdbtools.hxx
Log: INTEGRATION: CWS dba24b (1.13.88); FILE MERGED 2007/09/04 20:43:47 fs 1.13.88.1: #i73237# +createFormattedColumnValue File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: virtualdbtools.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/virtualdbtools.hxx?r1=1.13&r2=1.14 Delta lines: +13 -0 -------------------- --- virtualdbtools.hxx 2006-12-13 16:12:30+0000 1.13 +++ virtualdbtools.hxx 2007-11-01 14:48:50+0000 1.14 @@ -54,7 +54,9 @@ #ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include <com/sun/star/uno/Sequence.hxx> #endif + #include <vector> +#include <memory> //======================================================================== //= forward declarations @@ -95,6 +97,11 @@ namespace dbtools { class SQLExceptionInfo; + class FormattedColumnValue; +} + +namespace comphelper { + class ComponentContext; } //======================================================================== @@ -347,6 +354,12 @@ /// creates a helper which can be used to access the static methods in dbtools.hxx virtual ::rtl::Reference< IDataAccessTools > getDataAccessTools() = 0; + + virtual ::std::auto_ptr< ::dbtools::FormattedColumnValue > createFormattedColumnValue( + const ::comphelper::ComponentContext& _rContext, + const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet, + const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColumn + ) = 0; }; //.................................................................... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
