public class MySQLBulkLoaderData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
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  | 
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  | 
| Constructor and Description | 
|---|
MySQLBulkLoaderData()
Default constructor. 
 | 
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.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
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