| Package | Description |
|---|---|
| scriptella.configuration |
Classes and interfaces to parse script files.
|
| scriptella.core |
Core classes for scripts execution.
|
| scriptella.jdbc |
Scriptella JDBC Bridge.
|
| scriptella.spi |
Service Provider Interface classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentEl
TODO: Add documentation
|
class |
FallbackEl
Contains alternate content to be used if the requested resource cannot be found.
|
class |
IncludeEl
Represents
include XML configuration element. |
class |
StringResource
Represents String as a resource.
|
| Modifier and Type | Field and Description |
|---|---|
static Resource |
ContentEl.NULL_CONTENT
Null-Object to use instead of null if necessary
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
ScriptingElement.getContent() |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ContentEl.getResources()
Returns resources represented by this content.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
QueryExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx) |
protected void |
ScriptExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
JdbcConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2006-2012. All Rights Reserved.