| |
|
| java.lang.Object org.geotools.data.geometryless.ConnectionPoolFacade
ConnectionPoolFacade | public class ConnectionPoolFacade implements ConnectionPoolDataSource(Code) | | Creates ConnectionPool objects for a certain JDBC database instance.
author: Rob Atkinson rob@socialchange.net.NOSPAM.au author: Gary Sheppard garysheppard@psu.edu |
ConnectionPoolFacade | public ConnectionPoolFacade(String poolKey, String driver) throws SQLException(Code) | | Creates a new ConnectionPool object from a specified database URL. This
is normally of the following format:
jdbc:mysql:// :
/
Parameters: url - the JDBC database URL |
setPassword | public void setPassword(String password)(Code) | | Sets the JDBC database login credentials.
Parameters: username - the username Parameters: password - the password |
setURL | public void setURL(String dbURL) throws SQLException(Code) | | Sets the JDBC database login credentials.
Parameters: username - the username Parameters: password - the password |
setUser | public void setUser(String username)(Code) | | Sets the JDBC database login credentials.
Parameters: username - the username |
|
|
|