public class MySQLBulkLoaderData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
org.pentaho.di.core.row.ValueMetaInterface |
bulkDateMeta |
org.pentaho.di.core.row.ValueMetaInterface[] |
bulkFormatMeta |
org.pentaho.di.core.row.ValueMetaInterface |
bulkNumberMeta |
long |
bulkSize |
org.pentaho.di.core.row.ValueMetaInterface |
bulkTimestampMeta |
org.pentaho.di.core.database.Database |
db |
protected String |
dbDescription |
org.pentaho.di.core.util.StreamLogger |
errorLogger |
String |
fifoFilename |
OutputStream |
fifoStream |
int[] |
keynrs |
byte[] |
newline |
org.pentaho.di.core.util.StreamLogger |
outputLogger |
byte[] |
quote |
String |
schemaTable |
byte[] |
separator |
org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.SqlRunner |
sqlRunner |
| 构造器和说明 |
|---|
MySQLBulkLoaderData()
Default constructor.
|
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[] keynrs
public org.pentaho.di.core.util.StreamLogger errorLogger
public org.pentaho.di.core.util.StreamLogger outputLogger
public byte[] quote
public byte[] separator
public byte[] newline
public org.pentaho.di.core.row.ValueMetaInterface bulkTimestampMeta
public org.pentaho.di.core.row.ValueMetaInterface bulkDateMeta
public org.pentaho.di.core.row.ValueMetaInterface bulkNumberMeta
protected String dbDescription
public String schemaTable
public String fifoFilename
public OutputStream fifoStream
public org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.SqlRunner sqlRunner
public org.pentaho.di.core.row.ValueMetaInterface[] bulkFormatMeta
public long bulkSize
Copyright © 2024 Hitachi Vantara. All rights reserved.