Package bbd.jportal2.generators
Class PythonCliCode
- java.lang.Object
-
- bbd.jportal2.BaseGenerator
-
- bbd.jportal2.generators.PythonCliCode
-
- All Implemented Interfaces:
IBuiltInGenerator,IBuiltInSIProcessor,IGenerator,ISIProcessor
public class PythonCliCode extends BaseGenerator implements IBuiltInSIProcessor
-
-
Field Summary
Fields Modifier and Type Field Description protected Vector<Flag>flagsVector
-
Constructor Summary
Constructors Constructor Description PythonCliCode()
-
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.Vector<Flag>getFlags()-
Methods inherited from class bbd.jportal2.BaseGenerator
addFileToOutputtedFilesList, addFileToOutputtedFilesList, 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
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
-
getFlags
public Vector<Flag> getFlags()
- Specified by:
getFlagsin interfaceIGenerator- Overrides:
getFlagsin classBaseGenerator
-
-