summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FResultSet.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-01-09 14:39:19 +0000
committerOcke Janssen <oj@openoffice.org>2001-01-09 14:39:19 +0000
commit166d3fedf1a47a1cb749330fc96cb27b65252e41 (patch)
tree5f5e2c70d9ba7a9bd7854c40f21a7cbf6f889ccc /connectivity/source/inc/file/FResultSet.hxx
parent706bd2599aaa767226594fedf06face04c7c70c6 (diff)
new method to determine if we have select count(*) stmt
Diffstat (limited to 'connectivity/source/inc/file/FResultSet.hxx')
-rw-r--r--connectivity/source/inc/file/FResultSet.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx
index a67259300277..80a635c9d26d 100644
--- a/connectivity/source/inc/file/FResultSet.hxx
+++ b/connectivity/source/inc/file/FResultSet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FResultSet.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2000-11-03 13:49:39 $
+ * last change: $Author: oj $ $Date: 2001-01-09 15:39:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -329,6 +329,8 @@ OFILEKeyCompare(const void * elem1, const void * elem2);
void scanParameter(OSQLParseNode* pParseNode,::std::vector< OSQLParseNode*>& _rParaNodes);
sal_Bool moveAbsolute(sal_Int32 _nOffset,sal_Bool _bRetrieveData);
+ // return true when the select statement is "select count(*) from table"
+ sal_Bool isCount() const;
protected:
using OResultSet_BASE::rBHelper;