summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/APreparedStatement.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-01-09 11:39:19 +0000
committerOcke Janssen <oj@openoffice.org>2001-01-09 11:39:19 +0000
commitec07cca8d847fa1cefdeb61f069fcff4022cd9b6 (patch)
tree05d8b27a6395d2e974628780d1fe229d2cf773db /connectivity/source/inc/ado/APreparedStatement.hxx
parentcba6583e5fffe4d31fe0e14bd82fc81496e3ca0e (diff)
new member variable for metadata
Diffstat (limited to 'connectivity/source/inc/ado/APreparedStatement.hxx')
-rw-r--r--connectivity/source/inc/ado/APreparedStatement.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/ado/APreparedStatement.hxx b/connectivity/source/inc/ado/APreparedStatement.hxx
index 94794aefc06e..9062b5234e3e 100644
--- a/connectivity/source/inc/ado/APreparedStatement.hxx
+++ b/connectivity/source/inc/ado/APreparedStatement.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: APreparedStatement.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:25 $
+ * last change: $Author: oj $ $Date: 2001-01-09 12:39:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,6 +111,7 @@ namespace connectivity
// for the prepared statement
::std::vector<OTypeInfo> m_aTypeInfo;
+ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > m_xMetaData;
ADOParameters* m_pParameters;
public: