DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8429
Super-class SQLTask with and abstract JDBCTask.
Summary: Super-class SQLTask with and abstract JDBCTask.
Product: Ant
Version: 1.5 alpha (nightly)
Platform: Other
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: Other
Component: Core tasks
AssignedTo: ant-dev@jakarta.apache.org
ReportedBy: nick@chalko.com
The SQLTask has severall methods that are usefull for any JDBC related task. I
have written several in the past. (see http://chalktools.sourceforge.net).
I have a patch that makes SQLTask a subclass of JDBCTask which handles
classpath
userid
URL
autocommit
rdbms
version
driver
caching (drivers and loaders)
JDBCTask provides a protected method getConnection that returns a new
connection. from the supplied properties.
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|