org.apache.torque.templates.transformer.sql
Class SQLTransformer

java.lang.Object
  extended by org.apache.torque.templates.transformer.sql.SQLTransformer
All Implemented Interfaces:
SourceTransformer

public class SQLTransformer
extends Object
implements SourceTransformer

Transforms the tables in the OM model for sql generation.


Constructor Summary
SQLTransformer()
           
 
Method Summary
 SourceElement transform(SourceElement databaseElement, ControllerState controllerState)
           
 void transformTable(SourceElement tableElement, ControllerState controllerState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLTransformer

public SQLTransformer()
Method Detail

transform

public SourceElement transform(SourceElement databaseElement,
                               ControllerState controllerState)
                        throws SourceTransformerException
Specified by:
transform in interface SourceTransformer
Throws:
SourceTransformerException

transformTable

public void transformTable(SourceElement tableElement,
                           ControllerState controllerState)
                    throws SourceTransformerException
Throws:
SourceTransformerException


Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.