wt.tools.generation.sql
Class CreateView

java.lang.Object
  extended bywt.tools.generation.sql.CreateView

public class CreateView
extends Object

Construct a block of sql code to create a view


Constructor Summary
CreateView()
           
 
Method Summary
static String oracleCreateView(String aClassname, DatabaseInfo aDatabaseInfo)
          This class uses introspector information to create Oracle DDL for the following: CREATE VIEW
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateView

public CreateView()
Method Detail

oracleCreateView

public static String oracleCreateView(String aClassname,
                                      DatabaseInfo aDatabaseInfo)
                               throws IOException,
                                      WTException
This class uses introspector information to create Oracle DDL for the following:

Parameters:
aDatabaseInfo - DatabaseInfo for the conceptual class
Returns:
tableStmt
Throws:
IOException, - WTException
IOException
WTException
See Also:
DdlGenerator