org.pentaho.di.trans.steps.addsequence
Class AddSequenceData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.addsequence.AddSequenceData
- All Implemented Interfaces:
- StepDataInterface
public class AddSequenceData
- extends BaseStepData
- implements StepDataInterface
- Since:
- 24-jan-2005
- Author:
- Matt
outputRowMeta
public RowMetaInterface outputRowMeta
counter
public Counter counter
start
public long start
increment
public long increment
maximum
public long maximum
realSchemaName
public String realSchemaName
realSequenceName
public String realSequenceName
AddSequenceData
public AddSequenceData()
getDb
public Database getDb()
- Returns:
- Returns the db.
setDb
public void setDb(Database db)
- Parameters:
db
- The db to set.
getLookup
public String getLookup()
- Returns:
- Returns the lookup string usually "@@"+the name of the sequence.
setLookup
public void setLookup(String lookup)
- Parameters:
lookup
- the lookup string usually "@@"+the name of the sequence.