| org.apache.jetspeed.anttasks.ExecuteSQL
ExecuteSQL | public class ExecuteSQL extends SQLExec (Code) | | |
Method Summary | |
public void | execute() | protected Connection | getConnection() Creates a new Connection as using the driver, url, userid and password
specified. |
execute | public void execute() throws BuildException(Code) | | |
getConnection | protected Connection getConnection() throws BuildException(Code) | | 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 thereis no suitable driver or the driver fails to load. |
|
|