NAME
DBIO::Oracle::Diff::Index - Diff operations for Oracle indexes
VERSION
version 0.900000
DESCRIPTION
Index-level diff operations for Oracle.
ATTRIBUTES
index_name
The bare index name.
table_name
The bare table name the index belongs to.
index_info
Hashref of index metadata: is_unique, columns.
METHODS
diff
my @ops = DBIO::Oracle::Diff::Index->diff($source, $target);
Walks tables present in both $source and $target (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 DBIO::Oracle::Diff::Table, so target-only tables are skipped too.
as_sql
summary
AUTHOR
DBIO & DBIx::Class Authors
COPYRIGHT AND LICENSE
Copyright (C) 2026 DBIO Authors Portions Copyright (C) 2005-2025 DBIx::Class Authors Based on DBIx::Class, heavily modified.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.