Tag: cws_src680_dba22b
User: fs      
Date: 2006/12/13 02:41:46

Modified:
   dba/connectivity/source/inc/java/sql/JStatement.hxx

Log:
 #i69460# proper support for EscapeProcessing property

File Changes:

Directory: /dba/connectivity/source/inc/java/sql/
=================================================

File [changed]: JStatement.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/JStatement.hxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +6 -8
-------------------
--- JStatement.hxx      13 Dec 2006 08:48:39 -0000      1.1.2.1
+++ JStatement.hxx      13 Dec 2006 10:41:43 -0000      1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: JStatement.hxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/12/13 08:48:39 $
+ *  last change: $Author: fs $ $Date: 2006/12/13 10:41:43 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -121,18 +121,16 @@
         void setFetchDirection(sal_Int32 _par0)                 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
         void setFetchSize(sal_Int32 _par0)                              
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
         void setCursorName(const ::rtl::OUString &_par0) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
+        void setEscapeProcessing(sal_Bool _par0) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
+
        protected:
                ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XStatement>           m_xGeneratedStatement;
                java_sql_Connection*        m_pConnection;
                ::rtl::OUString                     m_sSqlStatement;
                // Properties
-               ::rtl::OUString                     m_sCursorName;
                sal_Int32                                   
m_nResultSetConcurrency;
                sal_Int32                                   m_nResultSetType;
-               sal_Int32                                   m_nFetchDirection;
-               sal_Int32                                   m_nFetchSize;
-               sal_Int32                                   m_nMaxFieldSize;
-               sal_Int32                                   m_nQueryTimeOut;
+        sal_Bool                    m_bEscapeProcessing;
         ::cppu::OBroadcastHelper&   rBHelper;
 
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to