public class XBase extends Object
| Constructor and Description |
|---|
XBase(LogChannelInterface log,
InputStream inputStream) |
XBase(LogChannelInterface log,
String file_dbf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close() |
String |
getDbfFile() |
RowMetaInterface |
getFields() |
com.linuxense.javadbf.DBFReader |
getReader() |
Object[] |
getRow(Object[] r) |
Object[] |
getRow(RowMetaInterface fields) |
boolean |
hasError() |
void |
open() |
void |
setDbfFile(String dbfFile) |
String |
toString() |
public XBase(LogChannelInterface log, String file_dbf)
public XBase(LogChannelInterface log, InputStream inputStream)
public void open()
throws KettleException
KettleExceptionpublic RowMetaInterface getFields() throws KettleException
KettleExceptionpublic Object[] getRow(RowMetaInterface fields) throws KettleException
KettleExceptionpublic Object[] getRow(Object[] r) throws KettleException
KettleExceptionpublic boolean close()
public boolean hasError()
public String getDbfFile()
public void setDbfFile(String dbfFile)
dbfFile - the dbfFile to setpublic com.linuxense.javadbf.DBFReader getReader()
Copyright © 2018 Hitachi Vantara. All rights reserved.