Mercurial > pub > Impl
view Lib/IMPL/SQL/Schema/Constraint/Unique.pm @ 90:dc1da0389db7
Small improvements in the abstract object class
Added support for a class data, documentation
Additional tests for the new functionality
author | wizard |
---|---|
date | Mon, 26 Apr 2010 03:10:03 +0400 |
parents | 16ada169ca75 |
children | 4267a2ac3d46 |
line wrap: on
line source
package IMPL::SQL::Schema::Constraint::Unique; use strict; use base qw(IMPL::SQL::Schema::Constraint::Index); __PACKAGE__->PassThroughArgs; 1;