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 IDBConnectionPoolConstructs the Derby database connection pool from a directory that can contain a "dbconf.properties" file.static IDBConnectionPoolJDBCHelper.from(String name, PropCnr cnr, Properties driverProps) Creates a database connection pool from values stored in a property container.static IDBConnectionPoolConstructs 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 IDBConnectionPoolDBUtilities.getConnectionPool(IFileURLResolver fileURLResolver) Creates the connection pool.Methods in com.iizix.server.db with parameters of type IDBConnectionPoolModifier and TypeMethodDescriptionvoidIDBPoolProxy.assignConnectionPool(IDBConnectionPool pool) Assigns the connection pool.