view Lib/IMPL/SQL/Schema/Traits/Processor.pm @ 225:a1e868b0fba9

Bindings concept in progress
author sergey
date Fri, 31 Aug 2012 16:41:18 +0400
parents d1676be8afcc
children
line wrap: on
line source

package IMPL::SQL::Traits::Processor;
use parent qw(IMPL::SQL::Schema);

use IMPL::Class::Property;


1;