Class Reference
%CSP.UI.Portal.SQL.QButtons.IndexAnalyzer
|
|
![]() |
|||
Private Storage |
System Management Portal - SQL Performance Tool
|
|
|
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.
Each SMP page should set this link which points to the documentation anchor name.
Displayed name of this page.
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.
|
Whether to include System items (0=Not to include; 1=Include; this flag is used by "%SQL.Manager.Catalog:Schemas" which is opposite of the SkipSys on the UI)
|
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
Be sure to do ##super() when overriding.
Get the (localized) name of the page. This should be implemented in a subclass.
this method is used to see if a server side query is done yet. you can only run one thing at a time so we reuse the same lock to test
This method is used to see if a server side query is done yet. you can only run one thing at a time so we reuse the same lock to test
pInfo holds details on how to create the query.
Draw html for details title: Routine name and Query text
Write upto 80 characters of query statement in tablePane
Method for executing the process query.
Method for executing the query for list schemas.
Get information to display in the ribbon bar.
skipSysObj - Skip all System Object (Classes & Routines) that start with: { % | DeepSee | Ens | HS | INFORMATION.SCHEMA }
This method clears Stats in the current namespace if user clicked the Purge Statements or Purge Data button. Returns the number of Stats deleted from the '%SYS.PTools.Stats' class; Otherwise, returns an error message if an error occurred.
Timeout Method used by the report timer
Timeout Method used by the statement gathering timer
user checked/unchecked a "skip" checkbox. hide existing table and save the selection.
User clicked a Query Text row. We will job off the show plan process in the background and start timer.
Prepare to refresh the result table - update query name based on the option selected
This client event is fired when the a popup page launched from this page fires an action.
Disable save button for EMS-managed pages. Be sure to use this.invokeSuper('onloadHandler',arguments); when overriding.
Method used by the statement gathering timer
Save User's report options to server. This is saved per username per namespace so the next time you come into this page your previous selections will become defaults.
user selected a schema option. update the table with selected schema and save the selection.
Invoke method to gather SQL Statements and update SQL Statement Count table. During this time, disable the rasio buttons.
Show Plan timeout function
diable or enable action buttons on this page