Follow the links below to browse sample Javadoc for MJ classes and tools, including the MJ Runtime Library.
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. |
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 .
public java.lang.String surrogateKeyCurrentSqlBinding(com.arsi.mj.maprpt.entity.handler.DataEntityHandler anEntityHandler)
|