summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-27 11:02:08 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-27 11:02:08 +0000
commit5e1aaaa3c030fdd53c2a71adfcef6bc4cbeb361a (patch)
tree3605f52d0ebf34c4da7dad8ea7442a8e48260e57 /connectivity/source
parentb78f3a90e63a1f97856d8feea092aa83bfb06ee5 (diff)
INTEGRATION: CWS dba24lms (1.38.64); FILE MERGED
2007/11/14 12:52:15 oj 1.38.64.1: #i11746# insert Ignore Currency
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/drivers/jdbc/JDriver.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/connectivity/source/drivers/jdbc/JDriver.cxx b/connectivity/source/drivers/jdbc/JDriver.cxx
index 82449ff08937..d125d716f285 100644
--- a/connectivity/source/drivers/jdbc/JDriver.cxx
+++ b/connectivity/source/drivers/jdbc/JDriver.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: JDriver.cxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: ihi $ $Date: 2007-11-21 15:03:32 $
+ * last change: $Author: ihi $ $Date: 2007-11-27 12:02:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -235,6 +235,13 @@ Sequence< DriverPropertyInfo > SAL_CALL java_sql_Driver::getPropertyInfo( const
,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "true" ) )
,aBooleanValues)
);
+ aDriverInfo.push_back(DriverPropertyInfo(
+ ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IgnoreCurrency"))
+ ,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Ignore the currency field from the ResultsetMetaData."))
+ ,sal_False
+ ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "false" ) )
+ ,aBooleanValues)
+ );
return Sequence< DriverPropertyInfo >(&aDriverInfo[0],aDriverInfo.size());
}
::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Invalid URL!")) ,*this);