Package tilda.generation.helpers
Class CatalogHelper
- java.lang.Object
-
- tilda.generation.helpers.CatalogHelper
-
public class CatalogHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Catalog_Data>_CLprotected static org.apache.logging.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description CatalogHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddColumns(java.util.List<Column> CL)voidaddFormulas(java.util.List<Formula> FL)voidaddSchema(Schema s)voidaddViewColumns(java.util.List<ViewColumn> VCL)voidoutputCSV(java.io.PrintWriter out)java.lang.StringoutputSQLProc(CodeGenSql gen, long firstKey, int start, int size)
-
-
-
Field Detail
-
LOG
protected static final org.apache.logging.log4j.Logger LOG
-
_CL
public java.util.List<Catalog_Data> _CL
-
-
Method Detail
-
addSchema
public void addSchema(Schema s) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addColumns
public void addColumns(java.util.List<Column> CL) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addViewColumns
public void addViewColumns(java.util.List<ViewColumn> VCL) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addFormulas
public void addFormulas(java.util.List<Formula> FL) throws java.lang.Exception
- Throws:
java.lang.Exception
-
outputSQLProc
public java.lang.String outputSQLProc(CodeGenSql gen, long firstKey, int start, int size) throws java.lang.Exception
- Throws:
java.lang.Exception
-
outputCSV
public void outputCSV(java.io.PrintWriter out) throws java.lang.Exception- Throws:
java.lang.Exception
-
-