Interface CloseableConnectionFactory

All Superinterfaces:
Closeable, ConnectionFactory

public interface CloseableConnectionFactory extends ConnectionFactory, Closeable
Union-interface combining ConnectionFactory and Closeable for H2Connection.

Closing this ConnectionFactory invalidates all open H2Connections and connection creation is no longer possible.