|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use scriptella.spi | |
|---|---|
| scriptella.configuration | Classes and interfaces to parse script files. |
| scriptella.core | Core classes for scripts execution. |
| scriptella.driver.as400 | AS/400 Driver Adapter for Scriptella. |
| 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.jndi | JNDI Datasource Driver for Scriptella. |
| scriptella.driver.ldap | LDAP Driver for Scriptella. |
| scriptella.driver.ldap.ldif | |
| scriptella.driver.lucene | Lucene 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.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.expression | Classes for working with expressions and properties substitution. |
| scriptella.jdbc | Scriptella JDBC Bridge. |
| scriptella.spi | Service Provider Interface classes. |
| scriptella.spi.support | |
| Classes in scriptella.spi used by scriptella.configuration | |
|---|---|
| DialectIdentifier
Represents vendor dialect information. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.core | |
|---|---|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| ScriptellaDriver
Service Provider Interface for integrating third-party systems with Scriptella. |
|
| Classes in scriptella.spi used by scriptella.driver.as400 | |
|---|---|
| ScriptellaDriver
Service Provider Interface for integrating third-party systems with Scriptella. |
|
| Classes in scriptella.spi used by scriptella.driver.auto | |
|---|---|
| AbstractScriptellaDriver
An abstract base for Scriptella drivers. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| Classes in scriptella.spi used by scriptella.driver.csv | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| AbstractConnection.StatementCounter
Helper class to use for executed statements counting. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.hsqldb | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| Classes in scriptella.spi used by scriptella.driver.janino | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.jexl | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.jndi | |
|---|---|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| Classes in scriptella.spi used by scriptella.driver.ldap | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.ldap.ldif | |
|---|---|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| Classes in scriptella.spi used by scriptella.driver.lucene | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.mail | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.oracle | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| Classes in scriptella.spi used by scriptella.driver.script | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.scriptella | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.spring | |
|---|---|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| Classes in scriptella.spi used by scriptella.driver.text | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| AbstractConnection.StatementCounter
Helper class to use for executed statements counting. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| DialectIdentifier
Represents vendor dialect information. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.velocity | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.driver.xpath | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| AbstractConnection.StatementCounter
Helper class to use for executed statements counting. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| Classes in scriptella.spi used by scriptella.execution | |
|---|---|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| DriverContext
Global ETL Context available to drivers. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| Classes in scriptella.spi used by scriptella.expression | |
|---|---|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| Classes in scriptella.spi used by scriptella.jdbc | |
|---|---|
| AbstractConnection
A base class for connections. |
|
| AbstractScriptellaDriver
An abstract base for Scriptella drivers. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| DriverContext
Global ETL Context available to drivers. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| ScriptellaDriver
Service Provider Interface for integrating third-party systems with Scriptella. |
|
| Classes in scriptella.spi used by scriptella.spi | |
|---|---|
| AbstractConnection.StatementCounter
Helper class to use for executed statements counting. |
|
| Connection
Represents a connection to the system provided by ScriptellaDriver. |
|
| ConnectionParameters
Represents connection parameters. |
|
| DialectIdentifier
Represents vendor dialect information. |
|
| DriverContext
Global ETL Context available to drivers. |
|
| ParametersCallback
Callback interface to obtain parameter values. |
|
| ProviderException
Thrown by connection provider to indicate any kind of failure. |
|
| QueryCallback
Callback interface for query result set iteration. |
|
| Resource
Represents reference to a text resource capable of creating new readers. |
|
| ScriptellaDriver
Service Provider Interface for integrating third-party systems with Scriptella. |
|
| Classes in scriptella.spi used by scriptella.spi.support | |
|---|---|
| ParametersCallback
Callback interface to obtain parameter values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||