Package nxt.db

Class FilteredConnection

java.lang.Object
nxt.db.FilteredConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class FilteredConnection extends Object implements Connection
Wrapper for a SQL Connection The wrapper forwards all methods to the wrapped connection. The supplied factory is used to create wrappers for statements and prepared statements that are created for this connection.