Class MonetDBBulkLoaderData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.monetdbbulkloader.MonetDBBulkLoaderData
-
- All Implemented Interfaces:
StepDataInterface
public class MonetDBBulkLoaderData extends BaseStepData implements StepDataInterface
Stores data for the MonetDBBulkLoader step.- Since:
- 20-feb-2005 updated 01-Jan-2013
- Author:
- James Dixon and Brandon Jackson, inspired by Sven Boden
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
-
Field Summary
Fields Modifier and Type Field Description intbufferIndexintbufferSizeorg.pentaho.di.core.database.Databasedborg.pentaho.di.core.util.StreamLoggererrorLoggernl.cwi.monetdb.mcl.io.BufferedMCLReaderinint[]keynrsorg.pentaho.di.core.row.ValueMetaInterfacemonetDateMetaorg.pentaho.di.core.row.ValueMetaInterfacemonetNumberMetaorg.pentaho.di.core.row.ValueMetaInterfacemonetTimeMetaorg.pentaho.di.core.row.ValueMetaInterfacemonetTimestampMetanl.cwi.monetdb.mcl.net.MapiSocketmserverStringnewlineStringnullrepresentationnl.cwi.monetdb.mcl.io.BufferedMCLWriteroutorg.pentaho.di.core.util.StreamLoggeroutputLoggerStringquoteString[]rowBufferStringschemaTableStringseparator
-
Constructor Summary
Constructors Constructor Description 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
clone, equals, finalize, 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
-
db
public org.pentaho.di.core.database.Database db
-
keynrs
public int[] keynrs
-
errorLogger
public org.pentaho.di.core.util.StreamLogger errorLogger
-
outputLogger
public org.pentaho.di.core.util.StreamLogger outputLogger
-
mserver
public nl.cwi.monetdb.mcl.net.MapiSocket mserver
-
in
public nl.cwi.monetdb.mcl.io.BufferedMCLReader in
-
out
public nl.cwi.monetdb.mcl.io.BufferedMCLWriter out
-
quote
public String quote
-
separator
public String separator
-
nullrepresentation
public String nullrepresentation
-
newline
public String newline
-
monetDateMeta
public org.pentaho.di.core.row.ValueMetaInterface monetDateMeta
-
monetNumberMeta
public org.pentaho.di.core.row.ValueMetaInterface monetNumberMeta
-
monetTimestampMeta
public org.pentaho.di.core.row.ValueMetaInterface monetTimestampMeta
-
monetTimeMeta
public org.pentaho.di.core.row.ValueMetaInterface monetTimeMeta
-
bufferSize
public int bufferSize
-
rowBuffer
public String[] rowBuffer
-
bufferIndex
public int bufferIndex
-
schemaTable
public String schemaTable
-
-