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
24#ifndef CONNECTIVITY_RESOURCE_COMMON_HRC
25#define CONNECTIVITY_RESOURCE_COMMON_HRC
26
27#ifndef CONNECTIVITY_SHARED_RES_HRC
28#include "resource/conn_shared_res.hrc"
29#endif
30
31// ============================================================================
32// = common strings
33// ============================================================================
34
35#define STR_STRING_LENGTH_EXCEEDED              ( STR_COMMON_BASE +  1 )
36#define STR_CANNOT_CONVERT_STRING               ( STR_COMMON_BASE +  2 )
37#define STR_URI_SYNTAX_ERROR                    ( STR_COMMON_BASE +  3 )
38#define STR_COULD_NOT_LOAD_FILE                 ( STR_COMMON_BASE +  4 )
39#define STR_QUERY_TOO_COMPLEX                   ( STR_COMMON_BASE +  5 )
40#define STR_OPERATOR_TOO_COMPLEX                ( STR_COMMON_BASE +  6 )
41#define STR_QUERY_INVALID_LIKE_COLUMN           ( STR_COMMON_BASE +  7 )
42#define STR_QUERY_INVALID_LIKE_STRING           ( STR_COMMON_BASE +  8 )
43#define STR_QUERY_NOT_LIKE_TOO_COMPLEX          ( STR_COMMON_BASE +  9 )
44#define STR_QUERY_LIKE_WILDCARD                 ( STR_COMMON_BASE + 10 )
45#define STR_QUERY_LIKE_WILDCARD_MANY            ( STR_COMMON_BASE + 11 )
46#define STR_INVALID_COLUMNNAME                  ( STR_COMMON_BASE + 12 )
47#define STR_NO_CLASSNAME                        ( STR_COMMON_BASE + 13 )
48#define STR_NO_CLASSNAME_PATH                   ( STR_COMMON_BASE + 14 )
49#define STR_UNKNOWN_PARA_TYPE                   ( STR_COMMON_BASE + 15 )
50#define STR_INVALID_COLUMN_SELECTION            ( STR_COMMON_BASE + 16 )
51#define STR_PARA_ONLY_PREPARED                  ( STR_COMMON_BASE + 17 )
52#define STR_COLUMN_NOT_UPDATEABLE               ( STR_COMMON_BASE + 18 )
53#define STR_ROW_ALREADY_DELETED                 ( STR_COMMON_BASE + 19 )
54#define STR_UNKNOWN_COLUMN_TYPE                 ( STR_COMMON_BASE + 20 )
55#define STR_FORMULA_WRONG                       ( STR_COMMON_BASE + 21 )
56#define STR_NO_JAVA                             ( STR_COMMON_BASE + 22 )
57#define STR_NO_RESULTSET                        ( STR_COMMON_BASE + 23 )
58#define STR_NO_ROWCOUNT                         ( STR_COMMON_BASE + 24 )
59#define STR_ERRORMSG_SEQUENCE                   ( STR_COMMON_BASE + 25 )
60#define STR_INVALID_INDEX                       ( STR_COMMON_BASE + 26 )
61#define STR_UNSUPPORTED_FUNCTION                ( STR_COMMON_BASE + 27 )
62#define STR_UNSUPPORTED_FEATURE                 ( STR_COMMON_BASE + 28 )
63#define STR_UNKNOWN_COLUMN_NAME                 ( STR_COMMON_BASE + 29 )
64#define STR_INVALID_PARA_COUNT                  ( STR_COMMON_BASE + 30 )
65#define STR_PRIVILEGE_NOT_GRANTED               ( STR_COMMON_BASE + 31 )
66#define STR_PRIVILEGE_NOT_REVOKED               ( STR_COMMON_BASE + 32 )
67#define STR_INVALID_BOOKMARK                    ( STR_COMMON_BASE + 33 )
68#define STR_NO_ELEMENT_NAME                     ( STR_COMMON_BASE + 34 )
69#define STR_NO_INPUTSTREAM                      ( STR_COMMON_BASE + 35 )
70#define STR_INPUTSTREAM_WRONG_LEN               ( STR_COMMON_BASE + 36 )
71#define STR_WRONG_PARAM_INDEX                   ( STR_COMMON_BASE + 37 )
72#define STR_NO_CONNECTION_GIVEN                 ( STR_COMMON_BASE + 38 )
73
74#endif // CONNECTIVITY_RESOURCE_COMMON_HRC
75