summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/QueryDesignView.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-09-27 05:19:05 +0000
committerOcke Janssen <oj@openoffice.org>2001-09-27 05:19:05 +0000
commit7548d773fdf47d1b35e94233f7f959328228c8c7 (patch)
treead0a995c7c346a469abf8e1ad3e43b3cc239b769 /dbaccess/source/ui/inc/QueryDesignView.hxx
parent139a81d38af7ea45640fcdf1a8e70a43fdc52cfe (diff)
#92325# impl new sql functions
Diffstat (limited to 'dbaccess/source/ui/inc/QueryDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/QueryDesignView.hxx b/dbaccess/source/ui/inc/QueryDesignView.hxx
index 8004bfbd0517..18d15f21ade3 100644
--- a/dbaccess/source/ui/inc/QueryDesignView.hxx
+++ b/dbaccess/source/ui/inc/QueryDesignView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryDesignView.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: fs $ $Date: 2001-08-23 14:23:57 $
+ * last change: $Author: oj $ $Date: 2001-09-27 06:19:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,9 @@
#ifndef DBAUI_ENUMTYPES_HXX
#include "QEnumTypes.hxx"
#endif
+#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
+#include <com/sun/star/beans/XPropertySet.hpp>
+#endif
namespace connectivity
{
@@ -186,6 +189,8 @@ namespace dbaui
virtual void clear();
// set the view readonly or not
virtual void setReadOnly(sal_Bool _bReadOnly);
+ // check if the statement is correct when not returning false
+ virtual sal_Bool checkStatement();
// set the statement for representation
virtual void setStatement(const ::rtl::OUString& _rsStatement);
// returns the current sql statement
@@ -219,6 +224,11 @@ namespace dbaui
void SaveUIConfig();
void stopTimer();
void startTimer();
+
+ ::connectivity::OSQLParseNode* getPredicateTreeFromEntry( OTableFieldDesc* pEntry,
+ const String& _sCriteria,
+ ::rtl::OUString& _rsErrorMessage,
+ ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxColumn);
protected:
// return the Rectangle where I can paint myself
virtual void resizeDocumentView(Rectangle& rRect);