diff Lib/IMPL/SQL/Schema/Traits/Formatter.pm @ 165:76515373dac0

Added Class::Template, Rewritten SQL::Schema 'use parent' directive instead of 'use base'
author wizard
date Sat, 23 Apr 2011 23:06:48 +0400
parents
children d1676be8afcc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Lib/IMPL/SQL/Schema/Traits/Formatter.pm	Sat Apr 23 23:06:48 2011 +0400
@@ -0,0 +1,9 @@
+package IMPL::SQL::Traits::Formatter;
+use parent qw(IMPL::Object);
+
+sub ToSQL {
+	my ($this,$sequence) = @_;
+}
+
+
+1;
\ No newline at end of file