summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/statementcomposer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/statementcomposer.cxx')
-rw-r--r--connectivity/source/commontools/statementcomposer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/statementcomposer.cxx b/connectivity/source/commontools/statementcomposer.cxx
index 376811c5833a..8c67142f721e 100644
--- a/connectivity/source/commontools/statementcomposer.cxx
+++ b/connectivity/source/commontools/statementcomposer.cxx
@@ -126,7 +126,7 @@ namespace dbtools
sStatement = "SELECT * FROM ";
OUString sCatalog, sSchema, sTable;
- qualifiedNameComponents( _rData.xConnection->getMetaData(), _rData.sCommand, sCatalog, sSchema, sTable, eInDataManipulation );
+ qualifiedNameComponents( _rData.xConnection->getMetaData(), _rData.sCommand, sCatalog, sSchema, sTable, EComposeRule::InDataManipulation );
sStatement += composeTableNameForSelect( _rData.xConnection, sCatalog, sSchema, sTable );
}