Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php at line 41
Class RunSqlCommand
Class:RunSqlCommand - Superclass: Console
Console
⌊ RunSqlCommand
public class RunSqlCommand
extends Console
- License:
- http://www.opensource.org/licenses/lgpl-license.php LGPL
- See Also:
www.doctrine-project.org
- Since:
- 2.0
- Version:
- $Revision$
- Author:
- Benjamin Eberlei
- Guilherme Blanco
- Jonathan Wage
- Roman Borschel
Method Summary |
protected void |
configure() |
protected void |
execute(mixed input, mixed output) |
Method Detail
/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php at line 46
protected void configure()
- See Also:
- Console\Command\Command
/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php at line 64
execute
protected void execute(mixed input, mixed output)
- See Also:
- Console\Command\Command
Task for executing arbitrary SQL that can come from a file or directly from the command line.