Package net.simplace.sim.io.interfaces
Class DBFInterface
java.lang.Object
net.simplace.sim.io.interfaces.FWSimInterface<Connection>
net.simplace.sim.io.interfaces.DatabaseInterface
net.simplace.sim.io.interfaces.DBFInterface
implementation of the
giving access to resources from and output to files
divider can be given in xml-configuration tag. If not given divider will by default be 'tab' or '\t'
Use Interface by
FWSimInterfaceFWSimInterface.getInterface(FWSimVarMap, CONTENT_TYPE).getLinesOfFile();- Author:
- Andreas Enders
-
Nested Class Summary
Nested classes/interfaces inherited from class net.simplace.sim.io.interfaces.FWSimInterface
FWSimInterface.INTERFACE_TYPE -
Field Summary
Fields inherited from class net.simplace.sim.io.interfaces.DatabaseInterface
iAlias, iDriver, iPass, iURL, iUserFields inherited from class net.simplace.sim.io.interfaces.FWSimInterface
iColumnMap, iColumnNamesInt, iIntColumnNames -
Constructor Summary
ConstructorsModifierConstructorDescriptionDBFInterface(String aName, String aFileName) protectedDBFInterface(String aName, org.jdom2.Element aInterfaceElement) -
Method Summary
Methods inherited from class net.simplace.sim.io.interfaces.DatabaseInterface
finalize, getDriver, getInterface, getPass, getURL, getUser, prepareDatabase, read, setDriver, setPass, setURL, setUser, toXMLMethods inherited from class net.simplace.sim.io.interfaces.FWSimInterface
checkHeaderForColMode, createInterface, createInterface, createStatisticInterface, getInterfaceType, getName, getPoolSize, readColArray, toString, transformArrays, writeToDatabase
-
Constructor Details
-
DBFInterface
- Parameters:
aName-aPoolSize-aInterfaceElement-
-
DBFInterface
- Parameters:
aName-aDriver-aFileName-aPass-aUser-
-
-
Method Details
-
getTablename
- Returns:
- the tablename
-