summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CRowSetDataColumn.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-17 09:19:03 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-17 09:19:03 +0000
commit72214a7e8c3c19fb6d9c891c29583567cb8c6c00 (patch)
tree6f02eb79d62b910939005536f92aa7086ecc3f97 /dbaccess/source/core/api/CRowSetDataColumn.hxx
parent9824ad98d24c55b926aecca8d85dcc84adb6ca0b (diff)
some changes for the rowset
Diffstat (limited to 'dbaccess/source/core/api/CRowSetDataColumn.hxx')
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.hxx b/dbaccess/source/core/api/CRowSetDataColumn.hxx
index 5c8b5c4afb07..164a65ea33e6 100644
--- a/dbaccess/source/core/api/CRowSetDataColumn.hxx
+++ b/dbaccess/source/core/api/CRowSetDataColumn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CRowSetDataColumn.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2000-10-11 11:18:10 $
+ * last change: $Author: oj $ $Date: 2000-10-17 10:18:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,11 +87,14 @@ namespace dbaccess
ORowSetMatrix::iterator& m_rColumnValue;
ORowSetMatrix::iterator& m_rEnd; // end of the matrix to when we reach the end
::com::sun::star::uno::Any m_aOldValue;
+
+ ::rtl::OUString m_aDescription; // description
public:
ORowSetDataColumn(const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XResultSetMetaData >& _xMetaData,
const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRow >& _xRow,
const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRowUpdate >& _xRowUpdate,
sal_Int32 _nPos,
+ const ::rtl::OUString& _rDescription,
ORowSetMatrix::iterator& _rColumnValue,
ORowSetMatrix::iterator& _rEnd);