%CSP.UI.SQL.RunFunctionPane
class %CSP.UI.SQL.RunFunctionPane extends %CSP.Util.ExpPane
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 parameters for a SQL query and execute it.
Method Inventory
- DrawBODY()
- DrawButtons()
- DrawError()
- DrawFunctionResult()
- DrawOptions()
- DrawResult()
- OnDrawHEADTablePane()
Methods
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 DrawFunctionResult(ByRef pID As %String, ByRef Params As %String, ByRef FunctionResult As %String) as %String
Run function procedure and display result.
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)
method OnDrawHEADTablePane(pInstance As %CSP.Util.PageInstance) as %Status
Copied from %CSP.Util.SQLQueryPane
Inherited Members
Inherited Properties
Inherited 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()
- DoneMsg()
- DrawCommandForm()
- DrawCommands()
- DrawErrorLog()
- DrawHEAD()
- DrawRoutineLinks()
- DrawSearchField()
- DrawStatusError()
- DrawTable()
- GenerateCode()
- GetAlarmTimeout()
- GetDescriptiveText()
- GetMask()
- GetPageType()
- GetSearchMask()
- LocalizeText()
- OnGenerateCode()
- QuoteCOS()
- SetAlarmTimeout()
- WriteBackupMsg()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()