summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 12:52:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-17 07:52:09 +0200
commit691e19ec65ef6cbe042f101e05eafaa741c4fca4 (patch)
tree2f09ea8131d41c30d9dcd21a4c4110e2b9d7b237 /include/connectivity
parent0866178f503152f468175865ebe7d971f083baa7 (diff)
remove unused enumerators from StandardSQLState
Change-Id: Id17c6c0cc41496f494117e781878b15ba2bc0518
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/standardsqlstate.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/connectivity/standardsqlstate.hxx b/include/connectivity/standardsqlstate.hxx
index 9af461ddf400..9ddf0c8bd9d7 100644
--- a/include/connectivity/standardsqlstate.hxx
+++ b/include/connectivity/standardsqlstate.hxx
@@ -33,24 +33,13 @@ namespace dbtools
*/
enum class StandardSQLState
{
- WRONG_PARAMETER_NUMBER, // 07001
INVALID_DESCRIPTOR_INDEX, // 07009
- UNABLE_TO_CONNECT, // 08001
- NUMERIC_OUT_OF_RANGE, // 22003
- INVALID_DATE_TIME, // 22007
INVALID_CURSOR_STATE, // 24000
- TABLE_OR_VIEW_EXISTS, // 42S01
- TABLE_OR_VIEW_NOT_FOUND, // 42S02
- INDEX_ESISTS, // 42S11
- INDEX_NOT_FOUND, // 42S12
- COLUMN_EXISTS, // 42S21
COLUMN_NOT_FOUND, // 42S22
GENERAL_ERROR, // HY000
INVALID_SQL_DATA_TYPE, // HY004
- OPERATION_CANCELED, // HY008
FUNCTION_SEQUENCE_ERROR, // HY010
INVALID_CURSOR_POSITION, // HY109
- INVALID_BOOKMARK_VALUE, // HY111
FEATURE_NOT_IMPLEMENTED, // HYC00
FUNCTION_NOT_SUPPORTED, // IM001
CONNECTION_DOES_NOT_EXIST, // 08003