Uses of Interface
com.iizix.jdbc.IDBConnectionPool
Packages that use IDBConnectionPool Package Description com.iizix.db.prop com.iizix.jdbc com.iizix.server.db Uses of IDBConnectionPool in com.iizix.db.prop
Methods in com.iizix.db.prop that return IDBConnectionPool Modifier and Type Method Description IDBConnectionPool
ConnectionProfileSetup. getConnectionPool()
Gets the connection pool to retrieve a new connection.Constructors in com.iizix.db.prop with parameters of type IDBConnectionPool Constructor Description DatabaseActionTXPNode(VSActionTXProcess actionProcess, DatabaseActionActor.Settings settings, IDBConnectionPool pool)
Constructor.Uses of IDBConnectionPool in com.iizix.jdbc
Methods in com.iizix.jdbc that return IDBConnectionPool Modifier and Type Method Description static IDBConnectionPool
JDBCHelper. from(java.lang.String name, DerbyImpl derbyImpl)
Constructs the Derby database connection pool from a directory that can contain a "dbconf.properties" file.static IDBConnectionPool
JDBCHelper. from(java.lang.String name, PropCnr cnr, java.util.Properties driverProps)
Creates a database connection pool from values stored in a property container.static IDBConnectionPool
JDBCHelper. from(java.lang.String name, java.io.File dir)
Constructs the database connection pool from a directory that should contain a "dbconf.properties" file.Uses of IDBConnectionPool in com.iizix.server.db
Methods in com.iizix.server.db that return IDBConnectionPool Modifier and Type Method Description static IDBConnectionPool
DBUtilities. getConnectionPool(IFileURLResolver fileURLResolver)
Creates the connection pool.Methods in com.iizix.server.db with parameters of type IDBConnectionPool Modifier and Type Method Description void
IDBPoolProxy. assignConnectionPool(IDBConnectionPool pool)
Assigns the connection pool.