org.apache.torque.templates.transformer.sql
Class SQLTransformer
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLTransformer
public SQLTransformer()
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.