![]() |
![]()
| ![]() |
![]()
NAMEMySQL::Diff::Database - Database Definition Class SYNOPSISuse MySQL::Diff::Database; my $db = MySQL::Diff::Database->new(%options); my $source = $db->source_type(); my $summary = $db->summary(); my $name = $db->name(); my @tables = $db->tables(); my $table_def = $db->table_by_name($table); my @dbs = MySQL::Diff::Database::available_dbs(); DESCRIPTIONParses a database definition into component parts. METHODSConstructor
Public Methods
FUNCTIONSPublic Functions
COPYRIGHT AND LICENSECopyright (c) 2000-2016 Adam Spiers. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOmysqldiff, MySQL::Diff, MySQL::Diff::Table, MySQL::Diff::Utils AUTHORAdam Spiers <mysqldiff@adamspiers.org>
|