public final class JdbcUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
close(Connection con) |
static void |
commitAndClose(Connection con) |
static void |
rollbackAndClose(Connection con) |
public static void close(Connection con) throws SQLException
SQLException
public static void commitAndClose(Connection con) throws SQLException
SQLException
public static void rollbackAndClose(Connection con) throws SQLException
SQLException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.