public class TableOutputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
List<Object[]> |
batchBuffer |
boolean |
batchMode
Use batch mode or not?
|
Map<String,Integer> |
commitCounterMap |
int |
commitSize |
org.pentaho.di.core.database.DatabaseMeta |
databaseMeta |
SimpleDateFormat |
dateFormater
Cache of the data formatter object
|
org.pentaho.di.core.database.Database |
db |
int |
indexOfPartitioningField |
int |
indexOfTableNameField |
org.pentaho.di.core.row.RowMetaInterface |
insertRowMeta |
org.pentaho.di.core.row.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 |
| 构造器和说明 |
|---|
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 org.pentaho.di.core.database.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 org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface insertRowMeta
public boolean useSafePoints
public Savepoint savepoint
public boolean releaseSavepoint
public org.pentaho.di.core.database.DatabaseMeta databaseMeta
public int commitSize
Copyright © 2024 Hitachi Vantara. All rights reserved.