Uses of Interface
net.sourceforge.addam.ddlrun.runners.Runner

Packages that use Runner
net.sourceforge.addam.ddlrun.runners   
 

Uses of Runner in net.sourceforge.addam.ddlrun.runners
 

Classes in net.sourceforge.addam.ddlrun.runners that implement Runner
 class DeploymentRunner
          Determines which groups to run, and executes them.
 class JDBCScriptRunner
          Used to run a single SQL script.
 class JDBCStatementRunner
          Executes a single SQL statement; this is separated out in order to simplify testing for JDBCScriptRunner and also to allow simplified external wiring of the connection object
 class ScriptGroupRunner
          Used to run a group (folder) of scripts.
 

Fields in net.sourceforge.addam.ddlrun.runners declared as Runner
private  Runner JDBCScriptRunner.statementRunner
           
 

Constructors in net.sourceforge.addam.ddlrun.runners with parameters of type Runner
JDBCScriptRunner(ResourceReaderFactory readerFactory, ScriptGrammar grammar, Runner statementRunner)
          Constructs a JDBCScriptRunner.
 



Copyright © 2005-2006 ADDAM Project Team. All Rights Reserved.