Class SingleConnectionWrapper

java.lang.Object
org.drasyl.node.plugin.groups.manager.database.jdbc.SingleConnectionWrapper
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class SingleConnectionWrapper extends Object implements Connection
A simple wrapper for the given connection, that does not automatically close in a try-with-resources block. To close this connection, you have to call terminate().