net.simplace.sim.io.resources.adapter.DBFResourceAdapter




public class DBFResourceAdapter extends DatabaseResourceAdapter {
// Public Constructors
public DBFResourceAdapter(Element aResourceElement, FWSimSession aSession,
int aOrderNumber);
public DBFResourceAdapter(String aPoolName, String aComponentName, int
aOrderNumber, FWSimSession aFwSimSession, FWSimIOAdapter.FREQUENCE
aFrequence, Map aKeyMap, String aDriver, String aUrl, String aUser,
String aPass, String aStatement) throws Exception;
public DBFResourceAdapter(FWSimResourceAdapter aAdapter, DBFInterface
aInterface);


// Public Instance Methods
public ResultSet getResultSet(FWSimVarMap aVarMap)
throws MissingSimResourceException;
// Overrides DatabaseResourceAdapter



returns the result set produced with given SQLStatement


}



Hierarchy: java.lang.Object - net.simplace.sim.io.FWSimIOAdapter (net.simplace.sim.util.FWSimFieldContainer) - net.simplace.sim.io.resources.FWSimInputAdapter - net.simplace.sim.io.resources.FWSimResourceAdapter - DatabaseResourceAdapter - DBFResourceAdapter