Skip to main content

%CSP.UI.SQL.QueryBuilderPane

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

Method Inventory

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
Inherited description: 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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab