public class DBFDataRecordSource extends StreamingDataRecordSource
| Modifier and Type | Field and Description |
|---|---|
static char |
CHARACTER |
static char |
DATE |
static char |
FLOAT |
static char |
MEMO |
static char |
NUMERIC |
static int |
VERSION_DBT |
static int |
VERSION_FOXBASE |
static int |
VERSION_NO_DBT |
static int |
VERSION_VISUAL_FOXPRO |
showProgress, verbose| Constructor and Description |
|---|
DBFDataRecordSource() |
DBFDataRecordSource(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
DataRecordFetcher |
createFetcher()
Creates a new fetcher to gather data for a new iteration.
|
static void |
main(java.lang.String[] argv) |
copyStateFrom, createInputStream, getPath, getPaths, setInputStream, setPath, setPaths, toCogclone, close, getAfterActions, getBeforeActions, getShowProgress, getTransforms, isVerbose, iterator, setAfterActions, setBeforeActions, setShowProgress, setTransforms, setVerbosepublic static final char CHARACTER
public static final char DATE
public static final char FLOAT
public static final char NUMERIC
public static final char MEMO
public static final int VERSION_FOXBASE
public static final int VERSION_NO_DBT
public static final int VERSION_VISUAL_FOXPRO
public static final int VERSION_DBT
public DBFDataRecordSource()
public DBFDataRecordSource(java.lang.String path)
public static void main(java.lang.String[] argv)
public DataRecordFetcher createFetcher()
DataRecordSourcecreateFetcher in class DataRecordSource