User: rt Date: 2008-01-30 08:28:53+0000 Modified: dba/dbaccess/source/core/api/KeySet.hxx
Log: INTEGRATION: CWS dba24d (1.27.180); FILE MERGED 2007/11/06 09:19:38 oj 1.27.180.1: #i51965# use scale for update File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: KeySet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/KeySet.hxx?r1=1.27&r2=1.28 Delta lines: +5 -1 ------------------- --- KeySet.hxx 2006-08-15 10:41:20+0000 1.27 +++ KeySet.hxx 2008-01-30 08:28:50+0000 1.28 @@ -61,18 +61,22 @@ { sal_Int32 nPosition; sal_Int32 nType; + sal_Int32 nScale; + ::rtl::OUString sDefaultValue; SelectColumnDescription() :nPosition( 0 ) ,nType( 0 ) + ,nScale( 0 ) ,sDefaultValue() { } - SelectColumnDescription( sal_Int32 _nPosition, sal_Int32 _nType, const ::rtl::OUString& _rDefaultValue ) + SelectColumnDescription( sal_Int32 _nPosition, sal_Int32 _nType, sal_Int32 _nScale, const ::rtl::OUString& _rDefaultValue ) :nPosition( _nPosition ) ,nType( _nType ) + ,nScale( _nScale ) ,sDefaultValue( _rDefaultValue ) { } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
