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