comparison Lib/IMPL/SQL/Schema/Traits/Formatter.pm @ 194:4d0e1962161c

Replaced tabs with spaces IMPL::Web::View - fixed document model, new features (control classes, document constructor parameters)
author cin
date Tue, 10 Apr 2012 20:08:29 +0400
parents d1676be8afcc
children
comparison
equal deleted inserted replaced
193:8e8401c0aea4 194:4d0e1962161c
1 package IMPL::SQL::Traits::Formatter; 1 package IMPL::SQL::Traits::Formatter;
2 use parent qw(IMPL::Object); 2 use parent qw(IMPL::Object);
3 3
4 sub ToSQL { 4 sub ToSQL {
5 my ($this,$sequence) = @_; 5 my ($this,$sequence) = @_;
6 } 6 }
7 7
8 8
9 1; 9 1;