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 int
bufferIndex
int
bufferSize
org.pentaho.di.core.database.Database
db
org.pentaho.di.core.util.StreamLogger
errorLogger
nl.cwi.monetdb.mcl.io.BufferedMCLReader
in
int[]
keynrs
org.pentaho.di.core.row.ValueMetaInterface
monetDateMeta
org.pentaho.di.core.row.ValueMetaInterface
monetNumberMeta
org.pentaho.di.core.row.ValueMetaInterface
monetTimeMeta
org.pentaho.di.core.row.ValueMetaInterface
monetTimestampMeta
nl.cwi.monetdb.mcl.net.MapiSocket
mserver
String
newline
String
nullrepresentation
nl.cwi.monetdb.mcl.io.BufferedMCLWriter
out
org.pentaho.di.core.util.StreamLogger
outputLogger
String
quote
String[]
rowBuffer
String
schemaTable
String
separator
-
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
-
-