Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%CSP] >  [UI] >  [SQL] >  [QueryBuilderPane]
Private  Storage   

class %CSP.UI.SQL.QueryBuilderPane extends %CSP.Util.Pane

This class is used internally by InterSystems IRIS. 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.

This pane is used by the SQL query builder

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8


Summary

Properties
Align CommandFormClass CommandFormObject CommandSubmitPage
Commands FrameStyle Name Styles
Text URL

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
BuildColumnList DrawBODY DrawCommandForm DrawCommands
DrawHEAD DrawScript DrawScript2 DrawScript3
DrawStyle GenerateCode GetColumnsForTable LocalizeText
OnGenerateCode QuoteCOS XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Methods

• classmethod BuildColumnList(pTable As %String, ByRef pList As %String, pRefField As %String = "", pLevel As %Integer = 1, ByRef pVisited) as %String
Return a csv-list of columns in the given table (via pList). Reference fields will expand to include their referenced properties: i.e., Company,Company->Name,Company->Address,
• method DrawBODY(pInstance As PageInstance) as %Status
Draw the BODY of the detail pane
• method DrawHEAD(pInstance As PageInstance) as %Status
Overwritten by subclasses to draw anything this pane needs for the HEAD section.
• method DrawScript() as %Status
• method DrawScript2() as %Status
• method DrawScript3()
• method DrawStyle()
• classmethod GetColumnsForTable(pNS As %String, pTableNo As %Integer, pTable As %String)
Get a list of columns for the given table Call via hyper-event


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.