NAME
FTNDB::Command::drop - The drop command for Fidonet/FTN Database processing.
DESCRIPTION
Administration of a database for Fidonet/FTN related processing. The SQL database engine is one for which a DBD module exists, defaulting to SQLite.
COMMANDS
- drop database name
-
ftndbadm -c config_file [options] drop database name
This will drop a database if it exists in an SQL database server being used for Fidonet/FTN processing, where name is the name of the database to be dropped.
- drop table name
-
ftndbadm -c config_file [options] drop table name
This will drop a database table if it exists in an SQL database server being used for Fidonet/FTN processing, where name is the name of the table to be dropped.
FUNCTIONS
- usage_desc
-
Provides the command usage.
- execute
-
Execute the command
AUTHOR
Robert James Clay, <jame at rocasa.us>
BUGS
Please report any bugs or feature requests via the web interface at https://sourceforge.net/p/ftnpl/ftndb/tickets/. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
Note that you can also report any bugs or feature requests to bug-ftndb at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ftndb; however, the FTN Database application Issue tracker at the SoureForge project is preferred.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc FTNDB::Command::drop
You can also look for information at:
FTN Database application issue tracker
RT: CPAN's request tracker
Search CPAN
SEE ALSO
L<ftndbadm>, L<ftndb-admim>, L<ftndb-nodelist>, L<FTNDB>, L<FTNDB::Command::create>,
L<FTN::Database>, L<FTN::Database::Nodelist>
COPYRIGHT & LICENSE
Copyright 2012 Robert James Clay, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.