Skip to main content

%CSP.UI.Portal.SQL.Home

class %CSP.UI.Portal.SQL.Home extends %CSP.UI.Template.Property, %CSP.UI.Portal.UtilsNav

This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Zen page for System Management Portal - Home for SQL

Property Inventory

Method Inventory

Parameters

parameter AUTONS = 1;
Switch namespace $NAMESPACE is present
parameter CSPURL = /csp/sys/exp/%CSP.UI.Portal.SQL.Home.zen;
Inherited description: 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;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = SQL Home Page;
Displayed name of this page.
parameter RESOURCE = %Development;
Security requirement

Properties

property BuilderPage as %ZEN.Datatype.string [ InitialExpression = ..Link("/csp/sys/exp/%25CSP.UI.SQL.QueryBuilderWindow.cls",,1) ];
Link pages
Property methods: BuilderPageDisplayToLogical(), BuilderPageGet(), BuilderPageIsValid(), BuilderPageLogicalToDisplay(), BuilderPageLogicalToOdbc(), BuilderPageNormalize(), BuilderPageSet()
property CurrentCatalog as %Integer;
current user selected catalog type - updated when user clicked on a tree node. -1=Nothing selected; 0=Table; 1=SystemTable; 2=View; 3=Procedure; 4=Cached Query
Property methods: CurrentCatalogDisplayToLogical(), CurrentCatalogGet(), CurrentCatalogIsValid(), CurrentCatalogLogicalToDisplay(), CurrentCatalogNormalize(), CurrentCatalogSet(), CurrentCatalogXSDToLogical()
property CurrentItem as %String;
current item (value) selected from the tree
Property methods: CurrentItemDisplayToLogical(), CurrentItemGet(), CurrentItemIsValid(), CurrentItemLogicalToDisplay(), CurrentItemLogicalToOdbc(), CurrentItemNormalize(), CurrentItemSet()
property Dialect as %ZEN.Datatype.string [ InitialExpression = "Cache" ];
SQL dialect used to prepare dynamic SQL statements
Property methods: DialectDisplayToLogical(), DialectGet(), DialectIsValid(), DialectLogicalToDisplay(), DialectLogicalToOdbc(), DialectNormalize(), DialectSet()
property DocBookPage as %ZEN.Datatype.string [ InitialExpression = ..Link("/csp/docbook/DocBook.UI.Page.zen",,1) ];
Property methods: DocBookPageDisplayToLogical(), DocBookPageGet(), DocBookPageIsValid(), DocBookPageLogicalToDisplay(), DocBookPageLogicalToOdbc(), DocBookPageNormalize(), DocBookPageSet()
property DocumaticPage as %ZEN.Datatype.string [ InitialExpression = ..Link("/csp/documatic/%25CSP.Documatic.cls",,1) ];
Property methods: DocumaticPageDisplayToLogical(), DocumaticPageGet(), DocumaticPageIsValid(), DocumaticPageLogicalToDisplay(), DocumaticPageLogicalToOdbc(), DocumaticPageNormalize(), DocumaticPageSet()
property FILTERPROC as %Integer;
Possible values: 1, 2, 3, 4, 5 (Functions & Queries, Functions & Queries & Extent, Functions, Queries, Queries & Extent)
Property methods: FILTERPROCDisplayToLogical(), FILTERPROCGet(), FILTERPROCIsValid(), FILTERPROCLogicalToDisplay(), FILTERPROCNormalize(), FILTERPROCSet(), FILTERPROCXSDToLogical()
property FILTERSCHEMA as %Integer;
User selected schema
Property methods: FILTERSCHEMADisplayToLogical(), FILTERSCHEMAGet(), FILTERSCHEMAIsValid(), FILTERSCHEMALogicalToDisplay(), FILTERSCHEMANormalize(), FILTERSCHEMASet(), FILTERSCHEMAXSDToLogical()
property FILTERTYPE as %String;
Possible values: Tables, Views, Procedures, CQs
Property methods: FILTERTYPEDisplayToLogical(), FILTERTYPEGet(), FILTERTYPEIsValid(), FILTERTYPELogicalToDisplay(), FILTERTYPELogicalToOdbc(), FILTERTYPENormalize(), FILTERTYPESet()
property MaxRows as %ZEN.Datatype.string [ InitialExpression = "1000" ];
Maximum rows to display in result tables
Property methods: MaxRowsDisplayToLogical(), MaxRowsGet(), MaxRowsIsValid(), MaxRowsLogicalToDisplay(), MaxRowsLogicalToOdbc(), MaxRowsNormalize(), MaxRowsSet()
property NAMESPACE as %String (ZENURL = "$NAMESPACE");
Current namespace
Property methods: NAMESPACEDisplayToLogical(), NAMESPACEGet(), NAMESPACEIsValid(), NAMESPACELogicalToDisplay(), NAMESPACELogicalToOdbc(), NAMESPACENormalize(), NAMESPACESet()
property ObjectSelectMode as %Integer [ InitialExpression = 0 ];
Specify how columns whose type class is a swizzleable class will be defined in the result set class generated from a SELECT statement. Currently it is always set to 0.
Property methods: ObjectSelectModeDisplayToLogical(), ObjectSelectModeGet(), ObjectSelectModeIsValid(), ObjectSelectModeLogicalToDisplay(), ObjectSelectModeNormalize(), ObjectSelectModeSet(), ObjectSelectModeXSDToLogical()
property OpenRoutinePage as %ZEN.Datatype.string [ InitialExpression = ..Link("/csp/sys/exp/%25CSP.UI.System.ViewCode.cls",,1) ];
Property methods: OpenRoutinePageDisplayToLogical(), OpenRoutinePageGet(), OpenRoutinePageIsValid(), OpenRoutinePageLogicalToDisplay(), OpenRoutinePageLogicalToOdbc(), OpenRoutinePageNormalize(), OpenRoutinePageSet()
property OpenTablePage as %ZEN.Datatype.string [ InitialExpression = ..Link("/csp/sys/exp/UtilSqlOpen.csp",,1) ];
Property methods: OpenTablePageDisplayToLogical(), OpenTablePageGet(), OpenTablePageIsValid(), OpenTablePageLogicalToDisplay(), OpenTablePageLogicalToOdbc(), OpenTablePageNormalize(), OpenTablePageSet()
property OpenViewPage as %ZEN.Datatype.string [ InitialExpression = ..Link("/csp/sys/exp/UtilSqlOpenView.csp",,1) ];
Property methods: OpenViewPageDisplayToLogical(), OpenViewPageGet(), OpenViewPageIsValid(), OpenViewPageLogicalToDisplay(), OpenViewPageLogicalToOdbc(), OpenViewPageNormalize(), OpenViewPageSet()
property PrintDetailsPage as %ZEN.Datatype.string [ InitialExpression = ..Link("%CSP.UI.Portal.SQL.PrintTable.zen",,1) ];
Property methods: PrintDetailsPageDisplayToLogical(), PrintDetailsPageGet(), PrintDetailsPageIsValid(), PrintDetailsPageLogicalToDisplay(), PrintDetailsPageLogicalToOdbc(), PrintDetailsPageNormalize(), PrintDetailsPageSet()
property RuntimeMode as %ZEN.Datatype.string [ InitialExpression = "2" ];
Default is Display Mode
Property methods: RuntimeModeDisplayToLogical(), RuntimeModeGet(), RuntimeModeIsValid(), RuntimeModeLogicalToDisplay(), RuntimeModeLogicalToOdbc(), RuntimeModeNormalize(), RuntimeModeSet()
property SQLFILTER as %String;
String user entered to filter the tree.
Property methods: SQLFILTERDisplayToLogical(), SQLFILTERGet(), SQLFILTERIsValid(), SQLFILTERLogicalToDisplay(), SQLFILTERLogicalToOdbc(), SQLFILTERNormalize(), SQLFILTERSet()
property SQLHomePage as %ZEN.Datatype.string [ InitialExpression = ..Link("%25CSP.UI.Portal.SQL.Home.zen",,1) ];
Property methods: SQLHomePageDisplayToLogical(), SQLHomePageGet(), SQLHomePageIsValid(), SQLHomePageLogicalToDisplay(), SQLHomePageLogicalToOdbc(), SQLHomePageNormalize(), SQLHomePageSet()
property SQLParametersPage as %ZEN.Datatype.string [ InitialExpression = ..Link("%CSP.UI.Portal.Dialog.SQLParametersPrompt.zen",,1) ];
Property methods: SQLParametersPageDisplayToLogical(), SQLParametersPageGet(), SQLParametersPageIsValid(), SQLParametersPageLogicalToDisplay(), SQLParametersPageLogicalToOdbc(), SQLParametersPageNormalize(), SQLParametersPageSet()
property SQLStatementDetailsPage as %ZEN.Datatype.string [ InitialExpression = ..Link("%CSP.UI.Portal.Dialog.SQLStatementDetails.zen",,1) ];
Property methods: SQLStatementDetailsPageDisplayToLogical(), SQLStatementDetailsPageGet(), SQLStatementDetailsPageIsValid(), SQLStatementDetailsPageLogicalToDisplay(), SQLStatementDetailsPageLogicalToOdbc(), SQLStatementDetailsPageNormalize(), SQLStatementDetailsPageSet()
property SQLViewPage as %ZEN.Datatype.string [ InitialExpression = ..Link("%CSP.UI.Portal.Dialog.SQLView.zen",,1) ];
Property methods: SQLViewPageDisplayToLogical(), SQLViewPageGet(), SQLViewPageIsValid(), SQLViewPageLogicalToDisplay(), SQLViewPageLogicalToOdbc(), SQLViewPageNormalize(), SQLViewPageSet()
property SYSTEMFLAG as %Integer [ InitialExpression = "0" ];
Whether to include System items
Property methods: SYSTEMFLAGDisplayToLogical(), SYSTEMFLAGGet(), SYSTEMFLAGIsValid(), SYSTEMFLAGLogicalToDisplay(), SYSTEMFLAGNormalize(), SYSTEMFLAGSet(), SYSTEMFLAGXSDToLogical()
property ShowRowNum as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Whether to show row numbers in result tables
Property methods: ShowRowNumDisplayToLogical(), ShowRowNumGet(), ShowRowNumIsValid(), ShowRowNumLogicalToDisplay(), ShowRowNumLogicalToOdbc(), ShowRowNumLogicalToXSD(), ShowRowNumNormalize(), ShowRowNumSet(), ShowRowNumXSDToLogical()
property StatementRadioSelect as %ZEN.Datatype.string [ InitialExpression = "statementTable0" ];
Holds the selected redio option on the SQL Statements display
Property methods: StatementRadioSelectDisplayToLogical(), StatementRadioSelectGet(), StatementRadioSelectIsValid(), StatementRadioSelectLogicalToDisplay(), StatementRadioSelectLogicalToOdbc(), StatementRadioSelectNormalize(), StatementRadioSelectSet()
property TuneAllTablePage as %ZEN.Datatype.string [ InitialExpression = ..Link("%CSP.UI.Portal.Dialog.SQLTuneTables.zen",,1) ];
Property methods: TuneAllTablePageDisplayToLogical(), TuneAllTablePageGet(), TuneAllTablePageIsValid(), TuneAllTablePageLogicalToDisplay(), TuneAllTablePageLogicalToOdbc(), TuneAllTablePageNormalize(), TuneAllTablePageSet()
property TuneTablePage as %ZEN.Datatype.string [ InitialExpression = ..Link("%CSP.UI.Portal.SQL.TuneTable.zen",,1) ];
Property methods: TuneTablePageDisplayToLogical(), TuneTablePageGet(), TuneTablePageIsValid(), TuneTablePageLogicalToDisplay(), TuneTablePageLogicalToOdbc(), TuneTablePageNormalize(), TuneTablePageSet()
property iconFolder as %ZEN.Datatype.string [ InitialExpression = ..Link("/csp/broker/deepsee/folder_16.png") ];
icon used for major branch folder at the top level, such as Tables and Views
Property methods: iconFolderDisplayToLogical(), iconFolderGet(), iconFolderIsValid(), iconFolderLogicalToDisplay(), iconFolderLogicalToOdbc(), iconFolderNormalize(), iconFolderSet()
property msgDeleteCQNamespace as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Are you sure you want to delete ALL cached queries in namespace %1?") ];
Property methods: msgDeleteCQNamespaceDisplayToLogical(), msgDeleteCQNamespaceGet(), msgDeleteCQNamespaceIsValid(), msgDeleteCQNamespaceLogicalToDisplay(), msgDeleteCQNamespaceLogicalToOdbc(), msgDeleteCQNamespaceNormalize(), msgDeleteCQNamespaceSet()
property msgDeleteCQTable as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Are you sure you want to delete all cached queries for table %1?") ];
Property methods: msgDeleteCQTableDisplayToLogical(), msgDeleteCQTableGet(), msgDeleteCQTableIsValid(), msgDeleteCQTableLogicalToDisplay(), msgDeleteCQTableLogicalToOdbc(), msgDeleteCQTableNormalize(), msgDeleteCQTableSet()
property msgSelectTable as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please select a Table from the tree and try again.") ];
Property methods: msgSelectTableDisplayToLogical(), msgSelectTableGet(), msgSelectTableIsValid(), msgSelectTableLogicalToDisplay(), msgSelectTableLogicalToOdbc(), msgSelectTableNormalize(), msgSelectTableSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: Be sure to do ##super() when overriding.
method %OnGetPageName() as %String
Get the (localized) name of the page. This should be implemented in a subclass.
classmethod DeleteHistory(pID) as %String [ ZenMethod ]
classmethod DeleteHistoryAll() [ ZenMethod ]
classmethod DeleteQuery(FILETYPE, selectedRows) as %String [ ZenMethod ]
FILETYPE = "PurgeCQNamespace", "PurgeCQTable", or "PurgeCQRoutines"
classmethod DrawCQDetails(pSeed) as %Status
Draw html for Cached Query details
classmethod DrawHTML(pText As %String(MAXLEN="")) as %Status
Draw HTML for Execute Query result.
classmethod DrawPerformance(pSeed) as %Status
classmethod DrawProcedureDetails(pSeed) as %Status
Draw html for Procedure detiails
classmethod DrawShowPlan(pText As %String(MAXLEN="")) as %Status
classmethod DrawTableDetails(pSeed) as %Status
Draw HTML for Table info and build link for Class documatic.
method DrawTableHeader(pSeed As %String) as %Status
Draw the contents of the Table Header (the region between the diagram and the table).
classmethod DrawViewDetails(pSeed) as %Status
classmethod Drop(pDropType, pSchema, pTable) as %String [ ZenMethod ]
Drop a Table, View, Procedure, or CachedQuery
classmethod GetCQText(pRoutine) as %String [ ZenMethod ]
Given cached query routine name, return query text
classmethod GetCQs(pShowSystem, pFilter, pSchema, pTotalNumber, ByRef pTree) as %Integer
Build array for Cached Queries tree. If schema is not null then use CachedQueryInfo that takes in the schema name and get routines(classes) that belong to that schema. If filter is not null then match routine name to that filter.
classmethod GetExpandState(FILETYPE) as %String
classmethod GetLastTreeLoaded() as %String [ ZenMethod ]
classmethod GetProcedures(pShowSystem, pFilter, pFilterOption, pTotalNumber, ByRef pTree) as %Integer
Build array for Procedures tree
classmethod GetRecentList(FILTERTYPE) as %String [ ZenMethod ]
classmethod GetStatus() as %ZEN.proxyObject [ ZenMethod ]
when DrawHTML is finished, Status is "Done" then we update the Performance value.
classmethod GetTableFields(pSchemaNumber, pTableLevel, pTableName, ByRef pTree) as %Integer
Build field array for a table
classmethod GetTables(pShowSystem, pFilter, pSchemaNumber, ByRef pTree) as %Integer
Build array for Tables tree
classmethod GetText(pID) as %String [ ZenMethod ]
Given a history ID, return query text
classmethod GetTreeInfo(pRoot As %String, Output pTree, ByRef pParms) as %Status
Provide contents of the data source tree.
classmethod GetViews(pShowSystem, pFilter, pTotalNumber, ByRef pTree) as %Integer
Build array for Views tree
method ListSchemas(pRS As %Library.ResultSet, Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %Boolean
Method for executing the query for list schemas.
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
Curently we do not display the ribbon for this page.
classmethod OpenTableMaxRowsUpdate(pMax) [ ZenMethod ]
classmethod ParseTextPiece(n, tLine)
Parse $C(10) from each line of query text and put into session array
classmethod PrepareAction(pText) as %String [ ZenMethod ]
Save user's latest query text into global for later execution
classmethod PrepareDeletion(FILETYPE, selectedRows) as %String [ ZenMethod ]
Save selected cached query routines into %session FILETYPE = "PurgeCQRoutines"
classmethod PrepareQuery(pText, pRuntimeMode, pDialect, pObjectSelectMode) as %String [ ZenMethod ]
Prepare to execute query. Save user's latest query text into global for later execution Return number of parameters the query text may have.
classmethod Quoter2(val) as %String [ ZenMethod ]
This functions takes a table/view schema.name and quote either piece if needed
classmethod RebuildIndices(pSchema, pTable, pIndex="") as %String [ ZenMethod ]
clientmethod RefreshTableStatements() [ Language = javascript ]
show catalog details for a table
classmethod SaveExpandState(FILETYPE, searchExpanded) [ ZenMethod ]
classmethod SaveFilter(FILETYPE, SQLFILTER, FILTERPROC, SYSTEMFLAG) as %Boolean [ ZenMethod ]
FILTERTYPE is any of the choices from Filter drop-down.
classmethod SaveLastTreeLoaded(pBranch, pTotalNumber) as %String
classmethod SaveParameters(RuntimeMode, MaxRows, ShowRowNum, Dialect, ObjectSelectMode) [ ZenMethod ]
classmethod SaveQueryHistory(QueryText As %String, Output HistoryId) as %Status
classmethod TableFields(tableName) as %String [ ZenMethod ]
Given schema == table, return a list of fields concatenated by commas excluding hidden fields. Used by drag and drop.
classmethod UpdateTableNavState(pFilter As %String, pPageSize As %Integer, pMaxRows As %Integer, ptableId As %String) [ ZenMethod ]
Used to Save tableNavBar values, add MapType to the page name to distinguish the type for the page.
clientmethod adjustSizes() [ Language = javascript ]
clientmethod deleteSelectedQuery() [ Language = javascript ]
if there are selected quries, then we are deleting selected queries. else 1) if there are selected schema.table, then asking if user wants to delete
clientmethod doAction(action) [ Language = javascript ]
This method takes care of actions that do not need schema.table name
clientmethod doActionTable(action) [ Language = javascript ]
This method takes care of actions that need schema.table name
clientmethod doAllSchemas(applyFilter) [ Language = javascript ]
This method is called to show schemas
clientmethod doDeleteAll() [ Language = javascript ]
clientmethod doDrill(drillType, schemaname, overrideFilter) [ Language = javascript ]
drillType indicate the type (1 based. Tables/Views...) if overrideFilter is 0 then do not override Filter unless it is null.
clientmethod doExecute() [ Language = javascript ]
clientmethod doFilterType() [ Language = javascript ]
user changed filter type. Show or hide procedure options.
clientmethod doHistory() [ Language = javascript ]
*** Methods for Exeucte Query ***
clientmethod doInprogress() [ Language = javascript ]
clientmethod doOpenDoc(className) [ Language = javascript ]
This method opens Documatic in a seperate window. Called by table class doc and procedure doc.
clientmethod doOpenTableMax(maxRows) [ Language = javascript ]
clientmethod doQueryBuilder() [ Language = javascript ]
clientmethod doRebuildIndex(pIndex) [ Language = javascript ]
This is the method for rebuilding a particular index
clientmethod doReferenceTo(newtable, type) [ Language = javascript ]
User clicked a ReferenceTo link. Check the current tree to see if we can find the reference class. If yes then make it selected and we won't need to refresh tree. Otherwise, refresh tree with the new reference class as filter. The tree will be collapsed and we will hide groupDetails and show message to remind user to reselect item from tree. type arguement. 0 = Tables, 1 = View, 2 = Stored procedures
clientmethod doReloadNode(listType) [ Language = javascript ]
This method reload a particular listType. The expected behavior:

If the current list selected on the tree is equal to the listType and is expanded, then reload the list and expand.

clientmethod doSearch() [ Language = javascript ]
reload tree with new filter. when this happens we want to hide groupDetails and show the message to remind user to select item from tree.
clientmethod doSelectRow(thisTable) [ Language = javascript ]
clientmethod doShowPlan() [ Language = javascript ]
clientmethod doStatementDetailsTo(stmthash) [ Language = javascript ]
User clicked a StatementDetailsTo link.
clientmethod doTree(tree) [ Language = javascript ]
*** Methods for tree item text click ***
clientmethod getTable() [ Language = javascript ]
Return tree's selected index value
clientmethod historyFilterChanged(value) [ Language = javascript ]
User entered something in to the filter. Re-load the table with filter value.
clientmethod keyUp(zenEvent, flag) [ Language = javascript ]
Check if user hit [Enter].
Overriden to add tabId and tableId to the page name to distinguish the type for the page.
Overriden to add tabId and tableId to the page name to distinguish the type for the page.
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event is fired when the a popup page launched from this page fires an action.
clientmethod onlayoutHandler(load) [ Language = javascript ]
Inherited description: 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.
clientmethod onloadHandler(load) [ Language = javascript ]
Inherited description: Disable save button for EMS-managed pages. Be sure to use this.invokeSuper('onloadHandler',arguments); when overriding.
clientmethod prepareProp(routine) [ Language = javascript ]
User clicked the Cached Query link (it used to be a routine and now it's class) after executed a query. Hide components so that we can show CQ details. Check the current tree to see if we can find the routine. If yes then make it selected and we won't need to refresh tree. Otherwise, refresh tree with the new routine as filter. The tree will be collapsed and we will hide groupDetails and show message to remind user to reselect item from tree.
clientmethod selectCQ(tRoutine, tAction) [ Language = javascript ]
User clicked Exeucte or ShowPlan link from the Cached Query details box. Query Routine is passed in.
clientmethod selectHistory(tID, tAction) [ Language = javascript ]
This method processes actions for a query history item.
clientmethod selectSchema(schema) [ Language = javascript ]
clientmethod showCQ(routine) [ Language = javascript ]
clientmethod showCQTable(routine) [ Language = javascript ]
clientmethod showCatalog() [ Language = javascript ]
show catalog details for a table
clientmethod showCatalogProc() [ Language = javascript ]
show catalog details for a stored procedure
clientmethod showCatalogView() [ Language = javascript ]
show catalog details for a view
clientmethod showExpand() [ Language = javascript ]
Inherited description: Note that this arrow is the opposite of search.
clientmethod showStatement(statement) [ Language = javascript ]
clientmethod showStatementTable(statement) [ Language = javascript ]
clientmethod showStatements() [ Language = javascript ]
show statement details for a table
clientmethod statementFilterChanged(value) [ Language = javascript ]
User entered something in to the filter. Re-load the table with filter value.
clientmethod tabChanged(tab, totalTabs) [ Language = javascript ]
user clicked a tab. hide/show result tables, and alter tab's background color.
clientmethod tableDropHandler(dragData) [ Language = javascript ]
Drop handler for model table.
clientmethod timeout() [ Language = javascript ]
This is currently used for cached queries. When user clicks the cached query name from the Execute Query tab, we reload the tree for the cached query and starts the timer. When the timer reaches it's end it calls this method to have the selected cached query "clicked" so that the CQ info block can be shown.
clientmethod toggleClearText(tControl) [ Language = javascript ]
show or hide the Clear image for Query Text or Filter
clientmethod toggleOptions() [ Language = javascript ]
clientmethod toggleSearch() [ Language = javascript ]
Toggle display of search pane.
clientmethod updateParameters() [ Language = javascript ]
Update properties for Execute Query and save to server for the future.
clientmethod updateStatistics() [ Language = javascript ]
This method is fired up after onDrawContent is finished. Hide progress message and display error if exists.
clientmethod updateTreeItems() [ Language = javascript ]
Update number of tree items loaded after a tree branch is loaded. Totals are displayed at the bottom of the the tree pane
clientmethod validateText() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab