This is a copy of a class available in Ant 1.5, it should retain the
copyright notice above and we should remove this class as soon as support
for Ant 1.4 is removed.
Method Summary
public Path
createClasspath() Add a path to the classpath for loading the driver.
Creates a new Connection as using the driver, url, userid and password specified.
The calling method is responsible for closing the connection.
Connection the newly created connection. throws: BuildException - if the UserId/Password/Url is not set or there is no suitable driver or the driver fails to load.
Caching loaders / driver. This is to avoid
getting an OutOfMemoryError when calling this task
multiple times in a row; default: true
Parameters: enable -