Class DatabaseInterface

java.lang.Object
net.simplace.sim.io.interfaces.FWSimInterface<Connection>
net.simplace.sim.io.interfaces.DatabaseInterface
Direct Known Subclasses:
DBFInterface

public class DatabaseInterface extends FWSimInterface<Connection>
implementation of the FWSimInterface using ConnectionPool giving access to resources from and output to Databases use by FWSimInterface.getInterface(FWSimVarMap, CONTENT_TYPE).createStatement(); Make sure to free connections after use by calling ConnectionPoolManager#getInstance#freeConnection(Connection)
Author:
Andreas Enders