Package | Description |
---|---|
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.jdbc |
Scriptella JDBC Bridge.
|
scriptella.spi |
Service Provider Interface classes.
|
scriptella.text |
Classes for formatting and parsing text.
|
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 | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Constructor and Description |
---|
CsvConnection(ConnectionParameters parameters) |
CsvConnectionParameters(ConnectionParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected JdbcConnection |
Driver.connect(ConnectionParameters parameters,
java.util.Properties props) |
protected void |
HsqlConnection.init(ConnectionParameters parameters) |
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Constructor and Description |
---|
JaninoConnection(ConnectionParameters parameters)
Instantiates a new connection to Janino Script Evaluator.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Constructor and Description |
---|
JexlConnection(ConnectionParameters parameters)
Instantiates a new connection to JEXL.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.
|
Constructor and Description |
---|
LdapConnection(ConnectionParameters parameters)
Creates a connnection to a directory.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Constructor and Description |
---|
MailConnection(ConnectionParameters parameters)
Creates an email connection.
|
Modifier and Type | Method and Description |
---|---|
protected JdbcConnection |
Driver.connect(ConnectionParameters parameters,
java.util.Properties props) |
protected void |
OracleConnection.init(ConnectionParameters parameters) |
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Constructor and Description |
---|
ScriptConnection(ConnectionParameters parameters)
Instantiates a new connection to JSR 223 scripting engine.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Constructor and Description |
---|
ScriptellaConnection(ConnectionParameters parameters)
Creates an email connection.
|
Modifier and Type | Method and Description |
---|---|
ConnectionParameters |
TextConnectionParameters.getConnectionParameters() |
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Constructor and Description |
---|
AbstractTextConnection(DialectIdentifier dialectIdentifier,
ConnectionParameters parameters)
Initializes a text connection using specified properties.
|
TextConnection(ConnectionParameters parameters) |
TextConnectionParameters(ConnectionParameters parameters) |
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.
|
Constructor and Description |
---|
VelocityConnection(ConnectionParameters parameters)
Instantiates a velocity connection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters) |
Constructor and Description |
---|
XPathConnection(ConnectionParameters parameters) |
Modifier and Type | Method and Description |
---|---|
JdbcConnection |
GenericDriver.connect(ConnectionParameters params) |
protected JdbcConnection |
GenericDriver.connect(ConnectionParameters parameters,
java.util.Properties props)
Creates Scriptella JDBC connection.
|
protected void |
JdbcConnection.init(ConnectionParameters parameters)
Called in constructor
|
Constructor and Description |
---|
JdbcConnection(java.sql.Connection con,
ConnectionParameters parameters) |
Modifier and Type | Method and Description |
---|---|
Connection |
ScriptellaDriver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.
|
Constructor and Description |
---|
AbstractConnection(ConnectionParameters parameters)
Instantiates a connection with parameters.
|
AbstractConnection(DialectIdentifier dialectIdentifier,
ConnectionParameters parameters)
Instantiates a connection with dialectIdentifier and connection parameters.
|
Modifier and Type | Method and Description |
---|---|
static TypedPropertiesSource |
TypedPropertiesSource.from(ConnectionParameters connectionParameters)
Converts connectionParameters to TypedPropertiesSource.
|
static PropertyFormatInfo |
PropertyFormatInfo.parse(ConnectionParameters params,
java.lang.String prefix) |
Copyright © Copyright 2006-2019 The Scriptella Project Team.