Tag: cws_dev300_dba31c
User: fs      
Date: 2008-09-25 13:07:43+0000
Modified:
   dba/connectivity/source/inc/odbc/OBoundParam.hxx
   dba/connectivity/source/inc/odbc/OPreparedStatement.hxx

Log:
 removed obsolete streamType

File Changes:

Directory: /dba/connectivity/source/inc/odbc/
=============================================

File [changed]: OBoundParam.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OBoundParam.hxx?r1=1.5&r2=1.5.64.1
Delta lines:  +2 -31
--------------------
--- OBoundParam.hxx     2008-04-10 11:41:08+0000        1.5
+++ OBoundParam.hxx     2008-09-25 13:07:40+0000        1.5.64.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: OBoundParam.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.64.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -157,26 +157,6 @@
                        }
 
                        
//--------------------------------------------------------------------
-                       // setStreamType
-                       // Sets the input stream type used to register an OUT 
parameter
-                       
//--------------------------------------------------------------------
-
-                       void setStreamType (sal_Int32 type)
-                       {
-                               streamType = type;
-                       }
-
-                       
//--------------------------------------------------------------------
-                       // getStreamType
-                       // Gets the input stream type used to register an OUT 
parameter
-                       
//--------------------------------------------------------------------
-
-                       sal_Int32 getStreamType ()
-                       {
-                               return streamType;
-                       }
-
-                       
//--------------------------------------------------------------------
                        // setOutputParameter
                        // Sets the flag indicating if this is an OUTPUT 
parameter
                        
//--------------------------------------------------------------------
@@ -220,10 +200,6 @@
                        sal_Int32 sqlType;                          // Java SQL 
type used to
                                                                                
                                        // register an OUT parameter
 
-                       sal_Int32 streamType;                          // Input 
stream type
-                                                                               
// (ASCII, BINARY, UNICODE)
-
-
                        sal_Bool outputParameter;       // true for OUTPUT 
parameters
 
 
@@ -235,11 +211,6 @@
                        sal_Int32 pC2;
                        sal_Int32 pS1;
                        sal_Int32 pS2;// reserved for strings(UTFChars)
-
-               public:
-                       static int ASCII;
-                       static int UNICODE;
-                       static int BINARY;
                };
        }
 }

File [changed]: OPreparedStatement.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OPreparedStatement.hxx?r1=1.14&r2=1.14.64.1
Delta lines:  +3 -3
-------------------
--- OPreparedStatement.hxx      2008-04-10 11:44:05+0000        1.14
+++ OPreparedStatement.hxx      2008-09-25 13:07:41+0000        1.14.64.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: OPreparedStatement.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.14.64.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -92,7 +92,7 @@
                        void FreeParams();
                        void putParamData (sal_Int32 index) 
throw(::com::sun::star::sdbc::SQLException);
                        void setStream (sal_Int32 ParameterIndex,const 
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& x,
-                                                        sal_Int32 
length,sal_Int32 SQLtype,sal_Int32 streamType) 
throw(::com::sun::star::sdbc::SQLException);
+                                                        sal_Int32 
length,sal_Int32 SQLtype) throw(::com::sun::star::sdbc::SQLException);
                        sal_Int32 getParamLength (      sal_Int32 index);
                        sal_Int8* getLengthBuf (sal_Int32 index);
                        sal_Int8* getDataBuf (sal_Int32 index);




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

Reply via email to