Uses of Class
edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpl
- 
Packages that use SQLConnectionImpl Package Description 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 SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sqlSubclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql Modifier and Type Class Description classAdminConnectionParametersDatabases might require access as a specific administrator.Constructors in edu.uiuc.ncsa.security.storage.sql with parameters of type SQLConnectionImpl Constructor Description ConnectionPool(SQLConnectionImpl connectionParameters, int connectionType)ConnectionPoolProvider(SQLConnectionImpl sqlConnection)this only sets the database name and the schema.
- 
Uses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.derbySubclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.derby Modifier and Type Class Description classDerbyConnectionParametersNOTE that the database name is the complete file path to the directory, e.g.
- 
Uses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.h2Subclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.h2 Modifier and Type Class Description classH2ConnectionParametersNOTE that the database name is the complete file path to the directory, e.g.
- 
Uses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.mariadbSubclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.mariadb Modifier and Type Class Description classMariaDBConnectionParametersCreated by Jeff Gaynor
 on May 19, 2011 at 12:40:13 PMConstructors in edu.uiuc.ncsa.security.storage.sql.mariadb with parameters of type SQLConnectionImpl Constructor Description MariaDBConnectionPool(SQLConnectionImpl connectionParameters)MariaDBConnectionPoolProvider(SQLConnectionImpl sqlConnection)
- 
Uses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.mysqlSubclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.mysql Modifier and Type Class Description classMySQLConnectionParametersCreated by Jeff Gaynor
 on May 19, 2011 at 12:40:13 PMConstructors in edu.uiuc.ncsa.security.storage.sql.mysql with parameters of type SQLConnectionImpl Constructor Description MySQLConnectionPool(SQLConnectionImpl connectionParameters)MySQLConnectionPoolProvider(SQLConnectionImpl sqlConnection)
- 
Uses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.postgresSubclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.postgres Modifier and Type Class Description classPostgresAdminConnectionParametersCreated by Jeff Gaynor
 on Jun 23, 2010 at 8:10:02 PMclassPostgresConnectionParametersCreated by Jeff Gaynor
 on Jun 23, 2010 at 7:56:23 PM
 
-