Package com.iizix.server.db
Interface IDBPoolProxy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 - @FunctionalInterface public interface IDBPoolProxyInterface to implement for a class that proxies the connection pool of the server internal database.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - void- assignConnectionPool(IDBConnectionPool pool)Assigns the connection pool.
 
- Method Detail- assignConnectionPool- void assignConnectionPool(IDBConnectionPool pool) Assigns the connection pool.- Parameters:
- pool- The pool.