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.loader
Constructors 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.sql
Methods in edu.uiuc.ncsa.security.storage.sql that return ConnectionPoolProvider Modifier and Type Method Description ConnectionPoolProvider
ConnectionPoolProvider. setDatabase(String database)
ConnectionPoolProvider
ConnectionPoolProvider. setDriver(String driver)
ConnectionPoolProvider
ConnectionPoolProvider. setHost(String host)
ConnectionPoolProvider
ConnectionPoolProvider. setPort(int port)
ConnectionPoolProvider
ConnectionPoolProvider. setSchema(String schema)
ConnectionPoolProvider
ConnectionPoolProvider. setUseSSL(boolean useSSL)
Constructors in edu.uiuc.ncsa.security.storage.sql with parameters of type ConnectionPoolProvider Constructor Description 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 ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.derby
Subclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.derby Modifier and Type Class Description class
DerbyConnectionPoolProvider
Created by Jeff Gaynor
on 5/2/12 at 1:46 PM -
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.h2
Subclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.h2 Modifier and Type Class Description class
H2ConnectionPoolProvider
Created by Jeff Gaynor
on 5/2/12 at 1:46 PM -
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.mariadb
Subclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.mariadb Modifier and Type Class Description class
MariaDBConnectionPoolProvider
Created by Jeff Gaynor
on 1/17/12 at 11:54 AM -
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.mysql
Subclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.mysql Modifier and Type Class Description class
MySQLConnectionPoolProvider
Created by Jeff Gaynor
on 1/17/12 at 11:54 AM -
Uses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.postgres
Subclasses of ConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.postgres Modifier and Type Class Description class
PGConnectionPoolProvider
Created by Jeff Gaynor
on 1/18/12 at 8:20 AM
-