|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoaderData
public class MySQLBulkLoaderData
Stores data for the MySQL bulk load step.
Field Summary | |
---|---|
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
|
Fields inherited from interface org.pentaho.di.trans.step.StepDataInterface |
---|
STATUS_DISPOSED, STATUS_EMPTY, STATUS_FINISHED, STATUS_HALTED, STATUS_HALTING, STATUS_IDLE, STATUS_INIT, STATUS_PAUSED, STATUS_RUNNING, STATUS_STOPPED |
Constructor Summary | |
---|---|
MySQLBulkLoaderData()
Default constructor. |
Method Summary |
---|
Methods inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface |
---|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus |
Field Detail |
---|
public 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
Constructor Detail |
---|
public MySQLBulkLoaderData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |