summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/Awrapado.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 09:51:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 09:51:14 +0000
commit2b1ef2a4694130151c7c1a489e80e1c430146bfd (patch)
treebed391e0c2aceda22d9eefb59c47453067e25426 /connectivity/source/inc/ado/Awrapado.hxx
parent86a570db5305f6d490b8e88dc4d03fe1a8635241 (diff)
INTEGRATION: CWS dba06 (1.11.22); FILE MERGED
2003/05/19 10:09:46 oj 1.11.22.1: #109695# fix parameter handling
Diffstat (limited to 'connectivity/source/inc/ado/Awrapado.hxx')
-rw-r--r--connectivity/source/inc/ado/Awrapado.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/inc/ado/Awrapado.hxx b/connectivity/source/inc/ado/Awrapado.hxx
index 9132773bce85..7a10f0985ebd 100644
--- a/connectivity/source/inc/ado/Awrapado.hxx
+++ b/connectivity/source/inc/ado/Awrapado.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Awrapado.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 16:38:44 $
+ * last change: $Author: vg $ $Date: 2003-05-22 10:51:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -429,6 +429,8 @@ namespace connectivity
::rtl::OUString GetName() const ;
DataTypeEnum GetADOType() const ;
+ void put_Type(const DataTypeEnum& _eType);
+ sal_Bool put_Size(const sal_Int32& _nSize);
sal_Int32 GetAttributes() const ;
sal_Int32 GetPrecision() const ;
sal_Int32 GetNumericScale() const ;
@@ -436,6 +438,7 @@ namespace connectivity
void GetValue(OLEVariant& aValVar) const ;
OLEVariant GetValue() const;
sal_Bool PutValue(const OLEVariant& aVariant);
+ sal_Bool AppendChunk(const OLEVariant& aVariant);
};
class OTools