INTEGRATION: CWS dba24d (1.38.54); FILE MERGED

2007/12/01 13:36:33 fs 1.38.54.4: RESYNC: (1.38-1.40); FILE MERGED
2007/11/21 13:58:37 oj 1.38.54.3: #i68854# some clean ups
2007/11/21 12:40:51 oj 1.38.54.2: #i68854# impl TypeSettingInfo for Oracle and some clean up
2007/11/06 09:04:43 oj 1.38.54.1: #i11746# new property to turn of currency from meta data
This commit is contained in:
Rüdiger Timm 2008-01-30 08:47:06 +00:00
parent af644b8f0d
commit a1089ea966

View file

@ -4,9 +4,9 @@
*
* $RCSfile: JDriver.cxx,v $
*
* $Revision: 1.41 $
* $Revision: 1.42 $
*
* last change: $Author: vg $ $Date: 2008-01-29 08:38:03 $
* last change: $Author: rt $ $Date: 2008-01-30 09:47:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -249,6 +249,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("TypeInfoSettings"))
,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Defines how the type info of the database metadata should be manipulated."))
,sal_False
,::rtl::OUString( )
,Sequence< ::rtl::OUString > ())
);
return Sequence< DriverPropertyInfo >(&aDriverInfo[0],aDriverInfo.size());
}
::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Invalid URL!")) ,*this);