class %CSP.DwxQuery
extends %RegisteredObject
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 class works in conjunction with the CacheDWX.dll
and provides server-side queries for the Caché
DreamWeaver integration.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
|
5
|
|
|
|
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.