nl.gx.webmanager.services.datasource
Interface Provider
- All Known Implementing Classes:
- ProviderAdapter
public interface Provider
- Author:
- bramk
createConnection
java.sql.Connection createConnection(java.lang.String url)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
createConnection
java.sql.Connection createConnection(java.lang.String url,
java.lang.String username,
java.lang.String password)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSpecification
@Deprecated
java.lang.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
java.lang.String getDriverClassName()
getValidationQuery
java.lang.String getValidationQuery()
Copyright © 2007-2011 GX Software BV. All Rights Reserved.