Class CatalogHelper


  • public class CatalogHelper
    extends java.lang.Object
    • Field Detail

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
    • Constructor Detail

      • CatalogHelper

        public CatalogHelper()
    • 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