Uses of Class
scriptella.spi.ConnectionParameters
Packages that use ConnectionParameters
Package
Description
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.
Scriptella JDBC Bridge.
Service Provider Interface classes.
Classes for formatting and parsing text.
-
Uses of ConnectionParameters in scriptella.driver.auto
Methods in scriptella.driver.auto with parameters of type ConnectionParametersModifier and TypeMethodDescriptionDriver.connect(ConnectionParameters connectionParameters) protected ConnectionDriver.getConnection(String driver, ConnectionParameters connectionParameters) Template method for testing. -
Uses of ConnectionParameters in scriptella.driver.csv
Methods in scriptella.driver.csv with parameters of type ConnectionParametersConstructors in scriptella.driver.csv with parameters of type ConnectionParametersModifierConstructorDescriptionCsvConnection(ConnectionParameters parameters) CsvConnectionParameters(ConnectionParameters parameters) -
Uses of ConnectionParameters in scriptella.driver.janino
Methods in scriptella.driver.janino with parameters of type ConnectionParametersConstructors in scriptella.driver.janino with parameters of type ConnectionParametersModifierConstructorDescriptionJaninoConnection(ConnectionParameters parameters) Instantiates a new connection to Janino Script Evaluator. -
Uses of ConnectionParameters in scriptella.driver.jexl
Methods in scriptella.driver.jexl with parameters of type ConnectionParametersConstructors in scriptella.driver.jexl with parameters of type ConnectionParametersModifierConstructorDescriptionJexlConnection(ConnectionParameters parameters) Instantiates a new connection to JEXL. -
Uses of ConnectionParameters in scriptella.driver.ldap
Methods in scriptella.driver.ldap with parameters of type ConnectionParametersModifier and TypeMethodDescriptionDriver.connect(ConnectionParameters connectionParameters) Implementor should create a new connection based on specified parameters.Constructors in scriptella.driver.ldap with parameters of type ConnectionParametersModifierConstructorDescriptionLdapConnection(ConnectionParameters parameters) Creates a connnection to a directory. -
Uses of ConnectionParameters in scriptella.driver.mail
Methods in scriptella.driver.mail with parameters of type ConnectionParametersConstructors in scriptella.driver.mail with parameters of type ConnectionParametersModifierConstructorDescriptionMailConnection(ConnectionParameters parameters) Creates an email connection. -
Uses of ConnectionParameters in scriptella.driver.oracle
Methods in scriptella.driver.oracle with parameters of type ConnectionParametersModifier and TypeMethodDescriptionprotected JdbcConnectionDriver.connect(ConnectionParameters parameters, Properties props) protected voidOracleConnection.init(ConnectionParameters parameters) -
Uses of ConnectionParameters in scriptella.driver.script
Methods in scriptella.driver.script with parameters of type ConnectionParametersConstructors in scriptella.driver.script with parameters of type ConnectionParametersModifierConstructorDescriptionScriptConnection(ConnectionParameters parameters) Instantiates a new connection to JSR 223 scripting engine. -
Uses of ConnectionParameters in scriptella.driver.scriptella
Methods in scriptella.driver.scriptella with parameters of type ConnectionParametersConstructors in scriptella.driver.scriptella with parameters of type ConnectionParametersModifierConstructorDescriptionScriptellaConnection(ConnectionParameters parameters) Creates an email connection. -
Uses of ConnectionParameters in scriptella.driver.shell
Methods in scriptella.driver.shell with parameters of type ConnectionParameters -
Uses of ConnectionParameters in scriptella.driver.text
Methods in scriptella.driver.text that return ConnectionParametersMethods in scriptella.driver.text with parameters of type ConnectionParametersConstructors in scriptella.driver.text with parameters of type ConnectionParametersModifierConstructorDescriptionprotectedAbstractTextConnection(DialectIdentifier dialectIdentifier, ConnectionParameters parameters) Initializes a text connection using specified properties.TextConnection(ConnectionParameters parameters) TextConnectionParameters(ConnectionParameters parameters) -
Uses of ConnectionParameters in scriptella.driver.velocity
Methods in scriptella.driver.velocity with parameters of type ConnectionParametersModifier and TypeMethodDescriptionDriver.connect(ConnectionParameters connectionParameters) Implementor should create a new connection based on specified parameters.Constructors in scriptella.driver.velocity with parameters of type ConnectionParametersModifierConstructorDescriptionVelocityConnection(ConnectionParameters parameters) Instantiates a velocity connection. -
Uses of ConnectionParameters in scriptella.driver.xpath
Methods in scriptella.driver.xpath with parameters of type ConnectionParametersConstructors in scriptella.driver.xpath with parameters of type ConnectionParameters -
Uses of ConnectionParameters in scriptella.jdbc
Methods in scriptella.jdbc with parameters of type ConnectionParametersModifier and TypeMethodDescriptionGenericDriver.connect(ConnectionParameters params) protected JdbcConnectionGenericDriver.connect(ConnectionParameters parameters, Properties props) Creates Scriptella JDBC connection.protected voidJdbcConnection.init(ConnectionParameters parameters) Called in constructorConstructors in scriptella.jdbc with parameters of type ConnectionParameters -
Uses of ConnectionParameters in scriptella.spi
Methods in scriptella.spi with parameters of type ConnectionParametersModifier and TypeMethodDescriptionScriptellaDriver.connect(ConnectionParameters connectionParameters) Implementor should create a new connection based on specified parameters.Constructors in scriptella.spi with parameters of type ConnectionParametersModifierConstructorDescriptionprotectedAbstractConnection(ConnectionParameters parameters) Instantiates a connection with parameters.protectedAbstractConnection(DialectIdentifier dialectIdentifier, ConnectionParameters parameters) Instantiates a connection with dialectIdentifier and connection parameters. -
Uses of ConnectionParameters in scriptella.text
Methods in scriptella.text with parameters of type ConnectionParametersModifier and TypeMethodDescriptionstatic TypedPropertiesSourceTypedPropertiesSource.from(ConnectionParameters connectionParameters) Converts connectionParameters to TypedPropertiesSource.static PropertyFormatInfoPropertyFormatInfo.parse(ConnectionParameters params, String prefix)