Uses of Enum Class
com.jedox.palojlib.interfaces.IScriptHandler.ScriptCreateClause
Packages that use IScriptHandler.ScriptCreateClause
-
Uses of IScriptHandler.ScriptCreateClause in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IScriptHandler.ScriptCreateClauseModifier and TypeMethodDescriptionIBaseScriptContext.getCreateClause()
Returns the enum constant of this class with the specified name.static IScriptHandler.ScriptCreateClause[]
IScriptHandler.ScriptCreateClause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jedox.palojlib.interfaces with parameters of type IScriptHandler.ScriptCreateClauseModifier and TypeMethodDescriptionvoid
IBaseScriptContext.setCreateClause
(IScriptHandler.ScriptCreateClause createClause) -
Uses of IScriptHandler.ScriptCreateClause in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return IScriptHandler.ScriptCreateClauseMethods in com.jedox.palojlib.main with parameters of type IScriptHandler.ScriptCreateClauseModifier and TypeMethodDescriptionCubeHandler.generateScript
(int databaseid, int id, boolean complete, IElement[][] area, boolean withAttribute, boolean includeLocalViews, boolean includeGlobalViews, boolean includeCubeRights, IElement[] languages, boolean clear, boolean withRule, IScriptHandler.ScriptCreateClause cClause, IScriptHandler.ScriptModifyClause mClause) DatabaseHandler.generateScript
(int id, IDimension[] dims, ICube[] cubes, boolean includeElementsInfo, boolean complete, boolean withAttribute, boolean includeLocalSubsets, boolean includeGlobalSubsets, boolean includeDimensionRights, boolean includeLocalViews, boolean includeGlobalViews, boolean includeCubeRights, boolean clear, boolean includeGlobalLists, IElement[] languages, boolean withRule, IScriptHandler.ScriptCreateClause cClause, IScriptHandler.ScriptModifyClause mClause) DimensionHandler.generateScript
(int databaseid, int id, boolean complete, IElement[] elements, boolean withAttribute, boolean includeLocalSubsets, boolean includeGlobalSubsets, boolean includeDimensionRights, IElement[] languages, boolean clear, IScriptHandler.ScriptCreateClause cClause, IScriptHandler.ScriptModifyClause mClause) void
BaseScriptContext.setCreateClause
(IScriptHandler.ScriptCreateClause createClause)