Class TableAgileMartMeta

    • Field Detail

      • rowLimit

        protected long rowLimit
    • Constructor Detail

      • TableAgileMartMeta

        public TableAgileMartMeta()
    • Method Detail

      • getRowLimit

        public long getRowLimit()
      • setRowLimit

        public void setRowLimit​(long limit)
      • getStringProperty

        public static String getStringProperty​(String name,
                                               String defaultValue)
      • getLongProperty

        public static long getLongProperty​(String name,
                                           long defaultValue)
      • setupDatabaseMeta

        protected void setupDatabaseMeta()
      • getStep

        public StepInterface getStep​(StepMeta stepMeta,
                                     StepDataInterface stepDataInterface,
                                     int cnr,
                                     TransMeta transMeta,
                                     Trans trans)
        Description copied from interface: StepMetaInterface
        Get the executing step, needed by Trans to launch a step.
        Specified by:
        getStep in interface StepMetaInterface
        Overrides:
        getStep in class TableOutputMeta
        Parameters:
        stepMeta - The step info
        stepDataInterface - the step data interface linked to this step. Here the step can store temporary data, database connections, etc.
        cnr - The copy nr to get
        transMeta - The transformation info
        trans - The launching transformation