User: rt      
Date: 2008-01-29 13:55:11+0000
Modified:
   dba/connectivity/source/inc/odbc/OResultSetMetaData.hxx

Log:
 INTEGRATION: CWS reportdesign02 (1.7.210); FILE MERGED
 2007/10/26 12:02:54 oj 1.7.210.1: #i61881# use odbc type instead of jdbc type

File Changes:

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

File [changed]: OResultSetMetaData.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OResultSetMetaData.hxx?r1=1.7&r2=1.8
Delta lines:  +12 -0
--------------------
--- OResultSetMetaData.hxx      2006-06-20 02:06:30+0000        1.7
+++ OResultSetMetaData.hxx      2008-01-29 13:55:08+0000        1.8
@@ -91,6 +91,18 @@
                        virtual ~OResultSetMetaData();
 
 
+            static  SWORD getNumColAttrib(OConnection* _pConnection
+                                              ,SQLHANDLE _aStatementHandle
+                                              ,const 
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& 
_xInterface
+                                              ,sal_Int32 _column
+                                              ,sal_Int32 ident) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
+
+            static SWORD getColumnODBCType(OConnection* _pConnection
+                                              ,SQLHANDLE _aStatementHandle
+                                              ,const 
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& 
_xInterface
+                                              ,sal_Int32 column)
+                                               
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
+
                        inline oslGenericFunction getOdbcFunction(sal_Int32 
_nIndex)  const
                        {
                                return m_pConnection->getOdbcFunction(_nIndex);




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

Reply via email to