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


NAME

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


SYNOPSIS

  use DBIx::DBSchema::ColGroup::Unique;
  # see DBIx::DBSchema::ColGroup methods


DESCRIPTION

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

DBIx::DBSchema::ColGroup::Unique objects represent the unique indices of a database table (the DBIx::DBSchema::Table manpage). DBIx::DBSchema::ColGroup:Unique inherits from DBIx::DBSchema::ColGroup.


SEE ALSO

the DBIx::DBSchema::ColGroup manpage, the DBIx::DBSchema::ColGroup::Index manpage, the DBIx::DBSchema::Table manpage, the DBIx::DBSchema manpage, the FS::Record manpage

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