summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/RowFunctionParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/RowFunctionParser.hxx')
-rw-r--r--connectivity/source/inc/RowFunctionParser.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/connectivity/source/inc/RowFunctionParser.hxx b/connectivity/source/inc/RowFunctionParser.hxx
index 64d07e516c89..86c769125bbf 100644
--- a/connectivity/source/inc/RowFunctionParser.hxx
+++ b/connectivity/source/inc/RowFunctionParser.hxx
@@ -66,15 +66,6 @@ public:
virtual ORowSetValueDecoratorRef evaluate(const ODatabaseMetaDataResultSet::ORow& _aRow ) const = 0;
virtual void fill(const ODatabaseMetaDataResultSet::ORow& _aRow ) const = 0;
-
- /** Operator to retrieve the type of expression node
- */
- virtual ExpressionFunct getType() const = 0;
-
- /** Operator to retrieve the ms version of expression
- */
- virtual ODatabaseMetaDataResultSet::ORow fillNode(
- std::vector< RowEquation >& rEquations, ExpressionNode* pOptionalArg, sal_uInt32 nFlags ) = 0;
};
typedef ::boost::shared_ptr< ExpressionNode > ExpressionNodeSharedPtr;