This parameter is used to make sure that if multiple
CSP applications are mapped to the same namespace that the CSP engine can correctly
identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined
in the CSP application) then you can only access this page if the url exactly matches
this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for
this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the
url of this file used for compilation.
parameter HELPADDRESS = "Home,SQL Alternate Show Plans";
Each SMP page should set this link which points to the documentation anchor name.
This is a comma-delimited list of system Resources and associated
permissions. A user must hold the specified permissions on at least
one of the specified resources in order to view this page or
invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it
is supplied, it should be one of USE, READ or WRITE.
Method for executing the compare show plans query when it is run in the background
classmethod JobComparePlans(query, idList)
as %ZEN.proxyObject
[ ZenMethod ]
Method to job off Compare Show Plan process in the background.
classmethod JobPossiblePlans(query)
as %ZEN.proxyObject
[ ZenMethod ]
Method to job off Show Plan process in the background.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status
Get information to display in the ribbon bar.
classmethod PrepareShowPlan(query, rtn="")
as %String
[ ZenMethod ]
method adjustSizes()
[ Language = javascript ]
method doClearQueryText()
[ Language = javascript ]
method doComparePlans()
[ Language = javascript ]
method doGetPlans()
[ Language = javascript ]
Invoke method to gather SQL Statements and update SQL Statement Count table. During this time, disable the rasio buttons.
method doHistory()
[ Language = javascript ]
method doShowPlan(ID, stats)
[ Language = javascript ]
method doViewProcess()
[ Language = javascript ]
View details of a background process for Show Plan
method historyFilterChanged(value)
[ Language = javascript ]
User entered something in to the filter. Re-load the table with filter value.
method onlayoutHandler(load)
[ Language = javascript ]
This client event, if present, is fired when the page
is first loaded or whenever it is resized.
If this is called at load time, then load will
be true.
classmethod possiblePlansClose(ByRef qHandle As %Binary)
as %Status
classmethod possiblePlansExecute(ByRef qHandle As %Binary, JobID As %String)
as %Status
classmethod possiblePlansFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0)
as %Status
classmethod possiblePlansStatsClose(ByRef qHandle As %Binary)
as %Status
classmethod possiblePlansStatsExecute(ByRef qHandle As %Binary, JobID As %String)
as %Status
classmethod possiblePlansStatsFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0)
as %Status
method selectHistory(tID)
[ Language = javascript ]
This method processes actions for a query history item.
method timeout()
[ Language = javascript ]
method toggleFields(hideflag)
[ Language = javascript ]