![]() |
![]()
| ![]() |
![]()
NAMEMySQL::Diff::Table - Table Definition Class SYNOPSISuse MySQL::Diff::Table my $db = MySQL::Diff::Database->new(%options); my $def = $db->def(); my $name = $db->name(); my $field = $db->field(); my $fields = $db->fields(); # %$fields my $primary_key = $db->primary_key(); my $indices = $db->indices(); # %$indices my $options = $db->options(); my $isfield = $db->isa_field($field); my $isprimary = $db->isa_primary($field); my $isindex = $db->isa_index($field); my $isunique = $db->is_unique($field); my $isfulltext = $db->is_fulltext($field); DESCRIPTIONParses a table definition into component parts. METHODSConstructor
Public MethodsFuller documentation will appear here in time :)
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::Database, MySQL::Diff::Utils AUTHORAdam Spiers <mysqldiff@adamspiers.org>
|