Interface ConnectionParameters
-
- All Known Implementing Classes:
AdminConnectionParameters
,DerbyConnectionParameters
,H2ConnectionParameters
,MariaDBConnectionParameters
,MySQLConnectionParameters
,PostgresAdminConnectionParameters
,PostgresConnectionParameters
,SQLConnectionImpl
public interface ConnectionParameters
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJdbcUrl()
In general every vendor has their own format for this.Construct it as needed.String
getUsername()
-