User: kz Date: 2006/12/13 08:51:59 Modified: dba/dbaccess/source/ui/inc/UITools.hxx
Log: INTEGRATION: CWS dba22ui (1.30.28); FILE MERGED 2006/12/05 09:47:56 fs 1.30.28.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: UITools.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/UITools.hxx?r1=1.30&r2=1.31 Delta lines: +4 -0 ------------------- --- UITools.hxx 15 Aug 2006 10:52:39 -0000 1.30 +++ UITools.hxx 13 Dec 2006 16:51:56 -0000 1.31 @@ -314,6 +314,10 @@ */ sal_Bool isAppendTableAliasEnabled(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection); + /** determines whether when generating SQL statements, AS should be placed before a table alias + */ + sal_Bool generateAsBeforeTableAlias( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _rxConnection ); + /** fills the bool and string value with information out of the datasource info property @param _xDatasource Asked for the properties. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
