ListSchemas
extends DatabaseCommand
in package
Class ListSchemas.
Table of Contents
- $database : Database
- $databaseInstance : string
- $description : string
- $options : array<string|int, mixed>
- getDatabase() : Database
- run() : void
- setDatabase() : static
Properties
$database
protected
Database
$database
$databaseInstance
protected
string
$databaseInstance
= 'default'
$description
protected
string
$description
= 'Lists database schemas.'
$options
protected
array<string|int, mixed>
$options
= ['--instance' => 'Database instance name.']
Methods
getDatabase()
public
getDatabase() : Database
Return values
Database —run()
public
run() : void
Return values
void —setDatabase()
public
setDatabase() : static