%CSP.Util.SQLQueryPane
class %CSP.Util.SQLQueryPane extends %CSP.Util.TablePane
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 displays the results of an SQL query within an HTML table.
Property Inventory
Method Inventory
Parameters
parameter COLUMNDOMAIN = %UtilityColumns;
Default localization domain used for column headers
parameter COLUMNHELPDOMAIN = %UtilityColumnHelp;
Default localization domain used for column headers help messages
Properties
property LocalizeColumns as %Boolean [ InitialExpression = 1 ];
If true (default) run column name through localization
Property methods: LocalizeColumnsDisplayToLogical(), LocalizeColumnsGet(), LocalizeColumnsIsValid(), LocalizeColumnsLogicalToDisplay(), LocalizeColumnsLogicalToXSD(), LocalizeColumnsNormalize(), LocalizeColumnsSet(), LocalizeColumnsXSDToLogical()
Methods
method DrawBODY(pInstance As PageInstance) as %Status
Draw the BODY of the detail pane
method GetColorByColumn() as %String
Subclass can override this to specify the name of column used
to distinctly color rows
Lookup a column name in the localization global and return localized
version if present
method OnDrawHEADTablePane(pInstance As %CSP.Util.PageInstance) as %Status
Inherited Members
Inherited Properties
- Actions
- Align
- AutoRefresh
- CheckboxId
- CommandFormClass
- CommandFormObject
- CommandSubmitPage
- Commands
- Conditions
- FrameStyle
- HiddenColumns
- ItemsPerPage
- MaxColumns
- MaxResults
- Name
- Query
- SQLQuery
- ShowCheckboxes
- ShowFilter
- ShowLastUpdate
- ShowRowNumbers
- ShowSearchPage
- ShowZebra
- Sortable
- Styles
- Text
- URL
- bgcolor
- border
- cellpadding
- cellspacing
- enableAutoRefresh
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()
- CreateDataSet()
- CreateResultSet()
- CreateTempFile()
- DrawCommandForm()
- DrawCommands()
- DrawHEAD()
- DrawLastUpdate()
- DrawSearch()
- DrawStatusError()
- DrawTable()
- ExecuteResultSet()
- FilterTable()
- GenerateCode()
- GetDescriptiveText()
- GetItemsPerPage()
- ItemsPerPageUpdate()
- LocalizeText()
- OnDrawFilter()
- OnGenerateCode()
- PurgeTempData()
- QuoteCOS()
- RefreshTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()