DBIx::DBSchema::ColGroup::Index - Index column group object


DBIx-DBSchema documentation  | view source Contained in the DBIx-DBSchema distribution.

Index


NAME

Top

DBIx::DBSchema::ColGroup::Index - Index column group object

SYNOPSIS

Top

  use DBIx::DBSchema::ColGroup::Index;

    # see DBIx::DBSchema::ColGroup methods

DESCRIPTION

Top

This class is deprecated and included for backwards-compatibility only. See DBIx::DBSchema::Index for the current class used to store unique and non-unique indices.

DBIx::DBSchema::ColGroup::Index objects represent the (non-unique) indices of a database table (DBIx::DBSchema::Table). DBIx::DBSchema::ColGroup::Index inherits from DBIx::DBSchema::ColGroup.

SEE ALSO

Top

DBIx::DBSchema::ColGroup, DBIx::DBSchema::ColGroup::Unique, DBIx::DBSchema::Table, DBIx::DBSchema, FS::Record


DBIx-DBSchema documentation  | view source Contained in the DBIx-DBSchema distribution.