| Package | Description |
|---|---|
| org.unitils.dbmaintainer.script | |
| org.unitils.dbmaintainer.script.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptContentHandle.StringScriptContentHandle
A handle for getting the script content as a stream.
|
static class |
ScriptContentHandle.UrlScriptContentHandle
A handle for getting the script content as a stream.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptContentHandle |
Script.getScriptContentHandle() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptRunner.execute(ScriptContentHandle scriptContentHandle)
Executes the given script
|
| Constructor and Description |
|---|
Script(String fileName,
Long fileLastModifiedAt,
ScriptContentHandle scriptContentHandle)
Creates a script with the given script fileName, whose content is provided by the given handle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultScriptRunner.execute(ScriptContentHandle scriptContentHandle)
Executes the given script.
|
Copyright © 2017. All rights reserved.