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) Truncates the script to only the top lines that contain Variables declarations, and then send the script to OLAP server to retrieve the relevant variables.IScriptHandler.getVariables(InputStream scriptStream) Truncates the script to only the top lines that contain Variables declarations, and then send the script to OLAP server to retrieve the relevant variables.IScriptHandler.getVariables(String script) Truncates the script to only the top lines that contain Variables declarations, and then send the script to OLAP server to retrieve the relevant variables.Methods in com.jedox.palojlib.interfaces with parameters of type IScriptVariableModifier and TypeMethodDescriptionvoidIScriptHandler.run(File scriptFile, String databaseName, IScriptVariable[] sv) Sends a OLAP script to be executed by OLAP server.voidIScriptHandler.run(String script, String databaseName, IScriptVariable[] sv) Sends a OLAP script to be executed by OLAP server. -
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 TypeMethodDescriptionvoidConnectionHandler.executeScript(String scriptText, String targetdb, IScriptVariable[] sv) voidScriptHandler.run(File scriptFile, String databaseName, IScriptVariable[] sv) voidScriptHandler.run(String script, String databaseName, IScriptVariable[] sv)