Mercurial > pub > Impl
view Lib/IMPL/SQL/Schema/Traits/Formatter.pm @ 226:b6cde007a175
Added resource contract
author | sergey |
---|---|
date | Wed, 05 Sep 2012 15:10:26 +0400 |
parents | 4d0e1962161c |
children |
line wrap: on
line source
package IMPL::SQL::Traits::Formatter; use parent qw(IMPL::Object); sub ToSQL { my ($this,$sequence) = @_; } 1;