| Modifier and Type | Method and Description |
|---|---|
static void |
close(Closeable... closeables)
Close all
Closeable, ignoring exceptions. |
static void |
close(Closeable conn)
Close a
Closeable, ignoring the exception if any. |
static void |
close(Connection... connections)
Close all
Connections, ignoring exceptions. |
static void |
close(Connection conn)
Close a
Connection, ignoring the exception if any. |
static void |
close(Socket... sockets)
Close all
Sockets, ignoring exceptions. |
static void |
close(Statement... statements)
Close all
Statements, ignoring exceptions. |
static void |
close(Statement conn)
Close a
Statement, ignoring the exception if any. |
public static void close(Connection conn)
Connection, ignoring the exception if any.public static void close(Connection... connections)
Connections, ignoring exceptions.