Package bbd.jportal2.generators
Class Db2DDL
- java.lang.Object
-
- bbd.jportal2.BaseGenerator
-
- bbd.jportal2.generators.Db2DDL
-
- All Implemented Interfaces:
IBuiltInGenerator,IBuiltInSIProcessor,IGenerator,ISIProcessor
public class Db2DDL extends BaseGenerator implements IBuiltInSIProcessor
-
-
Field Summary
Fields Modifier and Type Field Description booleanhasData
-
Constructor Summary
Constructors Constructor Description Db2DDL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Generates the SQL for DB2 Table creation.Stringdocumentation()voidgenerate(Database database, String output)-
Methods inherited from class bbd.jportal2.BaseGenerator
addFileToOutputtedFilesList, addFileToOutputtedFilesList, getFlags, getGeneratedOutputFiles, openOutputFileForGeneration, openOutputFileForGeneration, toBoolean
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface bbd.jportal2.IGenerator
getFlags, toBoolean
-
Methods inherited from interface bbd.jportal2.ISIProcessor
getGeneratedOutputFiles
-
-
-
-
Method Detail
-
description
public String description()
Generates the SQL for DB2 Table creation.- Specified by:
descriptionin interfaceIGenerator
-
documentation
public String documentation()
- Specified by:
documentationin interfaceIGenerator
-
generate
public void generate(Database database, String output)
- Specified by:
generatein interfaceIBuiltInGenerator
-
-