Uses of Class
edu.uiuc.ncsa.security.storage.sql.derby.DerbyConnectionPoolProvider
-
Packages that use DerbyConnectionPoolProvider Package Description edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.sql.derby Connectivity for the Derby database -
-
Uses of DerbyConnectionPoolProvider in edu.uiuc.ncsa.security.storage
Fields in edu.uiuc.ncsa.security.storage declared as DerbyConnectionPoolProvider Modifier and Type Field Description protected DerbyConnectionPoolProviderCFDBConfigLoader. derbyConnectionPoolProviderMethods in edu.uiuc.ncsa.security.storage that return DerbyConnectionPoolProvider Modifier and Type Method Description DerbyConnectionPoolProviderCFDBConfigLoader. getDerbyConnectionPoolProvider()DerbyConnectionPoolProviderCFDBConfigLoader. getDerbyConnectionPoolProvider(String databaseName, String schema)DerbyConnectionPoolProviderDBConfigLoader. getDerbyConnectionPoolProvider()DerbyConnectionPoolProviderDBConfigLoader. getDerbyConnectionPoolProvider(String databaseName, String schema) -
Uses of DerbyConnectionPoolProvider in edu.uiuc.ncsa.security.storage.sql.derby
Methods in edu.uiuc.ncsa.security.storage.sql.derby that return DerbyConnectionPoolProvider Modifier and Type Method Description static DerbyConnectionPoolProviderDerbyConnectionPoolProvider. newInstance()Use this for builder/factory pattern.DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setBootPassword(String bootPassword)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setCreateScript(List<String> createScript)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setDatabase(String database)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setDriver(String driver)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setHost(String host)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setPassword(String password)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setPort(int port)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setRootDirectory(String rootDirectory)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setSchema(String schema)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setStoreType(String storeType)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setUsername(String username)DerbyConnectionPoolProviderDerbyConnectionPoolProvider. setUseSSL(boolean useSSL)
-