Uses of Interface
scriptella.spi.Connection
Packages that use Connection
Package
Description
Core classes for scripts execution.
Autodiscovery Driver for Scriptella.
CSV Driver for Scriptella.
Janino Driver for Scriptella.
JEXL Driver for Scriptella.
LDAP Driver for Scriptella.
E-Mail Driver for Scriptella.
Oracle Driver Adapter for Scriptella.
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
Driver for running Scriptella ETL files.
Shell scripts driver.
Text Driver for Scriptella.
Velocity Adapter for Scriptella.
XPath Driver for Scriptella.
Facade classes for xml scripts execution.
Scriptella JDBC Bridge.
Service Provider Interface classes.
-
Uses of Connection in scriptella.core
Methods in scriptella.core that return ConnectionModifier and TypeMethodDescriptionConnectionManager.getConnection()DynamicContext.getConnection()DynamicContextDecorator.getConnection()EtlVariable.getConnection(String id) Returns thefor the specified id, This method is convenient for cases when access to the native connection is required, e.g.connectionConnectionManager.newConnection()Methods in scriptella.core with parameters of type ConnectionModifier and TypeMethodDescriptionprotected voidQueryExecutor.execute(Connection connection, Resource resource, DynamicContext ctx) protected voidScriptExecutor.execute(Connection connection, Resource resource, DynamicContext ctx) -
Uses of Connection in scriptella.driver.auto
Methods in scriptella.driver.auto that return ConnectionModifier and TypeMethodDescriptionDriver.connect(ConnectionParameters connectionParameters) protected ConnectionDriver.getConnection(String driver, ConnectionParameters connectionParameters) Template method for testing. -
Uses of Connection in scriptella.driver.csv
Classes in scriptella.driver.csv that implement ConnectionMethods in scriptella.driver.csv that return Connection -
Uses of Connection in scriptella.driver.janino
Classes in scriptella.driver.janino that implement ConnectionModifier and TypeClassDescriptionclassScriptella connection adapter for Janino Script Evaluator.Methods in scriptella.driver.janino that return Connection -
Uses of Connection in scriptella.driver.jexl
Classes in scriptella.driver.jexl that implement ConnectionMethods in scriptella.driver.jexl that return Connection -
Uses of Connection in scriptella.driver.ldap
Classes in scriptella.driver.ldap that implement ConnectionModifier and TypeClassDescriptionclassRepresents a connection to a directory context.Methods in scriptella.driver.ldap that return ConnectionModifier and TypeMethodDescriptionDriver.connect(ConnectionParameters connectionParameters) Implementor should create a new connection based on specified parameters. -
Uses of Connection in scriptella.driver.mail
Classes in scriptella.driver.mail that implement ConnectionMethods in scriptella.driver.mail that return Connection -
Uses of Connection in scriptella.driver.oracle
Classes in scriptella.driver.oracle that implement Connection -
Uses of Connection in scriptella.driver.script
Classes in scriptella.driver.script that implement ConnectionModifier and TypeClassDescriptionclassScriptella connection adapter for the JSR 223: Scripting for the Java Platform.Methods in scriptella.driver.script that return Connection -
Uses of Connection in scriptella.driver.scriptella
Classes in scriptella.driver.scriptella that implement ConnectionModifier and TypeClassDescriptionclassRepresents a connection to externally located Scriptella ETL file.Methods in scriptella.driver.scriptella that return Connection -
Uses of Connection in scriptella.driver.shell
Classes in scriptella.driver.shell that implement ConnectionMethods in scriptella.driver.shell that return Connection -
Uses of Connection in scriptella.driver.text
Classes in scriptella.driver.text that implement ConnectionModifier and TypeClassDescriptionclassBase class for Text/CSV connections.classRepresents a connection to a Text file.Methods in scriptella.driver.text that return Connection -
Uses of Connection in scriptella.driver.velocity
Classes in scriptella.driver.velocity that implement ConnectionModifier and TypeClassDescriptionclassRepresents a session to velocity engine.Methods in scriptella.driver.velocity that return ConnectionModifier and TypeMethodDescriptionDriver.connect(ConnectionParameters connectionParameters) Implementor should create a new connection based on specified parameters. -
Uses of Connection in scriptella.driver.xpath
Classes in scriptella.driver.xpath that implement ConnectionMethods in scriptella.driver.xpath that return Connection -
Uses of Connection in scriptella.execution
Methods in scriptella.execution with parameters of type ConnectionModifier and TypeMethodDescriptionvoidExecutionStatisticsBuilder.elementStarted(Location loc, Connection connection) Called when new element execution started.voidSilentExecutionStatisticsBuilder.elementStarted(Location loc, Connection connection) -
Uses of Connection in scriptella.jdbc
Classes in scriptella.jdbc that implement Connection -
Uses of Connection in scriptella.spi
Classes in scriptella.spi that implement ConnectionMethods in scriptella.spi that return ConnectionModifier and TypeMethodDescriptionScriptellaDriver.connect(ConnectionParameters connectionParameters) Implementor should create a new connection based on specified parameters.