CUBRID Engine  latest
msgcat_help.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 2008 Search Solution Corporation
3  * Copyright 2016 CUBRID Corporation
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18 
19 /*
20  * msgcat_help.hpp
21  */
22 
23 #ifndef _MSGCAT_HELP_HPP_
24 #define _MSGCAT_HELP_HPP_
25 
26 #if defined(SERVER_MODE)
27 #error Does not belong to server module
28 #endif //defined(SERVER_MODE)
29 
30 /*
31  * Message id in the set MSGCAT_SET_HELP
32  * in the message catalog MSGCAT_CATALOG_CUBRID (file cubrid.msg).
33  */
34 
35 //ToDo: enum
36 #define MSGCAT_HELP_ROOTCLASS_TITLE (1)
37 #define MSGCAT_HELP_CLASS_TITLE (2)
38 #define MSGCAT_HELP_SUPER_CLASSES (3)
39 #define MSGCAT_HELP_SUB_CLASSES (4)
40 #define MSGCAT_HELP_ATTRIBUTES (5)
41 #define MSGCAT_HELP_METHODS (6)
42 #define MSGCAT_HELP_CLASS_ATTRIBUTES (7)
43 #define MSGCAT_HELP_CLASS_METHODS (8)
44 #define MSGCAT_HELP_RESOLUTIONS (9)
45 #define MSGCAT_HELP_METHOD_FILES (10)
46 #define MSGCAT_HELP_QUERY_SPEC (11)
47 #define MSGCAT_HELP_OBJECT_TITLE (12)
48 #define MSGCAT_HELP_CMD_DESCRIPTION (13)
49 #define MSGCAT_HELP_CMD_STRUCTURE (14)
50 #define MSGCAT_HELP_CMD_EXAMPLE (15)
51 #define MSGCAT_HELP_META_CLASS_HEADER (16)
52 #define MSGCAT_HELP_CLASS_HEADER (17)
53 #define MSGCAT_HELP_VCLASS_HEADER (18)
54 #define MSGCAT_HELP_LDB_VCLASS_HEADER (19)
55 #define MSGCAT_HELP_GENERAL_TXT (20)
56 
57 #endif // _MSGCAT_HELP_HPP_