Mercurial > pub > Impl
comparison Lib/IMPL/SQL/Schema/Constraint/ForeignKey.pm @ 278:4ddb27ff4a0b
core refactoring
author | cin |
---|---|
date | Mon, 04 Feb 2013 02:10:37 +0400 |
parents | 56364d0c4b4f |
children | 68d905f8dc43 |
comparison
equal
deleted
inserted
replaced
277:6585464c4664 | 278:4ddb27ff4a0b |
---|---|
4 | 4 |
5 use IMPL::lang qw(:declare is); | 5 use IMPL::lang qw(:declare is); |
6 | 6 |
7 use parent qw(IMPL::SQL::Schema::Constraint); | 7 use parent qw(IMPL::SQL::Schema::Constraint); |
8 | 8 |
9 use IMPL::Class::Property::Direct; | |
10 | 9 |
11 BEGIN { | 10 BEGIN { |
12 public _direct property referencedPrimaryKey => PROP_GET; | 11 public _direct property referencedPrimaryKey => PROP_GET; |
13 public _direct property onDelete => PROP_GET; | 12 public _direct property onDelete => PROP_GET; |
14 public _direct property onUpdate => PROP_GET; | 13 public _direct property onUpdate => PROP_GET; |