DBIO-Oracle

 view release on metacpan or  search on metacpan

lib/DBIO/Oracle/Diff/Index.pm  view on Meta::CPAN


Hashref of index metadata: C<is_unique>, C<columns>.

=head1 METHODS

=head2 diff

    my @ops = DBIO::Oracle::Diff::Index->diff($source, $target);

Walks tables present in B<both> C<$source> and C<$target> (C<scope = both>).
Source-only tables have their indexes cascaded by the table drop, so they
are not walked here; brand-new tables inline their indexes in the CREATE
TABLE statement emitted by L<DBIO::Oracle::Diff::Table>, so target-only
tables are skipped too.

=head2 as_sql

=head2 summary

=head1 AUTHOR



( run in 1.824 second using v1.01-cache-2.11-cpan-7fcb06a456a )