org.pentaho.di.trans.steps.ivwloader
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 MySQL bulk load step.
- Since:
- 14-apr-2009
- Author:
- Matt
keynrs
public int[] keynrs
errorLogger
public StreamLogger errorLogger
outputLogger
public 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 RowMetaInterface bulkRowMeta
IngresVectorwiseLoaderData
public IngresVectorwiseLoaderData()
- Default constructor.
getBytes
public byte[] getBytes(String str)