com.partnersoft.io.formats.dbf
Class DBFDataRecordSource
java.lang.Object
com.partnersoft.data.DataRecordSource
com.partnersoft.io.formats.StreamingDataRecordSource
com.partnersoft.io.formats.dbf.DBFDataRecordSource
- All Implemented Interfaces:
- Coggable, java.lang.Iterable<Naming>
public class DBFDataRecordSource
- extends StreamingDataRecordSource
| Methods inherited from class com.partnersoft.data.DataRecordSource |
clone, getAfterActions, getBeforeActions, getShowProgress, getTransforms, isVerbose, iterator, setAfterActions, setBeforeActions, setShowProgress, setTransforms, setVerbose |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHARACTER
public static final char CHARACTER
- See Also:
- Constant Field Values
DATE
public static final char DATE
- See Also:
- Constant Field Values
FLOAT
public static final char FLOAT
- See Also:
- Constant Field Values
NUMERIC
public static final char NUMERIC
- See Also:
- Constant Field Values
MEMO
public static final char MEMO
- See Also:
- Constant Field Values
VERSION_FOXBASE
public static final int VERSION_FOXBASE
- See Also:
- Constant Field Values
VERSION_NO_DBT
public static final int VERSION_NO_DBT
- See Also:
- Constant Field Values
VERSION_VISUAL_FOXPRO
public static final int VERSION_VISUAL_FOXPRO
- See Also:
- Constant Field Values
VERSION_DBT
public static final int VERSION_DBT
- See Also:
- Constant Field Values
DBFDataRecordSource
public DBFDataRecordSource()
DBFDataRecordSource
public DBFDataRecordSource(java.lang.String path)
main
public static void main(java.lang.String[] argv)
createFetcher
public DataRecordFetcher createFetcher()
- Description copied from class:
DataRecordSource
- Creates a new fetcher to gather data for a new iteration.
- Specified by:
createFetcher in class DataRecordSource