Skip to main content

%CSP.UI.SQL.QueryPane

class %CSP.UI.SQL.QueryPane extends %CSP.Util.SQLQueryPane

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.

An AutoPage pane that lets a user enter an SQL query and execute it.

Method Inventory

Parameters

parameter SHOWSQLINFO = 1;
Inherited description: Should this page display SQL Info
parameter SHOWSTATISTICS = 1;
Should this page display timing stats

Methods

method CreateResultSet(ByRef pID As %String, ByRef pRS As %ResultSet) as %Status
Inherited description: This method creates the %ResultSet object that is used for the table pane.
A subclass can override this to customize the table displayed by this pane.
pID is array of page variables...
method ExecuteResultSet(pRS As %ResultSet, ByRef pID As %String) as %Status
Inherited description: This method performs the actual execution of the ResultSet This can be overridden by subclasses

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab