Package | Description |
---|---|
scriptella.driver.csv |
CSV Driver for Scriptella.
|
scriptella.driver.janino |
Janino Driver for Scriptella.
|
scriptella.driver.jexl |
JEXL Driver for Scriptella.
|
scriptella.driver.jndi |
JNDI Datasource Driver for Scriptella.
|
scriptella.driver.ldap |
LDAP Driver for Scriptella.
|
scriptella.driver.ldap.ldif | |
scriptella.driver.mail |
E-Mail Driver 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.spring |
Spring Framework Integration Driver for Scriptella.
|
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 | Class and Description |
---|---|
class |
CsvProviderException
Thrown to indicate a problem with CSV file processing.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvConnection.close() |
void |
CsvConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
CsvConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
Modifier and Type | Class and Description |
---|---|
class |
JaninoProviderException
Thrown to indicate Janino failure.
|
Modifier and Type | Method and Description |
---|---|
ProviderException |
JaninoProviderException.setErrorStatement(java.lang.String errStmt) |
Modifier and Type | Method and Description |
---|---|
void |
JaninoConnection.close()
Closes the connection and releases all related resources.
|
void |
JaninoConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback)
Executes a query specified by its content.
|
void |
JaninoConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
Modifier and Type | Class and Description |
---|---|
class |
JexlProviderException
Thrown to indicate a problem with JEXL script.
|
Modifier and Type | Method and Description |
---|---|
void |
JexlConnection.close()
Closes the connection and releases all related resources.
|
void |
JexlConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
JexlConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
Modifier and Type | Class and Description |
---|---|
class |
JndiProviderException
Thrown to indicate JNDI provider failure.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapProviderException
Thrown by LDAP Provider to indicate a failure.
|
Modifier and Type | Method and Description |
---|---|
ProviderException |
LdapProviderException.setErrorStatement(java.lang.String errStmt) |
Modifier and Type | Method and Description |
---|---|
void |
LdapConnection.close() |
void |
LdapConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
LdapConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
Modifier and Type | Class and Description |
---|---|
class |
LdifParseException
Thrown to indicate a parse excpetion.
|
Modifier and Type | Class and Description |
---|---|
class |
MailProviderException
Thrown to indicate a problem with EMail producing/sending.
|
Modifier and Type | Method and Description |
---|---|
void |
MailConnection.close() |
void |
MailConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
MailConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptProviderException
Thrown to indicate an error in scripting engine.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptConnection.close()
Closes the connection and releases all related resources.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptellaProviderException
Thrown to indicate Spring provider failure.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptellaConnection.close() |
void |
ScriptellaConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
ScriptellaConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
Modifier and Type | Class and Description |
---|---|
class |
SpringProviderException
Thrown to indicate Spring provider failure.
|
Modifier and Type | Class and Description |
---|---|
class |
TextProviderException
Thrown to indicate a problem with Text file processing.
|
Modifier and Type | Method and Description |
---|---|
void |
TextConnection.close() |
void |
TextConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
TextConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
Modifier and Type | Class and Description |
---|---|
class |
VelocityProviderException
Thrown by Velocity Provider to indicate velocity failure.
|
Modifier and Type | Method and Description |
---|---|
void |
VelocityConnection.close()
Closes the connection and releases all related resources.
|
void |
VelocityConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback)
Executes a query specified by its content.
|
void |
VelocityConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback)
Executes a script specified by its content.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathProviderException
Thrown to indicate a problem with XML file querying.
|
Modifier and Type | Method and Description |
---|---|
void |
XPathConnection.close() |
void |
XPathConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
XPathConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
Modifier and Type | Method and Description |
---|---|
ProviderException |
EtlExecutorException.getLastProvider() |
Modifier and Type | Class and Description |
---|---|
class |
JdbcException
Unchecked wrapper for SQL exceptions or other SQL related errors.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcConnection.flush() |
Modifier and Type | Method and Description |
---|---|
ProviderException |
ProviderException.addErrorCode(java.lang.String errorCode)
Adds error code to this exception.
|
protected ProviderException |
ProviderException.setErrorStatement(java.lang.String errStmt)
Sets problem statement which caused this exception/
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.close()
Closes the connection and releases all related resources.
|
void |
Connection.commit()
Commits a current transaction (if any).
|
void |
AbstractConnection.commit() |
void |
Connection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback)
Executes a query specified by its content.
|
void |
Connection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback)
Executes a script specified by its content.
|
DialectIdentifier |
Connection.getDialectIdentifier()
This method returns a language dialect identifier for this connection.
|
void |
Connection.rollback()
Rolls back a current transaction (if any).
|
void |
AbstractConnection.rollback() |
Copyright © Copyright 2006-2019 The Scriptella Project Team.