Uses of Interface
com.jedox.palojlib.interfaces.IScriptVariable
Packages that use IScriptVariable
-
Uses of IScriptVariable in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IScriptVariableModifier and TypeMethodDescriptionIScriptHandler.getVariables(File scriptFile) IScriptHandler.getVariables(String script) Methods in com.jedox.palojlib.interfaces with parameters of type IScriptVariableModifier and TypeMethodDescriptionvoidIScriptHandler.execute(File scriptFile, String databaseName, IScriptVariable[] sv) voidIScriptHandler.execute(String script, String databaseName, IScriptVariable[] sv) -
Uses of IScriptVariable in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement IScriptVariableMethods in com.jedox.palojlib.main with parameters of type IScriptVariableModifier and TypeMethodDescriptionvoidScriptHandler.execute(File scriptFile, String databaseName, IScriptVariable[] sv) voidScriptHandler.execute(String scriptText, String databaseName, IScriptVariable[] sv) voidConnectionHandler.executeScript(String scriptText, String targetdb, IScriptVariable[] sv)