comparison Lib/IMPL/SQL/Schema/Constraint/PrimaryKey.pm @ 168:6148f89bb7bf

IMPL::SQL::Schema::Traits::Diff alfa version IMPL::lang added hash traits
author sourcer
date Mon, 16 May 2011 04:30:38 +0400
parents 76515373dac0
children 4ddb27ff4a0b
comparison
equal deleted inserted replaced
167:1f7a6d762394 168:6148f89bb7bf
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; 5 use IMPL::Class::Property::Direct;
6 6
7 __PACKAGE__->PassThroughArgs; 7 __PACKAGE__->PassThroughArgs;
8 __PACKAGE__->RegisterAlias('pk');
8 9
9 BEGIN { 10 BEGIN {
10 public _direct property connectedFK => prop_get; 11 public _direct property connectedFK => prop_get;
11 } 12 }
12 13