org.pentaho.di.trans.steps.accessinput
Class AccessInputData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.accessinput.AccessInputData
All Implemented Interfaces:
StepDataInterface

public class AccessInputData
extends BaseStepData
implements StepDataInterface

Since:
24-May-2005
Author:
Samatar Hassan

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 RowMetaInterface convertRowMeta
           
 com.healthmarketscience.jackcess.Database d
           
 SimpleDateFormat daf
           
 String extension
           
 org.apache.commons.vfs.FileObject file
           
 String filename
           
 int filenr
           
 FileInputList files
           
 FileInputStream fr
           
 boolean hidden
           
 int indexOfFilenameField
           
 RowMetaInterface inputRowMeta
           
 BufferedInputStream is
           
 boolean isTableSystem
           
 boolean last_file
           
 Date lastModificationDateTime
           
 int nr_repeats
           
 RowMetaInterface outputRowMeta
           
 String path
           
 Object[] previousRow
           
 Object[] readrow
           
 String rootUriName
           
 long rownr
           
 Map<String,Object> rw
           
 String shortFilename
           
 long size
           
 com.healthmarketscience.jackcess.Table t
           
 String tableName
           
 String thisline
           
 int totalpreviousfields
           
 String uriName
           
 
Constructor Summary
AccessInputData()
           
 
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
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

thisline

public String thisline

outputRowMeta

public RowMetaInterface outputRowMeta

convertRowMeta

public RowMetaInterface convertRowMeta

previousRow

public Object[] previousRow

nr_repeats

public int nr_repeats

daf

public SimpleDateFormat daf

files

public FileInputList files

last_file

public boolean last_file

file

public org.apache.commons.vfs.FileObject file

filenr

public int filenr

fr

public FileInputStream fr

is

public BufferedInputStream is

rownr

public long rownr

d

public com.healthmarketscience.jackcess.Database d

t

public com.healthmarketscience.jackcess.Table t

rw

public Map<String,Object> rw

inputRowMeta

public RowMetaInterface inputRowMeta

totalpreviousfields

public int totalpreviousfields

indexOfFilenameField

public int indexOfFilenameField

readrow

public Object[] readrow

filename

public String filename

shortFilename

public String shortFilename

path

public String path

extension

public String extension

hidden

public boolean hidden

lastModificationDateTime

public Date lastModificationDateTime

uriName

public String uriName

rootUriName

public String rootUriName

size

public long size

tableName

public String tableName

isTableSystem

public boolean isTableSystem
Constructor Detail

AccessInputData

public AccessInputData()