| Package | Description |
|---|---|
| scriptella.execution |
Facade classes for xml scripts execution.
|
| scriptella.jdbc |
Scriptella JDBC Bridge.
|
| scriptella.spi |
Service Provider Interface classes.
|
| Modifier and Type | Method and Description |
|---|---|
ProviderException |
EtlExecutorException.getLastProvider() |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcException
Unchecked wrapper for SQL exceptions or other SQL related errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConnection.flush() |
| Modifier and Type | Method and Description |
|---|---|
ProviderException |
ProviderException.addErrorCode(String errorCode)
Adds error code to this exception.
|
protected ProviderException |
ProviderException.setErrorStatement(String errStmt)
Sets problem statement which caused this exception/
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.close()
Closes the connection and releases all related resources.
|
void |
Connection.commit()
Commits a current transaction (if any).
|
void |
AbstractConnection.commit() |
void |
Connection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback)
Executes a query specified by its content.
|
void |
Connection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback)
Executes a script specified by its content.
|
DialectIdentifier |
Connection.getDialectIdentifier()
This method returns a language dialect identifier for this connection.
|
void |
Connection.rollback()
Rolls back a current transaction (if any).
|
void |
AbstractConnection.rollback() |
Copyright © 2006-2012. All Rights Reserved.