Mercurial > hg > monetdb-java
comparison src/main/java/nl/cwi/monetdb/jdbc/MonetSavepoint.java @ 69:e092fa8d9ab7
Expand import java.*.* statements
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 08 Dec 2016 14:39:59 +0100 (2016-12-08) |
parents | a5a898f6886c |
children | b9b35ca2eec2 |
comparison
equal
deleted
inserted
replaced
53:6cc63d6cb224 | 69:e092fa8d9ab7 |
---|---|
6 * Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. | 6 * Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. |
7 */ | 7 */ |
8 | 8 |
9 package nl.cwi.monetdb.jdbc; | 9 package nl.cwi.monetdb.jdbc; |
10 | 10 |
11 import java.sql.*; | 11 import java.sql.SQLException; |
12 import java.sql.Savepoint; | |
12 import java.util.concurrent.atomic.AtomicInteger; | 13 import java.util.concurrent.atomic.AtomicInteger; |
13 | 14 |
14 /** | 15 /** |
15 * The representation of a savepoint, which is a point within the current | 16 * The representation of a savepoint, which is a point within the current |
16 * transaction that can be referenced from the Connection.rollback method. | 17 * transaction that can be referenced from the Connection.rollback method. |