Package tilda.generation.interfaces
Interface CodeGenSqlDocs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
FileDocs(java.io.PrintWriter Out, GeneratorSession G)
void
ObjectDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
-
-
Method Detail
-
FileDocs
void FileDocs(java.io.PrintWriter Out, GeneratorSession G) throws java.lang.Exception
- Throws:
java.lang.Exception
-
ObjectDocs
void ObjectDocs(java.io.PrintWriter Out, GeneratorSession G, Object O) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-