wt.tools.generation.sql
Class CreateView
java.lang.Object
wt.tools.generation.sql.CreateView
- public class CreateView
- extends Object
Construct a block of sql code to create a view
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateView
public CreateView()
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