Skip to main content

%CSP.UI.SQL.RunQueryPane

class %CSP.UI.SQL.RunQueryPane extends %CSP.Util.ExpPane

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.

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

Method Inventory

Methods

method CreateResultSet(ByRef pID As %String, ByRef pRS As %ResultSet) as %Status
method DrawBODY(pInstance As PageInstance) as %Status
Overwritten by subclasses to draw anything this pane needs for the BODY section.
method DrawButtons(ColMax As %Library.Integer)
method DrawError(errormsg)
Draws error message directly
method DrawOptions(ByRef Params As %String, ParamCount As %Integer, SCHEMA As %String, PROC As %String)
method DrawResult(ByRef tRS As %ResultSet, tGlobals As %String, tStart As %String, tLines As %String, tDiskRead As %String)
method ExecuteResultSet(%pParam As %String, ByRef %pRS As %ResultSet) as %Status
method OnDrawHEADTablePane(pInstance As %CSP.Util.PageInstance) as %Status
Copied from %CSP.Util.SQLQueryPane

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab