org.pentaho.di.trans.steps.ivwloader
Class IngresVectorwiseLoaderData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 int bufferSize
           
 RowMetaInterface bulkRowMeta
           
 ByteBuffer byteBuffer
           
 byte[] doubleQuote
           
 String encoding
           
 StreamLogger errorLogger
           
 String fifoFilename
           
 IngresVectorwiseLoader.FifoOpener fifoOpener
           
 FileChannel fileChannel
           
 boolean isEncoding
           
 int[] keynrs
           
 byte[] newline
           
 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
IngresVectorwiseLoaderData()
          Default constructor.
 
Method Summary
 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
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

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
Constructor Detail

IngresVectorwiseLoaderData

public IngresVectorwiseLoaderData()
Default constructor.

Method Detail

getBytes

public byte[] getBytes(String str)