Uses of Interface
scriptella.spi.ScriptellaDriver
Packages that use ScriptellaDriver
Package
Description
Core classes for scripts execution.
AS/400 Driver Adapter for Scriptella.
Autodiscovery Driver for Scriptella.
CSV Driver for Scriptella.
Cubrid Driver Adapter for Scriptella.
DB2 Driver Adapter for Scriptella.
Derby Driver Adapter for Scriptella.
H2 Database Driver Adapter for Scriptella.
Janino Driver for Scriptella.
JEXL Driver for Scriptella.
JNDI Datasource Driver for Scriptella.
LDAP Driver for Scriptella.
E-Mail Driver for Scriptella.
Microsoft SQL Server Driver Adapter for Scriptella.
MySQL Driver(Connector/J) adapter for Scriptella.
Oracle Driver Adapter for Scriptella.
PostgreSQL Driver Adapter for Scriptella.
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
Driver for running Scriptella ETL files.
Shell scripts driver.
Spring Framework Integration Driver for Scriptella.
Scriptella Driver Adapter for Sybase ASE and ASA.
Text Driver for Scriptella.
Velocity Adapter for Scriptella.
SQLSheet Driver Adapter for Scriptella.
XPath Driver for Scriptella.
Scriptella JDBC Bridge.
Service Provider Interface classes.
-
Uses of ScriptellaDriver in scriptella.core
Methods in scriptella.core that return ScriptellaDriverModifier and TypeMethodDescriptionstatic ScriptellaDriverCreates a Scriptella Driver using specified class.static ScriptellaDriverDriverFactory.getDriver(String driverName, ClassLoader loader) Loads a driver specified by a full or a short name. -
Uses of ScriptellaDriver in scriptella.driver.as400
Classes in scriptella.driver.as400 that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.auto
Classes in scriptella.driver.auto that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.csv
Classes in scriptella.driver.csv that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.cubrid
Classes in scriptella.driver.cubrid that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.db2
Classes in scriptella.driver.db2 that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.derby
Classes in scriptella.driver.derby that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.h2
Classes in scriptella.driver.h2 that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.janino
Classes in scriptella.driver.janino that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.jexl
Classes in scriptella.driver.jexl that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.jndi
Classes in scriptella.driver.jndi that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.ldap
Classes in scriptella.driver.ldap that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.mail
Classes in scriptella.driver.mail that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.mssql
Classes in scriptella.driver.mssql that implement ScriptellaDriverModifier and TypeClassDescriptionclassScriptella Adapter for Microsoft SQL Server database JDBC driver. -
Uses of ScriptellaDriver in scriptella.driver.mysql
Classes in scriptella.driver.mysql that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.oracle
Classes in scriptella.driver.oracle that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.postgresql
Classes in scriptella.driver.postgresql that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.script
Classes in scriptella.driver.script that implement ScriptellaDriverModifier and TypeClassDescriptionclassScriptella bridge for the JSR 223: Scripting for the Java Platform. -
Uses of ScriptellaDriver in scriptella.driver.scriptella
Classes in scriptella.driver.scriptella that implement ScriptellaDriverModifier and TypeClassDescriptionclassThis driver allows execution of external ETL files. -
Uses of ScriptellaDriver in scriptella.driver.shell
Classes in scriptella.driver.shell that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.spring
Classes in scriptella.driver.spring that implement ScriptellaDriverModifier and TypeClassDescriptionclassScriptella driver for The Spring Framework Bean Factory(or Application Context) registered datasources. -
Uses of ScriptellaDriver in scriptella.driver.sybase
Classes in scriptella.driver.sybase that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.text
Classes in scriptella.driver.text that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.velocity
Classes in scriptella.driver.velocity that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.xls
Classes in scriptella.driver.xls that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.driver.xpath
Classes in scriptella.driver.xpath that implement ScriptellaDriverModifier and TypeClassDescriptionclassRepresents a driver for querying XML files with XPath expressions. -
Uses of ScriptellaDriver in scriptella.jdbc
Classes in scriptella.jdbc that implement ScriptellaDriver -
Uses of ScriptellaDriver in scriptella.spi
Classes in scriptella.spi that implement ScriptellaDriverModifier and TypeClassDescriptionclassAn abstract base for Scriptella drivers.