public class AddSequenceData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
org.pentaho.di.core.Counter |
counter |
long |
increment |
long |
maximum |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
String |
realSchemaName |
String |
realSequenceName |
long |
start |
| Constructor and Description |
|---|
AddSequenceData() |
| Modifier and Type | Method and Description |
|---|---|
org.pentaho.di.core.database.Database |
getDb() |
String |
getLookup() |
void |
setDb(org.pentaho.di.core.database.Database db) |
void |
setLookup(String lookup) |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.Counter counter
public long start
public long increment
public long maximum
public String realSchemaName
public String realSequenceName
public org.pentaho.di.core.database.Database getDb()
public void setDb(org.pentaho.di.core.database.Database db)
db - The db to set.public String getLookup()
public void setLookup(String lookup)
lookup - the lookup string usually "@@"+the name of the sequence.