Package | Description |
---|---|
scriptella.core |
Core classes for scripts execution.
|
scriptella.driver.auto |
Autodiscovery Driver for Scriptella.
|
scriptella.driver.csv |
CSV Driver for Scriptella.
|
scriptella.driver.hsqldb |
HSLQDB Driver Adapter for Scriptella.
|
scriptella.driver.janino |
Janino Driver for Scriptella.
|
scriptella.driver.jexl |
JEXL Driver for Scriptella.
|
scriptella.driver.ldap |
LDAP Driver for Scriptella.
|
scriptella.driver.mail |
E-Mail Driver for Scriptella.
|
scriptella.driver.oracle |
Oracle Driver Adapter for Scriptella.
|
scriptella.driver.script |
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
|
scriptella.driver.scriptella |
Driver for running Scriptella ETL files.
|
scriptella.driver.text |
Text Driver for Scriptella.
|
scriptella.driver.velocity |
Velocity Adapter for Scriptella.
|
scriptella.driver.xpath |
XPath Driver for Scriptella.
|
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 |
DynamicContext.getConnection() |
Connection |
ConnectionManager.getConnection() |
Connection |
DynamicContextDecorator.getConnection() |
Connection |
EtlVariable.getConnection(java.lang.String id)
Returns the
for the specified id,
This method is convenient for cases when access to the native connection is required, e.g. |
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 |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
protected Connection |
Driver.getConnection(java.lang.String driver,
ConnectionParameters connectionParameters)
Template method for testing.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvConnection
Represents a connection to CSV file.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Modifier and Type | Class and Description |
---|---|
class |
HsqlConnection
Hsqldb connection wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
JaninoConnection
Scriptella connection adapter for Janino Script Evaluator.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Modifier and Type | Class and Description |
---|---|
class |
JexlConnection
Scriptella connection adapter for JEXL.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Modifier and Type | Class and Description |
---|---|
class |
LdapConnection
Represents a connection to a directory context.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
MailConnection
Represents a JavaMail connection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Modifier and Type | Class and Description |
---|---|
class |
OracleConnection
Oracle connection wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptConnection
Scriptella connection adapter for the JSR 223: Scripting for the Java Platform.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptellaConnection
Represents a connection to externally located Scriptella ETL file.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextConnection
Base class for Text/CSV connections.
|
class |
TextConnection
Represents a connection to a Text file.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Modifier and Type | Class and Description |
---|---|
class |
VelocityConnection
Represents a session to velocity engine.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathConnection
Represents a connection to an XML file.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Modifier and Type | Method and Description |
---|---|
void |
SilentExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection) |
void |
ExecutionStatisticsBuilder.elementStarted(Location loc,
Connection connection)
Called when new element execution started.
|
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 © Copyright 2006-2019 The Scriptella Project Team.