User: ihi Date: 2007-11-21 15:08:27+0000 Modified: dba/connectivity/source/inc/odbc/OStatement.hxx
Log: INTEGRATION: CWS dba24c (1.23.192); FILE MERGED 2007/09/27 07:51:05 fs 1.23.192.2: #i81691# forward the EscapeProcessing setting to the system driver 2007/09/27 06:30:04 fs 1.23.192.1: #i81691# properly preserve the EscapeProcessing property (even if not forwarded to the system driver) File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: OStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OStatement.hxx?r1=1.23&r2=1.24 Delta lines: +2 -0 ------------------- --- OStatement.hxx 2006-06-20 02:06:41+0000 1.23 +++ OStatement.hxx 2007-11-21 15:08:25+0000 1.24 @@ -133,6 +133,7 @@ sal_Int32 getFetchSize() const; ::rtl::OUString getCursorName() const; sal_Bool isUsingBookmarks() const; + sal_Bool getEscapeProcessing() const; sal_Int32 getStmtOption (short fOption) const; void setQueryTimeOut(sal_Int32 _par0) ; @@ -141,6 +142,7 @@ void setFetchDirection(sal_Int32 _par0) ; void setFetchSize(sal_Int32 _par0) ; void setCursorName(const ::rtl::OUString &_par0); + void setEscapeProcessing( const sal_Bool _bEscapeProc ); virtual void setResultSetConcurrency(sal_Int32 _par0) ; virtual void setResultSetType(sal_Int32 _par0) ; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
