Follow the links below to browse sample Javadoc for MJ classes and tools, including the MJ Runtime Library.

 

Package: com.arsi.mj.maprpt.entity.etlgen.oracle  previous next contents

Generates ETL artifacts needed to load an Oracle-based data entity with lines of data from a Mapper report.

Classes and Interfaces
OracleDataEntityEtlGenerator Generates ETL artifacts (e.g., scripts, data files) needed to load an Oracle-based data entity (i.e., table) with lines of data from a Mapper report.

Class: OracleDataEntityEtlGenerator

Generates ETL artifacts (e.g., scripts, data files) needed to load an Oracle-based data entity (i.e., table) with lines of data from a Mapper report.
Treat this class as "thread-safe" since it stores no state.
public class com.arsi.mj.maprpt.entity.etlgen.oracle.OracleDataEntityEtlGenerator
  extends com.arsi.mj.maprpt.entity.etlgen.DefaultDataEntityEtlGenerator
Constructors
public OracleDataEntityEtlGenerator()
Methods
Override to return sequence.currval.
See Also:
com.arsi.mj.maprpt.entity.etlgen.DefaultDataEntityEtlGenerator#surrogateKeyCurrentSqlBinding(com.arsi.mj.maprpt.entity.handler.DataEntityHandler)
public java.lang.String surrogateKeyCurrentSqlBinding(com.arsi.mj.maprpt.entity.handler.DataEntityHandler anEntityHandler)
    throws java.lang.UnsupportedOperationException