Uses of Interface
com.iizix.jdbc.IDBConnectionPool
Packages that use IDBConnectionPool
Uses of IDBConnectionPool in com.iizix.db.prop
Methods in com.iizix.db.prop that return IDBConnectionPoolModifier and TypeMethodDescriptionConnectionProfileSetup.getConnectionPool()
Gets the connection pool to retrieve a new connection.Constructors in com.iizix.db.prop with parameters of type IDBConnectionPoolModifierConstructorDescriptionDatabaseActionTXPNode
(VSActionTXProcess actionProcess, DatabaseActionActor.Settings settings, IDBConnectionPool pool) Constructor.Uses of IDBConnectionPool in com.iizix.jdbc
Methods in com.iizix.jdbc that return IDBConnectionPoolModifier 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
Methods in com.iizix.server.db that return IDBConnectionPoolModifier and TypeMethodDescriptionstatic IDBConnectionPool
DBUtilities.getConnectionPool
(IFileURLResolver fileURLResolver) Creates the connection pool.Methods in com.iizix.server.db with parameters of type IDBConnectionPoolModifier and TypeMethodDescriptionvoid
IDBPoolProxy.assignConnectionPool
(IDBConnectionPool pool) Assigns the connection pool.