Class DBFResourceAdapter
java.lang.Object
net.simplace.sim.io.FWSimIOAdapter
net.simplace.sim.io.resources.FWSimInputAdapter
net.simplace.sim.io.resources.FWSimResourceAdapter<ResultSet>
net.simplace.sim.io.resources.adapter.DatabaseResourceAdapter
net.simplace.sim.io.resources.adapter.DBFResourceAdapter
- All Implemented Interfaces:
FWSimFieldContainer
- Author:
- admin
-
Nested Class Summary
Nested classes/interfaces inherited from class net.simplace.sim.io.FWSimIOAdapter
FWSimIOAdapter.FREQUENCE -
Field Summary
Fields inherited from class net.simplace.sim.io.resources.adapter.DatabaseResourceAdapter
iLastStatement, iStatementFields inherited from class net.simplace.sim.io.resources.FWSimResourceAdapter
iLinesToReadFields inherited from class net.simplace.sim.io.resources.FWSimInputAdapter
iJexlScript, iShouldCacheToDBFields inherited from class net.simplace.sim.io.FWSimIOAdapter
iArrayMode, iFieldcount, iFrequence, iHeaderVariables, iInterface, iJexlRule, iKeyMap, iName, iOrderNumber, iProcessTime, iResourceElement, iSession, iSourceKey -
Constructor Summary
ConstructorsConstructorDescriptionDBFResourceAdapter(String aPoolName, String aComponentName, int aOrderNumber, FWSimSession aFwSimSession, FWSimIOAdapter.FREQUENCE aFrequence, Map<String, String> aKeyMap, String aDriver, String aUrl, String aUser, String aPass, String aStatement) DBFResourceAdapter(FWSimResourceAdapter<?> aAdapter, DBFInterface aInterface) DBFResourceAdapter(org.jdom2.Element aResourceElement, FWSimSession aSession, int aOrderNumber) -
Method Summary
Methods inherited from class net.simplace.sim.io.resources.adapter.DatabaseResourceAdapter
getData, getStatement, readHeaderListMethods inherited from class net.simplace.sim.io.resources.FWSimResourceAdapter
createAdapterFromObservable, createResourceAdapter, getLinesToRead, setLinesToRead, toXML, updateAdapterMethods inherited from class net.simplace.sim.io.resources.FWSimInputAdapter
getContentType, getInputVariables, getJexlScript, getOutputVariables, getVarMap, isTransformer, shouldCacheToDB, toHTMLTablestringMethods inherited from class net.simplace.sim.io.FWSimIOAdapter
addProcessTime, addVariable, checkCondition, createFormFields, createVariables, finalize, getCreateFormXML, getEditFormXML, getFieldMap, getFrequence, getHeaderVariables, getHeaderXML, getInterface, getJexlRule, getKeyMap, getName, getOrderNumber, getVariable, isArrayMode, isConditionCheck, removeVariable, setInterface, setOrderNumber, toString, writeHeaderList
-
Constructor Details
-
DBFResourceAdapter
public DBFResourceAdapter(org.jdom2.Element aResourceElement, FWSimSession aSession, int aOrderNumber) - Parameters:
aResourceElement-aSession-aOrderNumber-
-
DBFResourceAdapter
public DBFResourceAdapter(String aPoolName, String aComponentName, int aOrderNumber, FWSimSession aFwSimSession, FWSimIOAdapter.FREQUENCE aFrequence, Map<String, String> aKeyMap, String aDriver, String aUrl, String aUser, String aPass, String aStatement) throws Exception- Parameters:
aPoolName-aComponentName-aOrderNumber-aFwSimSession-aFrequence-aKeyMap-aDriver-aUrl-aUser-aPass-aStatement-- Throws:
Exception
-
DBFResourceAdapter
- Parameters:
aAdapter-aInterface-
-
-
Method Details
-
getResultSet
- Overrides:
getResultSetin classDatabaseResourceAdapter- Parameters:
aVarMap-- Returns:
- the result set produced with given SQLStatement
- Throws:
MissingSimResourceException
-