Package com.jedox.palojlib.interfaces
Interface IScriptHandler
- All Known Implementing Classes:
ScriptHandler
public interface IScriptHandler
represent a database scripts
the interface is currently only an empty placeholder for script related enumerations
- Author:
- afroehlich
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(File scriptFile, String databaseName, IScriptVariable[] sv) voidexecute(String script, String databaseName, IScriptVariable[] sv) getVariables(File scriptFile) getVariables(String script)
-
Method Details
-
execute
void execute(File scriptFile, String databaseName, IScriptVariable[] sv) throws FileNotFoundException, IOException - Throws:
FileNotFoundExceptionIOException
-
execute
-
getVariables
-
getVariables
- Throws:
IOException
-