public class ConnectionManager
extends java.lang.Object
Constructor and Description |
---|
ConnectionManager(EtlContext ctx,
ConnectionEl c) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
commit() |
Connection |
getConnection() |
long |
getExecutedStatementsCount()
Returns number of executed statements by managed connections.
|
Connection |
newConnection() |
void |
rollback() |
public ConnectionManager(EtlContext ctx, ConnectionEl c)
public Connection getConnection()
public Connection newConnection()
public void rollback()
public void commit()
public void close()
public long getExecutedStatementsCount()
Copyright © Copyright 2006-2019 The Scriptella Project Team.