com.jpattern.orm.script
Class NullScriptExecutor
java.lang.Object
com.jpattern.orm.script.NullScriptExecutor
- All Implemented Interfaces:
- ScriptExecutor
public class NullScriptExecutor
- extends Object
- implements ScriptExecutor
- Author:
- Francesco Cina
02/lug/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullScriptExecutor
public NullScriptExecutor()
execute
public void execute(String script)
throws OrmException
- Description copied from interface:
ScriptExecutor
- Executes the script.
- Specified by:
execute in interface ScriptExecutor
- Throws:
OrmException
execute
public void execute(InputStream scriptStream)
throws IOException,
OrmException
- Description copied from interface:
ScriptExecutor
- Executes the script.
- Specified by:
execute in interface ScriptExecutor
- Throws:
IOException
OrmException
execute
public void execute(InputStream scriptStream,
Charset charset)
throws IOException,
OrmException
- Description copied from interface:
ScriptExecutor
- Executes the script.
The passed Charset will be used to read the stream.
- Specified by:
execute in interface ScriptExecutor
- Throws:
IOException
OrmException
Copyright © 2013. All Rights Reserved.