diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 08:03:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 08:03:31 +0000 |
commit | ba2b2b4d7074fdd34afd70882580850b983f9af8 (patch) | |
tree | e060c8db68e9e76ef86dc20c0768406ca4bfb175 /dbaccess/source/shared/stringconstants.cxx | |
parent | a0f15ad9e95b2b8bc23a4c4ea4fd0f1042843414 (diff) |
INTEGRATION: CWS dba16 (1.30.10); FILE MERGED
2004/10/11 11:38:25 oj 1.30.10.1: #i30220# enable having, group by for queries
Diffstat (limited to 'dbaccess/source/shared/stringconstants.cxx')
-rw-r--r-- | dbaccess/source/shared/stringconstants.cxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dbaccess/source/shared/stringconstants.cxx b/dbaccess/source/shared/stringconstants.cxx index 3ea18c435914..28a4d6c8f0b2 100644 --- a/dbaccess/source/shared/stringconstants.cxx +++ b/dbaccess/source/shared/stringconstants.cxx @@ -2,9 +2,9 @@ * * $RCSfile: stringconstants.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: hr $ $Date: 2004-08-02 15:27:52 $ + * last change: $Author: rt $ $Date: 2004-10-22 09:03:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -205,8 +205,10 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_EMBEDDEDOBJECT, "EmbeddedObject"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ORIGINAL, "Original"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_USECATALOGINSELECT,"UseCatalogInSelect"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_USESCHEMAINSELECT, "UseSchemaInSelect"); -IMPLEMENT_CONSTASCII_USTRING(PROPERTY_OUTERJOINESCAPE, "EnableOuterJoinEscape"); -IMPLEMENT_CONSTASCII_USTRING(PROPERTY_AS_TEMPLATE, "AsTemplate"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_OUTERJOINESCAPE, "EnableOuterJoinEscape"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_AS_TEMPLATE, "AsTemplate"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_HAVING_CLAUSE, "HavingClause"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_GROUP_BY, "GroupBy"); //============================================================ //= service names |