xref: /aoo4110/main/dbaccess/source/ui/inc/dbu_qry.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _DBU_QRY_HRC_
24#define _DBU_QRY_HRC_
25
26#ifndef _DBU_RESOURCE_HRC_
27#include "dbu_resource.hrc"
28#endif
29
30
31#define STR_QRY_FUNCTIONS					RID_STR_QRY_START
32#define STR_QRY_SORTTEXT					RID_STR_QRY_START + 1
33#define STR_QUERY_UNDO_MOVETABWIN			RID_STR_QRY_START + 2
34#define STR_QUERY_UNDO_SIZETABWIN			RID_STR_QRY_START + 3
35#define STR_QUERY_UNDO_INSERTCONNECTION		RID_STR_QRY_START + 4
36#define STR_QUERY_UNDO_REMOVECONNECTION		RID_STR_QRY_START + 5
37#define STR_QUERY_UNDO_TABWINSHOW			RID_STR_QRY_START + 6
38#define STR_QUERY_UNDO_TABWINDELETE			RID_STR_QRY_START + 7
39#define STR_QUERY_UNDO_MODIFY_CELL			RID_STR_QRY_START + 8
40#define STR_QUERY_UNDO_SIZE_COLUMN			RID_STR_QRY_START + 9
41#define STR_QUERY_UNDO_TABFIELDDELETE		RID_STR_QRY_START + 10
42#define STR_QUERY_UNDO_TABFIELDCREATE		RID_STR_QRY_START + 11
43#define STR_QRY_TOOCOMPLEX					RID_STR_QRY_START + 12
44#define RID_STR_TABLE_DOESNT_EXIST			RID_STR_QRY_START + 13
45#define RID_STR_FIELD_DOESNT_EXIST			RID_STR_QRY_START + 14
46#define RID_STR_TOMUCHTABLES				RID_STR_QRY_START + 15
47#define STR_QUERY_INNER_JOIN				RID_STR_QRY_START + 16
48#define STR_QUERY_LEFTRIGHT_JOIN			RID_STR_QRY_START + 17
49#define STR_QUERY_FULL_JOIN					RID_STR_QRY_START + 18
50#define STR_QUERY_SORTTEXT					RID_STR_QRY_START + 19
51#define STR_QUERY_FUNCTIONS					RID_STR_QRY_START + 20
52#define STR_QUERY_NOTABLE  					RID_STR_QRY_START + 21
53#define STR_QRY_ORDERBY_UNRELATED			RID_STR_QRY_START + 22
54#define STR_QUERY_HANDLETEXT				RID_STR_QRY_START + 23
55// free
56// free
57#define STR_QRY_TOO_MANY_COLUMNS			RID_STR_QRY_START + 26
58#define STR_SVT_SQL_SYNTAX_ERROR			RID_STR_QRY_START + 27
59#define STR_QUERYDESIGN_NO_VIEW_SUPPORT		RID_STR_QRY_START + 28
60#define STR_QUERYDESIGN_NO_VIEW_ASK			RID_STR_QRY_START + 29
61#define STR_QRY_NOSELECT					RID_STR_QRY_START + 30
62#define STR_QRY_COLUMN_NOT_FOUND			RID_STR_QRY_START + 31
63#define STR_QRY_JOIN_COLUMN_COMPARE			RID_STR_QRY_START + 32
64#define STR_QRY_LIKE_LEFT_NO_COLUMN			RID_STR_QRY_START + 33
65#define STR_QRY_CHECK_CASESENSITIVE			RID_STR_QRY_START + 34
66#define STR_QUERY_UNDO_TABFIELDMOVED		RID_STR_QRY_START + 35
67#define STR_QRY_ILLEGAL_JOIN				RID_STR_QRY_START + 36
68#define STR_QRY_TOO_LONG_STATEMENT			RID_STR_QRY_START + 37
69#define STR_QRY_SYNTAX						RID_STR_QRY_START + 38
70#define STR_QRY_NATIVE						RID_STR_QRY_START + 39
71#define STR_QRY_TOO_MANY_TABLES				RID_STR_QRY_START + 40
72#define STR_QRY_TOOMANYCOND					RID_STR_QRY_START + 41
73#define STR_QUERYDESIGN						RID_STR_QRY_START + 42
74#define STR_VIEWDESIGN						RID_STR_QRY_START + 43
75#define STR_JOIN_TYPE_HINT                  RID_STR_QRY_START + 44
76#define STR_QUERY_SAVEMODIFIED              RID_STR_QRY_START + 45
77#define STR_ERROR_PARSING_STATEMENT         RID_STR_QRY_START + 46
78#define STR_INFO_OPENING_IN_SQL_VIEW        RID_STR_QRY_START + 47
79#define STR_STATEMENT_WITHOUT_RESULT_SET    RID_STR_QRY_START + 48
80#define STR_NO_DATASOURCE_OR_CONNECTION     RID_STR_QRY_START + 49
81#define STR_NO_ALTER_VIEW_SUPPORT           RID_STR_QRY_START + 50
82#define STR_QUERY_CROSS_JOIN                RID_STR_QRY_START + 51
83#define STR_QUERY_NATURAL_JOIN              RID_STR_QRY_START + 52
84    // please adjust checking when inserting new strings
85
86
87#if STR_QUERY_NATURAL_JOIN > RID_STR_QRY_END
88#error resource id overflow in #file, #line
89#endif
90
91#endif // _DBU_QRY_HRC_
92
93