%CSP.UI.SQL.QueryBuilderPane
class %CSP.UI.SQL.QueryBuilderPane extends %CSP.Util.Pane
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.This pane is used by the SQL query builder
Method Inventory
- BuildColumnList()
- DrawBODY()
- DrawHEAD()
- DrawScript()
- DrawScript2()
- DrawScript3()
- DrawStyle()
- GetColumnsForTable()
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()
Get a list of columns for the given table
Call via hyper-event
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()
- DrawCommandForm()
- DrawCommands()
- GenerateCode()
- LocalizeText()
- OnGenerateCode()
- QuoteCOS()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()