Skip to main content

%CSP.DwxQuery

class %CSP.DwxQuery extends %Library.RegisteredObject

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 class works in conjunction with the CacheDWX.dll and provides server-side DreamWeaver integration.

Queries

query CSPList()
Selects PageName As %String, PageType As %String
Get list of CSP pages.
query ClassList()
Selects ID As %String, ClassName As %String
Get list of classes.
query ClassQueryList()
Selects ID As %String, ClassName As %String
Get list of classes.
query MemberList(class As %String)
Selects ID As %String, MemberName As %String
Get list of members that can be used by Wizard for a specific class.
query QueryColumnList(class As %String)
Selects ColumnName As %String
Get list of columns that can be used by Wizard for a specific query.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab