20 import com.mysql.clusterj.ClusterJUserException;
21 import com.mysql.jdbc.Connection;
23 import java.sql.SQLException;
24 import java.sql.Savepoint;
25 import java.util.Properties;
28 implements com.mysql.jdbc.ConnectionLifecycleInterceptor {
30 public void close()
throws SQLException {
35 public boolean commit()
throws SQLException {
40 public boolean rollback()
throws SQLException {
45 public boolean rollback(Savepoint arg0)
throws SQLException {
50 public boolean setAutoCommit(
boolean arg0)
throws SQLException {
55 public boolean setCatalog(
String arg0)
throws SQLException {
60 public boolean transactionBegun()
throws SQLException {
65 public boolean transactionCompleted()
throws SQLException {
70 public void destroy() {
75 public void init(Connection arg0, Properties arg1)
throws SQLException {