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 TypeMethodDescriptionvoid
IScriptHandler.execute
(File scriptFile, String databaseName, IScriptVariable[] sv) Deprecated.void
IScriptHandler.execute
(String script, String databaseName, IScriptVariable[] sv) Deprecated.This method is deprecated, useIScriptHandler.run(String, String, IScriptVariable[])
instead.void
IScriptHandler.run
(File scriptFile, String databaseName, IScriptVariable[] sv) Sends a OLAP script to be executed by OLAP server.void
IScriptHandler.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 TypeMethodDescriptionvoid
ScriptHandler.execute
(File scriptFile, String databaseName, IScriptVariable[] sv) Deprecated.void
ScriptHandler.execute
(String script, String databaseName, IScriptVariable[] sv) Deprecated.void
ConnectionHandler.executeScript
(String scriptText, String targetdb, IScriptVariable[] sv) void
ScriptHandler.run
(File scriptFile, String databaseName, IScriptVariable[] sv) void
ScriptHandler.run
(String script, String databaseName, IScriptVariable[] sv)
IScriptHandler.run(File, String, IScriptVariable[])
instead.