Property | Type | Description | |
---|---|---|---|
$allowedTypes | array | ||
$dbHelper | |||
$input | Symfony\Component\Console\Input\InputInterface | ||
$output | Symfony\Component\Console\Output\OutputInterface | ||
$showProgress | boolean |
Method | Description | |
---|---|---|
_checkInnoDB ( string $tableName ) : array | ||
_checkMEMORY ( string $tableName ) : array | ||
_checkMyISAM ( string $tableName ) : array | ||
_query ( string $sql ) : array | boolean | ||
_queryAlterTable ( string $tableName, string $engine ) : array | ||
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void | ||
isTypeAllowed ( ) | ||
progressAdvance ( ) |
protected _checkInnoDB ( string $tableName ) : array | ||
$tableName | string | |
return | array |
protected _checkMEMORY ( string $tableName ) : array | ||
$tableName | string | |
return | array |
protected _checkMyISAM ( string $tableName ) : array | ||
$tableName | string | |
return | array |
protected DatabaseHelper,N98\Util\Console\Helper $dbHelper | ||
return |
protected InputInterface,Symfony\Component\Console\Input $input | ||
return | Symfony\Component\Console\Input\InputInterface |
protected OutputInterface,Symfony\Component\Console\Output $output | ||
return | Symfony\Component\Console\Output\OutputInterface |