DBIx::DBSchema::ColGroup::Unique - Unique column group object |
DBIx::DBSchema::ColGroup::Unique - Unique column group object
use DBIx::DBSchema::ColGroup::Unique;
# see DBIx::DBSchema::ColGroup methods
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.
Is this empty subclass needed?
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 |