|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.core.Session
public class Session
A helper class for EtlContext to store and work with connections/executors.
Available from EtlContext
| Constructor Summary | |
|---|---|
Session(ConfigurationEl configuration,
EtlContext ctx)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
commit()
|
void |
execute(EtlContext ctx)
|
long |
getExecutedStatementsCount()
|
void |
rollback()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Session(ConfigurationEl configuration,
EtlContext ctx)
| Method Detail |
|---|
public void execute(EtlContext ctx)
public long getExecutedStatementsCount()
public void close()
public void commit()
public void rollback()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||