Mercurial > hg > monetdb-java
comparison SQLSTATEs @ 0:a5a898f6886c
Copy of MonetDB java directory changeset e6e32756ad31.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Wed, 21 Sep 2016 09:34:48 +0200 (2016-09-21) |
parents | |
children | d6abd1ffffbb |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a5a898f6886c |
---|---|
1 08M01 opening logfile failed | |
2 01M02 redirect warning | |
3 M0M03 illegal arguments (invalid call of internal function) | |
4 01M03 illegal arguments (invalid call of internal function) | |
5 M0M04 only supported in SQL mode | |
6 M1M05 invalid argument (user supplied) | |
7 M0M06 savepoint is not MonetSavepoint | |
8 01M07 unrecognised clientinfo property | |
9 01M08 read-only conection mode not supported | |
10 01M09 transaction mode not supported | |
11 M0M10 protocol violation/unexpected server response | |
12 01M10 unexpected server output | |
13 01M11 server-client autocommit state mismatch | |
14 M0M12 matching client handle referenced by server not found | |
15 01M13 concurrency mode not supported | |
16 01M14 scrolling mode not supported | |
17 01M15 holdability mode not supported | |
18 M1M16 multistatements not supported in batches | |
19 M1M17 result set not expected for DML or DDL-statement | |
20 01M18 generated keys for columns not supported | |
21 M1M19 response is not a result set | |
22 M1M20 object closed | |
23 01M21 cursors not supported | |
24 0AM21 cursors not supported | |
25 01M22 JDBC escape syntax not supported | |
26 01M23 field size limitation not supported | |
27 01M24 query time out not supported | |
28 M1M25 failed reading from/writing to object stream | |
29 08M26 invalid URI | |
30 M0M27 unknown error | |
31 22M28 invalid BLOB format | |
32 M0M29 assert | |
33 3BM30 autocommit mode active | |
34 2DM30 autocommit mode active | |
35 42M31 user/role already exists | |
36 42M32 user/role not found | |
37 08M33 connection timeout | |
38 0AM34 Java generics not supported | |
39 42M35 sequence not found | |
40 42M36 cannot restart sequence with NULL | |
41 2BM37 dependent objects still exist | |
42 | |
43 TODO: | |
44 JDBC 4.1 suggests the following SQLException subclass mapping: | |
45 NonTransientSQLExeceptions (fails when same operation executed again) | |
46 0A SQLFeatureNotSupportedException | |
47 08 SQLNonTransientConnectionException | |
48 22 SQLDataException | |
49 23 SQLIntegrityConstraintViolationException | |
50 28 SQLInvalidAuthorizationException | |
51 42 SQLSyntaxErrorException | |
52 TransientSQLExeceptions (retry of same operation might succeed) | |
53 08 SQLTransientConnectionException | |
54 40 SQLTransactionRollbackException | |
55 SQLTimeoutException | |
56 |