Futilities/v0.6/clade/Apps/dba/InReq/DoList/@code/rmv/2025/09/26
Jump to navigation
Jump to search
| 2025/09/25 | 2025/09/26 | 2025/09/27 |
Not certain, but seems likely to be redundant:
#
public function Go() {
$osConnSlug = $this->OAUserInput()->QDbConnSlug();
if ($osConnSlug->HasIt()) {
#self::GotToHere('HAS IT!');
// listing schemas on a db host
#$sHostSlug = $osDBS->GetIt(); // name of DB to read
$this->ListSchemas();
} else {
#self::GotToHere('does not has it');
// listing all configured hosts
echo $this->ListHosts();
}
}