Interface Provider
-
- All Known Implementing Classes:
ProviderAdapter
public interface Provider
- Author:
- bramk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Connection
createConnection(String url)
Connection
createConnection(String url, String username, String password)
String
getDriverClassName()
String
getSpecification()
Deprecated.method is no longer used within the WebManager platform.String
getValidationQuery()
-
-
-
Method Detail
-
createConnection
Connection createConnection(String url) throws SQLException
- Throws:
SQLException
-
createConnection
Connection createConnection(String url, String username, String password) throws SQLException
- Throws:
SQLException
-
getSpecification
@Deprecated String getSpecification()
Deprecated.method is no longer used within the WebManager platform.Returns specification of provided DataSource in a human readable format.- Returns:
- specification of provided DataSource in a human readable format.
-
getDriverClassName
String getDriverClassName()
-
getValidationQuery
String getValidationQuery()
-
-