public class XBase extends Object
| Constructor and Description |
|---|
XBase(org.pentaho.di.core.logging.LogChannelInterface log,
InputStream inputStream) |
XBase(org.pentaho.di.core.logging.LogChannelInterface log,
String file_dbf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close() |
String |
getDbfFile() |
org.pentaho.di.core.row.RowMetaInterface |
getFields() |
com.linuxense.javadbf.DBFReader |
getReader() |
Object[] |
getRow(Object[] r) |
Object[] |
getRow(org.pentaho.di.core.row.RowMetaInterface fields) |
boolean |
hasError() |
void |
open() |
void |
setDbfFile(String dbfFile) |
String |
toString() |
public XBase(org.pentaho.di.core.logging.LogChannelInterface log,
String file_dbf)
public XBase(org.pentaho.di.core.logging.LogChannelInterface log,
InputStream inputStream)
public void open()
throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.core.row.RowMetaInterface getFields()
throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic Object[] getRow(org.pentaho.di.core.row.RowMetaInterface fields) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic Object[] getRow(Object[] r) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic boolean close()
public boolean hasError()
public String getDbfFile()
public void setDbfFile(String dbfFile)
dbfFile - the dbfFile to setpublic com.linuxense.javadbf.DBFReader getReader()