| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
DynamicContextDecorator.getConnection() |
Connection |
DynamicContext.getConnection() |
Connection |
ConnectionManager.getConnection() |
Connection |
ConnectionManager.newConnection() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
QueryExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx) |
protected void |
ScriptExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection)
Called when new element execution started.
|
void |
SilentExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcConnection
Represents a JDBC connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnection
A base class for connections.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
ScriptellaDriver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.
|
Copyright © 2006-2012. All Rights Reserved.