Class IngresVectorwiseLoaderData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.ivwloader.IngresVectorwiseLoaderData
-
- All Implemented Interfaces:
StepDataInterface
public class IngresVectorwiseLoaderData extends BaseStepData implements StepDataInterface
Stores data for the VectorWise bulk load step.- Since:
- 14-apr-2009
- Author:
- Matt
-
-
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
bufferSize
org.pentaho.di.core.row.RowMetaInterface
bulkRowMeta
ByteBuffer
byteBuffer
byte[]
doubleQuote
String
encoding
org.pentaho.di.core.util.StreamLogger
errorLogger
String
fifoFilename
IngresVectorwiseLoader.FifoOpener
fifoOpener
FileChannel
fileChannel
boolean
isEncoding
int[]
keynrs
byte[]
newline
org.pentaho.di.core.util.StreamLogger
outputLogger
byte[]
quote
String
schemaTable
byte[]
semicolon
byte[]
separator
OutputStream
sqlOutputStream
Process
sqlProcess
org.pentaho.di.trans.steps.ivwloader.IngresVectorwiseLoader.SqlRunner
sqlRunner
-
Constructor Summary
Constructors Constructor Description IngresVectorwiseLoaderData()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes(String str)
-
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
-
keynrs
public int[] keynrs
-
errorLogger
public org.pentaho.di.core.util.StreamLogger errorLogger
-
outputLogger
public org.pentaho.di.core.util.StreamLogger outputLogger
-
separator
public byte[] separator
-
newline
public byte[] newline
-
schemaTable
public String schemaTable
-
fifoFilename
public String fifoFilename
-
fileChannel
public FileChannel fileChannel
-
sqlRunner
public org.pentaho.di.trans.steps.ivwloader.IngresVectorwiseLoader.SqlRunner sqlRunner
-
quote
public byte[] quote
-
sqlProcess
public Process sqlProcess
-
sqlOutputStream
public OutputStream sqlOutputStream
-
fifoOpener
public IngresVectorwiseLoader.FifoOpener fifoOpener
-
isEncoding
public boolean isEncoding
-
encoding
public String encoding
-
byteBuffer
public ByteBuffer byteBuffer
-
bufferSize
public int bufferSize
-
semicolon
public byte[] semicolon
-
doubleQuote
public byte[] doubleQuote
-
bulkRowMeta
public org.pentaho.di.core.row.RowMetaInterface bulkRowMeta
-
-
Method Detail
-
getBytes
public byte[] getBytes(String str)
-
-