view Lib/IMPL/SQL/Schema/Traits/Formatter.pm @ 266:89179bb8c388

*corrected TTView to handle plain (and undefined) values *added URL generating methods to Application::Action *fixed the compare validatior for schemas
author cin
date Mon, 14 Jan 2013 03:10:06 +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;