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>
_CL
protected static org.apache.logging.log4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description CatalogHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addColumns(java.util.List<Column> CL)
void
addFormulas(java.util.List<Formula> FL)
void
addSchema(Schema s)
void
addViewColumns(java.util.List<ViewColumn> VCL)
void
outputCSV(java.io.PrintWriter out)
java.lang.String
outputSQLProc(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
-
-