Package bbd.jportal2.generators
Class CliCCode2
- java.lang.Object
-
- bbd.jportal2.BaseGenerator
-
- bbd.jportal2.generators.CliCCode2
-
- All Implemented Interfaces:
IBuiltInGenerator,IBuiltInSIProcessor,IGenerator,ISIProcessor
public class CliCCode2 extends BaseGenerator implements IBuiltInSIProcessor
-
-
Constructor Summary
Constructors Constructor Description CliCCode2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Stringdocumentation()voidgenerate(Database database, String output)Generates the procedure classes for each table present.voidgenerateEnumOrdinals(Table table, PrintWriter outData)StringgeneratePadding(int fillerNo)-
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()
- Specified by:
descriptionin interfaceIGenerator
-
documentation
public String documentation()
- Specified by:
documentationin interfaceIGenerator
-
generate
public void generate(Database database, String output) throws Exception
Generates the procedure classes for each table present.- Specified by:
generatein interfaceIBuiltInGenerator- Throws:
Exception
-
generateEnumOrdinals
public void generateEnumOrdinals(Table table, PrintWriter outData)
-
generatePadding
public String generatePadding(int fillerNo)
-
-