diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-27 11:25:01 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-27 11:25:01 +0000 |
commit | ca7e1b088c2afed9d6e4c39f8745d68ee2012753 (patch) | |
tree | 0f1b065662e10c6a4e4739841d2d77a4d545b65e /connectivity/source | |
parent | 00ec2c9280809be261421685786da65593738ab9 (diff) |
INTEGRATION: CWS dba24lms (1.15.66); FILE MERGED
2007/11/14 12:52:15 oj 1.15.66.1: #i11746# insert Ignore Currency
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/inc/java/sql/Connection.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/sql/Connection.hxx b/connectivity/source/inc/java/sql/Connection.hxx index 07d31ecaaafe..861b090d5995 100644 --- a/connectivity/source/inc/java/sql/Connection.hxx +++ b/connectivity/source/inc/java/sql/Connection.hxx @@ -4,9 +4,9 @@ * * $RCSfile: Connection.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: ihi $ $Date: 2007-11-21 15:07:41 $ + * last change: $Author: ihi $ $Date: 2007-11-27 12:25:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,6 +87,7 @@ namespace connectivity m_aLogger; sal_Bool m_bParameterSubstitution; sal_Bool m_bIgnoreDriverPrivileges; + sal_Bool m_bIgnoreCurrency; /** transform named parameter into unnamed one. @param _sSQL @@ -121,6 +122,7 @@ namespace connectivity getConnectionInfo() const { return m_aConnectionInfo; } inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges;} + inline sal_Bool isIgnoreCurrencyEnabled() const { return m_bIgnoreCurrency; } /** returns the instance used for logging events related to this connection */ |