|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptExecutor
| Method Summary | |
|---|---|
void |
execute(InputStream scriptStream)
Executes the script. |
void |
execute(InputStream scriptStream,
Charset charset)
Executes the script. |
void |
execute(String script)
Executes the script. |
| Method Detail |
|---|
void execute(String script)
throws OrmException
script -
OrmException
void execute(InputStream scriptStream)
throws IOException,
OrmException
script -
IOException
OrmException
void execute(InputStream scriptStream,
Charset charset)
throws IOException,
OrmException
script - charset -
IOException
OrmException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||