Mercurial > pub > Impl
comparison Lib/IMPL/SQL/Schema/Constraint.pm @ 163:6ce1f052b90a
temp commit
author | wizard |
---|---|
date | Tue, 15 Mar 2011 02:32:42 +0300 |
parents | 16ada169ca75 |
children | 76515373dac0 |
comparison
equal
deleted
inserted
replaced
162:39c8788eded5 | 163:6ce1f052b90a |
---|---|
1 use strict; | 1 use strict; |
2 package IMPL::SQL::Schema::Constraint; | 2 package IMPL::SQL::Schema::Constraint; |
3 use base qw(IMPL::Object IMPL::Object::Disposable); | 3 use base qw(IMPL::Object IMPL::Object::Disposable IMPL::Object::Clonable); |
4 | 4 |
5 use IMPL::Class::Property; | 5 use IMPL::Class::Property; |
6 use IMPL::Class::Property::Direct; | 6 use IMPL::Class::Property::Direct; |
7 | 7 |
8 BEGIN { | 8 BEGIN { |