|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resource | |
|---|---|
| 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. |
| Uses of Resource in scriptella.configuration |
|---|
| Classes in scriptella.configuration that implement Resource | |
|---|---|
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. |
| Fields in scriptella.configuration declared as Resource | |
|---|---|
static Resource |
ContentEl.NULL_CONTENT
Null-Object to use instead of null if necessary |
| Methods in scriptella.configuration that return Resource | |
|---|---|
Resource |
ScriptingElement.getContent()
|
| Methods in scriptella.configuration that return types with arguments of type Resource | |
|---|---|
java.util.List<Resource> |
ContentEl.getResources()
Returns resources represented by this content. |
| Uses of Resource in scriptella.core |
|---|
| Methods in scriptella.core with parameters of type Resource | |
|---|---|
protected void |
QueryExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx)
|
protected void |
ScriptExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx)
|
| Uses of Resource in scriptella.jdbc |
|---|
| Methods in scriptella.jdbc with parameters of type Resource | |
|---|---|
void |
JdbcConnection.executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback)
|
void |
JdbcConnection.executeScript(Resource scriptContent,
ParametersCallback parametersCallback)
|
| Uses of Resource in scriptella.spi |
|---|
| Methods in scriptella.spi with parameters of type Resource | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||