scriptella.driver.scriptella
Class ScriptellaConnection
java.lang.Object
scriptella.spi.AbstractConnection
scriptella.driver.scriptella.ScriptellaConnection
- All Implemented Interfaces:
- scriptella.spi.Connection
public class ScriptellaConnection
- extends scriptella.spi.AbstractConnection
Represents a connection to externally located Scriptella ETL file.
For configuration details and examples see overview page.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
| Nested classes/interfaces inherited from class scriptella.spi.AbstractConnection |
scriptella.spi.AbstractConnection.StatementCounter |
| Fields inherited from class scriptella.spi.AbstractConnection |
counter |
|
Constructor Summary |
ScriptellaConnection(scriptella.spi.ConnectionParameters parameters)
Creates an email connection. |
|
Method Summary |
void |
close()
|
void |
executeQuery(scriptella.spi.Resource queryContent,
scriptella.spi.ParametersCallback parametersCallback,
scriptella.spi.QueryCallback queryCallback)
|
void |
executeScript(scriptella.spi.Resource scriptContent,
scriptella.spi.ParametersCallback parametersCallback)
|
| Methods inherited from class scriptella.spi.AbstractConnection |
commit, getDialectIdentifier, getExecutedStatementsCount, isReadonly, rollback, setDialectIdentifier, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ScriptellaConnection
public ScriptellaConnection(scriptella.spi.ConnectionParameters parameters)
- Creates an email connection.
- Parameters:
parameters - connection parameters.
executeScript
public void executeScript(scriptella.spi.Resource scriptContent,
scriptella.spi.ParametersCallback parametersCallback)
throws scriptella.spi.ProviderException
- Throws:
scriptella.spi.ProviderException
executeQuery
public void executeQuery(scriptella.spi.Resource queryContent,
scriptella.spi.ParametersCallback parametersCallback,
scriptella.spi.QueryCallback queryCallback)
throws scriptella.spi.ProviderException
- Throws:
scriptella.spi.ProviderException
close
public void close()
throws scriptella.spi.ProviderException
- Throws:
scriptella.spi.ProviderException
Copyright © Copyright 2006-2009 The Scriptella Project Team.