summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/inc/connectivity/sqlnode.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx
index 90c318597a7c..cfaf7929b218 100644
--- a/connectivity/inc/connectivity/sqlnode.hxx
+++ b/connectivity/inc/connectivity/sqlnode.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sqlnode.hxx,v $
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
* This file is part of OpenOffice.org.
*
@@ -192,7 +192,6 @@ namespace connectivity
all_or_any_predicate,
named_columns_join,
join_condition,
- joined_table,
boolean_factor,
sql_not,
boolean_test,
@@ -217,6 +216,7 @@ namespace connectivity
table_node,
as,
op_column_commalist,
+ table_primary_as_range_column,
rule_count, // letzter_wert
UNKNOWN_RULE // ID indicating that a node is no rule with a matching Rule-enum value (see getKnownRuleID)
};
@@ -401,6 +401,10 @@ namespace connectivity
// _pNode will be modified if parameters exists
static void substituteParameterNames(OSQLParseNode* _pNode);
+ /** return a table range when it exists.
+ */
+ static ::rtl::OUString getTableRange(const OSQLParseNode* _pTableRef);
+
protected:
// ParseNodeToStr konkateniert alle Token (Blaetter) des ParseNodes
void parseNodeToStr(::rtl::OUString& rString,