view Lib/IMPL/SQL/Schema/Traits/Formatter.pm @ 180:d1676be8afcc

Перекодировка в utf-8
author sourcer
date Fri, 30 Dec 2011 23:40:00 +0300
parents 76515373dac0
children 4d0e1962161c
line wrap: on
line source

package IMPL::SQL::Traits::Formatter;
use parent qw(IMPL::Object);

sub ToSQL {
	my ($this,$sequence) = @_;
}


1;