|
||||||||||
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.monetdbbulkloader.MonetDBBulkLoaderData
public class MonetDBBulkLoaderData
Stores data for the GPBulkLoader step.
Field Summary | |
---|---|
int |
bufferIndex
|
int |
bufferSize
|
org.pentaho.di.core.database.Database |
db
|
org.pentaho.di.core.util.StreamLogger |
errorLogger
|
int[] |
keynrs
|
Process |
mClientlProcess
|
org.pentaho.di.core.row.ValueMetaInterface |
monetDateMeta
|
org.pentaho.di.core.row.ValueMetaInterface |
monetNumberMeta
|
OutputStream |
monetOutputStream
|
byte[] |
newline
|
org.pentaho.di.core.util.StreamLogger |
outputLogger
|
org.postgresql.PGConnection |
pgdb
|
byte[] |
quote
|
byte[][] |
rowBuffer
|
String |
schemaTable
|
byte[] |
separator
|
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 | |
---|---|
MonetDBBulkLoaderData()
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 Process mClientlProcess
public org.pentaho.di.core.util.StreamLogger outputLogger
public OutputStream monetOutputStream
public byte[] quote
public byte[] separator
public byte[] newline
public org.postgresql.PGConnection pgdb
public org.pentaho.di.core.row.ValueMetaInterface monetDateMeta
public org.pentaho.di.core.row.ValueMetaInterface monetNumberMeta
public int bufferSize
public byte[][] rowBuffer
public int bufferIndex
public String schemaTable
Constructor Detail |
---|
public MonetDBBulkLoaderData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |