public class IngresVectorwiseLoaderData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and 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 and Description | 
|---|
IngresVectorwiseLoaderData()
Default constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getBytes(String str)  | 
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic int[] keynrs
public org.pentaho.di.core.util.StreamLogger errorLogger
public org.pentaho.di.core.util.StreamLogger outputLogger
public byte[] separator
public byte[] newline
public String schemaTable
public String fifoFilename
public FileChannel fileChannel
public org.pentaho.di.trans.steps.ivwloader.IngresVectorwiseLoader.SqlRunner sqlRunner
public byte[] quote
public Process sqlProcess
public OutputStream sqlOutputStream
public IngresVectorwiseLoader.FifoOpener fifoOpener
public boolean isEncoding
public String encoding
public ByteBuffer byteBuffer
public int bufferSize
public byte[] semicolon
public byte[] doubleQuote
public org.pentaho.di.core.row.RowMetaInterface bulkRowMeta
public IngresVectorwiseLoaderData()
public byte[] getBytes(String str)