Query: mysql::diff::database
OS: debian
Section: 3pm
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MySQL::Diff::Database(3pm) User Contributed Perl Documentation MySQL::Diff::Database(3pm)NAMEMySQL::Diff::Database - Database Definition ClassSYNOPSISuse 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 new( %options ) Instantiate the objects, providing the command line options for database access and process requirements. Public Methods o source_type() Returns 'file' if the data source is a text file, and 'db' if connected directly to a database. o summary() Provides a summary of the database. o name() Returns the name of the database. o tables() Returns a list of tables for the current database. o table_by_name( $name ) Returns the table definition (see MySQL::Diff::Table) for the given table.FUNCTIONSPublic Functions o available_dbs() Returns a list of the available databases. Note that is used as a function call, not a method call.COPYRIGHT AND LICENSECopyright (c) 2000-2011 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::UtilsAUTHORAdam Spiers <mysqldiff@adamspiers.org> perl v5.14.2 2012-04-06 MySQL::Diff::Database(3pm)
Related Man Pages |
---|
ndb_drop_table(1) - linux |
algorithm::diff::xs(3pm) - linux |
apache::session::store::mysql(3pm) - debian |
mysql::diff::table(3pm) - debian |
sql::reservedwords::mysql(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Change detection in MySQL. |
Ideas for site migration: How would you do it? LAMP -> something w/ Sql Server |
Database is down |
Mysqldump certain tables |
How to deal with Tar error ? |