All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.uiuc.ncsa.security.storage.sql.ConnectionParameters Maven / Gradle / Ivy

There is a newer version: 4.3
Show newest version
package edu.uiuc.ncsa.security.storage.sql;

/**
 * Class that wraps the JDBC connection string for an SQL database. This class should
 * see to it that the appropriate driver is loaded and that the url will work
 * when requested, attending to any other state initialization.
 * 

Created by Jeff Gaynor
* on 12/16/11 at 9:52 AM */ public interface ConnectionParameters { String getUsername(); /** * In general every vendor has their own format for this.Construct it as needed. * * @return */ String getJdbcUrl(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy