comparison Lib/IMPL/SQL/Schema/Constraint/PrimaryKey.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents 6148f89bb7bf
children
comparison
equal deleted inserted replaced
277:6585464c4664 278:4ddb27ff4a0b
1 package IMPL::SQL::Schema::Constraint::PrimaryKey; 1 package IMPL::SQL::Schema::Constraint::PrimaryKey;
2 use strict; 2 use strict;
3 use parent qw(IMPL::SQL::Schema::Constraint::Index); 3 use parent qw(IMPL::SQL::Schema::Constraint::Index);
4 use IMPL::Class::Property; 4 use IMPL::Class::Property;
5 use IMPL::Class::Property::Direct;
6 5
7 __PACKAGE__->PassThroughArgs; 6 __PACKAGE__->PassThroughArgs;
8 __PACKAGE__->RegisterAlias('pk'); 7 __PACKAGE__->RegisterAlias('pk');
9 8
10 BEGIN { 9 BEGIN {