Uses of Class
edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider
- 
Packages that use ConnectionPoolProvider Package Description edu.uiuc.ncsa.sas.loader 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 ConnectionPoolProvider in edu.uiuc.ncsa.sas.loaderConstructors in edu.uiuc.ncsa.sas.loader with parameters of type ConnectionPoolProvider Constructor Description SQLClientStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, MapConverter converter, ClientProvider clientProvider)
- 
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sqlMethods in edu.uiuc.ncsa.security.storage.sql that return ConnectionPoolProvider Modifier and Type Method Description ConnectionPoolProviderConnectionPoolProvider. setDatabase(String database)ConnectionPoolProviderConnectionPoolProvider. setDriver(String driver)ConnectionPoolProviderConnectionPoolProvider. setHost(String host)ConnectionPoolProviderConnectionPoolProvider. setPort(int port)ConnectionPoolProviderConnectionPoolProvider. setSchema(String schema)ConnectionPoolProviderConnectionPoolProvider. setUseSSL(boolean useSSL)
- 
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.derbySubclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.derby Modifier and Type Class Description classDerbyConnectionPoolProviderCreated by Jeff Gaynor
 on 5/2/12 at 1:46 PM
- 
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.h2Subclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.h2 Modifier and Type Class Description classH2ConnectionPoolProviderCreated by Jeff Gaynor
 on 5/2/12 at 1:46 PM
- 
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.mariadbSubclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.mariadb Modifier and Type Class Description classMariaDBConnectionPoolProviderCreated by Jeff Gaynor
 on 1/17/12 at 11:54 AM
- 
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.mysqlSubclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.mysql Modifier and Type Class Description classMySQLConnectionPoolProviderCreated by Jeff Gaynor
 on 1/17/12 at 11:54 AM
- 
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.postgresSubclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.postgres Modifier and Type Class Description classPGConnectionPoolProviderCreated by Jeff Gaynor
 on 1/18/12 at 8:20 AM
 
-