diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-27 11:04:10 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-27 11:04:10 +0000 |
commit | a7ce18079711a1fbd03f30490eb5e6d4883ed1f0 (patch) | |
tree | d4c8177c85846573f56b520f855ee41a57a72408 /connectivity/source/inc/java/sql | |
parent | 7e7888364d034f099b2f60000233b82c273c4d58 (diff) |
INTEGRATION: CWS dba24lms (1.11.66); FILE MERGED
2007/11/14 12:52:15 oj 1.11.66.1: #i11746# insert Ignore Currency
Diffstat (limited to 'connectivity/source/inc/java/sql')
-rw-r--r-- | connectivity/source/inc/java/sql/ResultSet.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/connectivity/source/inc/java/sql/ResultSet.hxx b/connectivity/source/inc/java/sql/ResultSet.hxx index 8744329108..0ad9aadfa1 100644 --- a/connectivity/source/inc/java/sql/ResultSet.hxx +++ b/connectivity/source/inc/java/sql/ResultSet.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ResultSet.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:39:55 $ + * last change: $Author: ihi $ $Date: 2007-11-27 12:04:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,6 +99,7 @@ namespace connectivity ::com::sun::star::sdbc::XColumnLocate, ::com::sun::star::lang::XServiceInfo> java_sql_ResultSet_BASE; + class java_sql_Connection; class java_sql_ResultSet : public comphelper::OBaseMutex, public java_sql_ResultSet_BASE, public java_lang_Object, @@ -108,6 +109,7 @@ namespace connectivity ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> m_xStatement; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData; java::sql::ConnectionLog m_aLogger; + java_sql_Connection* m_pConnection; sal_Int32 getResultSetConcurrency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); @@ -148,7 +150,7 @@ namespace connectivity DECLARE_SERVICE_INFO(); static jclass getMyClass(); // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: - java_sql_ResultSet( JNIEnv * pEnv, jobject myObj, const java::sql::ConnectionLog& _rParentLogger, + java_sql_ResultSet( JNIEnv * pEnv, jobject myObj, const java::sql::ConnectionLog& _rParentLogger,java_sql_Connection& _rConnection, java_sql_Statement_Base* pStmt = NULL ); // ::cppu::OComponentHelper |