|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsi.wfcidata.AFDBConnection
public class AFDBConnection
AFDBConnection
Constructor Summary | |
---|---|
AFDBConnection(WFCI wfci,
java.lang.String session)
Constructor |
Method Summary | |
---|---|
void |
close()
Close the connection |
void |
commit()
Make commit on the connection |
java.util.HashMap |
getConnectionURL()
Get the configuration of SessionConnection |
java.util.Vector |
loadValue(java.lang.String sqlcmd)
Invoke the connection to load value |
void |
rollback()
Make rollback on the connection |
boolean |
updateValue(java.lang.String sqlcmd)
Invoke the connection to update value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AFDBConnection(WFCI wfci, java.lang.String session)
wfci
- WFCI interfaceint
- session numberMethod Detail |
---|
public void close() throws WFCIException
WFCIException
public void commit() throws WFCIException
WFCIException
public java.util.HashMap getConnectionURL() throws WFCIException
WFCIException
public java.util.Vector loadValue(java.lang.String sqlcmd) throws WFCIException
sqlcmd
- SQL command
WFCIException
public void rollback() throws WFCIException
WFCIException
public boolean updateValue(java.lang.String sqlcmd) throws WFCIException
sqlcmd
- SQL command
WFCIException
|
Agentflow V3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |