|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IScriptExecutor
| Method Summary | |
|---|---|
void |
execute(InputStream scriptStream)
Executes the script and performs a 'commit' at the end of the execution. |
void |
execute(InputStream scriptStream,
Charset charset)
Executes the script and performs a 'commit' at the end of the execution. |
void |
execute(InputStream scriptStream,
Charset charset,
int commitEveryStatements)
Executes the script and performs a 'commit' every n statements and at the end of the script. |
void |
execute(InputStream scriptStream,
int commitEveryStatements)
Executes the script and performs a 'commit' every n statements and at the end of the script. |
void |
execute(String script)
Executes the script and performs a 'commit' at the end of the execution. |
void |
execute(String script,
int commitEveryStatements)
Executes the script and performs a 'commit' every n statements and at the end of the script. |
| Method Detail |
|---|
void execute(String script)
throws OrmException
script -
OrmException
void execute(String script,
int commitEveryStatements)
throws OrmException
script - commitEveryStatements - number of statements to wait before perform a commit.
OrmException
void execute(InputStream scriptStream)
throws IOException,
OrmException
script -
IOException
OrmException
void execute(InputStream scriptStream,
int commitEveryStatements)
throws IOException,
OrmException
script - commitEveryStatements - number of statements to wait before perform a commit.
IOException
OrmException
void execute(InputStream scriptStream,
Charset charset)
throws IOException,
OrmException
script - charset -
IOException
OrmException
void execute(InputStream scriptStream,
Charset charset,
int commitEveryStatements)
throws IOException,
OrmException
script - charset - commitEveryStatements - number of statements to wait before perform a commit.
IOException
OrmException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||