public class TableOutputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
List<Object[]> |
batchBuffer |
boolean |
batchMode
Use batch mode or not?
|
Map<String,Integer> |
commitCounterMap |
int |
commitSize |
DatabaseMeta |
databaseMeta |
SimpleDateFormat |
dateFormater
Cache of the data formatter object
|
Database |
db |
int |
indexOfPartitioningField |
int |
indexOfTableNameField |
RowMetaInterface |
insertRowMeta |
RowMetaInterface |
outputRowMeta |
Map<String,PreparedStatement> |
preparedStatements
Mapping between the SQL and the actual prepared statement.
|
boolean |
releaseSavepoint |
Savepoint |
savepoint |
boolean |
sendToErrorRow |
String |
tableName |
boolean |
useSafePoints |
int[] |
valuenrs |
int |
warnings |
| Constructor and Description |
|---|
TableOutputData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic Database db
public int warnings
public String tableName
public int[] valuenrs
public Map<String,PreparedStatement> preparedStatements
public int indexOfPartitioningField
public SimpleDateFormat dateFormater
public boolean batchMode
public int indexOfTableNameField
public boolean sendToErrorRow
public RowMetaInterface outputRowMeta
public RowMetaInterface insertRowMeta
public boolean useSafePoints
public Savepoint savepoint
public boolean releaseSavepoint
public DatabaseMeta databaseMeta
public int commitSize
Copyright © 2018 Hitachi Vantara. All rights reserved.