comparison src/main/java/nl/cwi/monetdb/jdbc/MonetSavepoint.java @ 102:08bc9009d190 embedded

Merged with default
author Pedro Ferreira <pedro.ferreira@monetdbsolutions.com>
date Fri, 13 Jan 2017 18:16:30 +0100 (2017-01-13)
parents 6f74e01c57da b9b35ca2eec2
children 5b13ccaba741
comparison
equal deleted inserted replaced
101:551093abca52 102:08bc9009d190
6 * Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. 6 * Copyright 1997 - July 2008 CWI, August 2008 - 2017 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.