protected DbDumpApplication::getDefaultCommands()
protected DbDumpApplication::getCommandName(InputInterface $input)
Provides a command to dump the current database to a script. This script exports all tables in the given database, and all data (except for
protected DbDumpCommand::generateScript(Connection $connection, array
protected DbDumpCommand::getFieldOrder(Connection $connection, $table)
protected DbImportCommand::configure()
protected DbImportCommand::runScript(Connection $connection, $script)
Provides a command to import the current database from a script. This script runs on databases exported using using one of the database dump
Base command that abstracts handling of database connection arguments. Hierarchy class
protected DbDumpCommand::configure() Configures
Page 1 of 3