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.sql
Subclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql Modifier and Type Class Description class
AdminConnectionParameters
Databases 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.derby
Subclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.derby Modifier and Type Class Description class
DerbyConnectionParameters
NOTE that the database name is the complete file path to the directory, e.g. -
Uses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.h2
Subclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.h2 Modifier and Type Class Description class
H2ConnectionParameters
NOTE that the database name is the complete file path to the directory, e.g. -
Uses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.mariadb
Subclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.mariadb Modifier and Type Class Description class
MariaDBConnectionParameters
Created 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.mysql
Subclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.mysql Modifier and Type Class Description class
MySQLConnectionParameters
Created 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.postgres
Subclasses of SQLConnectionImpl in edu.uiuc.ncsa.security.storage.sql.postgres Modifier and Type Class Description class
PostgresAdminConnectionParameters
Created by Jeff Gaynor
on Jun 23, 2010 at 8:10:02 PMclass
PostgresConnectionParameters
Created by Jeff Gaynor
on Jun 23, 2010 at 7:56:23 PM
-