summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FStatement.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 07:28:19 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 07:28:19 +0000
commitc054a1c22b646eeb2faf5a905e20d892e02ea1ff (patch)
tree82afea13ff3fd596e766e1b79d5b3204549560bb /connectivity/source/inc/file/FStatement.hxx
parent14142ab9b09ad8c7e700dd1dba1f6732509fed49 (diff)
INTEGRATION: CWS oj4 (1.18.86); FILE MERGED
2003/06/27 13:38:01 oj 1.18.86.1: #i14648# implement string functions for file based drivers
Diffstat (limited to 'connectivity/source/inc/file/FStatement.hxx')
-rw-r--r--connectivity/source/inc/file/FStatement.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx
index f7fac1a0f65e..b89b2e6dcdc8 100644
--- a/connectivity/source/inc/file/FStatement.hxx
+++ b/connectivity/source/inc/file/FStatement.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FStatement.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: oj $ $Date: 2002-07-05 08:07:50 $
+ * last change: $Author: obo $ $Date: 2003-09-04 08:28:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,8 +158,9 @@ namespace connectivity
::std::vector<sal_Int32>* m_pEvaluationKeySet;
OFileTable* m_pTable; // the current table
- OValueRow m_aRow;
- OValueRow m_aEvaluateRow; // contains all values of a row
+ OValueRefRow m_aSelectRow;
+ OValueRefRow m_aRow;
+ OValueRefRow m_aEvaluateRow; // contains all values of a row
ORefAssignValues m_aAssignValues; // needed for insert,update and parameters
// to compare with the restrictions