Uses of Interface
com.iizix.jdbc.IDBConnectionPool
Uses of IDBConnectionPool in com.iizix.db.prop
Modifier and TypeMethodDescriptionConnectionProfileSetup.getConnectionPool()
Gets the connection pool to retrieve a new connection.ModifierConstructorDescriptionDatabaseActionTXPNode
(VSActionTXProcess actionProcess, DatabaseActionActor.Settings settings, IDBConnectionPool pool) Constructor.Uses of IDBConnectionPool in com.iizix.jdbc
Modifier and TypeMethodDescriptionstatic IDBConnectionPool
Constructs the Derby database connection pool from a directory that can contain a "dbconf.properties" file.static IDBConnectionPool
JDBCHelper.from
(String name, PropCnr cnr, Properties driverProps) Creates a database connection pool from values stored in a property container.static IDBConnectionPool
Constructs the database connection pool from a directory that should contain a "dbconf.properties" file.Uses of IDBConnectionPool in com.iizix.server.db
Modifier and TypeMethodDescriptionstatic IDBConnectionPool
DBUtilities.getConnectionPool
(IFileURLResolver fileURLResolver) Creates the connection pool.Modifier and TypeMethodDescriptionvoid
IDBPoolProxy.assignConnectionPool
(IDBConnectionPool pool) Assigns the connection pool.