summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/IParseContext.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 13:14:50 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 13:14:50 +0000
commit8469c4127e9bb3da8dcde838f542e988965766e0 (patch)
tree52102296c03e9c72d4a186fc8d15ab957b96a8a1 /connectivity/inc/connectivity/IParseContext.hxx
parent088fff6ea27e36421d877198d87a7614ca344340 (diff)
INTEGRATION: CWS qiq (1.3.104); FILE MERGED
2006/06/30 13:20:23 fs 1.3.104.2: #i51143# ERROR_CYCLIC_SUB_QUERIES 2006/05/19 08:08:51 fs 1.3.104.1: #i51143# more error messages to be provided by a ParseContext
Diffstat (limited to 'connectivity/inc/connectivity/IParseContext.hxx')
-rw-r--r--connectivity/inc/connectivity/IParseContext.hxx27
1 files changed, 15 insertions, 12 deletions
diff --git a/connectivity/inc/connectivity/IParseContext.hxx b/connectivity/inc/connectivity/IParseContext.hxx
index 0066d7ef1e..2462ca673d 100644
--- a/connectivity/inc/connectivity/IParseContext.hxx
+++ b/connectivity/inc/connectivity/IParseContext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: IParseContext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:57:42 $
+ * last change: $Author: obo $ $Date: 2006-07-10 14:14:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,16 +58,19 @@ namespace connectivity
ERROR_NONE = 0,
ERROR_GENERAL, // "Syntax error in SQL expression"
ERROR_GENERAL_HINT, // "before \"#\" expression.", uses 1 parameter
- ERROR_VALUE_NO_LIKE, // "The value # can not be used with LIKE!", uses 1 parameter
- ERROR_FIELD_NO_LIKE, // "LIKE can not be used with this field!"
- ERROR_INVALID_COMPARE, // "The entered criterion can not be compared with this field!";
- ERROR_INVALID_INT_COMPARE, // "The field can not be compared with a number!"
- ERROR_INVALID_STRING_COMPARE, // "The field can not be compared with a string!"
- ERROR_INVALID_DATE_COMPARE, // "The field can not be compared with a date!"
- ERROR_INVALID_REAL_COMPARE, // "The field can not be compared with a floating point number!"
- ERROR_INVALID_TABLE, // "The table \"#\" is unknown in the database!"
- ERROR_INVALID_COLUMN, // "The column \"#\" is unknown in the table \"#\"!"
- ERROR_INVALID_TABLE_EXIST // "The table or view \"#\" is already in the database!"
+ ERROR_VALUE_NO_LIKE, // "The value # can not be used with LIKE.", uses 1 parameter
+ ERROR_FIELD_NO_LIKE, // "LIKE can not be used with this field."
+ ERROR_INVALID_COMPARE, // "The entered criterion can not be compared with this field."
+ ERROR_INVALID_INT_COMPARE, // "The field can not be compared with a number."
+ ERROR_INVALID_STRING_COMPARE, // "The field can not be compared with a string."
+ ERROR_INVALID_DATE_COMPARE, // "The field can not be compared with a date."
+ ERROR_INVALID_REAL_COMPARE, // "The field can not be compared with a floating point number."
+ ERROR_INVALID_TABLE, // "The database does not contain a table named \"#\"."
+ ERROR_INVALID_TABLE_OR_QUERY, // "The database does contain neither a table nor a query named \"#\"."
+ ERROR_INVALID_COLUMN, // "The column \"#\" is unknown in the table \"#\"."
+ ERROR_INVALID_TABLE_EXIST, // "The database already contains a table or view with name \"#\"."
+ ERROR_INVALID_QUERY_EXIST, // "The database already contains a query with name \"#\".";
+ ERROR_CYCLIC_SUB_QUERIES // "The statement contains a cyclic reference to one or more sub queries."
};
enum InternationalKeyCode