wt.tools.generation.sql
Class OracleStandardIndexGenerator

java.lang.Object
  extended bywt.tools.generation.PackageTraverser
      extended bywt.tools.generation.sql.IndexGenerator
          extended bywt.tools.generation.sql.OracleStandardIndexGenerator
All Implemented Interfaces:
ClassProcessor, ExecutableApp, PackageProcessor

public class OracleStandardIndexGenerator
extends IndexGenerator


Field Summary
private  OracleStandardScriptGenerator scriptGenerator
           
private  OracleStandardSQLGenerator sqlGenerator
           
 
Fields inherited from class wt.tools.generation.sql.IndexGenerator
 
Fields inherited from class wt.tools.generation.PackageTraverser
 
Constructor Summary
OracleStandardIndexGenerator()
           
 
Method Summary
protected  ScriptGenerator getScriptGenerator()
           
protected  SQLGenerator getSQLGenerator()
           
 
Methods inherited from class wt.tools.generation.sql.IndexGenerator
execute, processClass, processPackage
 
Methods inherited from class wt.tools.generation.PackageTraverser
defaultClassProcessor, setModelRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scriptGenerator

private OracleStandardScriptGenerator scriptGenerator

sqlGenerator

private OracleStandardSQLGenerator sqlGenerator
Constructor Detail

OracleStandardIndexGenerator

public OracleStandardIndexGenerator()
Method Detail

getScriptGenerator

protected ScriptGenerator getScriptGenerator()
Specified by:
getScriptGenerator in class IndexGenerator

getSQLGenerator

protected SQLGenerator getSQLGenerator()
Specified by:
getSQLGenerator in class IndexGenerator