NAME
CohortExplorer::Command::Describe - CohortExplorer class to print datasource description
SYNOPSIS
describe
d
DESCRIPTION
The class is inherited from CLI::Framework::Command and overrides the following methods:
usage_text()
This method returns the usage information for the command.
validate( $opts, @args )
This method throws throw_cmd_validation_exception
exception imported from CLI::Framework::Exceptions if the user has supplied arguments to this command.
run( $opts, @args )
This method attempts to retrieve the table information and the entity count from the datasource class and returns them to CohortExplorer::Application.
DEPENDENCIES
SEE ALSO
CohortExplorer::Command::History
CohortExplorer::Command::Query::Search
CohortExplorer::Command::Query::Compare
LICENSE AND COPYRIGHT
Copyright (c) 2013-2014 Abhishek Dixit (adixit@cpan.org). All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of either:
the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version, or
the "Artistic Licence".
AUTHOR
Abhishek Dixit