Uses of Class
edu.uiuc.ncsa.security.storage.sql.ConnectionPool
-
Packages that use ConnectionPool Package Description edu.uiuc.ncsa.sas.loader edu.uiuc.ncsa.sas.storage edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore.edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table.edu.uiuc.ncsa.security.storage.sql.derby Connectivity for the Derby databaseedu.uiuc.ncsa.security.storage.sql.h2 Connectivity for the H2 database engine.edu.uiuc.ncsa.security.storage.sql.mariadb Connectivity for the Maria DB database server.edu.uiuc.ncsa.security.storage.sql.mysql Connectivity for the MySQL database server.edu.uiuc.ncsa.security.storage.sql.postgres Connectivity for the PostgreSQL database server. -
-
Uses of ConnectionPool in edu.uiuc.ncsa.sas.loader
Constructor parameters in edu.uiuc.ncsa.sas.loader with type arguments of type ConnectionPool Constructor Description SQLClientStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, MapConverter converter, ClientProvider clientProvider) -
Uses of ConnectionPool in edu.uiuc.ncsa.sas.storage
Constructors in edu.uiuc.ncsa.sas.storage with parameters of type ConnectionPool Constructor Description SASSQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter) -
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.monitored
Constructors in edu.uiuc.ncsa.security.storage.monitored with parameters of type ConnectionPool Constructor Description MonitoredSQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter) -
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql
Classes in edu.uiuc.ncsa.security.storage.sql with type parameters of type ConnectionPool Modifier and Type Class Description classConnectionPoolProvider<T extends ConnectionPool>Creates aConnectionPoolfrom a configuration.Methods in edu.uiuc.ncsa.security.storage.sql that return ConnectionPool Modifier and Type Method Description ConnectionPoolSQLDatabase. getConnectionPool()protected ConnectionPoolSQLStoreProvider. getConnectionPool()Methods in edu.uiuc.ncsa.security.storage.sql with parameters of type ConnectionPool Modifier and Type Method Description voidSQLDatabase. setConnectionPool(ConnectionPool connectionPool)protected voidConnectionPoolProvider. setPoolParameters(ConnectionPool pool)Called exactly once duringProvider.get()per (new) pool to set the parameters (max size etc.).Constructors in edu.uiuc.ncsa.security.storage.sql with parameters of type ConnectionPool Constructor Description SQLDatabase(ConnectionPool connectionPool)SQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)TableInitializer(ConnectionPool connectionPool, Table table)Constructor parameters in edu.uiuc.ncsa.security.storage.sql with type arguments of type ConnectionPool Constructor Description SQLStoreProvider(CFNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, MapConverter converter)SQLStoreProvider(CFNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, String tablename, MapConverter converter)SQLStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, MapConverter converter)SQLStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, String tablename, MapConverter converter)SQLStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, MapConverter converter)SQLStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, String tablename, MapConverter converter) -
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.derby
Subclasses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.derby Modifier and Type Class Description classDerbyConnectionPoolCreated by Jeff Gaynor
on 2/22/24 at 10:43 AMMethods in edu.uiuc.ncsa.security.storage.sql.derby that return ConnectionPool Modifier and Type Method Description ConnectionPoolDerbyConnectionPoolProvider. get() -
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.h2
Methods in edu.uiuc.ncsa.security.storage.sql.h2 that return ConnectionPool Modifier and Type Method Description ConnectionPoolH2ConnectionPoolProvider. get() -
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.mariadb
Subclasses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.mariadb Modifier and Type Class Description classMariaDBConnectionPoolOriginal readme: A specific pool for working with MariaDB. -
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.mysql
Subclasses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.mysql Modifier and Type Class Description classMySQLConnectionPoolA specific pool for working with MySQL. -
Uses of ConnectionPool in edu.uiuc.ncsa.security.storage.sql.postgres
Methods in edu.uiuc.ncsa.security.storage.sql.postgres that return ConnectionPool Modifier and Type Method Description ConnectionPoolPGConnectionPoolProvider. get()
-