|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionParameters | |
|---|---|
| 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.ldap | LDAP Driver for Scriptella. |
| 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.text | Text Driver for Scriptella. |
| scriptella.driver.velocity | Velocity Adapter for Scriptella. |
| scriptella.driver.xpath | XPath Driver for Scriptella. |
| scriptella.jdbc | Scriptella JDBC Bridge. |
| scriptella.spi | Service Provider Interface classes. |
| Uses of ConnectionParameters in scriptella.driver.auto |
|---|
| Methods in scriptella.driver.auto with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
protected Connection |
Driver.getConnection(java.lang.String driver,
ConnectionParameters connectionParameters)
Template method for testing. |
| Uses of ConnectionParameters in scriptella.driver.csv |
|---|
| Methods in scriptella.driver.csv with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
| Constructors in scriptella.driver.csv with parameters of type ConnectionParameters | |
|---|---|
CsvConnection(ConnectionParameters parameters)
|
|
| Uses of ConnectionParameters in scriptella.driver.hsqldb |
|---|
| Methods in scriptella.driver.hsqldb with parameters of type ConnectionParameters | |
|---|---|
protected JdbcConnection |
Driver.connect(ConnectionParameters parameters,
java.util.Properties props)
|
protected void |
HsqlConnection.init(ConnectionParameters parameters)
|
| Uses of ConnectionParameters in scriptella.driver.janino |
|---|
| Methods in scriptella.driver.janino with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
| Constructors in scriptella.driver.janino with parameters of type ConnectionParameters | |
|---|---|
JaninoConnection(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 ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
| Constructors in scriptella.driver.jexl with parameters of type ConnectionParameters | |
|---|---|
JexlConnection(ConnectionParameters parameters)
Instantiates a new connection to JEXL. |
|
| Uses of ConnectionParameters in scriptella.driver.ldap |
|---|
| Methods in scriptella.driver.ldap with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters. |
| Constructors in scriptella.driver.ldap with parameters of type ConnectionParameters | |
|---|---|
LdapConnection(ConnectionParameters parameters)
Creates a connnection to a directory. |
|
| Uses of ConnectionParameters in scriptella.driver.lucene |
|---|
| Methods in scriptella.driver.lucene with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
| Constructors in scriptella.driver.lucene with parameters of type ConnectionParameters | |
|---|---|
LuceneConnection(ConnectionParameters parameters)
Instantiates a new connection to Lucene Query. |
|
| Uses of ConnectionParameters in scriptella.driver.mail |
|---|
| Methods in scriptella.driver.mail with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
| Constructors in scriptella.driver.mail with parameters of type ConnectionParameters | |
|---|---|
MailConnection(ConnectionParameters parameters)
Creates an email connection. |
|
| Uses of ConnectionParameters in scriptella.driver.oracle |
|---|
| Methods in scriptella.driver.oracle with parameters of type ConnectionParameters | |
|---|---|
protected JdbcConnection |
Driver.connect(ConnectionParameters parameters,
java.util.Properties props)
|
protected void |
OracleConnection.init(ConnectionParameters parameters)
|
| Uses of ConnectionParameters in scriptella.driver.script |
|---|
| Methods in scriptella.driver.script with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
| Constructors in scriptella.driver.script with parameters of type ConnectionParameters | |
|---|---|
ScriptConnection(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 ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
| Constructors in scriptella.driver.scriptella with parameters of type ConnectionParameters | |
|---|---|
ScriptellaConnection(ConnectionParameters parameters)
Creates an email connection. |
|
| Uses of ConnectionParameters in scriptella.driver.text |
|---|
| Methods in scriptella.driver.text with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
| Constructors in scriptella.driver.text with parameters of type ConnectionParameters | |
|---|---|
AbstractTextConnection(DialectIdentifier dialectIdentifier,
ConnectionParameters parameters)
Initializes a text connection using specified properties. |
|
TextConnection(ConnectionParameters parameters)
|
|
| Uses of ConnectionParameters in scriptella.driver.velocity |
|---|
| Methods in scriptella.driver.velocity with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters. |
| Constructors in scriptella.driver.velocity with parameters of type ConnectionParameters | |
|---|---|
VelocityConnection(ConnectionParameters parameters)
Instantiates a velocity connection. |
|
| Uses of ConnectionParameters in scriptella.driver.xpath |
|---|
| Methods in scriptella.driver.xpath with parameters of type ConnectionParameters | |
|---|---|
Connection |
Driver.connect(ConnectionParameters connectionParameters)
|
| Constructors in scriptella.driver.xpath with parameters of type ConnectionParameters | |
|---|---|
XPathConnection(ConnectionParameters parameters)
|
|
| Uses of ConnectionParameters in scriptella.jdbc |
|---|
| Methods in scriptella.jdbc with parameters of type ConnectionParameters | |
|---|---|
JdbcConnection |
GenericDriver.connect(ConnectionParameters params)
|
protected JdbcConnection |
GenericDriver.connect(ConnectionParameters parameters,
java.util.Properties props)
Creates Scriptella JDBC connection. |
protected void |
JdbcConnection.init(ConnectionParameters parameters)
Called in constructor |
| Constructors in scriptella.jdbc with parameters of type ConnectionParameters | |
|---|---|
JdbcConnection(java.sql.Connection con,
ConnectionParameters parameters)
|
|
| Uses of ConnectionParameters in scriptella.spi |
|---|
| Methods in scriptella.spi with parameters of type ConnectionParameters | |
|---|---|
Connection |
ScriptellaDriver.connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters. |
| Constructors in scriptella.spi with parameters of type ConnectionParameters | |
|---|---|
AbstractConnection(ConnectionParameters parameters)
Instantiates a connection with parameters. |
|
AbstractConnection(DialectIdentifier dialectIdentifier,
ConnectionParameters parameters)
Instantiates a connection with dialectIdentifier and connection parameters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||