view Lib/IMPL/SQL/Schema/Traits/Formatter.pm @ 213:d6e2ea24af08

sync
author sergey
date Fri, 03 Aug 2012 01:15:15 +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;