|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| scriptella.core | Core classes for scripts execution. |
| scriptella.execution | Facade classes for xml scripts execution. |
| scriptella.jdbc | Scriptella JDBC Bridge. |
| scriptella.spi | Service Provider Interface classes. |
| Uses of Connection in scriptella.core |
|---|
| Methods in scriptella.core that return Connection | |
|---|---|
Connection |
DynamicContextDecorator.getConnection()
|
Connection |
DynamicContext.getConnection()
|
Connection |
ConnectionManager.getConnection()
|
Connection |
ConnectionManager.newConnection()
|
| Methods in scriptella.core with parameters of type Connection | |
|---|---|
protected void |
QueryExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx)
|
protected void |
ScriptExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx)
|
| Uses of Connection in scriptella.execution |
|---|
| Methods in scriptella.execution with parameters of type Connection | |
|---|---|
void |
ExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection)
Called when new element execution started. |
void |
SilentExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection)
|
| Uses of Connection in scriptella.jdbc |
|---|
| Classes in scriptella.jdbc that implement Connection | |
|---|---|
class |
JdbcConnection
Represents a JDBC connection. |
| Uses of Connection in scriptella.spi |
|---|
| Classes in scriptella.spi that implement Connection | |
|---|---|
class |
AbstractConnection
A base class for connections. |
| Methods in scriptella.spi that return Connection | |
|---|---|
Connection |
ScriptellaDriver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||