Uses of Class
edu.uiuc.ncsa.security.storage.sql.AdminConnectionParameters
-
Packages that use AdminConnectionParameters 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.postgres Connectivity for the PostgreSQL database server. -
-
Uses of AdminConnectionParameters in edu.uiuc.ncsa.security.storage.sql
Methods in edu.uiuc.ncsa.security.storage.sql that return AdminConnectionParameters Modifier and Type Method Description protected AdminConnectionParameters
DBInitializer. getAdminConnectionParameters()
-
Uses of AdminConnectionParameters in edu.uiuc.ncsa.security.storage.sql.postgres
Subclasses of AdminConnectionParameters 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 PM
-