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
SQLExceptionpublic static void commitAndClose(Connection con) throws SQLException
SQLExceptionpublic static void rollbackAndClose(Connection con) throws SQLException
SQLExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.